From mboxrd@z Thu Jan 1 00:00:00 1970 From: Greg KH Date: Thu, 26 May 2005 15:53:52 +0000 Subject: Re: 2.6.12-rc4+ & udev kobject problem Message-Id: <20050526155351.GA945@kroah.com> List-Id: References: <42931DD4.4040200@iit.demokritos.gr> In-Reply-To: <42931DD4.4040200@iit.demokritos.gr> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-hotplug@vger.kernel.org On Thu, May 26, 2005 at 06:10:59PM +0300, Vassilis Virvilis wrote: > Kay Sievers wrote: > > > >Try /dev/kmsg? > > > Kay, > > thanks for the tip. My /sbin/hotplug now is like this: > #!/bin/sh > if [ ! -L /sys/$DEVPATH/driver ]; then > echo "*** modprobing '$MODALIAS' **" > /dev/kmsg; > modprobe $MODALIAS; > fi > and I can see a lot of empty modprobe calls like this: > > sounds familiar? You should only call modprobe if you actually have a MODALIAS env variable, right? Otherwise it doesn't make much sense :) And care to modify your modprobe binary to print out exactly which module it is loading? thanks, greg k-h ------------------------------------------------------- This SF.Net email is sponsored by Yahoo. Introducing Yahoo! Search Developer Network - Create apps using Yahoo! Search APIs Find out how you can build Yahoo! directly into your own Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005 _______________________________________________ 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