2001-03-05 08:13:41

by Pavel Machek

[permalink] [raw]
Subject: 2.4.2 broke in-kernel ide_cs support

Hi!

I do not yet know details, but it worked in 2.4.1 and it does not work
now:

Mar 5 09:12:05 bug cardmgr[69]: initializing socket 1
Mar 5 09:12:05 bug cardmgr[69]: socket 1: ATA/IDE Fixed Disk
Mar 5 09:12:05 bug cardmgr[69]: module //pcmcia/ide_cs.o not
available
Mar 5 09:12:06 bug cardmgr[69]: get dev info on socket 1 failed:
Resource temporarily unavailable
Pavel
((Module not available is okay, it should be compiled into kernel))
--
I'm [email protected]. "In my country we have almost anarchy and I don't care."
Panos Katsaloulis describing me w.r.t. patents at [email protected]


2001-03-05 20:59:33

by Trevor Hemsley

[permalink] [raw]
Subject: Re: 2.4.2 broke in-kernel ide_cs support

On Mon, 5 Mar 2001 08:14:42, Pavel Machek <[email protected]> wrote:

>
> I do not yet know details, but it worked in 2.4.1 and it does not work
> now:
>
> Mar 5 09:12:05 bug cardmgr[69]: initializing socket 1
> Mar 5 09:12:05 bug cardmgr[69]: socket 1: ATA/IDE Fixed Disk
> Mar 5 09:12:05 bug cardmgr[69]: module //pcmcia/ide_cs.o not
> available
> Mar 5 09:12:06 bug cardmgr[69]: get dev info on socket 1 failed:
> Resource temporarily unavailable
> Pavel
> ((Module not available is okay, it should be compiled into kernel))

/etc/pcmcia/config refers to ide_cs but module is ide-cs. I've edited
/etc/pcmcia/config and changed all ide_cs to ide-cs and it works.

--
Trevor Hemsley, Brighton, UK.
[email protected]

2001-03-05 21:01:13

by Arjan van de Ven

[permalink] [raw]
Subject: Re: 2.4.2 broke in-kernel ide_cs support

In article <[email protected]> you wrote:
> Hi!

> I do not yet know details, but it worked in 2.4.1 and it does not work
> now:

> Mar 5 09:12:05 bug cardmgr[69]: initializing socket 1
> Mar 5 09:12:05 bug cardmgr[69]: socket 1: ATA/IDE Fixed Disk
> Mar 5 09:12:05 bug cardmgr[69]: module //pcmcia/ide_cs.o not
> available

That is correct.
the module is called ide-cs.o and has been for a long time.....
You must have lost your symlink :)

It's better to change the /etc/pcmcia files to use ide-cs though, as that
actually has a chance of working. (and works for me very well)

Greetings,
Arjan van de Ven

2001-03-06 10:06:31

by Christian Gennerat

[permalink] [raw]
Subject: Re: 2.4.2 broke in-kernel ide_cs support


From: Arjan van de Ven ([email protected])
>Date: Mon Mar 05 2001 - 15:59:45 EST
>the module is called ide-cs.o and has been for a long time.....
That is the first error!
All pcmcia modules have the "_cs" suffix.
The change to "-cs" is the origin of many problems;
and it not the end !


>You must have lost your symlink :)
The symlink for ide*cs is not made by make module_install :-(

>It's better to change the /etc/pcmcia files to use ide-cs though, as that
>actually has a chance of working. (and works for me very well)
If I do that changes, I cannot boot with another old kernel;
config files must be compatible with all kernel versions.