Hey guys and gals,
Thank you for all your helpful posts and for welcoming me so nicely.
I know have a pc at home (a friend of mine gave me his old one). I have a new problem for you to think about (if you would like to)
The network card worked fine to install Fedora Core 5 on top of Windows 98 from the internet. When Windows had been wiped and Fedora was installed, I managed (with a little trouble) to connect to the internet and get all my e-mails etc (lovely 206 of them *sigh*)
Then the next morning after switching on, the network card seemed to be found but would not connect to the outside world. Nothing had changed and I can't work out why this has happened.
I have deleted all the network settings and rebooted, this didn't help, so I took out the network card and re-seated it. Again nothing happened. The only thing I can think of that I have not tested is the network cable that runs into my housemates router. This also hasn't changed or moved and we checked the router. He is getting a connection.
Puzzled now.
Any suggestions before I buy a new network card and start again?
Tracy x _________________________________________________________________ Express yourself instantly with MSN Messenger! Download today it's FREE! http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/
On Wed, 2006-05-17 at 12:09 +0100, Tracy Dickerson wrote:
Then the next morning after switching on, the network card seemed to be found but would not connect to the outside world. Nothing had changed and I can't work out why this has happened.
Does the card have a link status light, if so is it on ?
What does ifconfig say ? (you may have to be root to run that, depending on your distribution)
Also run route to list the routing table and ping whatever is shown as the default gateway (that is the ip address of your housemates router)
If that works then try pinging an external address like google on 66.249.93.99
If that works then your name resolution is broken and you need to look at the contents of /etc/resolv.conf
This should have something like nameserver (ip address) where IP address should usually be the same as the IP address of your housemates router (the address returned as the default gateway when you ran the route command)
With that info we should be able to track it down.
Regards Wayne