PCMCIA problems with IXP425 and Orinoco card

Ognian Kabranov kabranov at site.uottawa.ca
Wed Dec 3 16:40:45 GMT 2003


Hi.

I have the following problem:    the Orinoco Gold is not recognized by 
the PCMCIA driver.

When I start the PCMCIA services a module called 'memory_cs is' called, 
which obviously is a memory driver and not the
wireless driver I wish to start.

I appologize for the longer posting and any help and ideas would be 
highly appreciated

On IXDP425 development board I have installed:

1). Linux version 2.4.19-rmk6-ds1
2). pcmcia driver pcmcia-cs-3.1.26
3).  orinoco-0.11b driver
4). busybox-0.60.3


When trying to restart the PCMIA services i get
-------
# /etc/rc.d/pcmcia restart
Shutting down PCMCIA services:
cardmgr[254]: executing: 'modprobe -r memory_cs' cardmgr[254]: exiting
killall: bad signal name: v                             
csr                  1387320   0 (unused)               
rmmod: i82365: No such file or directory
rmmod: pcmcia_core: No such file or 
directory                                                                                     
done.                                                                                                                             

Starting PCMCIA services: cardmgr[425]: watching 1 sockets
cardmgr[426]: starting, version is 
3.1.34                                                                                        

done.
cardmgr[426]: socket 0: Anonymous Memory
# cardmgr[426]: executing: 'modprobe memory_cs' cardmgr[426]: + Using 
/lib/modules/memory_cs.o  memory_cs: RequestWindow: Resource in 
use        cardmgr[426]: get dev info on socket 0 failed: No such 
device                                                                   
-------------------------

---> When I remove and inser the card I get the following message:

------------------------
# cardmgr[426]: executing: 'modprobe -r memory_cs'
cardmgr[426]: socket 0: Anonymous Memory           cardmgr[426]: 
executing: 'modprobe memory_cs'     cardmgr[426]: + Using 
/lib/modules/memory_cs.o   memory_cs: RequestWindow: Resource in 
use         cardmgr[426]: get dev info on socket 0 failed: No such 
device                                                                    
------------------------


The configurations are as follows:

---------------------------
# cat 
iomem                                                                                                  

00000000-0fffffff : System RAM    0001b000-0016bd07 : Kernel code    
0016bd08-001cd48b : Kernel data    10000000-103fffff : PCI CardBus #01
10400000-107fffff : PCI CardBus #01
4bdff000-4bdfffff : card services       4bfff000-4bffffff : eepro100
50000000-50ffffff : ixp425 Flash    
# cat interrupts                                   5:     150921   
IXP425 Timer 1          15:       1176   serial 26:         68   Texas 
Instruments PCI1410 PC card Cardbus Controller 28:      20752   
eth0                                                                                    

Err:          0
                                                                                          

# cat 
ioports                                                                                               

00004000-000040ff : PCI CardBus #01
00004400-000044ff : PCI CardBus #01
ffffffc0-ffffffff : 
eepro100                                                                                                     


-------------------------
It seems the card manager can not go to /etc/pcmcia/config


device "orinoco_cs"
 class "network" module "hermes", "orinoco" opts "pc_debug=3", "orinoco_cs"

card "Lucent Technologies Orinoco"
 manfid 0x0156, 0x0002
 bind "orinoco_cs"

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


card "Lucent Technologies WaveLAN adapter"
  version "Lucent Technologies","WaveLAN/PCMCIA"
  bind "orinoco_cs"

----------------------------------



thank you very much in advance for your help,


regards,

Ognian




More information about the linux-pcmcia mailing list