Hi,
first of all i m sorry about my english
i m running linuxmce in kubuntu 710
i have an ATI WONDER TV PCI, i read in diferents web pages that the driver is bttv
when i put lspci i get
03:07.0 Multimedia controller: Philips Semiconductors SAA7130 Video Broadcast Decoder (rev 01)
so it seems to detect it wrong (it load saa7130 module)
root@dcerouter:~# lsmod |grep saa
saa7134 148308 0
video_buf 30084 2 saa7134,bttv
compat_ioctl32 11136 2 saa7134,bttv
ir_kbd_i2c 11536 1 saa7134
ir_common 38916 3 saa7134,bttv,ir_kbd_i2c
videodev 31360 2 saa7134,bttv
v4l2_common 21888 4 saa7134,bttv,compat_ioctl32,videodev
v4l1_compat 15364 3 saa7134,bttv,videodev
i2c_core 30208 7 saa7134,bttv,i2c_algo_bit,tveeprom,ir_kbd_i2c,nvid ia,i2c_nforce2
i tried to rmmod saa7130 but it don t find it,
so i search in /proc/modules and find
saa7134 148308 0 - Live 0xffffffff88e70000
bttv 216692 0 - Live 0xffffffff88e3a000
...
video_buf 30084 2 saa7134,bttv, Live 0xffffffff88b75000
...
videodev 31360 2 saa7134,bttv, Live 0xffffffff88b36000
v4l2_common 21888 4 saa7134,bttv,compat_ioctl32,videodev, Live 0xffffffff88b2f0$
....
when it boot, i can add a tuner in mythtv, but it has the saa7130 driver, so i can t see the tv (/dev/video0)
modprobe -r saa7134
modprobe bttv card=39
lspci
...
03:07.0 Multimedia controller: Philips Semiconductors SAA7130 Video Broadcast Decoder (rev 01)
then i tried in mythtv and it don t find the tv tuner (don t find video/vbi device )
lsmod }do i have to create a /dev/video1 or something asotiated to the bttv driver?
first of all i m sorry about my english
i m running linuxmce in kubuntu 710
i have an ATI WONDER TV PCI, i read in diferents web pages that the driver is bttv
when i put lspci i get
03:07.0 Multimedia controller: Philips Semiconductors SAA7130 Video Broadcast Decoder (rev 01)
so it seems to detect it wrong (it load saa7130 module)
root@dcerouter:~# lsmod |grep saa
saa7134 148308 0
video_buf 30084 2 saa7134,bttv
compat_ioctl32 11136 2 saa7134,bttv
ir_kbd_i2c 11536 1 saa7134
ir_common 38916 3 saa7134,bttv,ir_kbd_i2c
videodev 31360 2 saa7134,bttv
v4l2_common 21888 4 saa7134,bttv,compat_ioctl32,videodev
v4l1_compat 15364 3 saa7134,bttv,videodev
i2c_core 30208 7 saa7134,bttv,i2c_algo_bit,tveeprom,ir_kbd_i2c,nvid ia,i2c_nforce2
i tried to rmmod saa7130 but it don t find it,
so i search in /proc/modules and find
saa7134 148308 0 - Live 0xffffffff88e70000
bttv 216692 0 - Live 0xffffffff88e3a000
...
video_buf 30084 2 saa7134,bttv, Live 0xffffffff88b75000
...
videodev 31360 2 saa7134,bttv, Live 0xffffffff88b36000
v4l2_common 21888 4 saa7134,bttv,compat_ioctl32,videodev, Live 0xffffffff88b2f0$
....
when it boot, i can add a tuner in mythtv, but it has the saa7130 driver, so i can t see the tv (/dev/video0)
modprobe -r saa7134
modprobe bttv card=39
lspci
...
03:07.0 Multimedia controller: Philips Semiconductors SAA7130 Video Broadcast Decoder (rev 01)
then i tried in mythtv and it don t find the tv tuner (don t find video/vbi device )
lsmod }do i have to create a /dev/video1 or something asotiated to the bttv driver?
Comment