Eric wrote: >> >> Run 'modprobe msp3400' to double check this. > > > When I run modprobe msp3400, and run dmesg, I get the following (with ivtv > still failing to load msp3400): > msp3400 1-0040: MSP3445G-B8 found @ 0x80 (ivtv i2c driver #0) > msp3400 1-0040: MSP3445G-B8 supports radio, mode is autodetect and > autoselect > > So, would this mean that my msp3400 module is fine? I'm sorry if these > questions sound simple...I'm a newbie when it comes to Linux. How would I > check if I have multiple msp3400 modules?
Something like the below, if it show up twice one is duplicate. find /lib/modules/`uname -r` -name msp3400.ko But does it work after you loaded the module by hand? Looking at the output it gets loaded. Greets Sander _______________________________________________ ivtv-users mailing list [email protected] http://ivtvdriver.org/mailman/listinfo/ivtv-users
