PCMCIA / compact flash / au1x00

2007-04-19 Thread Aeschbacher, Fabrice
Hi, [kernel 2.6.20.7 / mips] I am having trouble using a compact flash connected to a PCMCIA socket on an Alchemy au1550 board (mips). The CF seems to be recognized: # insmod au1x00_ss.ko => dmesg output: pccard: PCMCIA card inserted into slot 0 pcmcia: registering new device pcmci

Re: PCMCIA / compact flash / au1x00

2007-04-19 Thread Peter Stuge
On Thu, Apr 19, 2007 at 02:42:44PM +0200, Aeschbacher, Fabrice wrote: > CONFIG_BLK_DEV_IDECS=m Try using the PCMCIA PATA driver instead. > Neither hotplug nor udev is installed (I only installed > /sbin/pccardctl). Then you'll have to run pcmcia-socket-startup manually. This may actually work a

RE: PCMCIA / compact flash / au1x00

2007-04-20 Thread Aeschbacher, Fabrice
> > CONFIG_BLK_DEV_IDECS=m > > Try using the PCMCIA PATA driver instead. This does not seem to work either. In this case, which would be the device? /dev/hda? or /dev/sda? something else? > > Neither hotplug nor udev is installed (I only installed > > /sbin/pccardctl). > > Then you'll have to

Re: PCMCIA / compact flash / au1x00

2007-04-20 Thread Peter Stuge
On Fri, Apr 20, 2007 at 02:17:28PM +0200, Aeschbacher, Fabrice wrote: > > > CONFIG_BLK_DEV_IDECS=m > > > > Try using the PCMCIA PATA driver instead. > > This does not seem to work either. In this case, which would be the > device? /dev/hda? or /dev/sda? something else? The first of hda, hdc, hde

RE: PCMCIA / compact flash / au1x00

2007-04-23 Thread Aeschbacher, Fabrice
Hi, > > Moreover, 'pccardctl status' display the subdevice 0 as 'unbound' > > (should be 'bound', I imagine): > > Yes. Perhaps the CF device id isn't added to the pcmcia_pata > and/or ide-cs drivers. I don't know exactly how to retrieve > the number, but I think it's all covered in > /usr/src/

RE: PCMCIA / compact flash / au1x00

2007-04-23 Thread Aeschbacher, Fabrice
, Fabrice > Sent: Donnerstag, 19. April 2007 14:43 > To: linux-pcmcia@lists.infradead.org > Subject: PCMCIA / compact flash / au1x00 > > Hi, > > [kernel 2.6.20.7 / mips] > > I am having trouble using a compact flash connected to a > PCMCIA socket on an Alchem