PCMCIA Bluetooth Card (AnyCom CF - 300) on ARM

Dominik Brodowski linux at dominikbrodowski.net
Wed Sep 28 09:29:08 EDT 2005


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



More information about the linux-pcmcia mailing list