In article <[EMAIL PROTECTED]>, @mailrelay.informatik.tu-muenchen.de:[EMAIL PROTECTED] Mon May 13 23:10:03 2002 wrote: > On Mon, 13 May 2002 14:03:32 -0700 > "Mark Lanett" <[EMAIL PROTECTED]> wrote: > >> I've been trying to set up a desktop machine to act as a wireless router >> and am having trouble getting the wireless card to work. This is an >> orinoco silver in a Lucent PCMCIA adapter - I chose to go with the name >> brand to minimize problems. However: >> >> Using: kernel-2.4.18-686, kernel-pcmcia-modules-2.4.18-686, >> wireless-tools 23-2 >> Card Services fails to start: >> /lib/modules/2.4.18-686/pcmcia/i82365.o: unresolved symbol >> isapnp_find_dev_R9991be23
You need to load the isa-pnp module. The /etc/init.d/pcmcia script is confused, and it's doing an "insmod" on i82365 instead of a modprobe (which would have loaded the isa-pnp stuff). I posted the details on why that happens and what to do about it a couple weeks ago. Look for the thread "more PCMCIA woes". >> [other things fail afterwards] > > i82365 is for 2.2.x kernels. You are looking for "yenta_socket" most > likely. Check for /etc/default/pcmcia. If it exists, change the PCIC > line to read: It's possible that yenta_socket won't work. It didn't work for me with 2.4.18 and a Ricoh ISA/PCMCIA bridge: I had to use i82365. > PCIC=yenta_socket > > and restart pcmcia. If it doesn't exist you may need to directly edit the > /etc/init.d/pcmcia script to ensure that it loads "yenta_socket" instead > of "i82365". Didn't work for me... -- Grant Edwards [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]