LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Can't get ethernet or wifi to work (https://www.linuxquestions.org/questions/linux-newbie-8/can%27t-get-ethernet-or-wifi-to-work-789890/)

bigonroad 02-18-2010 02:17 AM

Can't get ethernet or wifi to work
 
I have an Asrock A330GC, with onboard ethernet, and an Engenius PCI card for wifi.

I installed ubuntu server 9.10 no problems, and it picked up my ethernet in the installation with no difficulties.

I couldn't get 9.10 to do what i wanted, so I tried installing 8.4 instead. This however didn't pick up any of the drivers, so i couldn't get online.

So i reinstalled 9.10, only to find that now it couldn't find network in the installation. Absolutely NOTHING has changed, the ethernet cable still plugged in, and if i plug same cable into my laptop, it works fine.

Any ideas people?
ifconfig doesn't mention any eth0, just lo, with an ip of 127.0.0.1 and amask of 255.0.0.0 which i'm fairly certain means its dead.

Bless,
Chris Lowry

MS3FGX 02-18-2010 09:15 AM

ifconfig not showing an interface just means that it isn't configured, not that the system hasn't detected it. To see if it was detected, do "ifconfig -a". The "a" option forces ifconfig to show all network devices, configured or not.

It is possible there is just some DHCP glitch which prevented the interface from pulling a least, and causing it not so show up. If you still can't see it after doing "ifconfig -a", then it is time to look at the modules and see what is or isn't loading.

jvaldivia 02-18-2010 10:05 AM

I wrote a blog entry on how to set up a wireless card using nsdiwrapper drivers, its the easiest way to do it.

stop by http://soad1982.blogspot.com/2009/09...s-drivers.html

MS3FGX 02-18-2010 07:01 PM

You should try to use native drivers whenever possible, ndiswrapper is an absolute last resort.

Of course, at the moment the topic creator is asking about Ethernet.

bigonroad 02-19-2010 01:01 AM

Thanks guys. I will get back to you when I've had a moment to try that out. Busy week!


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