Peter Klaassen
2011-01-15 13:23:30 UTC
Een make in de de /HAL/rtl8192u resulteert ook in een foutmelding:
***@Schagen:~/asus/HAL/rtl8192u$ make
make -C /lib/modules/2.6.32-27-generic/build
M=/home/peter/asus/HAL/rtl8192u CC=gcc modules
make[1]: Map '/usr/src/linux-headers-2.6.32-27-generic' wordt
binnengegaan
CC [M] /home/peter/asus/HAL/rtl8192u/r8180_93cx6.o
CC [M] /home/peter/asus/HAL/rtl8192u/r8192U_wx.o
CC [M] /home/peter/asus/HAL/rtl8192u/r8192S_phy.o
CC [M] /home/peter/asus/HAL/rtl8192u/r8192S_rtl6052.o
CC [M] /home/peter/asus/HAL/rtl8192u/r8192S_rtl8225.o
CC [M] /home/peter/asus/HAL/rtl8192u/r819xU_cmdpkt.o
CC [M] /home/peter/asus/HAL/rtl8192u/r8192U_dm.o
CC [M] /home/peter/asus/HAL/rtl8192u/r8192SU_HWImg.o
CC [M] /home/peter/asus/HAL/rtl8192u/r8192S_firmware.o
CC [M] /home/peter/asus/HAL/rtl8192u/r8192S_Efuse.o
CC [M] /home/peter/asus/HAL/rtl8192u/r8192U_core.o
/home/peter/asus/HAL/rtl8192u/r8192U_core.c: In function
‘rtl8192_usb_probe’:
/home/peter/asus/HAL/rtl8192u/r8192U_core.c:12317: error: ‘struct
net_device’ has no member named ‘open’
/home/peter/asus/HAL/rtl8192u/r8192U_core.c:12318: error: ‘struct
net_device’ has no member named ‘stop’
/home/peter/asus/HAL/rtl8192u/r8192U_core.c:12319: error: ‘struct
net_device’ has no member named ‘tx_timeout’
/home/peter/asus/HAL/rtl8192u/r8192U_core.c:12320: error: ‘struct
net_device’ has no member named ‘do_ioctl’
/home/peter/asus/HAL/rtl8192u/r8192U_core.c:12321: error: ‘struct
net_device’ has no member named ‘set_multicast_list’
/home/peter/asus/HAL/rtl8192u/r8192U_core.c:12322: error: ‘struct
net_device’ has no member named ‘set_mac_address’
/home/peter/asus/HAL/rtl8192u/r8192U_core.c:12323: error: ‘struct
net_device’ has no member named ‘get_stats’
/home/peter/asus/HAL/rtl8192u/r8192U_core.c:12324: error: ‘struct
net_device’ has no member named ‘hard_start_xmit’
make[2]: *** [/home/peter/asus/HAL/rtl8192u/r8192U_core.o] Fout 1
make[1]: *** [_module_/home/peter/asus/HAL/rtl8192u] Fout 2
make[1]: Map '/usr/src/linux-headers-2.6.32-27-generic' wordt verlaten
make: *** [modules] Fout 2
enig idee?
--
m.vr.gr.
Peter Klaassen
Ubuntu 10.4 LL LTS 32 BITS
Linux user #458207
http://counter.li.org
***@Schagen:~/asus/HAL/rtl8192u$ make
make -C /lib/modules/2.6.32-27-generic/build
M=/home/peter/asus/HAL/rtl8192u CC=gcc modules
make[1]: Map '/usr/src/linux-headers-2.6.32-27-generic' wordt
binnengegaan
CC [M] /home/peter/asus/HAL/rtl8192u/r8180_93cx6.o
CC [M] /home/peter/asus/HAL/rtl8192u/r8192U_wx.o
CC [M] /home/peter/asus/HAL/rtl8192u/r8192S_phy.o
CC [M] /home/peter/asus/HAL/rtl8192u/r8192S_rtl6052.o
CC [M] /home/peter/asus/HAL/rtl8192u/r8192S_rtl8225.o
CC [M] /home/peter/asus/HAL/rtl8192u/r819xU_cmdpkt.o
CC [M] /home/peter/asus/HAL/rtl8192u/r8192U_dm.o
CC [M] /home/peter/asus/HAL/rtl8192u/r8192SU_HWImg.o
CC [M] /home/peter/asus/HAL/rtl8192u/r8192S_firmware.o
CC [M] /home/peter/asus/HAL/rtl8192u/r8192S_Efuse.o
CC [M] /home/peter/asus/HAL/rtl8192u/r8192U_core.o
/home/peter/asus/HAL/rtl8192u/r8192U_core.c: In function
‘rtl8192_usb_probe’:
/home/peter/asus/HAL/rtl8192u/r8192U_core.c:12317: error: ‘struct
net_device’ has no member named ‘open’
/home/peter/asus/HAL/rtl8192u/r8192U_core.c:12318: error: ‘struct
net_device’ has no member named ‘stop’
/home/peter/asus/HAL/rtl8192u/r8192U_core.c:12319: error: ‘struct
net_device’ has no member named ‘tx_timeout’
/home/peter/asus/HAL/rtl8192u/r8192U_core.c:12320: error: ‘struct
net_device’ has no member named ‘do_ioctl’
/home/peter/asus/HAL/rtl8192u/r8192U_core.c:12321: error: ‘struct
net_device’ has no member named ‘set_multicast_list’
/home/peter/asus/HAL/rtl8192u/r8192U_core.c:12322: error: ‘struct
net_device’ has no member named ‘set_mac_address’
/home/peter/asus/HAL/rtl8192u/r8192U_core.c:12323: error: ‘struct
net_device’ has no member named ‘get_stats’
/home/peter/asus/HAL/rtl8192u/r8192U_core.c:12324: error: ‘struct
net_device’ has no member named ‘hard_start_xmit’
make[2]: *** [/home/peter/asus/HAL/rtl8192u/r8192U_core.o] Fout 1
make[1]: *** [_module_/home/peter/asus/HAL/rtl8192u] Fout 2
make[1]: Map '/usr/src/linux-headers-2.6.32-27-generic' wordt verlaten
make: *** [modules] Fout 2
enig idee?
--
m.vr.gr.
Peter Klaassen
Ubuntu 10.4 LL LTS 32 BITS
Linux user #458207
http://counter.li.org
--
Ubuntu-NL mailing list
Ubuntu-***@lists.ubuntu.com
Info/Uitschrijven: https://list
Ubuntu-NL mailing list
Ubuntu-***@lists.ubuntu.com
Info/Uitschrijven: https://list