So a co-worker wanted my eeepc 900 after a little bit of back and forth on price, I sold it to him and bought the new 1000h series EEEPC. I like the HD and new processor. However as most have noted the Hardware is different, and to make the laptop run Backtrack 3 requires a bit of changes:
#1 - X doesn’t start by default, to remedy this - at boot up select the VESA mode … If you are running from SD card and want to keep your save changes options.. modify your startup to look like this:
/etc/sysconfig/sysconfig.cfg -
LABLE eeepc
MENU LABEL BT3 VESA with Persistent Changes
KERNEL /boot/vmlinuz
APPEND vga=0×317 initrd=/boot/initrd.gz ramdisk_size=6666 root=/dev/ram0 rw changes=/dev/sdb2 autoexec=kdm
That will fix the boot up issues and set you down the right path…
#2 - the Ethernet card isn’t supported with the native BT3 drivers so you’ll need to go grab them and compile…
Download Linux driver from ASUS (card is Atheros(R) AR8121/AR8113 PCI-E):
http://support.asus.com/download/download.aspx?product=1&SLanguage=us-en&type=map&model=P5KPL-CM
(click the Drivers tab and set your OS to LINUX)
Copy the drivers to a USB drive and put them onto your BT3 system, unrar the files in the zip file, then start the compile fun:
Cd to the src directory (WHEREEVER/LinuxDrivers/L1e_Lan/l1e-l2e-linux-v1.0.0.4/src)
make
make install
A file called atl1e.ko is made, that’s your driver - Make install doesn’t work properly so its up to you to move the file.
Move to: /lib/modules/2.6.21.5/kernel/drivers/net/at1le.ko
insmod ./atl1e.ko
ifconfig -a should list your ETH0 card now.
#3 - The native wifi card isn’t supported for injection and monitor mode yet. My simple fix for this was to simply replace the card with one that is supported… namely the AR5008 based Gigabyte Aircrusier N300. Works with darn near everything. The native card is easily accessible through the bottom of the case under the same expansion cover you have to remove to install more ram (the RAM / HD / and Wifi card are all in this area).

I also did my little external antenna mod between the USB and Ethernet ports like on the 900 but i’ll tell you its really a tight squeeze to make it fit inside the case.
