Voila,
je suis sur ubuntu Gutsy Gibbon avec un Mac book pro generation 3 (Rosetta si j'ai bien compris grace à
lshal | grep "system.hardware.product"
system.hardware.product = 'MacBookPro3,1' (string)
)
Je veux installer le wifi donc après mes recherches (notament
https://help.ubuntu.com/community/MacBookPro), j'ai compris qu'il fallait que je fasse un truc comme
sudo apt-get install build-essential subversion automake autoconf
svn co http://svn.madwifi.org/madwifi/trunk madwifi
cd madwifi
make
sudo make install
sudo sed -i~ 's/^exit 0/modprobe ath_pci\nexit 0/' /etc/rc.local
sudo sed -i~ 's/^exit 0/modprobe wlan_scan_sta\nexit 0/' /etc/rc.local
sudo sed -i~ 's/^exit 0/iwpriv ath0 bgscan 0\nexit 0/' /etc/rc.local
sauf que l'adresse pour récupérer madwifi ne marche pas, j'en ai essayé d'autres et rien à faire.
Quelqu'un aurait-il la bonne adresse pour recupérer les sources de madwifi ?