Remote Exploit Forums

Go Back   Remote Exploit Forums > BackTrack 4 (pre) Final > BackTrack 4 Working Hardware


BackTrack 4 Working Hardware Post your Hardware Specs here.

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 07-09-2009, 06:41 PM
New Member
 
Join Date: Jul 2009
Posts: 1
Post HOWTO: BackTrack 4 Pre-final on a Asus EEE PC 1005HA

All-

Thought I would share my experience in getting BT4 Pre-final working on a Asus EEE PC 1005HA (this is the new Seashell model). Out of the box Audio, Video, USB all function correctly, however Wireless/Ethernet are a no go. I haven't tested Bluetooth; but I'll add to this post if I come across any issues. For now I'll cover Wireless/Ethernet and a GRUB mod, then add to this post as necessary as I come across something.

To start, I've performed a full install of BT4 according the multitude of guides around.

The 1005HA uses the following Atheros Chipsets:

AR9285 for Wireless
AR8132 for Ethernet

Step 1: AR8132 Ethernet Chipset Driver

Download the following Driver from Atheros ([459]AR813X-linux-v1.0.0.9.tar.gz) on another box and transfer to the EEE:
hxxp://partner.atheros.com/Download.aspx?id=93]Atheros Communications

Untar, make, make install, then:
insmod arl1e
ifconfig eth0 up
/etc/init.d/networking start

Yay Ethernet works, now you can grab the Wireless driver.

Step 2: AR9285 Wireless Chipset

Download the Linux Wireless driver:

hxxp://wireless.kernel.org/download/compat-wireless-2.6/compat-wireless-2.6.tar.bz2

And follow the instructions for make, install, make unload as directed on:

hxxp://linuxwireless.org/en/users/Download

Then reboot. Wireless should be up and happy... although I haven't tested injection yet (I will tonight and report back).

SUPER EXTRA BONUS: GRUB Boot Options

Since the EEE PC has a lower resolution than the default BT4 kernel parameters you have to make one change in order avoid the annoying "Hit enter to select VGA or press Space to continue" (or something along those lines) message when booting.

vi /boot/grub/menu.lst

Scroll down and modify the default kernel boot option (scroll right) from:

vga=0x317

to:

vga=0x315

Save and then reboot.

Enjoy your new EEE!

shadow-box
Reply With Quote
  #2 (permalink)  
Old 07-09-2009, 08:40 PM
#mfBaranian#'s Avatar
Senior Member
 
Join Date: Feb 2009
Location: Heart of Gold
Posts: 247
Default

I think this belongs in the how to section.
__________________
"Computer, if you don't open that exit hatch this moment, I shall go straight to your major data banks with a very large axe and give you a reprogramming you'll never forget, is that clear?"

Yeah, Douglas liked MAC's!
Reply With Quote
  #3 (permalink)  
Old 07-11-2009, 03:41 AM
New Member
 
Join Date: Jul 2009
Posts: 1
Exclamation Pardon my ignorance

But how did you installed the atheros Ethernet driver if there's no acces to Internet to be downloaded to it can you please explain because I have the same problem everything works but wireless card needs the driver
Reply With Quote
  #4 (permalink)  
Old 07-12-2009, 07:22 PM
Just burned his ISO
 
Join Date: Jul 2009
Posts: 1
Default

Pretty easy, you've gotta have another computer OR go into your winXP OS, download the Ethernet driver and THEN go into your BT OS and install the driver! after that.. you just connect your eeepc with the ethernet cable and take the wireless driver and install them as it's written! (in fact I just reworded what he said first) ^^



Could someone please report if the packet injection is working? or do we need the madwifi driver?

Well I replyed but the site doesn't show it so just in case:

You get the eternet driver before installing BT4 (on another computer, or on winxp) or .. just on winxp if you dualboot! You save it on a usb key / SD card and than you install it on BT4, once it's installed, you can take the wireless driver and there you go!



By the way: can anyone report if packet injection work? Or do we need madwifi?

Last edited by balding_parrot; 07-14-2009 at 02:27 AM.
Reply With Quote
  #5 (permalink)  
Old 07-13-2009, 11:28 AM
archangel.amael's Avatar
Moderator
 
Join Date: Nov 2007
Location: behind the wire
Posts: 3,457
Default

