Mailing List archive

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

[linux-dvb] Re: DVB-S 1.6 eror insmod dvb.o No such device



I inserted printk's for the struct pci_dev dev*.
/var/log/messages
Aug 19 22:46:51 linux kernel: dev->subsystem_vendor: '13c2'.
Aug 19 22:46:51 linux kernel: dev->subsystem_device: '6'.
Aug 19 22:46:53 linux kernel: dvb0: AV7111 - firm f0240009, rtsl
b0250018, vid 71010068, app 00012301
Aug 19 22:46:54 linux kernel: dvb: 1 dvb(s) found!

lspci -n
...
02:0d.0 Class 0480: 1131:7146 (rev 01)

There was no case for subsystem_devixe 0x0006, after I inserted this
case line into dvb.c the driver was running without problems.
The NEWSTRUCT branch doesn't work with my card.
Thanks for your tip.

Regards
Arndt



Johannes Stezenbach wrote:

 >On Sat, Aug 17, 2002 at 01:00:07PM +0200, Arndt Kopp wrote:
 >
 >>cat /proc/pci
 >>...
 >>Bus  2, device  13, function  0:
 >>   Multimedia controller: Philips Semiconductors SAA7146 (rev 1).
 >>     IRQ 9.
 >>     Master Capable.  Latency=60.  Min Gnt=15.Max Lat=38.
 >>     Non-prefetchable 32 bit memory at 0xd480
 >>
 >>
 >>Can anybody suggest a possibility to debug the problem and get the card
 >>running?
 >>
 >
 >- try the NEWSTRUCT branch to see if that works.
 >- 'lspci -n' to get numeric pci ids and look for them
 >  in dvb.c:get_card_type()
 >- if this does not help, try to put some printk()s
 >  into the dvb.c modules initialization code (maybe find_saas())
 >  until you can see what goes wrong
 >
 >HTH,
 >Johannes
 >





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



Home | Main Index | Thread Index