You are not logged in.

#1 2013-07-16 22:41:27

reno44
Member
Registered: 2013-07-16
Posts: 6

WiFi Button

Hi, I am a fairly new arch user and I really love it I. I have been able to solve all of my problems so far but this one. I have spent too much time trying to figure out and now I am here. I have a strange problem with the Intel WiFi card on my old acer travel Mate 4060. I have a WiFi button on the front of my laptop that is not working properly. When I boot from the installation media I can press the button, it lights up and when I type

iw dev

I can see my wireless card and connect to a network. If I don't press the button

iw dev

returns nothing and when I try

ip link set wlp6s4 up

I get an rfkill error telling me that the device is blocked. The problem I am having is when I boot to the installation on my HDD. The WiFI button no longer works and I can't see my wireless device using

iw dev

I apologize in advance if this is a stupid question because I am new to arch and I am sorry for the format because this is the first time I ever posted on a forum.



Thank you for your time,



~~~~Reno

Offline

#2 2013-07-16 22:51:42

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

Re: WiFi Button

What is the ideal end result?  Do you want it to work like it did with the installation media, or would you prefer that wifi is allowed by default without having to hit the button?

In either case, the first steps will be to install rfkill, and read the wiki page about it.

EDIT: sorry, it seems there is no dedicated rfkill wiki page - but it can be found via the search function on other pages.

Last edited by Trilby (2013-07-16 22:53:56)


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

Offline

#3 2013-07-16 22:52:46

reno44
Member
Registered: 2013-07-16
Posts: 6

Re: WiFi Button

I would like it to be enabled by default.

EDIT: I already installed rfkill and ran

#rfkill list all

and

#rfkill list wifi

both resulted in nothing.

Last edited by reno44 (2013-07-16 23:01:23)

Offline

#4 2013-07-16 22:57:01

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

Re: WiFi Button

Install rfkill, then verify that `rfkill unblock all` will allow you to connect.

If it does, then you'll probably want to use the systemd service by enabling rfkill-unblock@all.service (or replace all with you interface name*).

If unblocking doesn't work, then post the results of `rkfill list`

EDIT: This may not be your interface name.  I don't use this service myself, but it looks like it'd be the rfkill IDENTIFIER name (phy0 is common).

Last edited by Trilby (2013-07-16 22:58:33)


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

Offline

#5 2013-07-16 23:05:22

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

Re: WiFi Button

I just saw your edit.  Those resulted in nothing?  Actually nothing, or nothing useful?  Did you just get a clean prompt with no other output at all?

EDIT: crap, sorry, I may have mislead you - partially.  I suspect you will need rfkill, but there's a more basic step missing.  I missed in your initial post that `iw dev` doesn't even show your device.  So we need to start there.

Can you post the output of the following commands:

ip a
lspci -vnn | grep -i net

Last edited by Trilby (2013-07-16 23:10:04)


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

Offline

#6 2013-07-16 23:08:17

reno44
Member
Registered: 2013-07-16
Posts: 6

Re: WiFi Button

[root@reno reno]# rfkill unblock all
[root@reno reno]# iw dev
[root@reno reno]# rfkill list  
[root@reno reno]# rfkill list all
[root@reno reno]# ip link set wlp6s4 up
Cannot find device "wlp6s4"

This is the results.

Offline

#7 2013-07-16 23:11:06

reno44
Member
Registered: 2013-07-16
Posts: 6

Re: WiFi Button

[root@reno reno]# ip a
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN 
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 scope host lo
       valid_lft forever preferred_lft forever
    inet6 ::1/128 scope host 
       valid_lft forever preferred_lft forever
2: enp6s8: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP qlen 1000
    link/ether 00:c0:9f:e5:62:45 brd ff:ff:ff:ff:ff:ff
    inet 192.168.1.14/24 brd 192.168.1.255 scope global enp6s8
       valid_lft forever preferred_lft forever
    inet6 fe80::2c0:9fff:fee5:6245/64 scope link 
       valid_lft forever preferred_lft forever
[root@reno reno]# lspci -vnn | grep -i net
06:04.0 Network controller [0280]: Intel Corporation PRO/Wireless 2200BG [Calexico2] Network Connection [8086:4220] (rev 05)
06:08.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ [10ec:8139] (rev 10)
[root@reno reno]# 

Offline

#8 2013-07-16 23:23:15

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

Re: WiFi Button

Okay, what is the output of ip link   ??


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

#9 2013-07-16 23:24:31

reno44
Member
Registered: 2013-07-16
Posts: 6

Re: WiFi Button

[root@reno reno]# ip link
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT 
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
2: enp6s8: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP mode DEFAULT qlen 1000
    link/ether 00:c0:9f:e5:62:45 brd ff:ff:ff:ff:ff:ff

Offline

#10 2013-07-16 23:33:59

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

Re: WiFi Button

Note that your wireless is not shown.  Did you install the firmware in accordance with the wiki?


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

#11 2013-07-17 00:17:12

reno44
Member
Registered: 2013-07-16
Posts: 6

Re: WiFi Button

No I didn't realize that wlp2200 was the name of my wireless card thank you I will post back here later with my results.

Offline

Board footer

Powered by FluxBB