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 |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
07-01-2011, 11:57 PM
|
#1
|
|
LQ Newbie
Registered: Jul 2011
Posts: 9
Rep: 
|
Arch Linux install issues - eth0 no such device - Atheros ethernet
Hello everyone. Before I begin, just want to let everyone know that I have searched these forums and many others and haven't found any solutions specific to the issue I am having. I have also read the arch linux wiki on installation but to no avail.
I have a fresh Arch linux install (latest version as of today) on my Toshiba Satellite L755. The ethernet controller is an Atheros AR8152 v2.0 (rev c1). Originally I was having issues getting wireless setup, so I said screw up and hoped that getting wired would be an easier route but apparently its just as frustrating.
Here is my rc.conf for networking:
Code:
eth0="dhcp"
INTERFACES=(eth0)
gateway="default gw 192.168.1.1"
ROUTES(!gateway)
If I do a modprobe atl1c or a modprobe ath9k, it will go without an error, but then if I try and do a ifconfig eth0 up I get a eth0: unknown interface: No such device.
Also, I only seem to have loopback up. Doing an ifconfig gives me just lo.
Sorry for the long post. If you need more information, let me know. Thank you in advance.
|
|
|
|
07-02-2011, 12:05 AM
|
#2
|
|
Member
Registered: Jun 2011
Distribution: Arch Linux
Posts: 148
Rep:
|
what is your version of initscripts?
what are you using for network management (ex. netcfg net-tools, iproute2, etc)?
do you have a /etc/rc.conf.pacnew file?
|
|
|
|
07-02-2011, 12:09 AM
|
#3
|
|
LQ Newbie
Registered: Jul 2011
Posts: 9
Original Poster
Rep: 
|
Not sure how to check that-
I am using net-tools, wireless tools (I believe thats the name) dhcpds (if you consider that)
I do not have a /etc/rc.conf.pacnew file.
|
|
|
|
07-02-2011, 12:15 AM
|
#4
|
|
Member
Registered: Jun 2011
Distribution: Arch Linux
Posts: 148
Rep:
|
what is the output of "pacman -Q initscripts"?
Essentially, the way /etc/rc.conf changed recently, see http://www.archlinux.org/news/deprecation-of-net-tools/.
I don't know if that would make a difference, but it seems like a likely cause.
|
|
|
|
07-02-2011, 12:19 AM
|
#5
|
|
LQ Newbie
Registered: Jul 2011
Posts: 9
Original Poster
Rep: 
|
Quote:
Originally Posted by flamelord
|
pacman -Q initscripts reads initscripts 2010.05-3.
Not sure how rc.conf being changed affects my current situation - I may be missing something. If it is the cause, how would I check this?
|
|
|
|
07-02-2011, 01:26 AM
|
#6
|
|
LQ Newbie
Registered: Jul 2011
Posts: 9
Original Poster
Rep: 
|
Bump! If anyone has any ideas that'd be awesome.
Also, if anyone was curious - hosts are setup as follows:
127.0.0.1 localhost.localdomain localhost archbox
|
|
|
|
07-02-2011, 08:53 AM
|
#7
|
|
Member
Registered: Jun 2011
Distribution: Arch Linux
Posts: 148
Rep:
|
maybe it isn't called eth0, try wlan0 or even eth1.
|
|
|
|
07-02-2011, 11:04 AM
|
#8
|
|
LQ Newbie
Registered: Jul 2011
Posts: 9
Original Poster
Rep: 
|
Quote:
Originally Posted by flamelord
maybe it isn't called eth0, try wlan0 or even eth1.
|
I have already tried this combination, just shows lo.
|
|
|
|
07-02-2011, 11:22 AM
|
#9
|
|
LQ Newbie
Registered: Jul 2011
Posts: 9
Original Poster
Rep: 
|
So something interesting - Don't know if this helps anyone. But I got frustrated and was going to reinstall arch just in case I missed a step. Before I did /arch/setup I ran aif -p partial-configure-network and told me 'Cannot find any ethernet interfaces. This usually means udev was unable to load the module and you must do it yourself. Switch to another VT, load the appropriate module, and run this step again." Needless to say I've done that already with the same result.
|
|
|
|
07-02-2011, 12:18 PM
|
#11
|
|
Member
Registered: Jun 2011
Distribution: Arch Linux
Posts: 148
Rep:
|
try using the atl1c module, i.e. "modprobe atl1c"
|
|
|
|
07-02-2011, 12:29 PM
|
#12
|
|
LQ Newbie
Registered: Jul 2011
Posts: 9
Original Poster
Rep: 
|
Done it- still shows lo.
Also, not sure if it matters but when doing lspci, I have the following for network and ethernet:
Network controller: realtek semiconductor co., ltd. device 8176 (rev 01)
ethernet controller: atheros communications ar8152 v2.0 fast ethernet (rev c1)
|
|
|
|
07-02-2011, 12:58 PM
|
#13
|
|
LQ Newbie
Registered: Jul 2011
Posts: 9
Original Poster
Rep: 
|
bump
|
|
|
|
07-02-2011, 06:02 PM
|
#14
|
|
Senior Member
Registered: Apr 2007
Location: Germany
Distribution: Slackware
Posts: 3,866
|
Hello m3z,
which mainboard/processor does the computer have? how much RAM does the computer have?
And please post the output of
Code:
lspci -k | grep -iA5 ether
Did you build your own kernel?
Markus
|
|
|
|
08-12-2011, 06:15 PM
|
#15
|
|
LQ Newbie
Registered: Aug 2011
Distribution: Arch
Posts: 1
Rep: 
|
Quote:
Originally Posted by m3z
pacman -Q initscripts reads initscripts 2010.05-3.
|
You're using the very old 2010.05 iso. For some reason, Arch hasn't updated the isos on their download page in over a year! Try a newer iso from here (sorry for the weird URL, this is first post and they won't let me post links yet):
releng . archlinux . org/isos/
I was having the same problem, and this solved it. Good luck!
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 02:38 AM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|