Welcome to our community

Be apart of something great, join today!

Linux debian wont connect to the net!

MFCGMFC

Inactive User
hey all

as a follow on from my formatting thread lol i now have debian on the machine in question but it wont connect to the internet?

Cheers
MFCGAVMFC
 
currently trying the ubuntu live cd and its connecting to the net fine?

Cheers
MFCGAVMFC

Then either try editing the etc/network/interfaces file using a linux editor,most probably vim is installed, or install Ubuntu :)
 
Did you get this sorted?

In a terminal session type ifconfig and check there's a reference to eth0. If not, type lspci | grep -i eth to show what card, if any, is loaded.

If none is loaded then boot the live CD to discover what the card is (to Linux) by typing lspci | grep -i eth from a terminal session.
 
Back
Top