You are not logged in.

#1 2013-04-19 01:01:17

nobleach
Member
Registered: 2013-04-19
Posts: 6

Wireless network only works when ethernet cable is plugged in

I just installed ArchLinux for the first time and MAN... this reminds me of fighting with Slackware/RedHat/FreeBSD back in the mid to late 90's!!!

I configured WiFi on my laptop during install and it worked fine for the next couple of days. I returned to my day job this week and plugged in to my ethernet connection and configured it. After returning home, I could no longer connect to wireless via any means. doing a journalctl -f I see that it's trying to associate but getting a associate/authenticate failure. I've googled around a bit and tried a ton of things. Killing the wpa_supplicant process and running wifi-menu gives me the same failure to authenticate.

My wireless card is: Network controller: Broadcom Corporation BCM4313 802.11b/g/n Wireless LAN Controller (rev 01)

I can paste any other output anyone may find useful, but I need to reboot, paste to a text file, then reboot again to get my network back. So let me know what may be of use.

Thanks!
-nobleach

Offline

#2 2013-04-19 04:08:44

ewaller
Administrator
From: Pasadena, CA
Registered: 2009-07-13
Posts: 19,740

Re: Wireless network only works when ethernet cable is plugged in

How are you managing your networks? 
Netcfg?
Netctl?
NetworkManager?
Wicd?
Flying it by hand?

Can you see your router with sudo iw wlan0 scan
(Be sure to replace wlan0 with whatever your network is called [you can find that with ip link ])

Also, check that it is not blocked with rfkill list


Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way

Offline

#3 2013-04-19 04:10:53

WonderWoofy
Member
From: Los Gatos, CA
Registered: 2012-05-19
Posts: 8,414

Re: Wireless network only works when ethernet cable is plugged in

@ewaller, judging by the mention of "wifi-menu" it is either netctl or netcfg.

Offline

#4 2013-04-19 04:56:40

nobleach
Member
Registered: 2013-04-19
Posts: 6

Re: Wireless network only works when ethernet cable is plugged in

netcfg is what I'm using. (it's what I setup the laptop with) My interface is wlp2s0.

I do have the NetworkManager service enabled.

I can see all available wireless networks in my neighborhood (including mine) using Gnome's network widget, and wifi-menu. I do have a profile in /etc/network.d/netcfg called "wlp2s0-shoes". "shoes" is my SSID.

In /etc/network.d/NetworkManager/system-connections there is a profile called "Auto shoes". Is it possible these two are trampling over one another?

I've tried stopping both services, but my network never returns. After a suspend/resume, wireless is gone.

Please let me know of any other helpful info I can add.

Last edited by nobleach (2013-04-19 04:57:12)

Offline

#5 2013-04-19 04:58:59

WonderWoofy
Member
From: Los Gatos, CA
Registered: 2012-05-19
Posts: 8,414

Re: Wireless network only works when ethernet cable is plugged in

You should *not* use more than one network manager at the same time.


Edit: If you "stop both services" how do you expect it to come back?  Choose one and stick with it.  I like connman, but netctl is pretty great too.  It might be wise to ditch netcfg and switch to netctl since netcfg is no longer maintained.  Netctl is now in [core] as well.

Last edited by WonderWoofy (2013-04-19 05:00:40)

Offline

#6 2013-04-19 05:07:01

nobleach
Member
Registered: 2013-04-19
Posts: 6

Re: Wireless network only works when ethernet cable is plugged in

No, I had stopped them one at a time and doing ip link set wlp2s0 down then up... rebooted with just NetworkManager enabled and it looks like it will do the trick.

I really do appreciate the help. Like I said, 15 years ago I fought these types of battles all the time (xf86config, ifwadmin, compiling kernels with make menu-config) but using Ubuntu since 2006ish has made me soft.

I'll check out netctl. Browsing some of the issues I see here, I may wait a bit till it settles.

Thanks again
-nobleach

Offline

#7 2013-04-19 05:20:36

WonderWoofy
Member
From: Los Gatos, CA
Registered: 2012-05-19
Posts: 8,414

Re: Wireless network only works when ethernet cable is plugged in

I just switched to connman about a week ago full time.  But I had been using netctl since Jouke announced it on [arch-projects], and it has been unbelievably stable, particularly for not having actually reached a 1.0 release.  I found it to be actually more reliable than netcfg because it actually is designed for systemd and uses the BindsTo= confiuration parameter to ensure that it actually waits for the network device in question to be fully available before trying to get a lease.

I think these days, things are likely much much easier than 15 years ago.  If you could make it through those days, I think this should be no problem.  Of course if you want to go back to those kinds of ways, there is always Gentoo/Funtoo, CRUX, or SLS to venture to.  Though I don't particularly like the GCC screensaver.

Offline

#8 2013-04-19 13:54:25

nobleach
Member
Registered: 2013-04-19
Posts: 6

Re: Wireless network only works when ethernet cable is plugged in

Yeah, I did notice my DHCP wait time needed to be increased just a bit. netcfg wasn't obeying the value set in the netcfg configuration. When I get more time, I'll play with the options.

15 years ago I was in my early 20s and didn't mind staying up till 3AM fighting with a 166Mhz Pentium and NetBSD... I did use Gentoo for a couple of months. But like you said... the GCC screensaver gets old.

Ok, off to fight with LightDM!

Offline

#9 2013-04-19 14:06:31

WonderWoofy
Member
From: Los Gatos, CA
Registered: 2012-05-19
Posts: 8,414

Re: Wireless network only works when ethernet cable is plugged in

A bit OT.  Something worth fighting with IMO is setting up systemd --user.  You can make it so that your entire user session is managed and controlled by systemd. This makes it possible to be using one window manager/DE, gnome for instance, and be able to switch to a different one, like KDE or openbox, w/o closing any applications.  But it also is able to monitor things that you think should be restarted if they fail as well, which is nice.

Instead of playing with the options for netcfg, ust switch to netctl.  The format is nearly identical (uses camelcase instead) and the configurations are instead held in /etc/netctl. Otherwise it is pretty damn similar. 

If you want a faster dhcp lease, I find connman to be ridiculously fast in that repsect.  I'm not sure what it is using to get the lease, but it certainly is faster than other network managers.  Just be aware that the package in the repos conflicts with openresolv, which netctl depends on.  Though I have not been able to figure out why they do.  If you use connman-git from the AUR, this conflict has been removed in the PKGBUILD, and things still seem to work just fine on my machine.

Offline

#10 2013-04-19 14:09:34

nobleach
Member
Registered: 2013-04-19
Posts: 6

Re: Wireless network only works when ethernet cable is plugged in

Oh no, I've shut down and disabled netcfg for now. I have a ton of code to write today, so I just needed a stable network connection.

I'll definitely look into connman though.

Thanks again.

Offline

Board footer

Powered by FluxBB