Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 34195 - /etc/init.d/pcmcia script reports it cannot load ds.o when pcmcia support is not built as modules
Summary: /etc/init.d/pcmcia script reports it cannot load ds.o when pcmcia support is ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: High trivial (vote)
Assignee: Mobile Herd (OBSOLETE)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-11-23 09:09 UTC by Jinesh Choksi
Modified: 2004-02-27 07:16 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 Jinesh Choksi 2003-11-23 09:09:48 UTC
During startup, when the pcmcia init.d script is executed it reports that it
cannot find the ds.o module, when the line "modprobe ds.o" is executed in the
script! This would happen if the pcmcia support is built into the kernel!

Reproducible: Always
Steps to Reproduce:
1. Build PCMCIA support into the kernel
2. Reboot machine
3. When the /etc/init.d/pcmcia script is run, you will see a message on the console!

Actual Results:  
module ds.o cannot be found

Expected Results:  
It would be more elegant if the "modprobe ds.o" line in /etc/init.d/pcmcia file
was changed to "modprobe ds.o 2> /dev/null"...
Comment 1 Peter Johanson (RETIRED) gentoo-dev 2004-02-27 07:16:30 UTC
Okay, this has been fixed in the latest version of the script. Marking closed.