Support Forums
Internet troubles. - Printable Version

+- Support Forums (https://www.supportforums.net)
+-- Forum: Categories (https://www.supportforums.net/forumdisplay.php?fid=87)
+--- Forum: Computer Support Topics (https://www.supportforums.net/forumdisplay.php?fid=4)
+---- Forum: Linux, FreeBSD, and Unix (https://www.supportforums.net/forumdisplay.php?fid=17)
+----- Forum: Ubuntu Support (https://www.supportforums.net/forumdisplay.php?fid=61)
+----- Thread: Internet troubles. (/showthread.php?tid=21220)



Internet troubles. - Athostle - 08-09-2011

When I plug my ethernet cable into the computer, Ubuntu doesn't recognize it? Why might this be? My computer recognized it when I used Windows.


RE: Internet troubles. - iAndr0idOs - 08-10-2011

Linux is not Windows.
Therefore, Linux drivers are not Windows drivers.

Ubuntu just may not have support for your ethernet port. Look online for third party drivers.

What brand and model do you have?


RE: Internet troubles. - Kotto*N[ix]mouth - 08-24-2011

Yes, what NIC are you using? And what version of Ubuntu?


RE: Internet troubles. - #Nix - 08-24-2011

(08-09-2011, 10:30 AM)Athostle Wrote: When I plug my ethernet cable into the computer, Ubuntu doesn't recognize it? Why might this be? My computer recognized it when I used Windows.

Try either:

Code:
dhcpcd eth0

or

Code:
dhclient eth0

Although, I have no idea how Ubuntu works, that may do it.


RE: Internet troubles. - Kotto*N[ix]mouth - 08-24-2011

You may also be able to edit /etc/rc.conf, your interface may just not be listed there.