[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: pcmcia orinoco in a desktop, problems



Thanks all. Using yenta_socket made things work.
There was a little problem with cardmgr looking for the orinoco drivers in
/lib/modules/xxx/pcmcia instead of
/lib/modules/xxx/kernel/drivers/net/wireless; this may be related to the
problem G. Edwards mentioned. Creating soft links in pcmcia to
../kernel/drivers/wireless/{hermed,orinoco,orinoco_cs}.o worked.

Now I have routing issues but that's solvable.

~mark

----- Original Message -----
From: "Grant Edwards" <grante@visi.com>
To: "Jamin W . Collins" <jcollins@asgardsrealm.net>
Cc: <debian-user@lists.debian.org>
Sent: Tuesday, May 14, 2002 6:34 AM
Subject: Re: pcmcia orinoco in a desktop, problems


> In article <[🔎] 20020513160531.62042c5c.jcollins@asgardsrealm.net>,
@mailrelay.informatik.tu-muenchen.de:bounce-debian-user=debian-user=sunsyste
m5.informatik.tu-muenchen.de@lists.debian.org Mon May 13 23:10:03 2002
wrote:
> > On Mon, 13 May 2002 14:03:32 -0700
> > "Mark Lanett" <mlanett@parrotchat.net> 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
> grante@visi.com


-- 
To UNSUBSCRIBE, email to debian-user-request@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org



Reply to: