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
> [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:

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".

-- 
Jamin W. Collins


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to