Hello,
I hope you can help me with a driver problem... I already searched the internet and as far I can read that both of my cards should work without doing anything manually...
I have two DVB-S cards: A Hauppauge Nova S-Plus PCI (should work with cx88, budget-ci) and a Technotrend 1500 PCI (ttpci).
The Hauppauge card is recognised during system startup, but there is an error:
linuxmce@dcerouter:/dev$ dmesg|grep dvb
[ 38.642514] cx88/2: cx2388x dvb driver version 0.0.6 loaded
[ 38.642520] cx88/2: registering cx8802 driver, type: dvb access: shared
[ 38.683307] cx88[0]/2: dvb_register failed (err = -22)
It is trying to do something with the TechnoTrend card as well:
[ 39.013102] saa7146: register extension 'budget_ci dvb'.
The Technotrend card I wanted to set up with "sudo modprobe dvb-ttpci" - after that dmesg shows:
[ 709.602894] saa7146: register extension 'dvb'.
But after all, The Hauppauge card only shows up as /dev/video0, and there is no directory /dev/dvb. udev is running.
I am now using the 7.10 release. I already tried downloading and installing the latest V4L drivers - no change.
HISTORY: With 7.10b3, the TechnoTrend card was working. I bought it because the Hauppauge card did not provide /dev/dvb, but after finding out that the infrared receiver of the TT card did not receive any signals I added the Hauppauge card again just to be able to use the infrared control. After putting it in, the TT card still worked, and I could use the Hauppauge infrared receiver. Since update to 7.10RC3 I have the problem described above... My goal is to make both cards work with DVB, and one of them with infrared, but I would already be happy if one of both DVB cards worked.
lsmod|grep dvb shows
dvb_ttpci 104776 0
saa7146_vv 50688 1 dvb_ttpci
saa7146 20360 4 dvb_ttpci,saa7146_vv,budget_ci,budget_core
ttpci_eeprom 3456 2 dvb_ttpci,budget_core
videobuf_dvb 7812 0
dvb_core 81052 4 dvb_ttpci,budget_ci,budget_core,videobuf_dvb
videobuf_core 19588 6 saa7146_vv,videobuf_dvb,cx8800,cx8802,cx88xx,videobuf_dma_sg
i2c_core 26112 11 dvb_ttpci,budget_ci,budget_core,ttpci_eeprom,cx24123,cx88_vp3054_i2c,cx88xx,i2c_algo_bit,tveeprom,v4l2_common,nvidia
Any hint?