WUSB600N Dongle, Ubuntu 11.04 Driver
Hey hey :)
Jeg sidder og hjælper en mate her, med Ubuntu 11.04 hvor der skal installeres en wireless USB adaptor.
Mærke: Linksys Cisco
Model: WUSB600N
Jeg her brugt en del tid på at finde ud af hvordan man installere den driver der skal bruges til dette system.. den kommer bare med denne fejl..
Har prøvet at følge denne guide:
http://ubuntuforums.org/showthread.php?t=972060
fock@fock-SCENIC-EDITION:~/2010_0709_RT2870_Linux_STA_v2.4.0.1$ sudo make
make -C tools
make[1]: Entering directory `/home/fock/2010_0709_RT2870_Linux_STA_v2.4.0.1/tools'
gcc -g bin2h.c -o bin2h
make[1]: Leaving directory `/home/fock/2010_0709_RT2870_Linux_STA_v2.4.0.1/tools'
/home/fock/2010_0709_RT2870_Linux_STA_v2.4.0.1/tools/bin2h
cp -f os/linux/Makefile.6 /home/fock/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/Makefile
make -C /lib/modules/2.6.38-8-generic/build SUBDIRS=/home/fock/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux modules
make[1]: Entering directory `/usr/src/linux-headers-2.6.38-8-generic'
CC [M] /home/fock/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../common/cmm_mac_usb.o
/home/fock/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../common/cmm_mac_usb.c: In function ‘RTMPAllocUsbBulkBufStruct':
/home/fock/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../common/cmm_mac_usb.c:52:2: error: implicit declaration of function ‘usb_buffer_alloc'
/home/fock/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../common/cmm_mac_usb.c:52:13: warning: assignment makes pointer from integer without a cast
/home/fock/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../common/cmm_mac_usb.c: In function ‘RTMPFreeUsbBulkBufStruct':
/home/fock/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../common/cmm_mac_usb.c:78:3: error: implicit declaration of function ‘usb_buffer_free'
/home/fock/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../common/cmm_mac_usb.c: In function ‘RTMPFreeTxRxRingMemory':
/home/fock/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../common/cmm_mac_usb.c:234:9: warning: passing argument 3 of ‘RTMPFreeUsbBulkBufStruct' from incompatible pointer type
/home/fock/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../common/cmm_mac_usb.c:62:20: note: expected ‘UCHAR **' but argument is of type ‘struct __TX_BUFFER **'
/home/fock/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../common/cmm_mac_usb.c:241:9: warning: passing argument 3 of ‘RTMPFreeUsbBulkBufStruct' from incompatible pointer type
/home/fock/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../common/cmm_mac_usb.c:62:20: note: expected ‘UCHAR **' but argument is of type ‘struct __TX_BUFFER **'
/home/fock/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../common/cmm_mac_usb.c:278:11: warning: passing argument 3 of ‘RTMPFreeUsbBulkBufStruct' from incompatible pointer type
/home/fock/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../common/cmm_mac_usb.c:62:20: note: expected ‘UCHAR **' but argument is of type ‘struct __HTTX_BUFFER **'
/home/fock/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../common/cmm_mac_usb.c: In function ‘NICInitTransmit':
/home/fock/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../common/cmm_mac_usb.c:507:12: warning: passing argument 3 of ‘RTMPFreeUsbBulkBufStruct' from incompatible pointer type
/home/fock/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../common/cmm_mac_usb.c:62:20: note: expected ‘UCHAR **' but argument is of type ‘struct __TX_BUFFER **'
/home/fock/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../common/cmm_mac_usb.c: In function ‘RTMPAllocTxRxRingMemory':
/home/fock/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../common/cmm_mac_usb.c:566:13: warning: passing argument 3 of ‘RTMPAllocUsbBulkBufStruct' from incompatible pointer type
/home/fock/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../common/cmm_mac_usb.c:34:20: note: expected ‘VOID **' but argument is of type ‘struct __HTTX_BUFFER **'
/home/fock/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../common/cmm_mac_usb.c:596:12: warning: passing argument 3 of ‘RTMPAllocUsbBulkBufStruct' from incompatible pointer type
/home/fock/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../common/cmm_mac_usb.c:34:20: note: expected ‘VOID **' but argument is of type ‘struct __TX_BUFFER **'
/home/fock/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../common/cmm_mac_usb.c:610:12: warning: passing argument 3 of ‘RTMPAllocUsbBulkBufStruct' from incompatible pointer type
/home/fock/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../common/cmm_mac_usb.c:34:20: note: expected ‘VOID **' but argument is of type ‘struct __TX_BUFFER **'
/home/fock/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../common/cmm_mac_usb.c:628:13: warning: passing argument 3 of ‘RTMPAllocUsbBulkBufStruct' from incompatible pointer type
/home/fock/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../common/cmm_mac_usb.c:34:20: note: expected ‘VOID **' but argument is of type ‘UCHAR **'
make[2]: *** [/home/fock/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../common/cmm_mac_usb.o] Error 1
make[1]: *** [_module_/home/fock/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux] Error 2
make[1]: Leaving directory `/usr/src/linux-headers-2.6.38-8-generic'
make: *** [LINUX] Error 2
fock@fock-SCENIC-EDITION:~/2010_0709_RT2870_Linux_STA_v2.4.0.1$
I guiden skal jeg bagefter køre commandoen der hedder
sudo insmod rt2870sta.ko
Der kommer den med en anden fejl:
fock@fock-SCENIC-EDITION:~/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux$ sudo insmod rt2870sta.ko
insmod: can't read 'rt2870sta.ko': No such file or directory
fock@fock-SCENIC-EDITION:~/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux$
Og siger at filen ikke findes, det er så der jeg står af.. hvor fanden er den fil!!!???