Quote:
Originally Posted by zebadboy View Post
Well I replyed but the site doesn't show it so just in
I bet that if you would have read the rules you agreed to when you signed up you would know why your post did not show up.
Might be a good idea.
__________________
The very existence of flame-throwers proves that some time, somewhere, someone said to themselves, You know, I want to set those people over there on fire, but I'm just not close enough to get the job done.
George Carlin
Reply With Quote
  #6 (permalink)  
Old 07-25-2009, 04:51 AM
Junior Member
 
Join Date: Jun 2008
Posts: 26
Default

Hi,

Im thinking of purchasing the asus 1005HA. Can anyone confirm if the wifi card is suitable for running backtrack 4? (e.g. packet injection)

Thanks!
__________________
Dum spiro spero
Reply With Quote
  #7 (permalink)  
Old 07-28-2009, 10:52 PM
Just burned his ISO
 
Join Date: Jul 2009
Posts: 3
Default

I have the same laptop...

I got wireless working without an issue by following the video and just simply entering

/etc/init.d/wicd start

then simply going to the wireless manager and put in the WEP key we use.... the Pre-Final worked fine with the wireless card.

I just read your post though on wired and am about to try it... so far I haven't gotten it to work yet.
Reply With Quote
  #8 (permalink)  
Old 08-02-2009, 10:11 PM
Just burned his ISO
 
Join Date: Aug 2009
Posts: 1
Default

Quote:
Originally Posted by shadow-box View Post
All-

Thought I would share my experience in getting BT4 Pre-final working on a Asus EEE PC 1005HA (this is the new Seashell model). Out of the box Audio, Video, USB all function correctly, however Wireless/Ethernet are a no go. I haven't tested Bluetooth; but I'll add to this post if I come across any issues. For now I'll cover Wireless/Ethernet and a GRUB mod, then add to this post as necessary as I come across something.

To start, I've performed a full install of BT4 according the multitude of guides around.

The 1005HA uses the following Atheros Chipsets:

AR9285 for Wireless
AR8132 for Ethernet

Step 1: AR8132 Ethernet Chipset Driver

Download the following Driver from Atheros ([459]AR813X-linux-v1.0.0.9.tar.gz) on another box and transfer to the EEE:
hxxp://partner.atheros.com/Download.aspx?id=93]Atheros Communications

Untar, make, make install, then:
insmod arl1e
ifconfig eth0 up
/etc/init.d/networking start

Yay Ethernet works, now you can grab the Wireless driver.

Step 2: AR9285 Wireless Chipset

Download the Linux Wireless driver:

hxxp://wireless.kernel.org/download/compat-wireless-2.6/compat-wireless-2.6.tar.bz2

And follow the instructions for make, install, make unload as directed on:

hxxp://linuxwireless.org/en/users/Download

Then reboot. Wireless should be up and happy... although I haven't tested injection yet (I will tonight and report back).

SUPER EXTRA BONUS: GRUB Boot Options

Since the EEE PC has a lower resolution than the default BT4 kernel parameters you have to make one change in order avoid the annoying "Hit enter to select VGA or press Space to continue" (or something along those lines) message when booting.

vi /boot/grub/menu.lst

Scroll down and modify the default kernel boot option (scroll right) from:

vga=0x317

to:

vga=0x315

Save and then reboot.

Enjoy your new EEE!

shadow-box
+

did not work for me
Reply With Quote
  #9 (permalink)  
Old 08-05-2009, 10:01 PM
Just burned his ISO
 
Join Date: Oct 2007
Posts: 2
Default

Thanks that worked a tread for wired and wireless.

Does power management work on these, I closed the lid while BT4 was running and rather than suspending it just overheated!
Reply With Quote
  #10 (permalink)  
Old 08-06-2009, 07:19 PM
Banned
 
Join Date: Aug 2009
Posts: 2
Default My Experience

I was able to get the ethernet working by installing the drivers from atheros... The wifi drivers worked by default by running wicd.

I have not been able to do any packet injection with the wireless card and default drivers though...

I attempted to install the latest wireless drivers as described above but it did not work. When I tried to load the modules it gave errors about missing some symbols...
Reply With Quote
Reply

Bookmarks

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 11:25 PM.


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