PCMCIA Bluetooth Card (AnyCom CF - 300) on ARM

Itzhak Ben-Akiva itzhak.benakiva at guardit-tech.com
Wed Sep 28 10:05:19 EDT 2005


On Wed, 2005-09-28 at 15:29 +0200, Dominik Brodowski wrote:
> Hi,
> 
> On Wed, Sep 28, 2005 at 08:48:36AM +0300, Itzhak Ben-Akiva wrote:
> > Hi Dominik,
> > 
> > On Tue, 2005-09-27 at 18:55 +0200, Dominik Brodowski wrote:
> > > On Tue, Sep 27, 2005 at 07:36:58PM +0300, Itzhak Ben-Akiva wrote:
> > > > cardmgr[841]: error in file './config.opts' line 20: invalid port range
> > > > 0x60000000-0x60ffffff
> > > > cardmgr[841]: no pcmcia driver in /proc/devices
> > > > 
> > > > include port 0x600-0x60f, though, went ok.
> > > 
> > > That's a cardmgr bug. Then use this small sysfs shell script instead
> > > 
> > > #!/bin/sh
> > > echo "0x60000000-0x60ffffff" > /sys/class/pcmcia_socket/pcmcia_socket0/available_resources_io
> > > echo "0x50000000-0x5fffffff" > /sys/class/pcmcia_socket/pcmcia_socket0/available_resources_mem
> > > echo "0x40000000-0x4fffffff" > /sys/class/pcmcia_socket/pcmcia_socket0/available_resources_mem
> > > echo "1" > /sys/class/pcmcia_socket/pcmcia_socket0/available_resources_setup_done
> > > 
> > There is nothing under /sys. Just in case, I'm sending my kernel .config
> > file. Please, let me know if anything is missing.
> 
> Does this mean you do not have sysfs mounted at /sys/ ? If so, you really
> should add
> 
> sysfs           /sys            sysfs   defaults                0       0
> 
> to /etc/fstab
> 
> 	Dominik

I set up sysfs. Ran the script above. But, I'm still getting the same
error message:
0.0: RequestIO: Resource in use
Uninitialised timer!

> 
> _______________________________________________
> Linux PCMCIA reimplementation list
> http://lists.infradead.org/mailman/listinfo/linux-pcmcia




More information about the linux-pcmcia mailing list