* does udev really require hotplug?
@ 2004-01-02 10:10 Andrea Barisani
2004-01-02 20:19 ` Greg KH
2004-01-03 21:21 ` Martin Schlemmer
0 siblings, 2 replies; 6+ messages in thread
From: Andrea Barisani @ 2004-01-02 10:10 UTC (permalink / raw)
To: linux-kernel, linux-hotplug-devel; +Cc: greg
Hi everybody and happy new year!
Just one simple question about a very simple matter that right now
I can't figure out: does udev need hotplug package presence?
>From your README:
If for some reason you do not install the hotplug scripts, you must tell the
kernel to point the hotplug binary at wherever you install udev at. This can
be done by:
echo "/sbin/udev" > /proc/sys/kernel/hotplug
...does this work properly? It's not clear if some features are lost by not having
hotplug script installed. Also is this policy subject to changes in the near
future?
Bye and thanks
P.S.
please CC me since I'm not subscribed
--
Andrea Barisani <lcars@gentoo.org> .*.
Gentoo Linux Infrastructure Developer V
( )
GPG-Key 0x864C9B9E http://dev.gentoo.org/~lcars/pubkey.asc ( )
0A76 074A 02CD E989 CE7F AC3F DA47 578E 864C 9B9E ^^_^^
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: does udev really require hotplug?
2004-01-02 10:10 does udev really require hotplug? Andrea Barisani
@ 2004-01-02 20:19 ` Greg KH
2004-01-02 22:56 ` Andrea Barisani
2004-01-03 21:21 ` Martin Schlemmer
1 sibling, 1 reply; 6+ messages in thread
From: Greg KH @ 2004-01-02 20:19 UTC (permalink / raw)
To: Andrea Barisani; +Cc: linux-kernel, linux-hotplug-devel
On Fri, Jan 02, 2004 at 11:10:51AM +0100, Andrea Barisani wrote:
>
> Hi everybody and happy new year!
>
> Just one simple question about a very simple matter that right now
> I can't figure out: does udev need hotplug package presence?
>
> >From your README:
>
> If for some reason you do not install the hotplug scripts, you must tell the
> kernel to point the hotplug binary at wherever you install udev at. This can
> be done by:
> echo "/sbin/udev" > /proc/sys/kernel/hotplug
>
>
> ...does this work properly?
It should. Does it not for you?
> It's not clear if some features are lost by not having hotplug script
> installed.
None of the other programs that hook off of the hotplug program will be
available to you if you do this (automatic driver loading, firmware
loading, devlabel, etc.)
> Also is this policy subject to changes in the near future?
What policy? If you don't have the hotplug package installed, then you
can still use udev. If you have the hotplug package installed, I've
detailed how you can still use udev. What's the problem? :)
thanks,
greg k-h
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: does udev really require hotplug?
2004-01-02 20:19 ` Greg KH
@ 2004-01-02 22:56 ` Andrea Barisani
2004-01-02 23:25 ` Jon Smirl
2004-01-03 22:17 ` Martin Schlemmer
0 siblings, 2 replies; 6+ messages in thread
From: Andrea Barisani @ 2004-01-02 22:56 UTC (permalink / raw)
To: Greg KH; +Cc: linux-kernel, linux-hotplug-devel
On Fri, Jan 02, 2004 at 12:19:05PM -0800, Greg KH wrote:
> On Fri, Jan 02, 2004 at 11:10:51AM +0100, Andrea Barisani wrote:
> >
> > Hi everybody and happy new year!
> >
> > Just one simple question about a very simple matter that right now
> > I can't figure out: does udev need hotplug package presence?
> >
> > >From your README:
> >
> > If for some reason you do not install the hotplug scripts, you must tell the
> > kernel to point the hotplug binary at wherever you install udev at. This can
> > be done by:
> > echo "/sbin/udev" > /proc/sys/kernel/hotplug
> >
> >
> > ...does this work properly?
>
> It should. Does it not for you?
>
> > It's not clear if some features are lost by not having hotplug script
> > installed.
>
> None of the other programs that hook off of the hotplug program will be
> available to you if you do this (automatic driver loading, firmware
> loading, devlabel, etc.)
>
> > Also is this policy subject to changes in the near future?
>
> What policy? If you don't have the hotplug package installed, then you
> can still use udev. If you have the hotplug package installed, I've
> detailed how you can still use udev. What's the problem? :)
>
> thanks,
>
> greg k-h
Ok, now it's all clear :). It wasn't so clear from the documentation (at
least for me) and since I'm not fully familiar with hotplug features I've
decided to ask ;).
Thanks a lot for your feedback
Bye
--
Andrea Barisani <lcars@gentoo.org> .*.
Gentoo Linux Infrastructure Developer V
( )
GPG-Key 0x864C9B9E http://dev.gentoo.org/~lcars/pubkey.asc ( )
0A76 074A 02CD E989 CE7F AC3F DA47 578E 864C 9B9E ^^_^^
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: does udev really require hotplug?
2004-01-02 22:56 ` Andrea Barisani
@ 2004-01-02 23:25 ` Jon Smirl
2004-01-03 22:17 ` Martin Schlemmer
1 sibling, 0 replies; 6+ messages in thread
From: Jon Smirl @ 2004-01-02 23:25 UTC (permalink / raw)
To: Andrea Barisani, Greg KH; +Cc: linux-kernel, linux-hotplug-devel
The new dri drivers I am working on will require hotplug when they are finished.
They use the hotplug event to reset secondary adapters and get the monitor
EDID/DDC data. The drivers don't require udev but will use it if present.
--- Andrea Barisani <lcars@gentoo.org> wrote:
> On Fri, Jan 02, 2004 at 12:19:05PM -0800, Greg KH wrote:
> > On Fri, Jan 02, 2004 at 11:10:51AM +0100, Andrea Barisani wrote:
> > >
> > > Hi everybody and happy new year!
> > >
> > > Just one simple question about a very simple matter that right now
> > > I can't figure out: does udev need hotplug package presence?
=====
Jon Smirl
jonsmirl@yahoo.com
__________________________________
Do you Yahoo!?
Find out what made the Top Yahoo! Searches of 2003
http://search.yahoo.com/top2003
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: does udev really require hotplug?
2004-01-02 10:10 does udev really require hotplug? Andrea Barisani
2004-01-02 20:19 ` Greg KH
@ 2004-01-03 21:21 ` Martin Schlemmer
1 sibling, 0 replies; 6+ messages in thread
From: Martin Schlemmer @ 2004-01-03 21:21 UTC (permalink / raw)
To: Andrea Barisani; +Cc: Linux Kernel Mailing Lists, linux-hotplug-devel, Greg KH
[-- Attachment #1: Type: text/plain, Size: 863 bytes --]
On Fri, 2004-01-02 at 12:10, Andrea Barisani wrote:
> Hi everybody and happy new year!
>
> Just one simple question about a very simple matter that right now
> I can't figure out: does udev need hotplug package presence?
>
> >From your README:
>
> If for some reason you do not install the hotplug scripts, you must tell the
> kernel to point the hotplug binary at wherever you install udev at. This can
> be done by:
> echo "/sbin/udev" > /proc/sys/kernel/hotplug
>
>
> ...does this work properly?
Yes, you just miss all other events that hotplug usually handles, and
not udev ...
> It's not clear if some features are lost by not having
> hotplug script installed. Also is this policy subject to changes in the near
> future?
>
I do not think so, but Greg will have to comment ...
--
Martin Schlemmer
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: does udev really require hotplug?
2004-01-02 22:56 ` Andrea Barisani
2004-01-02 23:25 ` Jon Smirl
@ 2004-01-03 22:17 ` Martin Schlemmer
1 sibling, 0 replies; 6+ messages in thread
From: Martin Schlemmer @ 2004-01-03 22:17 UTC (permalink / raw)
To: Andrea Barisani; +Cc: Greg KH, Linux Kernel Mailing Lists, linux-hotplug-devel
[-- Attachment #1: Type: text/plain, Size: 1773 bytes --]
On Sat, 2004-01-03 at 00:56, Andrea Barisani wrote:
> On Fri, Jan 02, 2004 at 12:19:05PM -0800, Greg KH wrote:
> > On Fri, Jan 02, 2004 at 11:10:51AM +0100, Andrea Barisani wrote:
> > >
> > > Hi everybody and happy new year!
> > >
> > > Just one simple question about a very simple matter that right now
> > > I can't figure out: does udev need hotplug package presence?
> > >
> > > >From your README:
> > >
> > > If for some reason you do not install the hotplug scripts, you must tell the
> > > kernel to point the hotplug binary at wherever you install udev at. This can
> > > be done by:
> > > echo "/sbin/udev" > /proc/sys/kernel/hotplug
> > >
> > >
> > > ...does this work properly?
> >
> > It should. Does it not for you?
> >
> > > It's not clear if some features are lost by not having hotplug script
> > > installed.
> >
> > None of the other programs that hook off of the hotplug program will be
> > available to you if you do this (automatic driver loading, firmware
> > loading, devlabel, etc.)
> >
> > > Also is this policy subject to changes in the near future?
> >
> > What policy? If you don't have the hotplug package installed, then you
> > can still use udev. If you have the hotplug package installed, I've
> > detailed how you can still use udev. What's the problem? :)
> >
> > thanks,
> >
> > greg k-h
>
> Ok, now it's all clear :). It wasn't so clear from the documentation (at
> least for me) and since I'm not fully familiar with hotplug features I've
> decided to ask ;).
>
You do know that latest unstable initscripts from Gentoo _do_ support
udev with or _without_ hotplug? If you have any further issues, please
give me a shout.
Thanks,
--
Martin Schlemmer
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2004-01-03 22:14 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-01-02 10:10 does udev really require hotplug? Andrea Barisani
2004-01-02 20:19 ` Greg KH
2004-01-02 22:56 ` Andrea Barisani
2004-01-02 23:25 ` Jon Smirl
2004-01-03 22:17 ` Martin Schlemmer
2004-01-03 21:21 ` Martin Schlemmer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®