Danny Maupin wrote: > > All > > I am trying to get the IBM Microdrive (340 MB) to work. > > Message I get. > > socket 0: ATA/IDE Fixed Disk > executing: "modprobe ide_cs" > + modprobe: can't locate module ide_cs > modprobe exited with status 255 > executing: "insmod /lib/modules/2.4.2-rmk1-np1/pcmcia/ide_cs.o" > get dev info on socket 0 failed: Resource temporarily unavailable > > I do an lsmod and ide_cs is loaded. > > Any suggestions would be appreciated.
Ongoing disparity between linux kernel PCMCIA ide_cs client driver, linux/drivers/ide/ide-cs.c, vs. pcmcia-cs/clients/ide_cs.c. IMO, just change all occurences of "ide-cs" in linux/drivers/ide/ide-cs.c to "ide_cs". You'll also need to add "alias ide_cs ide-cs" in /etc/modules.conf or rename linux/drivers/ide/ide-cs.c to linux/drivers/ide/ide_cs.c. BTW, both of the respective maintainers know about this! Personally, I'm in the pcmcia-cs is right camp - it was their driver to begin with... > > Dan > > -------------------------- > Danny Maupin > Senior Software Engineer > Fluke Networks Inc. > > 719-598-3842 x673 > > [EMAIL PROTECTED] > ----------------------------- > > _______________________________________________ > http://lists.arm.linux.org.uk/mailman/listinfo/linux-arm > Please visit the above address for information on this list. -- Regards, George _______________________________________________ http://lists.arm.linux.org.uk/mailman/listinfo/linux-arm Please visit the above address for information on this list.
