Linux/Tipps/Gentoo: Unterschied zwischen den Versionen

Zeile 191: Zeile 191:


==WLAN für Centrino-Notebook==
==WLAN für Centrino-Notebook==
===SSID===
Der Router muss die SSID senden!
===ipw2200 im Kernel aktivieren===
genkernel --gensplash --no-clean --menuconfig all
ipw2200 im Kernel als Modul (<M>) konfigurieren.
===Pakete installieren===
emerge ipw2200-firmware wireless-tools wpa_supplicant
===ipw2200 laden===
modprobe ipw2200
===Device festlegen===
===Device festlegen===
Mit '''iwconfig''' das Device nachschauen und gegebenenfalls in '''/etc/udev/rules.d/70-persistent-net.rules''' ändern und neu booten.
===Installation von ipw2200 mit wpa_supplicant===
<SSID>, <PASSWORT> und <DEVICE> entsprechend ersetzen.
'''/etc/wpa_supplicant/wpa_supplicant.conf''':
#WPA
network={
        ssid="<SSID>"
        scan_ssid=1
        psk="<PASSWORT>"
        priority=8
}


===Installation von ipw2200===
'''/etc/conf.d/net''':
routes_<DEVICE>=( "default via 192.168.0.1" )
iface_<DEVICE>="192.168.0.6 broadcast 192.168.0.255 netmask 255.255.255.0"
modules=( "wpa_supplicant" )
wpa_supplicant_<DEVICE>="-D wext -c /etc/wpa_supplicant/wpa_supplicant.conf"
wpa_timeout_eth1=60
Dann:
ln -s /etc/init.d/net.lo /etc/init.d/net.<DEVICE>
rc-update add net.<DEVICE> default
/etc/init.d/net.<DEVICE> start


===LAN deaktivieren===
===LAN deaktivieren===
'''/etc/conf.d/rc''':
RC_PLUG_SERVICES="!net.<DEVICE>"


==CPU-Stepping für Centrino-Notebook==
==CPU-Stepping für Centrino-Notebook==
1.075

Bearbeitungen