From: <DVo...@t-...> - 2002-10-03 23:01:52
|
Hi ! I try to use my Hauppauge DVB-S Nexus for a vpn-connection with "T-DSL via Satelit". I have installed latest cvs of dvbtune and dvb driver (NEWSTRUCT). I get the following messages during make insmod and dvbtune: Oct 2 22:09:14 PCNEU kernel: dvb_register_adapter: registering new adapter (Technotrend/Hauppauge PCI rev2.1). Oct 2 22:09:14 PCNEU kernel: saa7146_core.o: : bus:0, rev:1, mem:0xfd72c600. Oct 2 22:09:18 PCNEU kernel: av7110 (0): AV7111 - firm f0240009, rtsl b0250018, vid 71010068, app 00012502 Oct 2 22:09:20 PCNEU kernel: dvb_frontend_init: initialising frontend 0:0 (Alps BSRU6)... dvbtune -c 0 -f 10773250 -p H -s 22000 -n 253 FD 11: fd_dvr DEMUX DEVICE: : No such file or directory After generate the dvb devices with makedev.napi from the driver directory. This helps but dvbtune fails again: ./dvbtune -c 0 -f 10773250 -p H -s 22000 -n 253 Using DVB card "Alps BSRU6" tuning DVB-S to L-Band:1073981760, Pol:H Srate=22000000, 22kHz=off polling.... Getting frontend event FE_STATUS: FE_HAS_SIGNAL FE_HAS_LOCK FE_HAS_CARRIER FE_HAS_VITERBI FE_HAS_SYNC Bit error rate: 65280 Signal strength: 47995 SNR: 56865 FE_STATUS: FE_HAS_SIGNAL FE_HAS_LOCK FE_HAS_CARRIER FE_HAS_VITERBI FE_HAS_SYNC Failed to open DVB NET DEVICE I look in the sources and find the problem. After changing from sprintf(devnamen,"/dev/ost/net%d",dev); into sprintf(devnamen,"/dev/dvb/adapter0/net%d",dev); in dvbtune.c everything works. Can someone correct this in cvs ? Dirk |