On Tue, 15 Jan 2008 12:50:21 -0500 "James Klaas" <jklaas@xxxxxxxxxxxxxxxxxxxxxx> wrote: > /usr/src/video4linux/hd800i/xc5000-analog/v4l/dvb_net.c: In function > 'wq_set_multicast_list': > /usr/src/video4linux/hd800i/xc5000-analog/v4l/dvb_net.c:1172: error: > 'struct net_device' has no member named 'xmit_lock' > /usr/src/video4linux/hd800i/xc5000-analog/v4l/dvb_net.c:1201: error: > 'struct net_device' has no member named 'xmit_lock' Weird... xmit_lock were removed on kernel 2.6.17. It seems that your Ubuntu kernel has something weird at kernel's include/linux/netdevice.h. The auto-detection script seems is not finding the newer lock function netif_tx_lock_bh(), added on 2.6.17. Try to compile it against a vanilla kernel. Cheers, Mauronetif_tx_lock_bh _______________________________________________ linux-dvb mailing list linux-dvb@xxxxxxxxxxx http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb