From mboxrd@z Thu Jan 1 00:00:00 1970 From: Greg KH Date: Thu, 08 Apr 2004 20:18:56 +0000 Subject: Re: maybe race condition & alsa Message-Id: <20040408201856.GB12559@kroah.com> List-Id: References: <40746733.7060104@blueyonder.co.uk> In-Reply-To: <40746733.7060104@blueyonder.co.uk> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-hotplug@vger.kernel.org On Wed, Apr 07, 2004 at 09:40:19PM +0100, Francisco Lobo wrote: > > Maybe the documentation for udev should hint that /dev/console is the > only device needed to boot (or maybe I didn't read it well). It's not needed for me. It all depends on your distro's needs. > 1. replace hotplug init script with: > > echo "/sbin/udev" > /proc/sys/kernel/hotplug Ick, ick, ick. NO. do not do this. Lots of other stuff will not work properly in your system if you do this. The problem is that you need to wait a bit of time before running alsactl for the device nodes to show up. So call out to a shell script instead to do this wait, instead of trying to do it all in a modprobe.conf line. That's what works for me. thanks, greg k-h ------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id70&alloc_id638&op=click _______________________________________________ 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