Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 43870 - pcmcia modules don't load
Summary: pcmcia modules don't load
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Release Media
Classification: Unclassified
Component: Everything (show other bugs)
Hardware: x86 Linux
: High major (vote)
Assignee: Gentoo LiveCD Package Maintainers
URL:
Whiteboard:
Keywords:
: 43954 44054 44221 45336 (view as bug list)
Depends on:
Blocks:
 
Reported: 2004-03-06 05:00 UTC by Richard Scott
Modified: 2004-04-27 03:27 UTC (History)
4 users (show)

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


Attachments
PCMCIA problems with gentoo (2.4.24) and smp (2.6.1) (tmp,879 bytes, text/plain)
2004-04-27 03:27 UTC, Jean-Marc Petit
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Richard Scott 2004-03-06 05:00:22 UTC
Booting with "gentoo dopcmcia dokeymap" doesn't load pcmcia drivers or allow you to set the keymap

Reproducible: Always
Steps to Reproduce:
1. boot from 2004 cd (either minimal or universal)
2. at boot prompt type in "gentoo dopcmcia dokeymap"
3. sit back and watch.

Actual Results:  
System boots ok, but doesn't prompt you to change keyboard map or load any of 
the modules. There is therefore no network support :-(

Expected Results:  
expected modules like pcmcia_core ds etc to load and the menu for keymaps to be 
displayed. Networking to be setup via DHCP as it used to on the v1.4 cd

even running the /etc/init.d/pcmcia start script won't load the required 
drivers.
Comment 1 Gentoo LiveCD Package Maintainers gentoo-dev 2004-03-06 05:19:26 UTC
The dokeymap-bug is already known. For the pcmcia-thing, can you give a more specific error-message? Thanks.
Comment 2 Richard Scott 2004-03-06 12:44:22 UTC
There's not an error as such, it's just the required modules are not loaded so the pcmcia script can't find the pcmcia hardware in the laptop.

For example, on my laptop I have to do the following before starting the init.d script:

insmod pcmcia_core
insmod i82365
insmod ds
/etc/init.d/pcmcia start

I tried modprobe, but it said that it could not locate the module.

Also it appears that the dhcp services are not configured in /etc/conf.d/net. I'm not sure tho if that's because the system can't find the nic and defaults back to a static IP setup....any comments there?

Once you do that the system autodetects my pcmcia network card and everything seems to work ok from there on. 
Comment 3 Benjamin Judas (RETIRED) gentoo-dev 2004-03-08 12:05:22 UTC
*** Bug 44054 has been marked as a duplicate of this bug. ***
Comment 4 Benjamin Judas (RETIRED) gentoo-dev 2004-03-08 12:05:57 UTC
*** Bug 43954 has been marked as a duplicate of this bug. ***
Comment 5 Randy Flood 2004-03-08 12:52:25 UTC
How is this not an error?  The docmentation on the dopcmcia option states that it should load pcmcia when you boot it the "gentoo dopcmcia" otpion.  That implies that it should load the correct kernel drivers to accomplish the task of doing PCMCIA.  If this is too difficult, then the gentoo Live CD kernel, should staticly compile these options into the kernel so that this does not fail.  If gentoo is not going to load pcmcia when you give it the "gentoo dopcmcia" option, then that option needs to be removed, and the documentation needs to be updated to refelect this change.  Note, the problem is that the dopcmcia option does not lead to the pcmcia modules being loaded causing cardmanager to fail to start, and I think it should start for you, rather than making you manually modprobe for it.     

Comment 6 Richard Scott 2004-03-08 13:25:05 UTC
I'm not saying that its not an error, but at the time there were no errors displayed on my screen to indicate a problem other than the nic not working. Sorry, bad wording on my part. :-(

And yes, your right in saying that if the feature has been removed from the LiveCD then the docs need to be updated. However, I can't see getting it to work to be much of a problem. The code from the v1.4 LiveCD used to work just fine :-)
Comment 7 imagination 2004-03-08 22:31:12 UTC
The hint ...
insmod pcmcia_core
insmod i82365
insmod ds
/etc/init.d/pcmcia start
was very helpful -- it works on 2004.0
I would like to emphasize that the option dopcmcia should
work as it worked in v1.4. 
Comment 8 Benjamin Judas (RETIRED) gentoo-dev 2004-03-22 02:22:13 UTC
*** Bug 44221 has been marked as a duplicate of this bug. ***
Comment 9 Benjamin Judas (RETIRED) gentoo-dev 2004-03-22 02:23:11 UTC
*** Bug 45336 has been marked as a duplicate of this bug. ***
Comment 10 Benjamin Judas (RETIRED) gentoo-dev 2004-03-22 10:46:18 UTC
*** Bug 45336 has been marked as a duplicate of this bug. ***
Comment 11 John Davis (zhen) (RETIRED) gentoo-dev 2004-03-24 18:51:39 UTC
fixed - dopcmcia works fine for me.
Comment 12 Jean-Marc Petit 2004-04-27 03:27:42 UTC
Created attachment 30137 [details]
PCMCIA problems with gentoo (2.4.24) and smp (2.6.1)