Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- iccei@iccei-desktop:~$ dir
- Descargas Escritorio Facturas-CFDI Música Público Vídeos
- Documentos examples.desktop Imágenes Plantillas Ubuntu\ One
- iccei@iccei-desktop:~$ cd Descargas
- iccei@iccei-desktop:~/Descargas$ dir
- Documento\ sin\ título
- Documento\ sin\ título~
- install_flash_player_11_linux.i386.tar.gz
- r8101-1.024.00
- r8101-1.024.00.tar.bz2
- recibopyme_2769.pdf
- ubuntuone-4.2.0-windows-installer.exe
- iccei@iccei-desktop:~/Descargas$ cd r8101-1.024.00
- iccei@iccei-desktop:~/Descargas/r8101-1.024.00$ ./autorun.sh
- Check old driver and unload it.
- rmmod r8169
- libkmod: ERROR ../libkmod/libkmod-module.c:753 kmod_module_remove_module: could not remove 'r8169': Operation not permitted
- Error: could not remove module r8169: Operation not permitted
- 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
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement