You are not logged in.
Pages: 1
Been messing around with my wifi on my laptop a few hours now. I have a bcm4312 and with some trial and error i got it to work. Reading forum posts and trying some stuff out on my own i found out that i'm able to connect to my wifi. The problem is when i boot up my computer i need to do a few steps before i connect.
ip link set wlan0 up
wpa_supplicant -i wlan0 c /etc/wpa_supplicant/wpa_supplicant.conf wifi-menu is not working for me it scans but can't connect to my home network. I want these steps to be automatic so i'm connected to my network as i start my computer. Also can i just add more network to my wpa_supplicant.conf for connection at work?
Thanks.
Last edited by Redostrike (2014-04-27 21:29:52)
Offline
Have you tried netctl?
Offline
Wifi-menu is the frontend for netctl...
I think the problem lies in your network interface not being renamed before your networking service starts --- have a look at this thread...![]()
Jin, Jîyan, Azadî
Offline
Well it seems that following a few more steps in wpa_supplicant conf did the trick.
https://wiki.archlinux.org/index.php/WP … ng_wpa_cli
Adding the code:
ctrl_interface=DIR=/run/wpa_supplicant GROUP=wheel
update_config=1to wpa_supplicant.conf did the trick.
Still got a few error messages at boot frome netctl-auto but removed those with:
systemctl disable netctl-auto@wlan0.service
systemctl disable netctl@my-network.serviceThanks for pointing me in the right direction guys.
Next stop Xorg (X11) and video drivers ![]()
Last edited by Redostrike (2014-04-27 21:32:01)
Offline
Pages: 1