hello,
ouai je pensais à un tuto comme le macbookgutsy qu'on trouve dans la docu mais cette fois le macbook (alu/blanc) jaunty 32/64bits... enfin qui sait attendre, vient à point 😛
Sinon miracle, j'ai le temps de ma batterie, j'ai fait comme tu m'avais dit et ça donnait rien et soudain ça marche (vas savoir?).
Concernant powertop, bin chez moi, il me dit qu'il ne peut pas donner d'indication sur la conso électrique et il arrive pas a stopper la consommation des ports usb. Mais je sais plus où j'ai lu ça mais y a une commande à charger au début genre "nousb" mais après je pense que tu te retrouves sans le clavier non plus . Enfin à creuser.
EDIT: en fait powertop, me donne la conso, seulement sur batterie 😛 logique, je suis un peu simplet des fois (2.1 h après 30 minutes avec le wifi enclenché, etc. à suivre)
Pour mon trackpad, je vais faire comme dans le tuto du macbook 2,1 sur la version intrepid, on verra ce que ça donne.
et pour le son, tu as regardé les tutos sur le wiki anglais? parce que ceux d'avant parle du même problème? je sais pas, comme c'est mon premier mac et ma première installation sur un mac, faudrait quelqu'un qui a du vécu avec apple pour jeter un oeil?
je poste les liens tantôt
Bonne soirée
p.s. et pour le 2,1 il donne aussi une soluce avec les parcages de têtes trop fréquent, parce que là je les entends qui s'affole un peu, je vais contrôler les valeurs.
EDIT: les liens
macbook 2,1:
https://help.ubuntu.com/community/MacBook2-1/Intrepid
regarde "sound"/"touchpad"
et
Reducing Drive Load/Unload Cycles
My Second Generation (C2D) MacBook is susceptible to a high load/unload cycle count on the hard drive. This is a workaround to lower the drive cycles and extend the drive life. Generate the following three files using the commands below:
On Intrepid, /etc/acpi/*.d are ignored, in favor of pm-utils - see bug 244839; so instead you must:
echo -e '#!/bin/sh\nhdparm -B 254 /dev/sda' | sudo tee -a /etc/pm/sleep.d/99-macbook-fix.sh
sudo chmod a+x /etc/pm/sleep.d/99-macbook-fix.sh
This works after any suspend/resume; I'm not sure if it comes into effect upon initial system boot. It works good enough for me per watching "sudo smartctl -a /dev/sda | grep Load_Cycle_Count". Could someone more knowledgeable fill in / clean up these details? --Isaac Dupree)
To have these changes take effect immediately (without requiring a reboot):
sudo hdparm -B 254 /dev/sda
EDIT: j'avais oublié celui là
https://help.ubuntu.com/community/MacBook2-1/Hardy#Reducing%20Drive%20Load/Unload%20Cycles
Reducing Drive Load/Unload Cycles
My Second Generation (C2D) MacBook is susceptible to a high load/unload cycle count on the hard drive. This is a workaround to lower the drive cycles and extend the drive life. Generate the following three files using the commands below:
echo -e '#!/bin/sh\nhdparm -B 254 /dev/sda' | sudo tee -a /etc/acpi/start.d/99-macbook-fix.sh
echo -e '#!/bin/sh\nhdparm -B 254 /dev/sda' | sudo tee -a /etc/acpi/resume.d/99-macbook-fix.sh
echo -e '#!/bin/sh\nhdparm -B 254 /dev/sda' | sudo tee -a /etc/acpi/suspend.d/99-macbook-fix.sh
Add execute permissions to the files:
sudo chmod a+x /etc/acpi/start.d/99-macbook-fix.sh
sudo chmod a+x /etc/acpi/resume.d/99-macbook-fix.sh
sudo chmod a+x /etc/acpi/suspend.d/99-macbook-fix.sh
(Note: On Intrepid, and maybe Hardy, /etc/acpi/*.d are ignored, in favor of pm-utils - see bug 244839; so instead you must:
echo -e '#!/bin/sh\nhdparm -B 254 /dev/sda' | sudo tee -a /etc/pm/sleep.d/99-macbook-fix.sh
sudo chmod a+x /etc/pm/sleep.d/99-macbook-fix.sh
This works after any suspend/resume; I'm not sure if it comes into effect upon initial system boot. It works good enough for me per watching sudo smartctl -a /dev/sda | grep Load_Cycle_Count. Could someone more knowledgeable fill in / clean up these details? --Isaac Dupree)
To have these changes take effect immediately (without requiring a reboot):
sudo hdparm -B 254 /dev/sda
See this bug for more details.
note: this is Ubuntu 8.04 "Hardy" on the Second Generation (C2D) MacBook. I have not tested on previous releases or other models.
J'attends ton avis d'expert
Bonne soirée