linux-hotplug.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Re: Need new modutils aliases for 2.4.0? (Was) Re: Cannot hotplug cardbus cards.
@ 2001-01-23  0:47 Keith Owens
  2001-01-23  0:59 ` Miles Lane
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Keith Owens @ 2001-01-23  0:47 UTC (permalink / raw)
  To: linux-hotplug

On Mon, 22 Jan 2001 16:33:42 -0800, 
Miles Lane <miles@megapathdsl.net> wrote:
>Andrew Morton wrote:
>> I think you need an `alias eth0 3c59x' in modules.conf.
>
>I'll try that.  Is this something that modutils should
>be doing?

I don't think so.  Standard aliases that are generated out of the
kernel are not a problem.  But expecting modutils to select different
aliases based on which user space package is being used is a problem.
Policy settings are the user's responsibility.  It does not help when
kernel developers insist on renaming modules without telling anyone,
modutils will always be out of date compared to kernel changes.


_______________________________________________
Linux-hotplug-devel mailing list  http://linux-hotplug.sourceforge.net
Linux-hotplug-devel@lists.sourceforge.net
http://lists.sourceforge.net/lists/listinfo/linux-hotplug-devel

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Need new modutils aliases for 2.4.0? (Was) Re: Cannot hotplug cardbus cards.
  2001-01-23  0:47 Need new modutils aliases for 2.4.0? (Was) Re: Cannot hotplug cardbus cards Keith Owens
@ 2001-01-23  0:59 ` Miles Lane
  2001-01-23  1:55 ` Need new modutils aliases for 2.4.0? (Was) Re: Cannot hotplug Andrew Morton
  2001-01-23  2:19 ` Andrew Morton
  2 siblings, 0 replies; 4+ messages in thread
From: Miles Lane @ 2001-01-23  0:59 UTC (permalink / raw)
  To: linux-hotplug

Keith Owens wrote:

> On Mon, 22 Jan 2001 16:33:42 -0800, 
> Miles Lane <miles@megapathdsl.net> wrote:
> 
>> Andrew Morton wrote:
>> 
>>> I think you need an `alias eth0 3c59x' in modules.conf.
>> 
>> I'll try that.  Is this something that modutils should
>> be doing?
> 
> 
> I don't think so.  Standard aliases that are generated out of the
> kernel are not a problem.  But expecting modutils to select different
> aliases based on which user space package is being used is a problem.
> Policy settings are the user's responsibility.  It does not help when
> kernel developers insist on renaming modules without telling anyone,
> modutils will always be out of date compared to kernel changes.

Well, what about having a stub 3c575_cb driver?  Also, what would it
take to add a "Standard alias" to the 2.4.0 kernel?  This problem,
I agree, is really stupid, arbitrary incompatibility.

	Miles


_______________________________________________
Linux-hotplug-devel mailing list  http://linux-hotplug.sourceforge.net
Linux-hotplug-devel@lists.sourceforge.net
http://lists.sourceforge.net/lists/listinfo/linux-hotplug-devel

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Need new modutils aliases for 2.4.0? (Was) Re: Cannot hotplug
  2001-01-23  0:47 Need new modutils aliases for 2.4.0? (Was) Re: Cannot hotplug cardbus cards Keith Owens
  2001-01-23  0:59 ` Miles Lane
@ 2001-01-23  1:55 ` Andrew Morton
  2001-01-23  2:19 ` Andrew Morton
  2 siblings, 0 replies; 4+ messages in thread
From: Andrew Morton @ 2001-01-23  1:55 UTC (permalink / raw)
  To: linux-hotplug

Miles Lane wrote:
> 
> On further exploration:
> 
> Adding "alias eth0 3c59x" or "alias /dev/eth0 3c59x"
> or "alias 3c575_cb 3c59x" and then running "depmod -ae"
> before inserting the 3c575 card did not help.

Uh.  OK, cardmgr is trying to load 3c575_cb.o

No easy fix for this which is back-compatible with
a 2.2 reboot apart from `ln 3c59x.o 3c575_cb.o'.

_______________________________________________
Linux-hotplug-devel mailing list  http://linux-hotplug.sourceforge.net
Linux-hotplug-devel@lists.sourceforge.net
http://lists.sourceforge.net/lists/listinfo/linux-hotplug-devel

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Need new modutils aliases for 2.4.0? (Was) Re: Cannot hotplug
  2001-01-23  0:47 Need new modutils aliases for 2.4.0? (Was) Re: Cannot hotplug cardbus cards Keith Owens
  2001-01-23  0:59 ` Miles Lane
  2001-01-23  1:55 ` Need new modutils aliases for 2.4.0? (Was) Re: Cannot hotplug Andrew Morton
@ 2001-01-23  2:19 ` Andrew Morton
  2 siblings, 0 replies; 4+ messages in thread
From: Andrew Morton @ 2001-01-23  2:19 UTC (permalink / raw)
  To: linux-hotplug

Miles Lane wrote:
> 
> Well, what about having a stub 3c575_cb driver?  Also, what would it
> take to add a "Standard alias" to the 2.4.0 kernel?  This problem,
> I agree, is really stupid, arbitrary incompatibility.

pcmcia-cs's config files hold the mapping between
PCI device IDs and the names of the drivers which care
for those devices.  In /etc/pcmcia/config.O.

This is kinda obsoleted by modules.*map.

If your '/sbin/hotplug pci' script is using
modules.pcimap then eveything should "just work",
without using cardmgr.  I hope.

_______________________________________________
Linux-hotplug-devel mailing list  http://linux-hotplug.sourceforge.net
Linux-hotplug-devel@lists.sourceforge.net
http://lists.sourceforge.net/lists/listinfo/linux-hotplug-devel

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2001-01-23  2:19 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-01-23  0:47 Need new modutils aliases for 2.4.0? (Was) Re: Cannot hotplug cardbus cards Keith Owens
2001-01-23  0:59 ` Miles Lane
2001-01-23  1:55 ` Need new modutils aliases for 2.4.0? (Was) Re: Cannot hotplug Andrew Morton
2001-01-23  2:19 ` Andrew Morton

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).