You are not logged in.

#1 2013-10-16 20:58:06

bogdan2011
Member
Registered: 2012-01-13
Posts: 44

Cannot set wireless up

I'm trying to install arch using the wireless connection on a laptop, but I can't set the wireless up.
The kernel module is ath9k which is activated and the connection wlp2s0 is still state DOWN after running the ip link set wlp2s0 up command.
The odd thing is that it shows me as connected to the wireless network (no security), but when running dhcpcd I get timed out.

Offline

#2 2013-10-16 21:33:33

tomk
Forum Fellow
From: Ireland
Registered: 2004-07-21
Posts: 9,839

Re: Cannot set wireless up

Check dmesg for relevant messages - specifically, any message posted during/after the 'ip link ...' command.

Also, post whatever output is showing you as connected.

Offline

#3 2013-10-19 18:24:22

bogdan2011
Member
Registered: 2012-01-13
Posts: 44

Re: Cannot set wireless up

Sorry for the late response.
The only thing related to wireless is renaming the interface to wlp2s0 and ipv6 addrconf netdev up wlp2s0 link is not ready.
It seems that it doesn't give any error but it won't respond to any command either.

Last edited by bogdan2011 (2013-10-19 18:45:34)

Offline

#4 2013-10-19 21:43:10

tomk
Forum Fellow
From: Ireland
Registered: 2004-07-21
Posts: 9,839

Re: Cannot set wireless up

I'll try to be more direct here, since you ignored my previous request.

bogdan2011 wrote:

it shows me as connected to the wireless network

What is 'it'?

Offline

#5 2013-10-19 21:57:54

Trilby
Inspector Parrot
Registered: 2011-11-29
Posts: 29,652
Website

Re: Cannot set wireless up

bogdan2011 wrote:

the connection wlp2s0 is still state DOWN after running the ip link set wlp2s0 up command.

Actual output is useful.  I suspect there is an "UP" inside the angled brakets in the output from `ip link` but the DOWN is for the state, right?

Setting the interface up is not sufficient, you need to connect to a network.  What have you done to connect to a network?  If you don't know what you should do, be sure to see the wireless page on the wiki.


"UNIX is simple and coherent..." - Dennis Ritchie, "GNU's Not UNIX" -  Richard Stallman

Offline

#6 2013-10-22 00:45:52

rzrscm
Member
Registered: 2012-11-17
Posts: 95

Re: Cannot set wireless up

I'm having a similar problem, except I can't connect to my wireless network.  I installed the ipw2100 firmware for my chipset...dmesg showed "ipw2100: fatal interrupt.  Scheduling firmware restart", but after rebooting it doesn't show that message anymore.

When I try to use wifi-menu to connect to my network, it gives me a "failed to connect" error when I try to connect...But with netctl-auto enabled, it just tells me that my interface is controlled by netctl-auto and does nothing.  When I try to scan with "iw dev wlp2s2 scan | grep SSID", is shows "Operation not suppored (-95)", which apparently has something to do with the firmware not being loaded properly.

ip addr shows <NO-CARRIER,BROADCASE,MULTICAST,UP>, but the state remains DOWN.

I'm on a Thinkpad T41...The wireless indicator blinks...Any idea what's going on here?

Offline

#7 2013-10-22 01:24:28

cfr
Member
From: Cymru
Registered: 2011-11-27
Posts: 7,143

Re: Cannot set wireless up

@rzrscm,
I would suggest starting your own thread. Although you have a not entirely dissimilar issue, it isn't at all clear that the issue is the same as for the OP. We don't even know what hardware the OP is using etc. Plus I'm assuming you've installed whereas I take it the OP is in the live environment.

I would say that you need to ensure one thing and only one thing is trying to manage your wireless connection. Otherwise they will fight over the interface. It sounds like you might be trying a bunch of different tools and probably not ensuring that the one is fully disabled before trying the next. If that's not it, though, start a new thread.


CLI Paste | How To Ask Questions

Arch Linux | x86_64 | GPT | EFI boot | refind | stub loader | systemd | LVM2 on LUKS
Lenovo x270 | Intel(R) Core(TM) i5-7200U CPU @ 2.50GHz | Intel Wireless 8265/8275 | US keyboard w/ Euro | 512G NVMe INTEL SSDPEKKF512G7L

Offline

#8 2013-10-22 04:39:10

bogdan2011
Member
Registered: 2012-01-13
Posts: 44

Re: Cannot set wireless up

It eventually worked after trying a few times. It's still pretty unstable, but I could at least get the installation running.

Offline

#9 2014-01-26 14:39:58

bogdan2011
Member
Registered: 2012-01-13
Posts: 44

Re: Cannot set wireless up

I'm back again with a wireless issue, but this time with an HP laptop and rt2800 module.
I have no issue using wireless with preconfigured distributions (openSUSE, Fedora etc) OR with wifi-link from the Arch live image, but once I reboot into the system I cannot set the wireless connection up.
So using a wired connection, I installed gnome, networkmanager, the applet, wpa_supplicant and basically followed this tutorial:

http://evilshit.wordpress.com/2012/09/1 … th-gnome3/

Also installed rfkill and found out that the wireless chip is not blocked.
But when I try to connect using the gnome applet, it tells me that the wifi is unavailable.

If I do the same thing but with KDE and plasma-nm, it works.

Any ideas?

Offline

#10 2014-01-26 16:58:06

jackwild
Member
Registered: 2014-01-15
Posts: 30

Re: Cannot set wireless up

whats the output of

systemctl --type=service
ip link show

and

ip addr show
lsmod | grep rt28

?

Last edited by jackwild (2014-01-26 16:59:23)

Offline

Board footer

Powered by FluxBB