| Ok let's try to see if Knoppix has detected and configured your NIC or not. (This will not solve the pty problem).
You will have to get to the command line. Since you can't open a console which in the X gui, we will have to bump down to text mode. Do this:
1) type control-alt-f2 (this will get you into console mode. You should see a simple prompt.)
2) type ifconfig (you should see something. If you see eth0....and a hardware address, that means some NIC has been detected. Note the 1st 2 lines in case we need it for further diagnosis later)
3) if the second line shows some IP address, that means you are probably configured.
4) if you don't see eth0, or you don't see an IP address then
5) type pump
6) try ifconfig again
7) type control-alt-f5 to get back into gui mode. Use firefox and see if you can access the internet. |