Advertisement
Guest User

Untitled

a guest
Feb 12th, 2014
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.51 KB | None | 0 0
  1. iccei@iccei-desktop:~$ dir
  2. Descargas Escritorio Facturas-CFDI Música Público Vídeos
  3. Documentos examples.desktop Imágenes Plantillas Ubuntu\ One
  4. iccei@iccei-desktop:~$ cd Descargas
  5. iccei@iccei-desktop:~/Descargas$ dir
  6. Documento\ sin\ título
  7. Documento\ sin\ título~
  8. install_flash_player_11_linux.i386.tar.gz
  9. r8101-1.024.00
  10. r8101-1.024.00.tar.bz2
  11. recibopyme_2769.pdf
  12. ubuntuone-4.2.0-windows-installer.exe
  13. iccei@iccei-desktop:~/Descargas$ cd r8101-1.024.00
  14. iccei@iccei-desktop:~/Descargas/r8101-1.024.00$ ./autorun.sh
  15.  
  16. Check old driver and unload it.
  17. rmmod r8169
  18. libkmod: ERROR ../libkmod/libkmod-module.c:753 kmod_module_remove_module: could not remove 'r8169': Operation not permitted
  19. Error: could not remove module r8169: Operation not permitted
  20. Build the module and install
  21. /home/iccei/Descargas/r8101-1.024.00/src/r8101_n.c: In function ‘rtl8101_rx_vlan_skb’:
  22. /home/iccei/Descargas/r8101-1.024.00/src/r8101_n.c:1909:9: error: too few arguments to function ‘__vlan_hwaccel_put_tag’
  23. __vlan_hwaccel_put_tag(skb, swab16(opts2 & 0xffff));
  24. ^
  25. In file included from /home/iccei/Descargas/r8101-1.024.00/src/r8101_n.c:46:0:
  26. include/linux/if_vlan.h:236:31: note: declared here
  27. static inline struct sk_buff *__vlan_hwaccel_put_tag(struct sk_buff *skb,
  28. ^
  29. /home/iccei/Descargas/r8101-1.024.00/src/r8101_n.c: In function ‘rtl8101_hw_set_features’:
  30. /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)
  31. if (dev->features & NETIF_F_HW_VLAN_RX)
  32. ^
  33. /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
  34. /home/iccei/Descargas/r8101-1.024.00/src/r8101_n.c: In function ‘rtl8101_init_one’:
  35. /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)
  36. dev->features |= NETIF_F_HW_VLAN_TX | NETIF_F_HW_VLAN_RX;
  37. ^
  38. /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)
  39. dev->features |= NETIF_F_HW_VLAN_TX | NETIF_F_HW_VLAN_RX;
  40. ^
  41. make[3]: *** [/home/iccei/Descargas/r8101-1.024.00/src/r8101_n.o] Error 1
  42. make[2]: *** [_module_/home/iccei/Descargas/r8101-1.024.00/src] Error 2
  43. make[1]: *** [modules] Error 2
  44. make: *** [modules] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement