LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook
User Name
Password
Linux - Laptop and Netbook Having a problem installing or configuring Linux on your laptop? Need help running Linux on your netbook? This forum is for you. This forum is for any topics relating to Linux and either traditional laptops or netbooks (such as the Asus EEE PC, Everex CloudBook or MSI Wind).

Notices


Reply
  Search this Thread
Old 08-01-2003, 09:42 PM   #1
klearcut
LQ Newbie
 
Registered: Aug 2003
Posts: 3

Rep: Reputation: 0
PCMCIA cardmgr crashes system


Could someone help me out...I've been trying to get my pcmcia working with redhat 9 on a sotec 3120x. In my efforts i got returned this message, could someone help me with it. thanks in advanced.

[root@localhost /]# /sbin/service pcmcia restart
Shutting down PCMCIA services:.
Starting PCMCIA services:/lib/modules/2.4.20-19.9/kernel/drivers/pcmcia/ds.o: init_module: Operation not permitted
Hint: insmod errors can be caused by incorrect module parameters, including invalid IO or IRQ parameters.
You may find more information in syslog or the output from dmesg
/lib/modules/2.4.20-19.9/kernel/drivers/pcmcia/ds.o: insmod /lib/modules/2.4.20-19.9/kernel/drivers/pcmcia/ds.o failed
/lib/modules/2.4.20-19.9/kernel/drivers/pcmcia/ds.o: insmod orinoco_cs failed
/lib/modules/2.4.20-19.9/kernel/drivers/pcmcia/ds.o: init_module: Operation not
permitted
Hint: insmod errors can be caused by incorrect module parameters, including invalid IO or IRQ parameters.
You may find more information in syslog or the output from dmesg
/lib/modules/2.4.20-19.9/kernel/drivers/pcmcia/ds.o: insmod /lib/modules/2.4.20-19.9/kernel/drivers/pcmcia/ds.o failed
/lib/modules/2.4.20-19.9/kernel/drivers/pcmcia/ds.o: insmod ds failed
cardmgr.
 
Old 08-01-2003, 10:53 PM   #2
akaBeaVis
LQ Guru
 
Registered: Apr 2003
Location: Maryland
Distribution: Slack 9.1,10 Mandrake 10,10.1, FedCore 2,3, Mepis 2004, Knoppix 3.6,3.7, SuSE 9.1, FreeBSD 5.2
Posts: 1,109

Rep: Reputation: 45
As you probably saw, loading the ds.o module failed, did you find any more information in syslog or dmesg as the error message suggests?
 
Old 08-02-2003, 09:45 AM   #3
klearcut
LQ Newbie
 
Registered: Aug 2003
Posts: 3

Original Poster
Rep: Reputation: 0
nothing

I did and there was nothing there that really gave a better explination, or at least that I could see. After posting I played with it futher and actually got the pcmcia service to start on boot, but when I put a card in or look at the services utility in RH9 it says cardmgr stopped, if i start it, it says pcmcia service start successfully, but still there is nothing and no change to the cardmgr. on boot I'm also getting the ds: not socket drivers loaded!

I need a little insight on this :
PCMCIA="yes" <-this is okay

PCIC="i82365" <-this causes a crash, if it's set on yenta_socket or i82365, doesn't crash if on tcic or orinoco_cs, but the pcmcia still doesn't work

PCIC_OPTS= <-nothing here
CORE_OPTS=-m

Also where do I specify that i want PCMCIA to use an IRQ?

thanks for your reply and help.
 
Old 08-02-2003, 11:43 AM   #4
akaBeaVis
LQ Guru
 
Registered: Apr 2003
Location: Maryland
Distribution: Slack 9.1,10 Mandrake 10,10.1, FedCore 2,3, Mepis 2004, Knoppix 3.6,3.7, SuSE 9.1, FreeBSD 5.2
Posts: 1,109

Rep: Reputation: 45
Ok, you would never want to use the PCIC=orinoco_cs. Orinoco is not a pcic driver. If setting PCIC=tcic allows ds.o to load, then go with that, there is one more to try for very old laptops and that is i82092, it's doubtful you have that pcic though.

Most modules have params that are exposed through a modinfo <module>, some respond to those params being set on the cmd line when they are loaded and some don't seem to care.

for instance:
# modinfo tcic
filename: /lib/modules/2.4.19-16mdk/kernel/drivers/pcmcia/tcic.o.gz
description: "Databook TCIC-2 PCMCIA socket driver"
author: "David Hinds <dhinds@pcmcia.sourceforge.org>"
license: "Dual MPL/GPL"
parm: tcic_base int
parm: ignore int
parm: do_scan int
parm: irq_mask int
parm: irq_list int array (min = 1, max = 16)
parm: cs_irq int
parm: poll_interval int
parm: poll_quick int
parm: cycle_time int

theoretically, you could add a name/value pair to PCIC_OPTS, I say theoretically, because I've not always had success setting params at load-time with various modules, it will take some tinkering.

For spec'ing pcmcia stuff, take a look at /etc/pcmcia/config.opts

One more thing I can think of: there have been a lot of pcmcia problems reported here on LQ on toshiba notebooks, the solution seems to be to go into system bios and try different settings for pcic with "auto" being the one to avoid, maybe even though yours is not a toshiba you should try the bios setup as well.

Last edited by akaBeaVis; 08-02-2003 at 11:46 AM.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
cardmgr hangs on second PCMCIA probe lnxpeng Linux - Laptop and Netbook 2 09-13-2004 10:18 AM
slackware 8.1 problems with pcmcia cardmgr... Piro Slackware 3 02-25-2004 07:46 PM
cardmgr crashes system! coldforge Linux - Software 1 01-28-2004 04:48 PM
pcmcia messed up: cardmgr "no sockets found" Guru3 Linux - Laptop and Netbook 0 12-07-2003 12:11 PM
REdHAT 9 and pcmcia cardmgr mic_HL Linux - Laptop and Netbook 1 11-04-2003 09:25 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook

All times are GMT -5. The time now is 04:30 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration