Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[linux-dvb] New Hauppauge Nova-s



Hi,

I just got my Hauppauge Nova-s and compiled the latest cvs snapshot 
(20021207).  'make insmod' failed with "no such device"...

After comparing 'lspci -v' with the pci_device_ids listed in 
av7110/saa7146_core.c I found that my card is not listed.

ganzfix:~ # lspci -nv
...
00:0a.0 Class 0480: 1131:7146 (rev 01)
        Subsystem: 13c2:100f
        Flags: bus master, medium devsel, latency 32, IRQ 5
        Memory at df122000 (32-bit, non-prefetchable) [size=512]
...

So I added the line 
{ PHILIPS_SAA7146, 0x13c2, 0x100f, CARD_INFO ttbs },
to the pci_device_ids in av7110/saa7146_core.c and the kernel module gets 
loaded.

ganzfix:~ # lsmod
Module                  Size  Used by    Tainted: P
dvb-ttpci             332240   0  (autoclean) (unused)
alps_bsru6              6516   1
videodev                6112   0  (autoclean) [dvb-ttpci]
dmxdev                  8780   1  (autoclean) [dvb-ttpci]
dvb-core               41348   2  (autoclean) [dvb-ttpci alps_bsru6 dmxdev]
...

Unfortunatly, everything else does not work. As example:
ganzfix:~ # szap ZDF
zapping to 'ZDF':
sat 0, frequency = 11954 MHz H, symbolrate 27500000, vpid = 0x006e, apid = 
0x0078
using '/dev/dvb/adapter0/frontend0' and '/dev/dvb/adapter0/demux0'
status 02 | signal 0000 | snr 0000 | ber 00002b00 | unc 00000000 |
status 02 | signal 0000 | snr 0000 | ber 00000000 | unc 00000000 |
status 02 | signal 0000 | snr 0000 | ber 00000000 | unc 00000000 |
status 02 | signal 0000 | snr 0000 | ber 00000000 | unc 00000000 |
...

So, just adding the device id would have been too easy :-) 
Any hints how to get it running? 

TIA
Chris 
-- 
Chris Benndorf
chrisb@ganzfix.de
http://www.ganzfix.de
Phone: +49 6356 989333



-- 
Info:
To unsubscribe send a mail to listar@linuxtv.org with "unsubscribe linux-dvb" as subject.



Home | Main Index | Thread Index