View previous topic :: View next topic |
Author |
Message |
kronos1 n00b
Joined: 25 May 2003 Posts: 29 Location: New Hampshire, USA
|
Posted: Sun May 25, 2003 4:10 pm Post subject: internet connection during install but not anymore |
|
|
My computer could connect to the internet through my wireless router (Dlink DI 614+) during installation, but now it won't. On start up I get the following errors:
===============================
eth0: unknown interface: No such device
SIOCSIFNETMASK: No such device
*Failed to bring eth0 up
*ERROR: Problem starting needed services.
* "netmount" was not started.
===============================
Anyone know why this could be? I've tried running rc-update for eth0 and a few other things from other posts on this board, but no luck. Sorry if this has been brought up a million times already, but I searched the boards for a while and found nothing. Thanks for your help |
|
Back to top |
|
|
weazy Tux's lil' helper
Joined: 21 May 2003 Posts: 82 Location: co-located
|
|
Back to top |
|
|
Praxxus Apprentice
Joined: 26 Nov 2002 Posts: 193 Location: Indiana, US
|
Posted: Sun May 25, 2003 8:57 pm Post subject: |
|
|
Is the driver for the network card compiled into the kernel, or compiled as a module?
If it's a module, do you have a means of associating the driver with the device? I have an /etc/modules.d/eth0 file:
You would of course want to replace "3c59x" with the name of your Dlink module. Then a:
Code: |
modules-update
/etc/init.d/net.eth0 start
|
_________________ My glaucoma just got worse! |
|
Back to top |
|
|
kronos1 n00b
Joined: 25 May 2003 Posts: 29 Location: New Hampshire, USA
|
Posted: Mon May 26, 2003 4:56 am Post subject: Thanks everyone |
|
|
I figured it out. I just needed to switch some things in the kernel. Now I'm just waiting for gnome to finish installing! eeek |
|
Back to top |
|
|
|