Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- root@iccei-desktop:/home/iccei/Descargas# cd r8101-1.024.00
- root@iccei-desktop:/home/iccei/Descargas/r8101-1.024.00# ./autorun.sh
- Check old driver and unload it.
- rmmod r8169
- Build the module and install
- /home/iccei/Descargas/r8101-1.024.00/src/r8101_n.c: In function ‘rtl8101_rx_vlan_skb’:
- /home/iccei/Descargas/r8101-1.024.00/src/r8101_n.c:1909:9: error: too few arguments to function ‘__vlan_hwaccel_put_tag’
- __vlan_hwaccel_put_tag(skb, swab16(opts2 & 0xffff));
- ^
- In file included from /home/iccei/Descargas/r8101-1.024.00/src/r8101_n.c:46:0:
- include/linux/if_vlan.h:236:31: note: declared here
- static inline struct sk_buff *__vlan_hwaccel_put_tag(struct sk_buff *skb,
- ^
- /home/iccei/Descargas/r8101-1.024.00/src/r8101_n.c: In function ‘rtl8101_hw_set_features’:
- /home/iccei/Descargas/r8101-1.024.00/src/r8101_n.c:1970:25: error: ‘NETIF_F_HW_VLAN_RX’ undeclared (first use in this function)
- if (dev->features & NETIF_F_HW_VLAN_RX)
- ^
- /home/iccei/Descargas/r8101-1.024.00/src/r8101_n.c:1970:25: note: each undeclared identifier is reported only once for each function it appears in
- /home/iccei/Descargas/r8101-1.024.00/src/r8101_n.c: In function ‘rtl8101_init_one’:
- /home/iccei/Descargas/r8101-1.024.00/src/r8101_n.c:7295:22: error: ‘NETIF_F_HW_VLAN_TX’ undeclared (first use in this function)
- dev->features |= NETIF_F_HW_VLAN_TX | NETIF_F_HW_VLAN_RX;
- ^
- /home/iccei/Descargas/r8101-1.024.00/src/r8101_n.c:7295:43: error: ‘NETIF_F_HW_VLAN_RX’ undeclared (first use in this function)
- dev->features |= NETIF_F_HW_VLAN_TX | NETIF_F_HW_VLAN_RX;
- ^
- make[3]: *** [/home/iccei/Descargas/r8101-1.024.00/src/r8101_n.o] Error 1
- make[2]: *** [_module_/home/iccei/Descargas/r8101-1.024.00/src] Error 2
- make[1]: *** [modules] Error 2
- make: *** [modules] Error 2
- root@iccei-desktop:/home/iccei/Descargas/r8101-1.024.00#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement