View previous topic :: View next topic |
Author |
Message |
papapenguin l33t


Joined: 20 Sep 2005 Posts: 694 Location: Bellevue
|
Posted: Sun Feb 19, 2006 6:02 pm Post subject: How do I disable eth0 ? [SOLVED] |
|
|
On startup eth0 hangs while bringing up dhcpcd. It then gives me the [!!] error.
The problem is that my pcmcia wireless card is on eth1 and works fine.
I'd like to disable eth0 on startup so the machine boots up faster without the error message...
...or am I going about this the wrong way?
Last edited by papapenguin on Sun Feb 19, 2006 6:29 pm; edited 1 time in total |
|
Back to top |
|
 |
HAL_9000 Tux's lil' helper


Joined: 29 Sep 2004 Posts: 114 Location: Netherlands
|
Posted: Sun Feb 19, 2006 6:06 pm Post subject: |
|
|
Code: | rc-update del net.eth0 default |
This would stop the initscripts from initiating the eth0 setup during startup.
Depends on how up to date your installation is though...
it might be just 'net' or anything _________________ We are the keepers of the sacred words: Ni peng and Nee wom! |
|
Back to top |
|
 |
papapenguin l33t


Joined: 20 Sep 2005 Posts: 694 Location: Bellevue
|
Posted: Sun Feb 19, 2006 6:29 pm Post subject: |
|
|
That seems to have done it, thanks... |
|
Back to top |
|
 |
|