|
|||||||
| BT4beta Working Hardware Contribute to the BT4b HCL here |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
I tried this several times apocolipse but i keep getting the same errors, if you could give me any more advice it would be greatly apperciated. BTW i have the HWUN2.
bt rt2870 # sudo make && make install make -C tools make[1]: Entering directory `/root/rt2870/tools' gcc -g bin2h.c -o bin2h make[1]: Leaving directory `/root/rt2870/tools' /root/rt2870/tools/bin2h cp -f os/linux/Makefile.6 /root/rt2870/os/linux/Makefile make -C /lib/modules/2.6.21.5/build SUBDIRS=/root/rt2870/os/linux modules make: *** /lib/modules/2.6.21.5/build: No such file or directory. Stop. make: *** [LINUX] Error 2 bt rt2870 # sudo make ( <<TRIED AGAIN HERE ) make -C tools make[1]: Entering directory `/root/rt2870/tools' gcc -g bin2h.c -o bin2h make[1]: Leaving directory `/root/rt2870/tools' /root/rt2870/tools/bin2h cp -f os/linux/Makefile.6 /root/rt2870/os/linux/Makefile make -C /lib/modules/2.6.21.5/build SUBDIRS=/root/rt2870/os/linux modules make: *** /lib/modules/2.6.21.5/build: No such file or directory. Stop. make: *** [LINUX] Error 2 bt rt2870 # make install make -C /root/rt2870/os/linux -f Makefile.6 install mkdir: cannot create directory `/etc/Wireless': File exists make[1]: Entering directory `/root/rt2870/os/linux' rm -rf /etc/Wireless/RT2870STA mkdir /etc/Wireless/RT2870STA cp /root/rt2870/RT2870STA.dat /etc/Wireless/RT2870STA/. install -d /lib/modules/2.6.21.5/kernel/drivers/net/wireless/ install -m 644 -c rt2870sta.ko /lib/modules/2.6.21.5/kernel/drivers/net/wireless/ /sbin/depmod -a 2.6.21.5 make[1]: Leaving directory `/root/rt2870/os/linux' bt rt2870 # modprobe rt2870sta FATAL: Error inserting rt2870sta (/lib/modules/2.6.21.5/kernel/drivers/net/wireless/rt2870sta.ko): Invalid module format bt rt2870 # also i tried your driver and the driver you listed that works with backtrack 3 and i have tried this on bt3 bt4 beta and bt4, same errors on all. thanks again for any help to anyone. |
|
|||
|
I installed "apocolipse" driver with BT4-beta and it's working but not perfectly.
first I changed apocolipse "nano rt2870.h" to match my Linksys ID("lsusb" shows the numbers) in /include folder then make && make install then modprobe rt2870sta now iwconfig shows my ra0 macchance wont work, also rate can't be changed.ifconfig ra0 down crash the system. |
|
|||
|
hey guys nice tutorial but look at what error i get when i issue "sudo make"
Code:
root@bt:/mnt/sda6/rt2870-2.6.27-apocolipse# sudo make make -C tools make[1]: Entering directory `/mnt/sda6/rt2870-2.6.27-apocolipse/tools' gcc -g bin2h.c -o bin2h make[1]: Leaving directory `/mnt/sda6/rt2870-2.6.27-apocolipse/tools' /mnt/sda6/rt2870-2.6.27-apocolipse/tools/bin2h cp -f os/linux/Makefile.6 /mnt/sda6/rt2870-2.6.27-apocolipse/os/linux/Makefile make -C /lib/modules/2.6.28.1/build SUBDIRS=/mnt/sda6/rt2870-2.6.27-apocolipse/os/linux modules make[1]: Entering directory `/usr/src/linux-source-2.6.28.1' CC [M] /mnt/sda6/rt2870-2.6.27-apocolipse/os/linux/../../os/linux/sta_ioctl.o /mnt/sda6/rt2870-2.6.27-apocolipse/os/linux/../../os/linux/sta_ioctl.c: In function ‘rt_ioctl_giwscan’: /mnt/sda6/rt2870-2.6.27-apocolipse/os/linux/../../os/linux/sta_ioctl.c:1543: warning: passing argument 1 of ‘iwe_stream_add_point’ from incompatible pointer type /mnt/sda6/rt2870-2.6.27-apocolipse/os/linux/../../os/linux/sta_ioctl.c:1543: warning: passing argument 3 of ‘iwe_stream_add_point’ from incompatible pointer type /mnt/sda6/rt2870-2.6.27-apocolipse/os/linux/../../os/linux/sta_ioctl.c:1543: warning: passing argument 4 of ‘iwe_stream_add_point’ from incompatible pointer type /mnt/sda6/rt2870-2.6.27-apocolipse/os/linux/../../os/linux/sta_ioctl.c:1543: error: too few arguments to function ‘iwe_stream_add_point’ make[2]: *** [/mnt/sda6/rt2870-2.6.27-apocolipse/os/linux/../../os/linux/sta_ioctl.o] Error 1 make[1]: *** [_module_/mnt/sda6/rt2870-2.6.27-apocolipse/os/linux] Error 2 make[1]: Leaving directory `/usr/src/linux-source-2.6.28.1' make: *** [LINUX] Error 2 I'm using Backtrack 3 beta and i dual boot it with Win XP My WiFi Card is Linksys WUSB100 (using the rt2870 chipset) Last edited by tanago; 11-15-2009 at 03:00 PM. |
|
|||
|
I followed Apocolipse269 Tutorial. This is what I got when I typed in Make && make install.
bt rt2870 # make && make install make -C tools make[1]: Entering directory `/root/rt2870/tools' gcc -g bin2h.c -o bin2h make[1]: Leaving directory `/root/rt2870/tools' /root/rt2870/tools/bin2h cp -f os/linux/Makefile.6 /root/rt2870/os/linux/Makefile make -C /lib/modules/2.6.21.5/build SUBDIRS=/root/rt2870/os/linux modules make: *** /lib/modules/2.6.21.5/build: No such file or directory. Stop. make: *** [LINUX] Error 2 bt rt2870 # Im using Linksys USB dongle, WUSB600N |
|
|||
|
w w w filefactory.com/file/af31fg2/n/rt2870-2.6.28-apocolipse.tar.gz
Last edited by pafuin; 12-21-2009 at 09:53 AM. |
|
|||
|
Hi everyone,
I know this is a very basic question and I have searched around for a simple answer. I'm using BT3 (through vmware) and attempting to install the driver. The closest step-by-step guide I've found is here: garrettreid.com/projects/installing-rt73-drivers-in-backtrack/ but that is for installing the rt73 driver instead of the newer, updated driver. I've been able to successfully download the correct driver using the method in the above tutorial but am stuck as to what do do from there. Any help would be greatly appreciated!!! Thanks! -Wyatt |
![]() |
| Bookmarks |
| Tags |
| rt2870 |
| Thread Tools | |
| Display Modes | |
|
|