On Sun, 14 Jun 2020 20:31:22 +0200
"J. Fahrner via Dng" <dng@lists.dyne.org> wrote:

> Am 2020-06-14 20:07, schrieb d...@d404.nl:
> > It is a kernel parameter not a module parameter. You have to add it
> > to your kernel boot line.
> 
> Ok, I found out how to do that. It's in /boot/boot.ini
> But that made no difference to my problem.
> 
> This is my current setup:
> /etc/fstab has the mount option nofail, so the boot does not hang on 
> mountall.
> 
> I have a additional init script mounthdd:

What happens if you change the content of that script:

#!/bin/dash
echo 5 > /sys/module/usb_storage/parameters/delay_use

in a script /etc/rcS.d/00test.sh, just for test, normally you must set
a link.

-- 
richard lucassen
https://contact.xaq.nl/
_______________________________________________
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng

Reply via email to