Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 37629 - pcmcia needs to be set default not boot for dhcp to work
Summary: pcmcia needs to be set default not boot for dhcp to work
Status: RESOLVED FIXED
Alias: None
Product: [OLD] Docs-user
Classification: Unclassified
Component: Handbook (show other bugs)
Hardware: All Linux
: High major (vote)
Assignee: Sven Vermeulen (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-01-08 11:41 UTC by Thomas McIntyre
Modified: 2004-01-09 13:04 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas McIntyre 2004-01-08 11:41:35 UTC
In the handbook section:

When pcmcia-cs is installed, add pcmcia to the boot runlevel: 

Code listing 22: Adding pcmcia to the boot runlevel
 
# rc-update add pcmcia boot

=-=-=-=-=-=

Per the instructions in net.eth0 init.d script, this needs to be

rc-update add pcmcia default 

for this to work.


Reproducible: Always
Steps to Reproduce:
1.
2.
3.

Actual Results:  
message net.eth0 already started and failed.

Expected Results:  
correctly configured eth0 to dhcp
Comment 1 Sven Vermeulen (RETIRED) gentoo-dev 2004-01-09 13:04:21 UTC
I haven't been able to contact msterret (mail bounced) and as I shouldn't maltrust the net.ethX script so I've updated the handbook to read "default" instead of "boot".