On Sun, 2007-08-12 at 23:09 +0200, Benjamí Villoslada wrote: > El Diumenge 12 Agost 2007, Ron Johnson va escriure: > > Look at /etc/sysctl.conf to make that value persistent across boots. > > Added usbcore.autosuspend=60 to etc/sysctl.conf: > > - Error in boot log: > > ------------------------ > Sun Aug 12 22:40:14 2007: Setting kernel > variables...error: "usbcore.autosuspend" is an unknown key > Sun Aug 12 22:40:14 2007: ^[[31mfailed.^[[39;49m > ------------------------
/etc/sysctl.conf manages only entries in /proc/sys, not /sys (sysfs). Try installing 'sysfsutils' package and take a look at /etc/sysfs.conf then. -- Regards, Krzysztof Lubanski