[linux-dvb] tm6000/tm6010 progress?
Eddi De Pieri
eddi at depieri.net
Tue Oct 28 12:05:33 CET 2008
I report you some problem:
With DVB support active build fail on tm6000-dvb.o
CC [M] /data/devel/tm6010/v4l/tm6000-dvb.o
/data/devel/tm6010/v4l/tm6000-dvb.c: In function 'tm6000_dvb_register':
/data/devel/tm6010/v4l/tm6000-dvb.c:240: error: unknown field
'video_dev' specified in initializer
/data/devel/tm6010/v4l/tm6000-dvb.c:240: warning: initialization makes
integer from pointer without a cast
I've tried changing the line..
- .video_dev = dev,
+ .i2c_addr = 0x61,
Now it build but the decoder is not detected.
insmod tm6000-alsa.ko
insmod: error inserting 'tm6000-alsa.ko': -1 Unknown symbol in module
# dmesg
[ 1785.667726] tm6000_alsa: Unknown symbol tm6000_get_reg
[ 1785.667930] tm6000_alsa: Unknown symbol tm6000_set_reg
Without dvb it build but mplayer show green screen and no image.
mplayer -vf format=yuy2 tv://1 -tv
driver=v4l:width=320:height=240:device=/dev/video0:outfmt=yuy2:fps=25:norm=PAL:chanlist=europe-west:channels=E5-RAI1,25-RAI2,32-RAI3
[...]
ioctl mcapture failed: Invalid argument
# lsusb
[...]
Bus 001 Device 008: ID 2040:6600 Hauppauge
[...]
Let me know if you may need other detail.
Eddi
More information about the linux-dvb
mailing list