* evbug.ko @ 2004-03-03 21:30 James H. Cloos Jr. 2004-03-04 18:13 ` evbug.ko Vojtech Pavlik 2004-03-05 3:38 ` evbug.ko Dmitry Torokhov 0 siblings, 2 replies; 7+ messages in thread From: James H. Cloos Jr. @ 2004-03-03 21:30 UTC (permalink / raw) To: linux-kernel Any idea what might modprobe evbug.ko w/o operator intervention? -JimC ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: evbug.ko 2004-03-03 21:30 evbug.ko James H. Cloos Jr. @ 2004-03-04 18:13 ` Vojtech Pavlik 2004-03-05 3:38 ` evbug.ko Dmitry Torokhov 1 sibling, 0 replies; 7+ messages in thread From: Vojtech Pavlik @ 2004-03-04 18:13 UTC (permalink / raw) To: James H. Cloos Jr.; +Cc: linux-kernel On Wed, Mar 03, 2004 at 04:30:13PM -0500, James H. Cloos Jr. wrote: > Any idea what might modprobe evbug.ko w/o operator intervention? ... hotplug scripts? -- Vojtech Pavlik SuSE Labs, SuSE CR ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: evbug.ko 2004-03-03 21:30 evbug.ko James H. Cloos Jr. 2004-03-04 18:13 ` evbug.ko Vojtech Pavlik @ 2004-03-05 3:38 ` Dmitry Torokhov 2004-03-05 3:58 ` evbug.ko Stuart Young 2004-03-08 21:32 ` evbug.ko Greg KH 1 sibling, 2 replies; 7+ messages in thread From: Dmitry Torokhov @ 2004-03-05 3:38 UTC (permalink / raw) To: linux-kernel, Greg KH; +Cc: James H. Cloos Jr. On Wednesday 03 March 2004 04:30 pm, James H. Cloos Jr. wrote: > Any idea what might modprobe evbug.ko w/o operator intervention? > It's new hotplug scripts. Put modules you do not want to be automatically loaded even if they think they have hardware/facilities to bind to into /etc/hotplug/blacklist I, for example, have evbug, joydev, tsdev and eth1394 there. Greg, any chance adding evbug to the default version of hotplug package? -- Dmitry ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: evbug.ko 2004-03-05 3:38 ` evbug.ko Dmitry Torokhov @ 2004-03-05 3:58 ` Stuart Young 2004-03-08 21:32 ` evbug.ko Greg KH 1 sibling, 0 replies; 7+ messages in thread From: Stuart Young @ 2004-03-05 3:58 UTC (permalink / raw) To: Dmitry Torokhov, linux-kernel, Greg KH; +Cc: James H. Cloos Jr. On Fri, 5 Mar 2004 02:38 pm, Dmitry Torokhov wrote: > On Wednesday 03 March 2004 04:30 pm, James H. Cloos Jr. wrote: > > Any idea what might modprobe evbug.ko w/o operator intervention? > > It's new hotplug scripts. Put modules you do not want to be automatically > loaded even if they think they have hardware/facilities to bind to into > /etc/hotplug/blacklist > > I, for example, have evbug, joydev, tsdev and eth1394 there. > > Greg, any chance adding evbug to the default version of hotplug package? Of note: evbug is in /etc/hotplug/blacklist in the Debian hotplug package by default, with a comment in said file about it being debian specific. ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: evbug.ko 2004-03-05 3:38 ` evbug.ko Dmitry Torokhov 2004-03-05 3:58 ` evbug.ko Stuart Young @ 2004-03-08 21:32 ` Greg KH 2004-03-10 6:38 ` evbug.ko Dmitry Torokhov 1 sibling, 1 reply; 7+ messages in thread From: Greg KH @ 2004-03-08 21:32 UTC (permalink / raw) To: Dmitry Torokhov; +Cc: linux-kernel, James H. Cloos Jr. On Thu, Mar 04, 2004 at 10:38:13PM -0500, Dmitry Torokhov wrote: > On Wednesday 03 March 2004 04:30 pm, James H. Cloos Jr. wrote: > > Any idea what might modprobe evbug.ko w/o operator intervention? > > > > It's new hotplug scripts. Put modules you do not want to be automatically > loaded even if they think they have hardware/facilities to bind to into > /etc/hotplug/blacklist > > I, for example, have evbug, joydev, tsdev and eth1394 there. > > Greg, any chance adding evbug to the default version of hotplug package? Care to send me a patch for it? thanks, greg k-h ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: evbug.ko 2004-03-08 21:32 ` evbug.ko Greg KH @ 2004-03-10 6:38 ` Dmitry Torokhov 2004-03-11 23:55 ` evbug.ko Greg KH 0 siblings, 1 reply; 7+ messages in thread From: Dmitry Torokhov @ 2004-03-10 6:38 UTC (permalink / raw) To: Greg KH; +Cc: linux-kernel, James H. Cloos Jr. On Monday 08 March 2004 04:32 pm, Greg KH wrote: > On Thu, Mar 04, 2004 at 10:38:13PM -0500, Dmitry Torokhov wrote: > > On Wednesday 03 March 2004 04:30 pm, James H. Cloos Jr. wrote: > > > Any idea what might modprobe evbug.ko w/o operator intervention? > > > > > > > It's new hotplug scripts. Put modules you do not want to be automatically > > loaded even if they think they have hardware/facilities to bind to into > > /etc/hotplug/blacklist > > > > I, for example, have evbug, joydev, tsdev and eth1394 there. > > > > Greg, any chance adding evbug to the default version of hotplug package? > > Care to send me a patch for it? > > thanks, > > greg k-h > Ok, here it is, against today's CVS.. --- admin/etc/hotplug/blacklist.orig 2004-03-10 00:51:59.000000000 -0500 +++ admin/etc/hotplug/blacklist 2004-03-10 00:53:30.000000000 -0500 @@ -18,3 +18,6 @@ # At least 2.4.3 and later xircom_tulip doesn't have that conflict # xircom_tulip_cb dmfe + +#evbug is a debug tool and should be loaded explicitly +evbug ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: evbug.ko 2004-03-10 6:38 ` evbug.ko Dmitry Torokhov @ 2004-03-11 23:55 ` Greg KH 0 siblings, 0 replies; 7+ messages in thread From: Greg KH @ 2004-03-11 23:55 UTC (permalink / raw) To: Dmitry Torokhov; +Cc: linux-kernel, James H. Cloos Jr. On Wed, Mar 10, 2004 at 01:38:36AM -0500, Dmitry Torokhov wrote: > On Monday 08 March 2004 04:32 pm, Greg KH wrote: > > On Thu, Mar 04, 2004 at 10:38:13PM -0500, Dmitry Torokhov wrote: > > > On Wednesday 03 March 2004 04:30 pm, James H. Cloos Jr. wrote: > > > > Any idea what might modprobe evbug.ko w/o operator intervention? > > > > > > > > > > It's new hotplug scripts. Put modules you do not want to be automatically > > > loaded even if they think they have hardware/facilities to bind to into > > > /etc/hotplug/blacklist > > > > > > I, for example, have evbug, joydev, tsdev and eth1394 there. > > > > > > Greg, any chance adding evbug to the default version of hotplug package? > > > > Care to send me a patch for it? > > > > thanks, > > > > greg k-h > > > > Ok, here it is, against today's CVS.. Applied, thanks. greg k-h ^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2004-03-12 0:02 UTC | newest] Thread overview: 7+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2004-03-03 21:30 evbug.ko James H. Cloos Jr. 2004-03-04 18:13 ` evbug.ko Vojtech Pavlik 2004-03-05 3:38 ` evbug.ko Dmitry Torokhov 2004-03-05 3:58 ` evbug.ko Stuart Young 2004-03-08 21:32 ` evbug.ko Greg KH 2004-03-10 6:38 ` evbug.ko Dmitry Torokhov 2004-03-11 23:55 ` evbug.ko Greg KH
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox