Re: 2.4.2 broke in-kernel ide_cs support

2001-03-06 Thread Christian Gennerat


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.




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



Re: 2.4.2 broke in-kernel ide_cs support

2001-03-06 Thread Christian Gennerat


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.




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



Re: 2.4.2 broke in-kernel ide_cs support

2001-03-05 Thread Trevor Hemsley

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]
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/



Re: 2.4.2 broke in-kernel ide_cs support

2001-03-05 Thread Arjan van de Ven

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
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/



Re: 2.4.2 broke in-kernel ide_cs support

2001-03-05 Thread Trevor Hemsley

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]
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/



Re: 2.4.2 broke in-kernel ide_cs support

2001-03-05 Thread Arjan van de Ven

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
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/



2.4.2 broke in-kernel ide_cs support

2001-03-04 Thread Pavel Machek

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]
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/



2.4.2 broke in-kernel ide_cs support

2001-03-04 Thread Pavel Machek

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]
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/