On 9:18pm Jan 11, 2005, Alexander Dalloz wrote > Am Di, den 11.01.2005 schrieb Ben Mohilef um 20:54: > > > Is this just me or have others had the following problems after the > > latest up2date? The new 2.6.10 kernel seems to have the following > > quirks configured in on both i686 and SMP versions: > > > > usbfs support is not enabled, so no usb. > > Is your system an FC2? Then please see todays thread "Problems with new > kernel and USB memory key" and the related bugzilla entry. > > sed -e 's/usbdevfs/usbfs/g' /etc/rc.sysinit > /etc/rc.sysinit.fixed > mv /etc/rc.sysinit /etc/rc.sysinit.usbdevfs > mv /etc/rc.sysinit.fixed /etc/rc.sysinit > > I changed my rc.sysinit script this way. > > > benm > > Alexander > > > i did the same thing. also i have a maxtor one touch external drive and to have it mount from fstab during boot, i had to add 'sleep 10'. ... action $"Mounting USB filesystem: " mount -n -t usbfs usbfs /proc/bus/usb sleep 10 ... without the delay, i'd get asked to do filesystem repair etc. of course delay time will vary from hardware to hardware.