LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 02-25-2011, 02:47 PM   #1
chexmix
Member
 
Registered: Apr 2002
Location: Arlington, MA
Distribution: Slackware, Debian, OpenBSD
Posts: 246
Blog Entries: 16

Rep: Reputation: 25
No wireless networks detected in -current after upgrade of wpa_supplicant


Hi all,

I am running -current on an ASUS eeePC 1000HE. Wireless was working fine up until the time I applied the latest changes from the Slack -current tree, which upgraded wpa_supplicant. Now, no networks are detected.

I looked at some related threads here and did some basic checking: neither the eth1 nor wlan0 interfaces show up in iwconfig or ifconfig output. Am afraid I am still a wireless dunderhead and don't know where to start troubleshooting this issue. Any nudge in the right direction would be much appreciated.

Thanks,

/glenn
 
Old 02-25-2011, 05:28 PM   #2
onebuck
Moderator
 
Registered: Jan 2005
Location: Central Florida 20 minutes from Disney World
Distribution: SlackwareŽ
Posts: 13,925
Blog Entries: 44

Rep: Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159
Hi,

What do you see with 'ifconfig -a'?
 
Old 02-25-2011, 07:02 PM   #3
abrouwers
Member
 
Registered: May 2005
Location: Michigan
Distribution: Slackware -current
Posts: 98

Rep: Reputation: 37
wpa_supplicant shouldn't be a problem - it helps associate with networks, and has nothing to do with presenting actual networking interfaces.

As mentioned, does 'ifconfig -a' show your card? If not, what type of card / chipset is it ?
 
Old 02-26-2011, 12:50 PM   #4
chexmix
Member
 
Registered: Apr 2002
Location: Arlington, MA
Distribution: Slackware, Debian, OpenBSD
Posts: 246

Original Poster
Blog Entries: 16

Rep: Reputation: 25
'ifconfig -a' produces the following:

Code:
root@darkstar:~# ifconfig -a
eth0      Link encap:Ethernet  HWaddr 00:24:8C:50:87:39  
          inet addr:209.6.112.117  Bcast:255.255.255.255  Mask:255.255.240.0
          inet6 addr: fe80::224:8cff:fe50:8739/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:4624 errors:0 dropped:0 overruns:0 frame:0
          TX packets:1231 errors:0 dropped:0 overruns:0 carrier:2
          collisions:0 txqueuelen:1000 
          RX bytes:1213554 (1.1 Mb)  TX bytes:209990 (205.0 Kb)
          Interrupt:44 

lo        Link encap:Local Loopback  
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:8 errors:0 dropped:0 overruns:0 frame:0
          TX packets:8 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
          RX bytes:480 (480.0 b)  TX bytes:480 (480.0 b)
... so the wireless interface is not being recognized / reported. As to the card, I think this is the relevant line from output of lspci:

03:00.0 Ethernet controller: Attansic Technology Corp. Atheros AR8121/AR8113/AR8114 PCI-E Ethernet Controller (rev b0)

... but maybe not? I do recall the make of the wireless card as Atheros.

Last edited by chexmix; 02-26-2011 at 12:55 PM.
 
Old 02-26-2011, 06:14 PM   #5
onebuck
Moderator
 
Registered: Jan 2005
Location: Central Florida 20 minutes from Disney World
Distribution: SlackwareŽ
Posts: 13,925
Blog Entries: 44

Rep: Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159
Hi,

Your showing that it is a atheros 1G Ethernet for eth0. If you do a 'lspic -vv' then a wireless chipset should show. Post that information. Then we can proceed from there.
 
Old 02-27-2011, 06:16 PM   #6
chexmix
Member
 
Registered: Apr 2002
Location: Arlington, MA
Distribution: Slackware, Debian, OpenBSD
Posts: 246

Original Poster
Blog Entries: 16

Rep: Reputation: 25
Hi Gary -

When I issue 'lspci -w' I get

Code:
root@darkstar:~# lspci -w
lspci: invalid option -- 'w'
Usage: lspci [<switches>]
 
Old 02-27-2011, 06:38 PM   #7
grissiom
Member
 
Registered: Apr 2008
Location: China, Beijing
Distribution: Slackware
Posts: 423

Rep: Reputation: 45
Hi, chexmix, onebuck means double 'v' but not a 'w' :P
 
Old 02-28-2011, 06:10 AM   #8
chexmix
Member
 
Registered: Apr 2002
Location: Arlington, MA
Distribution: Slackware, Debian, OpenBSD
Posts: 246

Original Poster
Blog Entries: 16

Rep: Reputation: 25
D'oh! My old eyes.

Okay. Issued the 'lspci -vv' command & got a load of output. Didn't see anything obvious when I scrolled through it, so grepped for 'Wireless' and 'Network' and found nothing (I checked another system to see what terms would be likely candidates for searching). Possible I am missing it.

Am going to try booting the Windows XP installation on the Netbook, bleah, to see if I have wireless there. If not, perhaps the hardware itself has gone south.

/g
 
Old 02-28-2011, 06:35 AM   #9
chexmix
Member
 
Registered: Apr 2002
Location: Arlington, MA
Distribution: Slackware, Debian, OpenBSD
Posts: 246

Original Poster
Blog Entries: 16

Rep: Reputation: 25
OK. Posting this from the Netbook w/ Win XP booted (wired network). It does appear there is a hardware problem: a) typically I am presented with a slew of annoying Windows messages about connecting wirelessly, and I don't do this at home, b) I cannot find the hardware via Control Panel.

Foo. Not what I had hoped for. Perhaps I am learning why Netbooks are as cheap as they are ...
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Different hosts for different wpa_supplicant networks gandrusz Linux - Wireless Networking 3 08-18-2010 11:26 AM
No Wireless Networks Found After Ubuntu 9.10 Upgrade Using a IBM Wireless-B Card mepis1 Ubuntu 15 02-01-2010 08:52 PM
Unable to connect to the internet despite wireless networks being detected. RedClouds Linux - Newbie 1 08-11-2009 01:23 PM
Upgrade to Ubuntu Gusty - Wireless card no longer detected! ljs662_removed Ubuntu 1 10-04-2007 04:11 AM
debian: wireless card not detected correctly after kernel upgrade to 2.6 silex_88 Linux - Wireless Networking 3 05-31-2006 06:24 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 11:09 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration