General Motors > Informatique
Le coin des barbus, Questions, réponses et blabla
Bitman:
bientot :D
Shor-T:
Nan mais je demande un conseil :o
Shor-T:
--- Citation de: captain_beefheart le 16/04/09 17:44 ---http://bbs.archlinux.org/viewtopic.php?id=69086
Quelqu'un pour tester sur son net/notebook? :d
--- Fin de citation ---
--- Citer ---Yep, a guy has just used the second method on a desktop pc (guess i686 arch) and he said it worked.
--- Fin de citation ---
It works even on a desktop §§
Bitman:
bon bah les archeousers, on attends le resultat :D
captain_beefheart:
--- Citation de: Shor-T le 16/04/09 19:44 ---
Toi, de toute façon si tu casses ton os ça changera rien tu le réinstalles tous les jours :o
--- Fin de citation ---
Nan justement, j'ai pas réinstallé depuis un bout de temps, arch cay le bieng :d
--- Citation de: bitman1er le 17/04/09 00:23 ---bon bah les archeousers, on attends le resultat :D
--- Fin de citation ---
Le truc c'est que j'ai des modules à lancer, donc stun peu plus chaud :d
captain_beefheart:
Mh ptetre une solution:
--- Code: ---
# Load modules from the MODULES array defined in rc.conf
if ! [ "$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 "\" 2>&1 >/dev/null; then
/sbin/modprobe $n > /dev/null 2>&1
fi
--- Fin du code ---
Reste à savoir si mon kernel utilise initramfs :o
Navigation
[#] Page suivante
[*] Page précédente
Utiliser la version classique