Advertisement
Guest User

Untitled

a guest
Feb 12th, 2014
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.97 KB | None | 0 0
  1. root@iccei-desktop:/home/iccei/Descargas# cd r8101-1.024.00
  2. root@iccei-desktop:/home/iccei/Descargas/r8101-1.024.00# ./autorun.sh
  3.  
  4. Check old driver and unload it.
  5. rmmod r8169
  6. Build the module and install
  7. /home/iccei/Descargas/r8101-1.024.00/src/r8101_n.c: In function ‘rtl8101_rx_vlan_skb’:
  8. /home/iccei/Descargas/r8101-1.024.00/src/r8101_n.c:1909:9: error: too few arguments to function ‘__vlan_hwaccel_put_tag’
  9. __vlan_hwaccel_put_tag(skb, swab16(opts2 & 0xffff));
  10. ^
  11. In file included from /home/iccei/Descargas/r8101-1.024.00/src/r8101_n.c:46:0:
  12. include/linux/if_vlan.h:236:31: note: declared here
  13. static inline struct sk_buff *__vlan_hwaccel_put_tag(struct sk_buff *skb,
  14. ^
  15. /home/iccei/Descargas/r8101-1.024.00/src/r8101_n.c: In function ‘rtl8101_hw_set_features’:
  16. /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)
  17. if (dev->features & NETIF_F_HW_VLAN_RX)
  18. ^
  19. /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
  20. /home/iccei/Descargas/r8101-1.024.00/src/r8101_n.c: In function ‘rtl8101_init_one’:
  21. /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)
  22. dev->features |= NETIF_F_HW_VLAN_TX | NETIF_F_HW_VLAN_RX;
  23. ^
  24. /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)
  25. dev->features |= NETIF_F_HW_VLAN_TX | NETIF_F_HW_VLAN_RX;
  26. ^
  27. make[3]: *** [/home/iccei/Descargas/r8101-1.024.00/src/r8101_n.o] Error 1
  28. make[2]: *** [_module_/home/iccei/Descargas/r8101-1.024.00/src] Error 2
  29. make[1]: *** [modules] Error 2
  30. make: *** [modules] Error 2
  31. root@iccei-desktop:/home/iccei/Descargas/r8101-1.024.00#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement