Dear visitor, welcome to VDR Portal. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.
Quoted
Originally posted by Dr. Seltsam
Quoted
Original von Dr. Seltsam
jetzt muss ich doch noch mal konkret nachfragen: habt Ihr WOL mit dem b44.ko im Kernel 2.6.18 denn mal ausprobiert:
gemäß Changelog für den 2.6.18 ist WOL in b44eingeflossen!
http://kernelnewbies.org/Linux_2_6_18
nochmal die konkrete Frage: resultiert die Angabe, WOL würde mit dem b44.ko nicht funktionieren, aus einer aktuellen Erfahrung mit dem Modul aus dem 2.6.18 ?
wenn ich nichts weiter höre, betrachte ich das Thema sonst nämlich als erledigt!
Quoted
Original von plautze
AC3 ton geht auch (wo ist da der Trick; wieso geht das unter Kanotix und Tobi's VDR nicht?) bei DVD.
This post has been edited 1 times, last edit by "mw_183" (Oct 23rd 2006, 3:45pm)
ja, sollte aber nicht nötig sein. Ob es diese ivtv-Option so gibt, weiss ich nicht.
Quoted
Original von plautze
Kann ich in der runvdr bei modules auch module mit parameter eintragen; also z.B. ivtv pal=b ?
This post has been edited 1 times, last edit by "Dr. Seltsam" (Oct 23rd 2006, 5:59pm)
Quoted
Original von plautze
lirc funktioniert wenn ich lirc_atiusb und lircd in der RCstart lade.
|
|
Source code |
1 2 3 4 5 |
grep -w "^${module%% *}" /proc/modules >/dev/null 2>/dev/null
if [ "$?" == "0" ]; then
#echo "Removing module: ${module%% *} It has value used: $?" >&2
modprobe -r ${module%% *}
fi
|
|
|
Source code |
1 2 3 4 5 6 7 |
# workaround for airstar2 and skystar2 if modprobe -r fails
if [ -n $(grep -w flexcop /proc/modules) ]; then
#echo "Removing module: b2c2_flexcop_pci" >&2
modprobe -r b2c2_flexcop_pci >&2
#echo "Removing module: b2c2_flexcop" >&2
modprobe -r b2c2_flexcop
fi
|
, dxr3-Modul-Entwicklerseite, dxr3-Plugin-EntwicklerseiteThis post has been edited 1 times, last edit by "Wicky" (Oct 23rd 2006, 6:18pm)
This post has been edited 1 times, last edit by "bochi_01" (Oct 23rd 2006, 8:28pm)
Quoted
Original von bochi_01
Jetzt wieder den neuen Kernel drauf und ...
