archived
Hello, I'm new here
Posts: 0
|
 |
« on: February 04, 2006, 03:27:51 pm » |
|
Hi, I have recently set up a pluto hybrid system and install a Hauppauge Nova-T DVB card. It's the newer version, based on the cx-88 chipset.
I'm an experienced mythtv user, and have successfully set-up the card in a mythtv on FC4 and Knoppmyth. The card is installed in the hybrid core and the cx88 software has been added to the core.
An extract from dmseg shows that the card is detected. dcerouter_3777:~$ dmesg | grep cx cx2388x v4l2 driver version 0.0.5 loaded CORE cx88[0]: subsystem: 0070:9002, board: Hauppauge Nova-T DVB-T [card=18,autodetected] cx88[0]: hauppauge eeprom: model=90002 input: cx88 IR (Hauppauge Nova-T DVB-T as /class/input/input2 cx88[0]/0: found at 0000:02:09.0, rev: 5, irq: 161, latency: 32, mmio: 0xf7000000 cx88[0]/0: registered device video0 [v4l2] cx88[0]/0: registered device vbi0 cx2388x blackbird driver version 0.0.5 loaded
The mythbackend doesn't seem to be able to interact with the card- it gives the errors "Frontend ID: Could not open card #0! Subtype: No such file or directory" when I try and use it.
On checking in /dev it appears no /dev/dvb entries exist. I recall when setting up the card on another system I had to create some udev rules which don't appear to be in Pluto by default.
Could others comment on whether they have the Nova-T card running in Pluto, and whether it works out of the box or if you had to tweak it manually?
Thanks
Luke.
extracts from lsmod below; lsmod | grep dvb dvb_ttpci 101788 0 l64781 8004 1 dvb_ttpci saa7146_vv 51328 1 dvb_ttpci saa7146 18792 2 dvb_ttpci,saa7146_vv ves1820 6756 1 dvb_ttpci stv0299 11272 1 dvb_ttpci dvb_core 85608 2 dvb_ttpci,stv0299 tda8083 6628 1 dvb_ttpci stv0297 9120 1 dvb_ttpci sp8870 8076 1 dvb_ttpci ves1x93 7172 1 dvb_ttpci ttpci_eeprom 2816 1 dvb_ttpci firmware_class 11264 4 bttv,dvb_ttpci,sp8870,cx88_blackbird i2c_core 22576 15 bttv,dvb_ttpci,l64781,ves1820,stv0299,tda8083,stv0297,sp8870,ves1x93,ttpci_eeprom,cx88xx,i2c_algo_bit,tveeprom,i2c_ali1535,i2c_ali1563 dcerouter_3777:/lib/modules/2.6.15-pluto-1-686/kernel/drivers/media/video/cx88$
|