Re: Trying to run 2.6.0-test3

From: Russell King
Date: Sun Aug 17 2003 - 08:35:04 EST


On Sun, Aug 17, 2003 at 04:59:34PM +0900, Norman Diamond wrote:
> 2.6.0-test3 gets it wrong:
> Aug 17 16:39:01 diamondpana cardmgr[540]: socket 1: KME KXLC005 CD-ROM
> Aug 17 16:39:01 diamondpana cardmgr[540]: executing: 'modprobe -v ide_cs'
> Aug 17 16:39:02 diamondpana cardmgr[540]: + insmod /lib/modules/2.6.0-test3/kernel/drivers/ide/legacy/ide-cs.ko
> Aug 17 16:39:02 diamondpana cardmgr[540]: bind 'ide_cs' to socket 1 failed: Invalid argument

Not quite. This is an old problem dating back several years to early 2.4
times. Back in the dark old days, ide-cs used to use the name "ide_cs" to
bind the driver to the device. It now uses "ide-cs" for binding.

Make sure that "ide_cs" isn't mentioned in /etc/pcmcia/config - if it
is, change it to "ide-cs".

--
Russell King (rmk@xxxxxxxxxxxxxxxx) The developer of ARM Linux
http://www.arm.linux.org.uk/personal/aboutme.html

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/