Vern W Heesch wrote:

> On Sunday 02 December 2001 04:52 pm, you wrote:
> 
>>On Sun, Dec 02, 2001 at 04:17:31PM -0800, Vern W Heesch wrote:
>>...
>>What is in the /var/log/messages file when you insert the card?
>>
>>Bill
>>
> 
> /var/log/messages showed:
> 
> cardmgr[1994]: executing: 'modprobe -r wvlan_cs'
> kernel: wavelan_cs: unloading
> cardmgr[1994]: + Note: /etc/modules.conf is more recent than  
> /lib/modules/2.4.2/modules.dep
> cardmgr[1994]: exiting
> cardmgr[2453]: socket (): Intersil PRISM2 11 Mbps Wireless Adapter
> cardmgr[2453]: executing: 'modprobe wvlan_cs'
> cardmgr[2453]: + modprobe: Can't locate module wvlan_cs
> cardmgr[2453]: + Note: /ets/modules/config is more recent than 
> /lib/modules/2.4.2/modules.dep
> cardmgr[2453]: modprobe exited with status 255
> cardmgr[2453]: executing: 'insmod /lib/modules/2.4.2/pcmcia/wvlan_cs.o'
> cardmgr[2453]: get device info on socket () failed: Resource temporarily 
> unavailable
> cardmgr[2453]: exiting
> 
> Any ideas?
> 


Yep.  You need the hermes.conf file placed in your /etc/pcmcia/ 
directory.  It's not included with pcmcia_cs, but is required for your 
card (mine too, the Orinoco card).

Attached (hope it comes through).


Ciao,

David A. Bandel
-- 
Focus on the dream, not the competition.
                -- Nemesis Racing Team motto
device "orinoco_cs"
  class "network"
  module "hermes", "orinoco_cs"
#  module "hermes", "orinoco_cs" opts "pc_debug=3"

#
# Wireless network adapters
#
# We should use the manfid (which cover multiple cards), otherwise we will
# go crazy listing all cards and their variations !!!

# First class of device : Lucent & OEM
card "Lucent Technologies Orinoco"
  manfid 0x0156,0x0002
  bind "orinoco_cs"

card "Lucent Technologies Wavelan/IEEE"
  version "Lucent Technologies", "WaveLAN/IEEE"
  bind "orinoco_cs"

card "Cabletron RoamAbout 802.11 DS"
  version "Cabletron", "RoamAbout 802.11 DS"
  bind "orinoco_cs"

card "ELSA AirLancer MC-11"
  version "ELSA", "AirLancer MC-11"
  bind "orinoco_cs"

card "MELCO WLI-PCM-L11"
  version "MELCO", "WLI-PCM-L11"
  bind "wvlan_cs"

# Second class of device : Symbol & OEM
card "LA4111 Spectrum24 Wireless LAN PC Card"
  version "Symbol Technologies"
  bind "orinoco_cs"

card "3Com AirConnect"
  version "3Com", "3CRWE737A AirConnect Wireless LAN PC Card"
  bind "orinoco_cs"

card "Intel PRO/Wireless 2011"
  manfid 0x0089,0x0001
  bind "orinoco_cs"

card "Ericsson WLAN Card C11"
  manfid 0x016b,0x0001
  bind "orinoco_cs" 

# Third class of device : other Intersil clones
card "Intersil PRISM2 11 Mbps Wireless Adapter"
  manfid 0x0156, 0x0002
  bind "orinoco_cs"

card "Farallon SkyLINE"
  version "INTERSIL", "HFA384x/IEEE"
  bind "orinoco_cs"

card "D-Link DWL-650"
  version "D", "Link DWL-650 11Mbps WLAN Card"
  bind "orinoco_cs"

card "SAMSUNG 11Mbps WLAN Card"
  version "SAMSUNG", "11Mbps WLAN Card"
  bind "orinoco_cs"
# Does this one cover Compaq as well ???

card "HyperLink Wireless PC Card 11Mbps"
  version "HyperLink","Wireless PC Card 11Mbps"
  bind "orinoco_cs"

card "PROXIM LAN PC CARD HARMONY 80211B"
  version "PROXIM","LAN PC CARD HARMONY 80211B"
  bind "orinoco_cs"

Reply via email to