Mailing List archive

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

[linux-dvb] Re: Need help w/ Cinergy1200



Hi there,
The most important message first:

DVB: registering frontend 0 (Philips TDA10021 DVB-C)...


I guess this says all ;)

Here is what I did:
- followed the steps as posted by Stefan Schmidt
(http://www.linuxtv.org/mailinglists/linux-
dvb/2004/10-2004/msg00743.html)

- modified the dvb_net.c 
about line 145:

- #if LINUX_VERSION_CODE <= KERNEL_VERSION(2,6,8)
-       eth = skb->mac.ethernet;
- #else
-       eth = eth_hdr(skb);
- #endif

+       eth = skb->mac.ethernet;

now /dev/dvb/adapter0 exists! I hope the tuning and channel scanning
stuff works now...


thanks to all, who helped me!

greetings,
Jakob

PS: Sorry Stefan, I forgot to change the TO-Field in the mail :/







Home | Main Index | Thread Index