LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 01-14-2010, 12:00 PM   #1
lupusarcanus
Senior Member
 
Registered: Mar 2009
Location: USA
Distribution: Arch
Posts: 1,022
Blog Entries: 19

Rep: Reputation: 146Reputation: 146
Unhappy Atheros AR8132 Ethernet not detected in BIOS or Ubuntu Linux on Acer Aspire One D250.


Code:
leopard@brokenbox:~$ lspci | grep Ethernet
01:00.0 Ethernet controller: Atheros Communications Inc. AR5001 Wireless Network Adapter (rev 01)
Code:
leopard@brokenbox:~$ ethtool -i eth0
Cannot get driver information: No such device
Code:
leopard@brokenbox:~$ ifconfig -a
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:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)

wlan0     Link encap:Ethernet  HWaddr XX:XX:XX:XX:XX 
          inet addr:xx.xx.xx.xx  Bcast:192.xx.xx.xx  Mask:255.255.255.0
          inet6 addr: xx:xx:xx:xx.xx/xx Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:1681 errors:0 dropped:0 overruns:0 frame:0
          TX packets:1446 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:1865882 (1.8 MB)  TX bytes:255285 (255.2 KB)

wmaster0  Link encap:UNSPEC  HWaddr XX-XX-XX-XX-XX-XX-XX-XX-XX-XX  
          UP RUNNING  MTU:0  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)
The Insyde H20 BIOS should show in the boot order:

Quote:
Network Boot: Atheros Boot Agent
Right now its showing:
Quote:
Network Boot:
I have had this issue before, and fixed it by booting into Windows XP SP3 and pressing and holding the power button down until the computer shuts down. (e.g. "Unclean or "Illegal" or "Cold" boot.)

Unfortunately, not having Windows XP SP3 on my system anymore, I have to do this in Ubuntu. I have tried several times, and it is clearly not working. I don't want to try too many times more for fear of damaging my ext4 file system.

I looked for this issue on Google and found only driver problems, not device problems. There is no Ethernet option in the BIOS, except for the Network Boot, which should always show the device whether its in use or not.

Is it silly to ask if Windows in a VM in an unclean shutdown may solve the problem?

The driver for the device is currently supported by the kernel out of the box:
Code:
Linux brokenbox 2.6.31-17-generic #54-Ubuntu SMP Thu Dec 10 16:20:31 UTC 2009 i686 GNU/Linux
It uses/used the atl1c driver. It was working on the same install just about a day ago!

What do I do? Just keep doing unclean shutdowns until it works?

I have no idea what to do...

Last edited by lupusarcanus; 01-14-2010 at 12:05 PM.
 
Old 01-14-2010, 04:37 PM   #2
rjwilmsi
Member
 
Registered: Mar 2005
Location: UK
Distribution: opensuse 12.2 x86_64
Posts: 563

Rep: Reputation: 38
One of the posters on PlanetSuse complained of similar intermittent problems with his network card on one of these aspire netbooks. He found out accidentally that by removing the cover of the netbook and simply checking that the network card was seated correctly it resolved his problems. If your BIOS is not recognising the air the net card then it sounds like a hardware connection fault.
 
Old 01-14-2010, 06:37 PM   #3
lupusarcanus
Senior Member
 
Registered: Mar 2009
Location: USA
Distribution: Arch
Posts: 1,022

Original Poster
Blog Entries: 19

Rep: Reputation: 146Reputation: 146
Arg! I don't wanna take this thing apart... then again I'd rather NOT give it to Acer...

Last time I had this problem it was suggested to me that because of how the issue was resolved (hard reset), that the CMOS has bad data. Is there a way to flush that?
 
Old 01-15-2010, 01:50 PM   #4
lupusarcanus
Senior Member
 
Registered: Mar 2009
Location: USA
Distribution: Arch
Posts: 1,022

Original Poster
Blog Entries: 19

Rep: Reputation: 146Reputation: 146
Anyone have some ideas?
 
Old 01-15-2010, 10:01 PM   #5
lupusarcanus
Senior Member
 
Registered: Mar 2009
Location: USA
Distribution: Arch
Posts: 1,022

Original Poster
Blog Entries: 19

Rep: Reputation: 146Reputation: 146
Perhaps I could have some here?
 
Old 01-16-2010, 03:02 AM   #6
lupusarcanus
Senior Member
 
Registered: Mar 2009
Location: USA
Distribution: Arch
Posts: 1,022

Original Poster
Blog Entries: 19

Rep: Reputation: 146Reputation: 146
Help...
 
Old 01-16-2010, 03:34 AM   #7
Davno
Member
 
Registered: Mar 2004
Location: Montreal, Canada
Distribution: Linux MX 23 KDE "Libretto"
Posts: 235

Rep: Reputation: 25
You should be looking for wlan0 not eth0, and i think you need madwifi.
http://sourceforge.net/projects/madwifi/
 
Old 01-16-2010, 03:37 AM   #8
lupusarcanus
Senior Member
 
Registered: Mar 2009
Location: USA
Distribution: Arch
Posts: 1,022

Original Poster
Blog Entries: 19

Rep: Reputation: 146Reputation: 146
Quote:
Originally Posted by Davno View Post
You should be looking for wlan0 not eth0, and i think you need madwifi.
http://sourceforge.net/projects/madwifi/
wlan0 works fine. I am on a wireless network now. The problem is the Ethernet.
 
Old 01-17-2010, 07:34 AM   #9
lupusarcanus
Senior Member
 
Registered: Mar 2009
Location: USA
Distribution: Arch
Posts: 1,022

Original Poster
Blog Entries: 19

Rep: Reputation: 146Reputation: 146
Look, I know it seems obvious, but the last time I had the issue, it was resolved in a very obscure way.

Trying to take apart an Acer Aspire One is difficult and not something I would want to do. I would and will only resort to this when my warranty runs out. of course I don't want to do that either because this is my only computer and sending it off for 1 week or two is very saddening.

Please, I have been hoping for someone nice to answer my question for a few days now and no one wants to help. At least an attempt is very much appreciated as opposed to none at all.
 
Old 01-18-2010, 02:37 AM   #10
lupusarcanus
Senior Member
 
Registered: Mar 2009
Location: USA
Distribution: Arch
Posts: 1,022

Original Poster
Blog Entries: 19

Rep: Reputation: 146Reputation: 146
bump.....
 
  


Reply

Tags
acer, atheros, bios, linux, network interface, ubuntu


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Acer Aspire One D250? EasyPeasy, Crunchbang, or Phalanx linux? nooby Linux - Laptop and Netbook 32 09-10-2023 08:11 AM
Atheros AR 8132 on my Acer Aspire one D250 dizon Linux - Hardware 6 02-18-2010 11:09 AM
[SOLVED] Acer Aspire One D250 LAN not detected kirothi Linux - Hardware 4 02-17-2010 11:23 AM
[SOLVED] Acer Aspire One D250-1417 Chuck56 Linux - Laptop and Netbook 1 01-16-2010 08:39 AM
Aspire D250 no Ethernet no wireless dad Linux - Networking 16 10-27-2009 06:33 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 08:38 AM.

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