Hello, finally I bought my first satellite card, a new Hauppauge Nexus. I want to test it with data transmission, and I've downloaded 0.8.2 driver with the mr Boros' patch. Following the instructions, when I want to load dvb driver, this is the result:
***** # modprobe dvb Warning: loading /lib/modules/2.4.18/kernel/drivers/media/video/dmxdev.o will taint the kernel: no license Warning: loading /lib/modules/2.4.18/kernel/drivers/media/video/dvb_demux.o will taint the kernel: no license/lib/modules/2.4.18/kernel/drivers/media/video/dvb.o: init_module: No such device Hint: insmod errors can be caused by incorrect module parameters, including invalid IO or IRQ parameters/lib/modules/2.4.18/kernel/drivers/media/video/dvb.o: insmod /lib/modules/2.4.18/kernel/drivers/media/video/dvb.o failed[CTRL-C here, the system apparently freezes]/lib/modules/2.4.18/kernel/drivers/media/video/dvb.o: insmod dvb failed# ***** Apparently the driver can't recognize my card (no such device). This is /var/log/messages: ***** Apr 23 20:03:35 bowsat kernel: PCI: Found IRQ 9 for device 00:0a.0 Apr 23 20:03:35 bowsat kernel: PCI: Sharing IRQ 9 with 00:07.0 Apr 23 20:03:35 bowsat kernel: saa7146_core: ==> i2c_saa7146_add_bus Apr 23 20:03:35 bowsat kernel: saa7146_core: i2c-routines for saa7146(0) registered. Apr 23 20:03:35 bowsat kernel: saa7146_core: saa7146(0) @ pci 00:0a.0; rev=1; mem=0xdf000000; irq=9; subsys=0x13c2,0x0003. Apr 23 20:03:35 bowsat kernel: saa7146_core: saa7146(0): using 2 capture buffers of 1728 KBytes each (3456 KBytes total) Apr 23 20:03:35 bowsat kernel: saa7146_core: saa7146(0): latency=32 clks; threshold=32 dwrds; burst=128 dwrds. Apr 23 20:03:35 bowsat kernel: saa7146_core: 1 SAA7146 chipset(s) found. Apr 23 20:03:35 bowsat kernel: saa7146_v4l: ==> saa7146_v4l_init Apr 23 20:03:35 bowsat kernel: saa7146_core: extension 0 registered: "v4l extension" Apr 23 20:03:35 bowsat kernel: saa7146_v4l: ==> saa7146_v4l_attach Apr 23 20:03:35 bowsat kernel: Linux video capture interface: v1.00 Apr 23 20:03:35 bowsat kernel: dvb: ==> dvb_init Apr 23 20:03:35 bowsat kernel: dvb.o Technotrend/Siemens DVB driver version 0.8.2 patch 8 Apr 23 20:03:35 bowsat kernel: saa7146_v4l: ==> saa7146_v4l_command (cmd=0x400c7071) Apr 23 20:03:35 bowsat kernel: saa7146_v4l: ==> saa7146_v4l_cleanup Apr 23 20:03:35 bowsat kernel: saa7146_core: extension 0 unregistered: "v4l extension" Apr 23 20:03:35 bowsat kernel: saa7146_v4l: ==> saa7146_v4l_detach Apr 23 20:03:38 bowsat kernel: saa7146_core: ==> i2c_saa7146_del_bus Apr 23 20:03:38 bowsat kernel: saa7146_core: adapter unregistered: saa7146(0)***** Well, first of all I don't know what "adapter unregistered" means. And what is "v4l extension unregistered"? This is my /etc/modules.conf, DVB section: ***** # DVB alias char-major-81 videodev alias char-major-81-0 dvb alias char-major-81-224 dvb alias char-major-249 dvb alias char-major-250 dvb alias char-major-251 dvb alias char-major-252 dvb alias char-major-253 dvb alias char-major-254 dvb alias dvb0 dvb options saa7146_core buffers=2 debug=0 idebug=2 options saa7146_v4l debug=1 options sp5659 adapter="saa7146(0)" debug=1 options ves1893 debug=1 options ves1820 debug=1 options ee24lc16 adapter="saa7146(0)" address=0x50 debug=1 options dvb init_chan=3 debug=1 above saa7146_core saa7146_v4l pre-remove saa7146_core modprobe -r saa7146_v4l post-remove dvb modprobe -r ee24lc16; modprobe -r ves1820; modprobe -r ves1893; modprobe -r sp5659 alias char-major-89 i2c-dev options i2c-core i2c_debug=1 ***** I've also eliminated the lines "#if 0" and "#end if" from dvb.c in "switch (subsys)" switch, they apparently "eliminate" my 0x003 vendor-code. Maybe I'm making a stupid error, but what error :( ? Is anyone using this card as data-IP receiver? Note: the card is ok with 0.9.4 drivers, it works and I can see satTV channels. Distro: Slackware 8.0 Kernel: 2.4.18 Card : Hauppauge WinTV Nexus-s TIA! PS: I apologize for my (beautyful and) bad English :) -- saluti, aded -- Info: To unsubscribe send a mail to [EMAIL PROTECTED] with "unsubscribe linux-dvb" as subject.
