Fedora Account System
Red Hat Associate
Red Hat Customer
Description of problem: my HP ob900 laptop works with the PCMCIA socket driver yenta_socket. this driver was successfully probed by anaconda & is declared as such in /etc/sysconfig/pcmcia as $PCIC. however, at boot time, /etc/init.d/pcmcia does not even attempt to load it. as a result, no PCMCIA-based service can work. this includes -- for me -- my xircom network driver. work-around is after boot, run the following: 1. modprobe yenta_socket 2. service pcmcia restart 3. ifup eth0 (all the network dependent services are restart by my customized dhclient-hooks script) Version-Release number of selected component (if applicable): pcmcia-cs-3.1.31-13 How reproducible: always Steps to Reproduce: 1. reboot the box 2. 3. Actual results: yenta_socket is not loaded so I have access to my PCMCIA cards Expected results: I should have access to my PCMCIA cards Additional info:
Created attachment 103760 [details] patch for pcmcia-cs shipped with fc1 I have tried to make this patch as clean as possible: it does not only apply to my personnal case...
also see the same bug -- also with a patch -- on fc2 #132394 <https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=132394>
*** This bug has been marked as a duplicate of 121742 ***
Changed to 'CLOSED' state since 'RESOLVED' has been deprecated.