PDA

View Full Version : Cable help needed for n00bs!



Pavilion
04-29-2003, 05:05 AM
I live in canada and I have the Shaw high speed cable internet....
I use it trough enthernetcard

I can't seems to get my internet connection to work on k3.2 live cd... :(
I have read about the netconfig but nothing really worked does anyone have any sort of other way to get it working? :roll:

Thanx :)

Stephen
04-29-2003, 06:01 AM
Some more details are needed. How are you connected to the internet through DHCP or static address also is it an always on connection or do you need to connect to the internet through PPPoE.

Just a few ideas:

To check your network card open a console window and type ifconfig then enter to see what the setting for your network card is and if it is detected. The command netcardconfig allows you to set the network card configuration. Also if you connect over PPPoE their is a configuration utility off Kmenu -> System -> DSL -> DSL/PPoE Configuration Tool.

Harry Kuhman
04-29-2003, 06:15 AM
If you've been running Windows on this computer and have run any of the "security updates" for windows this year, see my posts in this forum titled Evidence WinXP "security updates" may break Linux and Knoppix using NatSemi DP83815 stopped working. There are also a pair of commands in these posts that should get you working again.

If the "security updates" are not your problem, we need more information about your configuration and hopefully more details about what is failing. Run ifconfig. Also, you might download mii-diag from http://www.scyld.com/diag/index.html ,
compile and run it and tell us what it says about your network card.

Pavilion
04-30-2003, 03:32 AM
the problem is that it doesn't detect my network card.... :!:

and it doesn't even wanna start the ifconfig...

And I'm not sure since I don't know what is DHCP or static address?

Help rem n00b! :lol:

Stephen
04-30-2003, 04:49 AM
the problem is that it doesn't detect my network card.... :!:

and it doesn't even wanna start the ifconfig...

And I'm not sure since I don't know what is DHCP or static address?

Help rem n00b! :lol:

In that case it is more of a hardware question. What type model of card then. You could try in the console lspci -v to see if the card is detected or dmesg | less to see the boot messages one page at a time look for references to eth0 or even better post the output here. To get a file you can save to floppy just lspci -v > /ramdisk/home/knoppix/lspci.txt to save the output to the file in the knoppix home directory.

Static address is when you have to enter the settings, ie your IP Netmask manually DHCP gets it's settings at boot from your connection to your ISP.