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.pid
Offline
dhcpcd -n wlan0
Offline
Pages: 1