You are not logged in.
Pages: 1
Other people have done it as well, but here's my version:
http://scottn.us/2008/03/asus-eee-pc-wi … ck-ng.html
Okay, we all know aircrack from debian etch works, but it's old. We also know injection requires a build environment, kernel sources, and loads of other fun. I made this and just got to test it on a newly recovered Eee pc. Not by choice, but that's another story. Simply put -- Never use Paragon's partition resizer on your ext2 filesystem!
* Download http://scottn.us/aircrack-1.0b2+madwifi … ar5007.tgz
* Open a console with CTRL+ALT+T
* Execute: sudo bash
* Execute: cd / ; tar vfxz /home/user/aircrack.tgz [make sure to do from /]
* Execute: modprobe -r ath_pci wlan_scan_sta wlan
* Execute: mv /lib/modules/2.6.21.4-eeepc/atheros ~ [move old stuff to home directory as backup]
* Execute: depmod -a
* Execute: modprobe ath_pci
That should be it. Feedback if I fudged the steps, please.
I'd have made a self installing .deb but like I said, my Eee PC died before I completely finished my work. Hope this gets some people up and running a lot faster!
A quick HOWTO:
airmon-ng stop ath0
airmon-ng start wifi0
aireplay-ng -9 ath0
You should get an "Injection is working!" somewhere in there ![]()
I was going to fix the RTC stuff, but like I said my filesystem became dead before I finished my work...
EDITs: "modprobe ath_pci" vs "modprobe ath" and changed rm to a mv, to keep old modules backed up - just in case.
Last edited by mute (2008-03-25 9:07:21 am)
Offline
Why everybody should know how to steal somebody else's keys and break in into their private wifi?
Offline
I have a problem. I follow your steps, but, in the last I have this error:
eee:/>modprobe ath
FATAL: Module ath not found.
And... my wireless don't work.
Do you have some idea how I can solve this ?
Thanks (sory , my english is bad)
Offline
Works now ![]()
How i can use this aircrack to crack wep passwords ? do u have some tutorial ???
Wath other softwar I need to crack passwords ?
Thanks.
Offline
Muadiv wrote:
Works now
How i can use this aircrack to crack wep passwords ? do u have some tutorial ???
Wath other softwar I need to crack passwords ?
http://www.google.com/ will tell you all you need to know about the subject.
Offline
How to remove aircrack and rollback the original drivers?
Offline
I have a problem too...
* Execute: modprobe -r ath_pci wlan_scan_sta wlan
-> Fatal: Module WLAN is in use
airmon-ng stop ath0
airmon-ng start wifi0
aireplay-ng -9 ath0
This works, but my wlan does not work anymore :-(
Please help!
Offline
Ok, wlan works again, but now airmon doesn't...
Offline
Can someone please explian me how to roll back the drivers?
Thanks
Offline
I see reports of failure from people but can anyone confirm this works?
Offline
My-EEE:/home/user> aireplay-ng --test ath0
ioctl(RTC_IRQP_SET) failed: Invalid argument
Make sure enhanced rtc device support is enabled in the kernel (module
rtc, not genrtc) - also try 'echo 1024 >/proc/sys/dev/rtc/max-user-freq'.
00:27:23 Trying broadcast probe requests...
00:27:25 No Answer...
00:27:25 Found 0 APs
this is when I try to test injection....
Offline
Like Joe I cannot get this working on my 4G. In addition to the RTC errors I also get the following output:
Interface ath0:
ioctl(SIOCGIFINDEX) failed: No such device
Then the wireless network is down for the count.
Offline
i recieve the pending when trying to connect ot my home wifi network after installing these drivers
can see my network and select it however it cannot seem to find a dhcp
can someone please post how to roll back to the original xandros drivers
or hieiko can you tell me how you got your wifi working ..
his has become frustrating trying to get my wifi working again
Offline
if i give static ip it connects but at a very poor signal strength
i want to return to the orginal wifi drivers
anyone knowhow to do this
Offline
hi someone on here must know how to uninstall the madwifi drivers and re-install the
original eee pc drivers
any help would be much appreciated .... thanks
Offline
The way I uninstalled the drivers was to use a backup. I had previously used 'dd' to backup both the hdc1 and hdc2 partitions to files when I removed UnionFS and merged to one partition as per the Wiki. I mounted these files as loopback devices and then copied the entire '/lib/modules' directory from the backup over the top of my current files from hdc1 first, then hdc2.
After a restart my Wi-Fi is working again. Not sure what you would need to do if you don't have a backup of the modules to hand though.
Offline
i did not back up my stuff before i replaced the drivers
so i am looking for another solution luckily i dual boot win xp aswell so my wifi works there
Offline
http://www.georgehafiz.co.uk/aircrackeeepc.php
Step by step guide on aircrack-ng with Eee PC 900
Offline
Your modules seem to work but only for aircrack if I try to connect it doesn't work and its not a problem with dhcp because I have tried manually assigned an ip too and used it on multiple ap's one with WPA and one with no encryption. any ideas?
Last edited by supernuller (2008-05-28 6:20:47 pm)
Offline
If anyone's followed these steps and now can't connect to a WPA network, you need to look here
http://wiki.eeeuser.com/wpa_default_xandros
Or just follow these steps:
cd /home/user tar jcf /home/user/old_wpa_supplicant.tar.bz /usr/sbin/wpa_supplicant /usr/sbin/wpa_cli sudo rm -v /usr/sbin/wpa_supplicant /usr/sbin/wpa_cli wget http://http.us.debian.org/debian/pool/main/w/wpasupplicant/wpasupplicant_0.5.5-2_i386.deb sudo dpkg -i /home/user/wpasupplicant_0.5.5-2_i386.deb sudo ln -s /sbin/wpa_supplicant /usr/sbin/wpa_supplicant sudo ln -s /sbin/wpa_cli /usr/sbin/wpa_cli sudo nano /etc/wpa_supplicant/functions.sh
Search (ctrl+w in nano) for “wext” until you come to the line (should be line 188) that looks like this: (should be the 2nd search result)
WPA_SUP_DRIVER="wext"
Change it to:
WPA_SUP_DRIVER="madwifi"
Now Ctrl+O to overwrite (save changes) and hit enter, Then Ctrl+X to exit
sudo nano /usr/bin/startsimple.sh
Search for the line
networkmonitor ath0 eth0 &
and replace it with
networkmonitor wifi0 eth0 &
Ctrl-O, Enter, Ctrl-X. Reboot and you're done
Offline
As a Linux newbie, I found I needed some more info to get this working. As such, I have used the info posted here and compiled an 'Idiots Guide' (written by an idiot!)
Download the madwifi driver+compiled aircrack apps - reference http://forum.eeeuser.com/viewtopic.php? … 40#p193240
http://scottn.us/aircrack-1.0b2+madwifi … ar5007.tgz
Save this to /home/user
Copy this file to root:
Ctrl-alt-T
su –
password
cd /home/user
cp aircrack-1.0b2+madwifi-r3366+ar5007.tgz /
cd /
Disable Wireless:
Fn – F2
Backup drivers to home directory (moving them so they are not reloaded):
mkdir /home/user/atheros-bkup
mv /lib/modules/2.6.21.4-eeepc/atheros/* /home/user/atheros-bkup
Unload the wireless driver modules (you will get errors if the wireless light is still on):
modprobe -r ath_pci wlan_scan_sta wlan
Check modules are unloaded:
lsmod | grep ath
lsmod | grep wlan
Extract the driver and app files to correct location:
cd /
tar vfxz aircrack-1.0b2+madwifi-r3366+ar5007.tgz
Rebuild package dependency:
depmod –a
(removed the old and adds the new)
Probe wireless module:
modprobe ath_pci
Check modules are loaded:
lsmod | grep ath
lsmod | grep wlan
Enable hardware:
Fn – F2
Put wireless card into monitor mode:
wlanconfig ath0 destroy
wlanconfig ath0 create wlandev wifi0 wlanmode monitor
ifconfig ath0 up
iwconfig ath0 channel 1
Scan for wireless WEP key:
wesside-ng –i ath0 –v <MAC-Address-Of Target>
e.g.
wesside-ng –i ath0 –v 01:AA:01:AB:EE:AA
Any errors usually relate to the AP not being WEP-enabled (or not following the above to the letter in the correct order)
Offline
Pages: 1