Quote:
Originally Posted by paulsm4
A couple of basic troublshooting tips:
1. See if you can "ping" your pug by name
EXAMPLE: ping pug
<= Substitute your actual device name
2. See if you can "ping" your pug by IP address
EXAMPLE: ping 192.168.0.1
<= Substitute your actual IP address
3. See if you can share by IP address
EXAMPLE: on a Windows PC,
[Start], Run, \\192.168.0.1
<= Substitute your Pug device's actual IP address
Good luck - and please post back what you find!
|
Thanks! Those were some great ideas, just the kind of things I was looking for. Unfortunately they did not work, but did lead me to some more info.
1. Error: Ping request could not find host pug.
2. This was harder as I did not know the address. I checked around the net for the equivalent to ipconfig and found ifconfig (although some places also say ipconfig is also linux). I tried both, but both returned 'command not found'.
I also logged onto my router to see if I could find the DHCP lease for the pug, but only my desktop and laptop were listed.
3. Obviously this could not be done.
So, having done those, it gave me a few more ideas. I tried a ping pug on the pug iteslf. This worked. I looked at the hosts file and found pug was pointing to 127.0.0.1.
I then tried to ping my desktop from the pug, ping 192.168.1.2, and got the error "Connect: Network is unreachable".
I did the obvious things like make sure that the lan cable was plugged in (it was, and it shows a little green and yellow light where it plugs into the motherboard).
The only thing I can thing of is that the new motherboard has a lan card that is not recognised.
This is where I lose it, I don't understand it well. I looked at /etc/sysconfig/network and saw that it had
NETWORKING=yes
HOSTNAME=pug
gatewaydev=eth0
I am not sure what eth0 is, but suspect it is the lan card. I could not find it in /dev, but didn't know if I should even be able to.
However, I suspect it might not be a software issue as the machine worked for years without a problem and the pnly thing that changed is a new motherboard.
Anyone have any other ideas as to what I can look at?