Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game. |
| 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. |
|
 |
11-26-2012, 09:51 PM
|
#1
|
|
LQ Newbie
Registered: Nov 2012
Posts: 5
Rep: 
|
Ethernet driver for gigabyte ga-h77-ds3h motherboard
I recently installed Linux mint 14 on a new desktop. Everything worked fine, except the ethernet port. I'm 99% sure it just needs a driver.
I looked here: http://ftp.sun.ac.za/ftp/pub/documen...twork/#gigabit
and it mentions
"The Intel Gigabit Ethernet board is supported by an Intel-written driver. Contact Intel directly for more information."
I tried to find it on the intel download center however, I couldn't. Please help.
Motherboard specs: https://www.superbiiz.com/detail.php?name=MB-H77DS3H
|
|
|
|
11-27-2012, 10:13 AM
|
#2
|
|
Senior Member
Registered: Mar 2012
Location: Hungary
Distribution: debian i686 (solaris)
Posts: 2,806
|
|
|
|
|
11-27-2012, 04:52 PM
|
#3
|
|
LQ Newbie
Registered: Nov 2012
Posts: 5
Original Poster
Rep: 
|
I've done all the basic tests in the terminal everything points to linux simply not detecting eth0, furthermore the ethernet port lights up and is definitely working. So, I'm pretty sure all I need is the proper driver. However, linuxdrivers.org points me to the Intel download center and I'm unable to figure out what driver I need to download from them.
|
|
|
|
11-27-2012, 08:35 PM
|
#4
|
|
LQ Newbie
Registered: Nov 2012
Posts: 5
Original Poster
Rep: 
|
By the way none of the advice in the thread helped. I previously used lsmod, ifconfig -a and other tests I can't remember and it didn't show up. I always got an error message along the lines of eth0 no such device.
Can someone either point me to another location of the driver, or help me find it on the intel website? I've googled everywhere and found nothing.
|
|
|
|
11-27-2012, 08:47 PM
|
#5
|
|
Moderator
Registered: May 2001
Posts: 24,808
|
Just post your
Code:
lspci -vks $(lspci | awk '/Ethernet/ {print $1}')
|
|
|
|
11-27-2012, 09:13 PM
|
#6
|
|
LQ Newbie
Registered: Nov 2012
Posts: 5
Original Poster
Rep: 
|
Ethernet controller Atheros Communications AR8161 Gigabit Ethernet (rev 10)
.....
capabilities:<access denied>
I'm searching for the Atheros driver now, I had been unable to get the specific model until now, I'll post more if anything goes wrong.
edit: compiling is taking forever, but problem seems to be solved. I found drivers here: http://www.linuxfoundation.org/colla...networking/alx
Last edited by SpicySpicySpice; 11-27-2012 at 09:40 PM.
|
|
|
|
11-27-2012, 10:34 PM
|
#7
|
|
LQ Newbie
Registered: Nov 2012
Posts: 5
Original Poster
Rep: 
|
argh so it's still not working.
I downloaded the file at the link I posted.
copied the commands.
it then displayed this in the terminal:
Now run:
sudo make unload to unload all: wireless, bluetooth and ethernet modules
sudo make wlunload to unload wireless modules
sudo make btunload to unload bluetooth modules
Run sudo modprobe driver-name to load your desired driver.
If unsure reboot.
I wasn't sure what to do at this point so I tried:
sudo make unload, then
sudo modprobe atl1 and atl2,
but nothing happened. I rebooted and tried again and still nothing.
Not really sure how to proceed.
|
|
|
|
11-28-2012, 06:04 AM
|
#8
|
|
Moderator
Registered: May 2001
Posts: 24,808
|
Me neither. Granted you found the ALX driver yourself, which is good, but you rather talk about things and running commands rather than posting exact output. When asked you post incomplete output and when the instructions say you should run certain commands you make up your own. Most build processes will tell you if they exited OK and else they can save nfo to post with for example 'make [whatever args] 2>&1 | tee /tmp/log', tools like modprobe have switches like "--verbose", "--dry-run" and "--show-depends" to display diagnostics and dmesg often contains clues.
|
|
|
|
| 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 03:34 PM.
|
|
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
|
|