You are not logged in.
Pages: 1
After playing around with the aircrack-suite, I can't get my normal wireless internet connection back up and running?
[yo@archcomputer ~]$ sudo ifconfig wlan0 down
Password:
[yo@archcomputer ~]$ sudo iwconfig wlan0 mode monitor
[yo@archcomputer ~]$ sudo ifconfig wlan0 up
[yo@archcomputer ~]$ sudo airodump-ng wlan0Now finished playing, wanting to surf the net again
[yo@archcomputer ~]$ sudo ifconfig wlan0 down
[yo@archcomputer ~]$ sudo iwconfig wlan0 mode managed
[yo@archcomputer ~]$ sudo iwconfig wlan0 essid freedom
[yo@archcomputer ~]$ sudo ifconfig wlan0 up
[yo@archcomputer ~]$ sudo dhcpcd wlan0
wlan0: dhcpcd already running on pid 3249 (/var/run/dhcpcd-wlan0.pid)
Anybody has a clue if there is a way to fix this other than continuously having to reboot? ![]()
Offline
can you try killing the process?
Offline
killall dhcpcd; rm /var/run/dhcpcd-wlan0.pidOffline
dhcpcd -n wlan0In each heart, as pure it may be, there is a place of deepest and darkest abyss.
(by Apollo from archlinux.de, translated by a friend of mine who writes http://www.drunkduck.com/Captain_Communism/ )
Offline
Pages: 1