Remote Exploit Forums

Go Back   Remote Exploit Forums > Archives > Latest Public Release - BackTrack4 Beta > BT4beta Working Hardware


BT4beta Working Hardware Contribute to the BT4b HCL here

Reply
 
LinkBack Thread Tools Display Modes
  #41 (permalink)  
Old 10-28-2009, 12:16 PM
Just burned his ISO
 
Join Date: Sep 2009
Location: dfw , TX
Posts: 3
Send a message via AIM to to0nnyy
Default

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.
Reply With Quote
  #42 (permalink)  
Old 11-09-2009, 08:25 AM
New Member
 
Join Date: Nov 2009
Posts: 1
Default

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.
Reply With Quote
  #43 (permalink)  
Old 11-15-2009, 11:20 AM
Junior Member
 
Join Date: Nov 2009
Posts: 10
Send a message via Skype™ to tanago
Default

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
My Specifications:
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.
Reply With Quote
  #44 (permalink)  
Old 11-25-2009, 02:34 AM
Just burned his ISO
 
Join Date: Nov 2009
Posts: 4
Default Problems with Make && make install, Some help please. :)

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
Reply With Quote
  #45 (permalink)  
Old 12-03-2009, 04:49 AM
New Member
 
Join Date: Dec 2009
Posts: 1
Default Broken link to the driver download.

When I go to the driver and try to download it stated the file has expired or has been deleted.

Can someone post the file where I can pull it down please?

Thanks.
Reply With Quote
  #46 (permalink)  
Old 12-03-2009, 02:19 PM
archangel.amael's Avatar
Moderator
 
Join Date: Nov 2007
Location: I changed it for you.
Posts: 4,187
Default

Quote:
Originally Posted by Blackend View Post
When I go to the driver and try to download it stated the file has expired or has been deleted.

Can someone post the file where I can pull it down please?

Thanks.
If you are talking about the links in the first post I tried them and they opened for download just fine.
I did not however download them.
__________________
Please visit the new forums for any and all help with Back Track 4 Final.
BackTrack-Linux is the new home.
Reply With Quote
  #47 (permalink)  
Old 12-05-2009, 07:53 PM
Junior Member
 
Join Date: Aug 2008
Posts: 14
Default

Does anybody have BT4 working with the Rokland N3 USB adapter then?
Reply With Quote
  #48 (permalink)  
Old 12-11-2009, 10:42 AM
Junior Member
 
Join Date: Nov 2009
Posts: 10
Send a message via Skype™ to tanago
Default

hi guys can my adapter linksys wusb100 v2 inject i try
aireplay-ng -1 0 -a BSSID ra0
but it always shows me Sending Auth Request about 10 times and then shows me attack failed possible reasons bla bla
Reply With Quote
  #49 (permalink)  
Old 12-21-2009, 09:49 AM
Junior Member
 
Join Date: Aug 2009
Posts: 11
Default w w w filefactory.com/file/af31fg2/n/rt2870-2_6_28-apocolipse_tar_gz

w w w filefactory.com/file/af31fg2/n/rt2870-2.6.28-apocolipse.tar.gz


Quote:
Originally Posted by Blackend View Post
When I go to the driver and try to download it stated the file has expired or has been deleted.

Can someone post the file where I can pull it down please?

Thanks.

Last edited by pafuin; 12-21-2009 at 09:53 AM.
Reply With Quote
  #50 (permalink)  
Old 12-23-2009, 01:11 AM
New Member
 
Join Date: Dec 2009
Posts: 4
Default Help installing driver

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
Reply With Quote
Reply

Bookmarks

Tags
rt2870

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 01:09 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.2