[linux-dvb] Hauppauge WinTV Nova-HD-S2
Marvin Hankley
marvin.hankley at googlemail.com
Sat Jul 21 02:12:49 CEST 2007
> 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
More information about the linux-dvb
mailing list