Results 1 to 3 of 3
Hi,
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", ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 06-30-2006 #1Just Joined!
- Join Date
- Jun 2006
- Posts
- 2
New Install: Network Failure
Hi,
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 #2Just Joined!
- Join Date
- Apr 2006
- Posts
- 97
There's a number of commands and files you can look at.
Will show you what interfaces are up.Code:ifconfig
Will take the interface eth0 (usually your network card) down and back up.Code:ifdown eth0 ifup eth0
The file:
Contains the details for each network interface. You'll most likely want a DHCP setup, so you'd want a line like this:Code:/etc/network/interfaces
Your hostname is stored inCode:iface eth0 inet dhcp
The first thing you should do is ifconfig, and post the results. Also, what kind of network do you have?Code:/etc/hostname
- 07-01-2006 #3Just Joined!
- 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


Reply With Quote
