linux-hotplug.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* 2001-09-19 release of hotplug scripts
@ 2001-09-20  0:44 Greg KH
  2001-09-20  4:42 ` David Brownell
  2001-09-20  5:41 ` Ryan W. Maple
  0 siblings, 2 replies; 3+ messages in thread
From: Greg KH @ 2001-09-20  0:44 UTC (permalink / raw)
  To: linux-hotplug

I've just packaged up the latest Linux hotplug scripts into a release,
which can be found at:
	http://sourceforge.net/project/showfiles.php?group_id\x17679

This release adds ieee1394 support and a try at SuSE support :)

Here's the full changelog:
	- Added ieee1394.agent from Kristian Hogsberg
	  <hogsberg@users.sourceforge.net>
	- with docs, "sh -x" debug support, minor fix.  Needs kernel
	  2.4.10 and modutils 2.4.9 to hotplug.
	- Some of the updates from SuSE:
		* add/use debug_msg macro in hotplug_functions
		modprobe -s (to syslog)
		* various agent tweaks/fixes
		* more usb.handmap entries (from usbmgr)
	- Added the fxload program
	- Rework root makefile and hotplug.spec to install in prefix
	  location without need of spec file for install.
	- Added installation directions to make the /var/run/usb
	  directory, and updated the rpm spec file to match.
	- added half of Stephen Williams <steve@icarus.com> REMOVER
	  patch. It is up to the install script to create the
	  /var/run/usb directory.  Something like the following would be
	  enough:
	  	mkdir /var/run/usb
		chmod 0700 /var/run/usb

Thanks,

greg k-h

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

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

* Re: 2001-09-19 release of hotplug scripts
  2001-09-20  0:44 2001-09-19 release of hotplug scripts Greg KH
@ 2001-09-20  4:42 ` David Brownell
  2001-09-20  5:41 ` Ryan W. Maple
  1 sibling, 0 replies; 3+ messages in thread
From: David Brownell @ 2001-09-20  4:42 UTC (permalink / raw)
  To: linux-hotplug

> I've just packaged up the latest Linux hotplug scripts into a release,
> which can be found at:
> http://sourceforge.net/project/showfiles.php?group_id\x17679
> 
> This release adds ieee1394 support and a try at SuSE support :)

And various bugfixes ... :)


> Here's the full changelog:
> - Added ieee1394.agent from Kristian Hogsberg
>   <hogsberg@users.sourceforge.net>
> - with docs, "sh -x" debug support, minor fix.  Needs kernel
>   2.4.10 and modutils 2.4.9 to hotplug.

To clarify, the ieee1394 support is what needs software that's
as-yet not quite released.  Other hotplugging (USB, PCI, network)
still works just fine with 2.4.0 (and, for USB, 2.2.current).  The
release is not (as one person suspected :) Science Fiction!


> - Some of the updates from SuSE:

... excluding most of the SuSE-specific admin stuff, so
for now SuSE users will need to get an RPM from SuSE
that knows and uses those hooks.  (Much like the way
the Debian and RedHat distros re-use this software.)

I figure converging admin between such distros is not a near
term possibility, but testing for each distro's admin hooks
and then using them is achievable.  We're not quite there
yet, but the size of the distro-specific patches should be
shrinking over time ... :)

- Dave




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

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

* Re: 2001-09-19 release of hotplug scripts
  2001-09-20  0:44 2001-09-19 release of hotplug scripts Greg KH
  2001-09-20  4:42 ` David Brownell
@ 2001-09-20  5:41 ` Ryan W. Maple
  1 sibling, 0 replies; 3+ messages in thread
From: Ryan W. Maple @ 2001-09-20  5:41 UTC (permalink / raw)
  To: linux-hotplug


On Wed, 19 Sep 2001, David Brownell wrote:

> > Here's the full changelog:
> > - Added ieee1394.agent from Kristian Hogsberg
> >   <hogsberg@users.sourceforge.net>
> > - with docs, "sh -x" debug support, minor fix.  Needs kernel
> >   2.4.10 and modutils 2.4.9 to hotplug.
> 
> To clarify, the ieee1394 support is what needs software that's
> as-yet not quite released.  Other hotplugging (USB, PCI, network)
> still works just fine with 2.4.0 (and, for USB, 2.2.current).  The
> release is not (as one person suspected :) Science Fiction!

Actually, it appears that the option to enable CONFIG_HOTPLUG was taken
out in 2.2.19, and is not in any of the 2.2.20-pre's.  I emailed Greg K-H
about this earlier this week.

I enabled it and it's "working for me" with hotplug-2001_04_24.  One-liner
follows:

--- linux-2.2.19/drivers/usb/Config.in  Sun Mar 25 11:37:37 2001
+++ linux-2.2.18/drivers/usb/Config.in  Sun Dec 10 19:49:43 2000
@@ -10,6 +10,7 @@
 
 comment 'Miscellaneous USB options'
    bool '  Preliminary USB device filesystem' CONFIG_USB_DEVICEFS
+   bool '  Support for hot-pluggable USB devices' CONFIG_HOTPLUG
    if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then
       bool '  Enforce USB bandwidth allocation (EXPERIMENTAL)' CONFIG_USB_BANDWIDTH
    else

Cheers,
Ryan

 +-- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --+
   Ryan W. Maple          "I dunno, I dream in Perl sometimes..."  -LW
   Guardian Digital, Inc.                     ryan@guardiandigital.com
 +-- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --+


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

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

end of thread, other threads:[~2001-09-20  5:41 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-09-20  0:44 2001-09-19 release of hotplug scripts Greg KH
2001-09-20  4:42 ` David Brownell
2001-09-20  5:41 ` Ryan W. Maple

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).