From: <moo...@fr...> - 2007-01-31 05:22:52
|
After adding saa7127 to /etc/modprobe.conf as shown below, install ivtv /sbin/modprobe saa7127; /sbin/modprobe --ignore-install =20 ivtv; /sbin /modprobe ivtv-fb lsmod no longer shows saa7127 in i2c_core, which I guess is good: DVR:~ # lsmod | grep lirc lirc_i2c 12292 2 lirc_dev 16788 1 lirc_i2c i2c_core 26049 14 =20 i2c_ec,cx88xx,bttv,lirc_i2c,wm8775,cx25840,msp3 400,saa7115,tuner,i2c_i801,ivtv,saa7127,i2c_algo_bit,tveeprom In addition, dmesg no longer shows the i2c_adapter error for the =20 PVR-350 (though it does for the PVR-500), so I guess that's good as =20 well. > Lastly, dmesg shows: > ivtv0: Autodetected Hauppauge WinTV PVR-350 > tuner 3-0043: chip found @ 0x86 (ivtv i2c driver #0) > tda9887 3-0043: tda988[5/6/7] found @ 0x43 (tuner) > tuner 3-0061: chip found @ 0xc2 (ivtv i2c driver #0) > saa7115 3-0021: saa7115 found (1f7115d0e100000) @ 0x42 (ivtv i2c driver #0= ) > msp3400 3-0040: MSP4448G-B3 found @ 0x80 (ivtv i2c driver #0) > msp3400 3-0040: MSP4448G-B3 supports radio, mode is autodetect and autosel= ect > i2c_adapter i2c-3: Client creation failed at 0x44 (-1)>\ But irw still just sits there, and "cat /dev/lirc" still reports =20 device or resource busy. As a reminder I'm running kernel 2.6.19-1.2895.fc6 and lirc 0.8.1-65 DVR:~ # uname -r 2.6.19-1.2895.fc6 DVR:~ # rpm -q lirc lirc-0.8.1-65_cvs20061130.fc6.at Does anyone have 2.6.19 working? Thanks. |