Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux? |
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-16-2003, 02:40 PM
|
#1
|
LQ Newbie
Registered: Apr 2003
Location: Irvine, California USA
Posts: 2
Rep:
|
Calling all PCMCIA/Wireless gurus
Okay, here's the thing. I know there are tons of posts on problems with the Linksys "instant wireless" WPC11, and they have all helped very much. However, I've run into a problem that I cannot find information on in any of the other posts. I've already installed the PCMCIA_CS package, and it's all set up.. I can load pcmcia_core, i82365, ds, orinoco_cs all correctly on their IF i do them manually through modprobe/insmod, but theres one problem... When I put my card into the slot (or, whenver PCMCIA is restarted or I reboot) I get the following error:
cardmgr[51] Socet 1: Linksys WPC11 11Mbps 802.11b Wlan Card
kernel: orinoco_cs REQUEST IRQ: Resource in Use
cardmgr[51] get dev info on socet 1 failed: Resource temporarily unavailable
As you can see.. cardmgr recognizes the card, and tries to load the correct module, but errors out when trying to initialize the card. I cannot find any information on this error that has helped me. *ANY* help is *GREATLY* appreciated, as I'm trying desperately to get this to work.
|
|
|
04-16-2003, 02:40 PM
|
#2
|
LQ Newbie
Registered: Apr 2003
Location: Irvine, California USA
Posts: 2
Original Poster
Rep:
|
BTW, I'm using Slackware 9.0 for reference
|
|
|
04-16-2003, 10:59 PM
|
#3
|
LQ Guru
Registered: Aug 2001
Location: Dublin, Ireland
Distribution: Slackware
Posts: 5,700
Rep:
|
Its an IRQ conflict... its the kernel doing the requesting, but its the yenta_socket driver... so, you should be able to check the file:
/proc/interrupts
and take note of what's being used, and then go to:
/etc/pcmcia/config.opts
And start excluding irqs from there.
There's also a way to get cardmgr to not hand out certain IRQs through /etc/rc.d/rc.pcmcia, but I can't remember the syntax for CARDMGR_OPTS=, its on the pcmcia-cs site... I think it may even be in cardmgr's man page, check back if you can't find it.
Cheers,
Finegan
|
|
|
05-21-2003, 03:47 AM
|
#4
|
LQ Newbie
Registered: Feb 2002
Location: Munich, Germany
Distribution: SuSE 7.3
Posts: 26
Rep:
|
Perhaps you can help me too....
A related topic but different setup. PCMCIA Orinoco wireless LAN card in a PCI bridge card, in a very old Dell 100MHz desktop machine running SuSE Linux 8.1.
It seems that the bridge card is correctly identified as a TI1410 (as supplied by Lucent with the PCMCIA cards), and the Orinoco card is also visible (although the power light is always off).
The PCMCIA-HOWTO is very helpful - it seems I have an IRQ resource conflict, common on old motherboards, apparently. But now I'm confused. I get messages like this:
PCI: No IRQ known for interrupt pin A of device 01:0E.0
Seems to be some problem with routing of CPU interrupts to the pin A of the PCI card, and how these are used on the PCMCIA socket.
Any suggestions what to do next?
|
|
|
05-21-2003, 03:16 PM
|
#5
|
LQ Guru
Registered: Aug 2001
Location: Dublin, Ireland
Distribution: Slackware
Posts: 5,700
Rep:
|
Its not a bridge as far as I remember, the TI1410 is an outright pcmcia device, so its like having a laptop, and you can swap in any card you want into that... which is bloody neat!
However, it has seemed to barf on assigning the TI an IRQ. This may be a number of reasons, one of which could very well be the PCI compliance level of the P1 mobo you have. Check the manual on the card to see if it requires PCI 2.1 or greater, and then check "dmesg" on the P1 100 to see if the PCI bios is 2.1 or 2.0, big difference.
You're looking for something like:
Code:
PCI: PCI BIOS revision 2.10 entry at 0xfdb01, last bus=1
PCI: Using configuration type 1
PCI: Probing PCI hardware
PCI: Using IRQ router SIS [1039/0008] at 00:02.0
PCI: Found IRQ 11 for device 00:0d.0
PCI: Sharing IRQ 11 with 00:02.7
If that duck is in line, see if you can manually assign IRQs in Bios to the various PCI slots.
Also you can monkey with /etc/pcmcia/config.opts and since we're talking SuSe, /etc/rc.d/init.d/pcmcia to hand it various odd IRQ options.
Cheers,
Finegan
|
|
|
05-22-2003, 02:17 AM
|
#6
|
LQ Newbie
Registered: Feb 2002
Location: Munich, Germany
Distribution: SuSE 7.3
Posts: 26
Rep:
|
Hi Finegan,
Thanks for the tips - I'll have one last check tonight but I was digging around on the net last night and found an article that explains motherboards with mixed PCI and ISA slots (which this one has) are a bit tricky to set up. Why they're so awkward, exactly, I've no idea.
For now I've given in and for 12 euro bought a 3Com wired card. Not the right spirit I know, but it can become a challenge to resume later.
Toby
|
|
|
All times are GMT -5. The time now is 05:06 AM.
|
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
|
|