LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Kanotix Ethonet Problem (https://www.linuxquestions.org/questions/linux-newbie-8/kanotix-ethonet-problem-322165/)

~zoey~ 05-10-2005 06:58 PM

Kanotix Ethonet Problem
 
I installed Kanotix to my hard drive and even though the live cd had no problem with ethonet connection, the installed version does not detect the connection, so I cannot log in to KDE.

I googled and did some searches and finally found in Rute the command line instructions for connecting to eth0. I used;

/sbin/ifconfig lo down
/sbin/ifconfig eth0 down
/sbin/ifconfig lo 127.0.0.3
/sbin/ifconfig eth0 192.168.3.100 broadcast 192.168.1.255 netmask 255.255.255.0
/sbin/route add -net 127.0.0.0 netmask 255.0.0.0 lo
/sbin/route add -net 192.168.3.0 netmask 255.255.255.0 eth0
/sbin/route add default gw 192.168.3.254 eth0
hostname localhost.localdomain

Then I was able to log in to KDE, use the network card config, and get online.

My problem is that every time that I log in, I get the same thing, I can't get into KDE until I do the whole /sbin/config thing all over again.

Would some kind soul out there in the ether please tell me what I am doing wrong?

Thanks, zoey
:study: :confused: :study:

makuyl 05-11-2005 11:51 AM

Try running netcardconfig

~zoey~ 05-13-2005 09:40 AM

Thanks. I tried that too. I struggled for quite awhile and then dumped kanotix in favor of debian sarge, which is working very well except for the sound. Gstreamer test works, but nothing else does. A new challenge! At least I can get online.

zoey:study: :confused: :study:


All times are GMT -5. The time now is 11:49 AM.