| stupid_idiot  
 
 
 
 
 Group: Members
 Posts: 344
 Joined: Oct. 2006
 | 
|  | Posted: Sep. 25 2007,09:56 |  |  Hi:
 Your ethernet chip seems to need the 'sk98lin' module.
 So, just do the following to load the module:
 
 | Code Sample |  | sudo modprobe sk98lin | 
 and then:
 Desktop menu -> System -> Net Setup -> netcardconfig
 If you are using dhcp with a cable modem setup, you could just run the dhcp client manually:
 
 You can run 'ifconfig' to verify that you have received an ip address from dhcp.
 
 (We prefix our commands with 'sudo' in order to perform the command with root permissions. 'sudo' grants root permissions.)
 |