You are not logged in.

#26 2015-03-03 10:31:54

nbvcxz
Member
From: Poland
Registered: 2007-12-29
Posts: 202

Re: I cann't find my wireless card after installation.[SOLVED]

wandy wrote:
aaroncaffrey wrote:

@wandy - Atheros AR8131

You mean "Qualcomm Atheros AR8131 Gigabit Ethernet"?

Isn't it wired (ethernet) card?
There are also in your dmesg:

[  295.123696] atl1c 0000:03:00.0: vpd r/w failed.  This is likely a firmware bug on this device.  Contact the card vendor for a firmware update
[  303.113082] atl1c 0000:03:00.0: vpd r/w failed.  This is likely a firmware bug on this device.  Contact the card vendor for a firmware update
[  309.892047] atl1c 0000:03:00.0: vpd r/w failed.  This is likely a firmware bug on this device.  Contact the card vendor for a firmware update
[ 1059.886749] atl1c 0000:03:00.0: vpd r/w failed.  This is likely a firmware bug on this device.  Contact the card vendor for a firmware update

But you said it is operating without any problems.
http://askubuntu.com/questions/105607/h … rd-working suggests to use alx instead of atl1c (which is already in use - automatic loaded by the system). I cannot confirm it is right but you can try.

And another idea to see what is going on with your wireless card:

  1. In terminal execute sudo udevadm monitor

  2. On / off your wireless with Fn+F2 (or any other key - appropriate to your model) as lucke suggested

Show us the output

Last edited by nbvcxz (2015-03-03 10:38:36)


Lenovo G50 | LXQT-git | compton | conky

Offline

#27 2015-03-03 12:57:46

snakeroot
Member
Registered: 2012-10-06
Posts: 164

Re: I cann't find my wireless card after installation.[SOLVED]

nbvczx wrote:

Isn't it wired (ethernet) card?

That seems correct. See the below specs for a Hasee laptop with similar configuration to OP's:

http://www.xici.net/d149709134.htm

Note that the AR8131 is for the wired LAN (有线网络) while the wireless LAN (WLAN网络) is the "Intel(R) WiFi Link 1000 BGN"

Just to put the killswitch issue to bed, I would suggest that OP run:

rfkill list

Offline

#28 2015-03-04 11:05:47

wandy
Member
Registered: 2015-02-27
Posts: 20

Re: I cann't find my wireless card after installation.[SOLVED]

aaroncaffrey wrote:

If you can't find the particular information in the search enginges that will solve the issue, download and compile the compat drivers from source code. If the compat drivers are not working properly your best bet will be ndiswrapper.

These are my primary 3 steps to make any wireless/wifi card/chipset working, good luck.


Thank you for you advice. This will be my option. But I want to figure out what's wrong with my laptop.

Offline

#29 2015-03-04 11:18:04

wandy
Member
Registered: 2015-02-27
Posts: 20

Re: I cann't find my wireless card after installation.[SOLVED]

snakeroot wrote:
nbvczx wrote:

Isn't it wired (ethernet) card?

That seems correct. See the below specs for a Hasee laptop with similar configuration to OP's:

http://www.xici.net/d149709134.htm

Note that the AR8131 is for the wired LAN (有线网络) while the wireless LAN (WLAN网络) is the "Intel(R) WiFi Link 1000 BGN"

Just to put the killswitch issue to bed, I would suggest that OP run:

rfkill list

Yeah, I know that is Ethernet. I saw your link and I have the same wireless card with.

I installed rfkill and run

rfkill list

,and got nothing. Nothing blocked, I guess.

Offline

#30 2015-03-04 11:32:21

wandy
Member
Registered: 2015-02-27
Posts: 20

Re: I cann't find my wireless card after installation.[SOLVED]

nbvcxz wrote:
wandy wrote:
aaroncaffrey wrote:

@wandy - Atheros AR8131

You mean "Qualcomm Atheros AR8131 Gigabit Ethernet"?

Isn't it wired (ethernet) card?
There are also in your dmesg:

[  295.123696] atl1c 0000:03:00.0: vpd r/w failed.  This is likely a firmware bug on this device.  Contact the card vendor for a firmware update
[  303.113082] atl1c 0000:03:00.0: vpd r/w failed.  This is likely a firmware bug on this device.  Contact the card vendor for a firmware update
[  309.892047] atl1c 0000:03:00.0: vpd r/w failed.  This is likely a firmware bug on this device.  Contact the card vendor for a firmware update
[ 1059.886749] atl1c 0000:03:00.0: vpd r/w failed.  This is likely a firmware bug on this device.  Contact the card vendor for a firmware update

But you said it is operating without any problems.
http://askubuntu.com/questions/105607/h … rd-working suggests to use alx instead of atl1c (which is already in use - automatic loaded by the system). I cannot confirm it is right but you can try.

And another idea to see what is going on with your wireless card:

  1. In terminal execute sudo udevadm monitor

  2. On / off your wireless with Fn+F2 (or any other key - appropriate to your model) as lucke suggested

Show us the output


Yeah, it surprised me. After I run the command:

udevadm monitor

, then press

Fn+f2

the wireless card was added, and

ip link show

. I can see the wireless interface: wlp2s0. It is the switch!!! I have to press F2 and then press fn + f2. Damm it!!!!


Thank you,sir. I really appreciate your answer and your time.

Offline

#31 2015-03-04 11:35:41

wandy
Member
Registered: 2015-02-27
Posts: 20

Re: I cann't find my wireless card after installation.[SOLVED]

lucke wrote:

Usually you can disable WiFi on a laptop either by pressing one of the Fn keys (Fn key + one of the keys from the top row, look for a WiFi icon there) or by using a switch which is present somewhere on the case, usually at the front.

I finally press Fn + f2 to open  the wireless. Thank you so much.

Offline

#32 2015-03-04 17:04:54

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,424
Website

Re: I cann't find my wireless card after installation.[SOLVED]

Please remember to mark your thread as [Solved] by editing your first post and prepending it to the title.


And please learn how to multi-quote: you don't need a new post for every reply...


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#33 2015-03-04 18:32:53

smirky
Member
From: Bulgaria
Registered: 2013-02-23
Posts: 277
Website

Re: I cann't find my wireless card after installation.[SOLVED]

Can you see the device with:

$ ifconfig -a

Personal spot  ::  https://www.smirky.net/  ::  Try not to get lost!

Offline

#34 2015-03-05 00:36:39

wandy
Member
Registered: 2015-02-27
Posts: 20

Re: I cann't find my wireless card after installation.[SOLVED]

jasonwryan wrote:

Please remember to mark your thread as [Solved] by editing your first post and prepending it to the title.


And please learn how to multi-quote: you don't need a new post for every reply...

Ok, I got it.

Offline

#35 2015-03-05 00:38:08

wandy
Member
Registered: 2015-02-27
Posts: 20

Re: I cann't find my wireless card after installation.[SOLVED]

smirky wrote:

Can you see the device with:

$ ifconfig -a

It is solved. You can see the quotes up. I use the command:

ip link show

Offline

Board footer

Powered by FluxBB