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

Re: compile 2.6.2 for laptop



>>>>> "Wes" == Wes Reneau <wes@lugot.org> writes:

[...]

Wes> Finally, and this may be the whole issue I do find when running
Wes> dmesg | more an error from cardmgr as follows:
Wes> ardmgr[413]: socket 0: Bromax OEM 11Mbps 802.11b WLANc$
Wes> cardmgr[413]: executing: 'modprobe prisim2_cs'
Wes> cardmgr[413]: + FATAL: Module prism2_cs not found.
Wes> cardmgr[413]: modprobe exited with status 1
Wes> cardmgr[413]: module /lib/modules/2.6.2/pcmcia/prism2_cs$
Wes> cardmgr[413]: bind 'prism2_cs' to socket 0 failed: Inval$

With the 2.6 kernel, AFAIK, you should be using the orinoco_cs module.
You must have an old version of pcmcia-cs (which may be the case if
you're running stable), since I don't see prism2_cs being referenced in
my setup.  You may have to edit /etc/pcmcia/config, see if you can find
your card, and change it to use orinoco_cs instead of prism2_cs, and I
guess add the lines:

device "orinoco_cs"
  class "network" module "orinoco_cs"

somewhere near the top of the file.  (You may have to write `class
"network" module "hermes", "orinoco", "orinoco_cs"' as the second line.)

Wes> Realising that the pcmcia directory doesnt exitst in
Wes> /lib/moduels/2.6.2/ I would like to know if all of this is related
Wes> to an error in compiling the kernel or something else.

The pcmcia directory is only used if you compile the pcmcia-cs
modules.  Since you're using the kernel drivers, all the PCMCIA stuff
is scattered in /lib/modules/2.6.2/kernel/drivers.  In particular, you
should see orinoco_cs in .../kernel/drivers/net/wireless.

HTH

-- 
Hubert Chan <hubert@uhoreg.ca> - http://www.uhoreg.ca/
PGP/GnuPG key: 1024D/124B61FA
Fingerprint: 96C5 012F 5F74 A5F7 1FF7  5291 AF29 C719 124B 61FA
Key available at wwwkeys.pgp.net.   Encrypted e-mail preferred.

Attachment: pgpWGmxtqQ6TQ.pgp
Description: PGP signature


Reply to: