LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices


Reply
  Search this Thread
Old 05-28-2010, 10:03 PM   #1
Cosafina
LQ Newbie
 
Registered: May 2010
Posts: 5

Rep: Reputation: 0
No network drivers?


I used to have an Acer Aspire One running Linux Linpus lite. It went wrong and, to cut a long story short, by the time I managed to get the recovery disk onto a memory stick the shop had returned it and got me a new one - a ZG8 running XP - and unfortunately I couldn't swap them back.
Apart from the fact I hate XP, it didn't seem to have the strength to pick up wireless signals when abroad, even though the Linux one had picked up those same signals. So I installed the Linux back on it today - and now I have no internet at all, not even wired!
I am very much a newbie with Linux, but by looking through forums I discovered lspci.
This tells me (I have to copy type it!):
01:00.0 Ethernet controller: Attansic Technology Corp. Unknown device 1026 (rev b0)
02:00.0 Network controller: Atheros Unknown device 002b (rev 01)
If I do the long version, and I'm not logged in to Terminal as su, the entries say <Access denied> as well.
I've tried (without success) the solution given elsewhere in this forum for people who have had networking but then lost it, whereas although I had it with XP on the netbook I don't have it now.
My Netgear router can see the netbook, but I think I'm probably missing drivers - maybe the hardware of this one is different to the Linux one I had?
I'm going away on Tuesday, and really need to be connected (which is why I've put the Linux back on it) - would anyone be able to help me with which drivers I need (and where to get them from) (and where to put them!)?
I also have no sound (No volume control GStreamer plugins and/or devices found), and with the original Linux I could right click on the homepage and have all sorts of things come up - lists of things I could install - but not now (though I suspect that's partly due to lack of network). Also it can't find locate or updatedb. (I found something somewhere that told you what find commands to issue to search the hard drive for them)
I do hope I've provided enough information for someone out there to have an idea of what I need to do, but will happily provide more if needed.
 
Old 05-28-2010, 10:43 PM   #2
foodown
Member
 
Registered: Jun 2009
Location: Texas
Distribution: Slackware
Posts: 611

Rep: Reputation: 221Reputation: 221Reputation: 221
I'm not sure what kernel version you are using . . . if you don't know, doing a 'uname -a' will let you know.

On version 2.6.33.4 (and probably others), you can try the following modules for the Atheros card:

ath
ath5k
ath9k
ath9k_common
ath9k_hw

(Just use 'modprobe' as root for each possibility to see if one recognizes the wireless card.)
You can check to see if the system has recognized a device after probing each module with a 'dmesg | tail'

After it is recognized and the driver is loaded, you can configure it as you did on your old machine. To ensure that the module is loaded at boot time, just insert the modprobe command into one of the system's startup scripts. I'm not familiar with Linpus, but on many systems you could use /etc/rc.d/rc.local

Finding the right module for your wired ethernet card can be a little harder, because there are so many candidates.

This guy:
http://grainy-squares.thetorturegarden.net/?p=327
seems to have put Ubuntu on the same machine that you have, and everything was recognized more or less out of the box, so clearly the kernel supports your hardware.

Last edited by foodown; 05-28-2010 at 11:10 PM.
 
Old 05-30-2010, 02:10 PM   #3
Cosafina
LQ Newbie
 
Registered: May 2010
Posts: 5

Original Poster
Rep: Reputation: 0
thank you so much for coming to my rescue!
uname -a results in the following: Linux localhost 2.6.23.9lw #105 SMP PREEMPT Fri Jun 27 18:56:59 EDT 2008 i686 i686 i386 GNU/Linux

All of the modprobe commands you suggested result in FATAL: Module ath not found (depending on the module input).

I tried the CrunchBang suggestions for the card readers (not that I really know what a card reader is). Nothing happened after the first 2 instructions (in point 1) but the gksudo edit command resulted in bash: gksudo: command not found.

As previously mentioned, right clicking on the desktop does absolutely nothing.

I've googled the version number, but so far only come up with people looking for or posting the image - nobody seems to have the problem I've got! Think I'll try installing again, but that's more of a Windows thing to do than a Linux thing (or so I've always thought)
 
Old 05-30-2010, 02:15 PM   #4
Cosafina
LQ Newbie
 
Registered: May 2010
Posts: 5

Original Poster
Rep: Reputation: 0
By the way, the System BIOS Version is 0.3117, the product name is A0531h, in case that's of any help
 
Old 05-30-2010, 05:01 PM   #5
foodown
Member
 
Registered: Jun 2009
Location: Texas
Distribution: Slackware
Posts: 611

Rep: Reputation: 221Reputation: 221Reputation: 221
Okay . . .for that kernel version, try 'modprobe ath_pci'

BTW, what happens when you run 'alsaconf' as root? (For sound)
 
Old 05-30-2010, 05:04 PM   #6
foodown
Member
 
Registered: Jun 2009
Location: Texas
Distribution: Slackware
Posts: 611

Rep: Reputation: 221Reputation: 221Reputation: 221
This guy has a module for your NIC:
http://jan.ucc.nau.edu/wal2/atheros_attansic.html
 
Old 05-30-2010, 05:09 PM   #7
foodown
Member
 
Registered: Jun 2009
Location: Texas
Distribution: Slackware
Posts: 611

Rep: Reputation: 221Reputation: 221Reputation: 221
If you were considering reinstalling, had you considered installing the Ubuntu Netbook Edition rather than Linpus?
 
Old 05-31-2010, 07:22 AM   #8
Cosafina
LQ Newbie
 
Registered: May 2010
Posts: 5

Original Poster
Rep: Reputation: 0
modprobe ath_pci seems to do nothing, but if I then dmesg | grep ath I get:
ath_hal: 0.9.17.1 (AR5212, RF5111, RF5112, RF2413, RF5413)
ath_dfs: Version 2.0.0
ath_rate_atheros: Version 2.0.1
ath_pci: 0.9.4.5 (Atheron/multi-bss)
ath_pci: Acer-5.3.2.14-2008-Sep-23

alsaconf results in "bash: aslaconf: command not found" and if I try sudo alsaconf (yes, I am logged in as root) I get "sudo: alsaconf: command not found".

I discovered last night that I had no audio group at all, so followed some instructions to create one. But I also found that "user" (the default user? what I seem to be when I boot up, anyway) is only a member of user and wheel. Wouldn't know how to allocate that user to audio group even if I got it working!
Also discovered that my 8Gb lifetime guarantee memory stick from Crucial doesn't work, so am now off to try and buy something so I can transfer stuff from this PC to the netbook to try and get this fixed!
 
Old 05-31-2010, 11:19 AM   #9
Cosafina
LQ Newbie
 
Registered: May 2010
Posts: 5

Original Poster
Rep: Reputation: 0
OK, to update you, I've just installed Ubuntu and have sound and wired network.
A little unfamiliar with it - and keep getting parsing errors from something called Keyring - but hopefully I'll get it all worked out!
Would have been nice to work out what was wrong with the Linpus, given that it was an official recovery disk, but thanks for your help.
 
  


Reply

Tags
linux, networking



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
Fedora C2 - Wireless network drivers? Broadcom 802.11g Network Adapter FragTek Linux - Wireless Networking 7 01-22-2010 12:10 AM
Slackware 10 network configuration. Problem with 8139 network card drivers ! Padmakiran Linux - Networking 8 03-27-2007 06:48 AM
network drivers thelastknowngod Slackware 8 11-15-2006 12:14 AM
network drivers ballistic509 Debian 2 03-27-2006 12:18 PM
Network Card Drivers Gunslinger_ROL Linux - Networking 1 09-15-2004 02:14 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking

All times are GMT -5. The time now is 06:48 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