http://bbs.archlinux.org/viewtopic.php?id=69086Quelqu'un pour tester sur son net/notebook? :d
Yep, a guy has just used the second method on a desktop pc (guess i686 arch) and he said it worked.
Toi, de toute façon si tu casses ton os ça changera rien tu le réinstalles tous les jours
bon bah les archeousers, on attends le resultat
# Load modules from the MODULES array defined in rc.confif ! [ "$load_modules" = "off" ]; then if [ -f /proc/modules ]; then stat_busy "Loading Modules" for mod in "${MODULES[@]}"; do if [ "$mod" = "${mod#!}" ]; then /sbin/modprobe $mod fi done stat_done fi if [ -d /proc/acpi ]; then stat_busy "Loading standard ACPI modules" ACPI_MODULES="ac battery button fan processor thermal" k="$(echo $BLACKLIST ${MOD_BLACKLIST[@]} | /bin/sed 's|-|_|g')" j="$(echo ${MODULES[@]} | /bin/sed 's|-|_|g')" #add disabled MODULES (!) to blacklist - much requested feature for m in ${j}; do [ "$m" != "${m#!}" ] && k="${k} ${m#!}" done # add disablemodules= from commandline to blacklist k="${k} $(echo ${disablemodules} | /bin/sed 's|-|_|g' | /bin/sed 's|,| |g')" for n in ${ACPI_MODULES}; do if ! echo ${k} | /bin/grep "\<$n\>" 2>&1 >/dev/null; then /sbin/modprobe $n > /dev/null 2>&1 fi
bash-3.2# dmesg | grep initramfsACPI: Checking initramfs for custom DSDTUnpacking initramfs... done
MODULES=(ndiswrapper acpi_cpufreq cpufreq_ondemand cpufreq_powersave uvcvideo)DAEMONS=(syslog-ng dbus hal !network networkmanager alsa mpd netfs crond gdm fam spamd acpid cpufreq ntp laptop-mode)
Avec bubuntu?
Mine de rien, j'ai pas mal de trucs à démarrer en plus:Code: [Sélectionner]MODULES=(ndiswrapper acpi_cpufreq cpufreq_ondemand cpufreq_powersave uvcvideo)DAEMONS=(syslog-ng dbus hal !network networkmanager alsa mpd netfs crond gdm fam spamd acpid cpufreq ntp laptop-mode)Par contre, quelqu'un peut me confirmer que dbus démarre automatiquement hal? J'pourrais gagner 0.5 secondes facile En fait c'est hal qui démarre dbus Faut aussi que je foute slim au lieu de gdm