On 11/24/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Okay, I'll give it a shot the next time audio vanishes. Should I just > do "sudo insmod msp3400 debug=1" (or =16) on the running system, or is > there something else I should be doing? (And I dunno if just doing > that might disturb the situation; I guess I'll see if vanished audio > reappears immediately after doing so, in which case I'll have to start > debugging earlier or something...) Tnx!
Seeing as you're running Ubuntu, the best way to specify module options would be to create a file /etc/modprobe.d/ivtv, and add a line in there: options msp3400 debug=1 Then, the msp3400 module is loaded, it will use that option. Note that this is distribution specific, debian based distros do things like this, but other distros put things in different locations. Cheers, Ross _______________________________________________ ivtv-users mailing list [email protected] http://ivtvdriver.org/mailman/listinfo/ivtv-users
