Results 1 to 3 of 3
Thread: New Install: Network Failure
|
Enjoy an ad free experience by logging in. Not a member yet? Register.
|
|
-
06-30-2006 #1
- Join Date
- Jun 2006
- Posts
- 2
New Install: Network Failure
My computer connected to the internet fine when running off the CD (prior to install), but now can't use the network. In network servers it can see "Windows Network", but there's nothing in it. I'm running Dapper Drake.
Sorry, I'm a bit new to Linux, and don't know appropriate commands to fiddle around with it.
Any ideas?
Many thanks,
D
-
07-01-2006 #2
- Join Date
- Apr 2006
- Posts
- 97
There's a number of commands and files you can look at.
Code:ifconfig
Code:ifdown eth0 ifup eth0
The file:
Code:/etc/network/interfaces
Code:iface eth0 inet dhcp
Code:/etc/hostname
-
07-01-2006 #3
- Join Date
- Jun 2006
- Posts
- 2
Fixed
Thanks for your help- the problem seems to have been with my Davicom ethernet adapter- I found a solution at http://www.ubuntuforums.org/showthread.php?t=186430
Many thanks,
Dominic