Re: ACPI orinoco_cs problem
Mark Taylor <[email protected]>
| Newsgroups | gmane.linux.hardware.sony |
|---|---|
| Message-ID | <[email protected]> |
> > I just installed Redhat 9.0, Linux 2.4.20 on my old Sony Vaio PCG-R505TS. I got > the current ACPI patch for Linux 2.4.20 and patched the kernel. After > installing the kernel, my Lucent wireless card complains as follows: > > Jul 18 14:58:30 localhost kernel: orinoco_cs: RequestIRQ: Resource in use > Jul 18 14:58:31 localhost cardmgr[3326]: get dev info on socket 0 failed: Resource temporarily unavailable > I had the exact same error with RH9 on my Z1A. A google search revealed it can be caused by not compiling ISA bus support in your kernel, since PCMCIA is hot swapable ISA. Recompiling the kernal with ISA support fixed the problem for me. Mark