Re: Hauppauge WinTV Nova-HD-S2

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

 



> Do you have any idea what could be causing this? Anyway, thanks very
> much for making the code available.

Right, I hate to reply to my own post but I think I've solved the
problem. The driver is failing to compile on just 1 line:

 CC [M]  /usr/src/hvr4000-03afdb635ed2/v4l/dvb_net.o
/usr/src/hvr4000-03afdb635ed2/v4l/dvb_net.c: In function
'dvb_net_eth_type_trans':
/usr/src/hvr4000-03afdb635ed2/v4l/dvb_net.c:186: error: 'struct
sk_buff' has no member named 'mac'

So, if I edit the file v4l/dvb_net.c at line 186 and replace the line:

skb->mac.raw=skb->data;

with this:

skb_reset_mac_header(skb);

then, the driver compiles correctly and I have, after extracting the
firmware and putting it in the right place, the ability to scan, tune
and watch DVB-S :-)

Thanks everyone for your help...

Cheers,
Marv

_______________________________________________
linux-dvb mailing list
linux-dvb@xxxxxxxxxxx
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb

[Index of Archives]     [Linux Media]     [Video 4 Linux]     [Asterisk]     [Samba]     [Xorg]     [Xfree86]     [Linux USB]

  Powered by Linux