Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
04-11-2003, 03:41 PM
|
#1
|
LQ Newbie
Registered: Apr 2003
Posts: 20
Rep:
|
pcmcia drivers functioning, but not loading during boot
I recently upgraded my laptop from RH8 to RH9. All in all the upgrade went well, but since the upgrade getting pcmcia to work properly has been a strugle. I have 2 pcmcia cards, the first is a 3com 3c574 ethernet card and a netgear MA401 wireless card. After the install and a rebuild of the drivers, the netgear came right up without issue. The 3com was failing however, so I decided to remove the eth0 configs in order to reinstall. Since I did this unfortunately, the PCMCIA drivers won't load during boot seemingly no matter what I do.
I clearly watch as init reports that pcmcia gets the [ OK ] during boot, but the looking at the syslog I see the following:
Apr 10 12:59:30 Q-redhat kernel: Linux Kernel Card Services 3.1.22
Apr 10 12:59:30 Q-redhat kernel: options: [pci] [cardbus] [pm]
Apr 10 12:59:30 Q-redhat kernel: ds: no socket drivers loaded!
Apr 10 12:59:30 Q-redhat kernel: unloading Kernel Card Services
Due to this, the actual cards never initialize and are in essence dead.
However, after running the following successive commands:
/sbin/insmod pcmcia_core
/sbin/insmod yenta_socket
/sbin/insmod ds
/etc/rc.d/rc3.d/S24pcmcia start
/sbin/cardmgr
Everything comes up and works great. Thus my main question is how can I get these 3 modules to properly load during boot? I can hack around with putting something in rc.local, but would rather do this properly.
Thanks in advance.
|
|
|
04-11-2003, 08:12 PM
|
#2
|
Member
Registered: Dec 2001
Location: NoVA
Distribution: Ubuntu, Solaris, OpenBSD
Posts: 492
Rep:
|
Try this for levels 3-5 and let me know if it worked.
/sbin/chkconfig --level 3 pcmcia on
|
|
|
04-12-2003, 09:10 AM
|
#3
|
LQ Newbie
Registered: Apr 2003
Posts: 20
Original Poster
Rep:
|
unfortunately, I'd already double checked those configs, but did them again for good measure. In the boot log I get the following:
Q-redhat rc: Starting pcmcia: succeeded
And in the system log I get the following:
Apr 12 08:59:34 Q-redhat kernel: Linux Kernel Card Services 3.1.22
Apr 12 08:59:34 Q-redhat kernel: options: [pci] [cardbus] [pm]
Apr 12 08:59:34 Q-redhat kernel: ds: no socket drivers loaded!
Apr 12 08:59:34 Q-redhat kernel: unloading Kernel Card Services
It almost seems as though either the pcmcia_core & yenta_socket drivers aren't loading or the ds driver is set to load before these two and thus can't find what it needs and shuts the cardmgr down.
|
|
|
04-12-2003, 11:25 AM
|
#4
|
Member
Registered: Dec 2001
Location: NoVA
Distribution: Ubuntu, Solaris, OpenBSD
Posts: 492
Rep:
|
I don't know now, man You might try getting the latest pcmcia drivers and recompiling them for your machine. Maybe someone else knows what's going on?
|
|
|
04-12-2003, 12:49 PM
|
#5
|
LQ Newbie
Registered: Apr 2003
Posts: 20
Original Poster
Rep:
|
Fixed!
Well I had been tentative to install a non redhat pcmcia version but decided that I was up against a wall. Downloaded 3.2.4, compiled & installed it and everything came right up as expected...
Thanks for the help...
|
|
|
04-12-2003, 01:38 PM
|
#6
|
Member
Registered: Dec 2001
Location: NoVA
Distribution: Ubuntu, Solaris, OpenBSD
Posts: 492
Rep:
|
Did you use the rpm?
|
|
|
04-12-2003, 08:28 PM
|
#7
|
LQ Newbie
Registered: Apr 2003
Posts: 20
Original Poster
Rep:
|
nope, I had tried the rpm from redhat without success...this time I downloaded the source & compiled...
|
|
|
07-14-2003, 05:40 AM
|
#8
|
Member
Registered: Jul 2003
Location: Stockholm, Sweden
Distribution: RH9
Posts: 37
Rep:
|
Hi guys,
I had the same problem as you when I upgraded from RH7.3 to RH9...
I found that it was an error in the /etc/init.d/pcmcia script
If you search for "modprobe" you'll find that the script is trying to modprobem the modules with the trailing ".o", i.e. "ds.o"...
Just remove the ".o" and do a /etc/init.d/pcmcia start and it will rock! ;o)
//jonas
|
|
|
All times are GMT -5. The time now is 10:40 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|