====== Synaptic mit LENNY und SID ====== * Synaptic->Einstellungen->Einstellungen->Distribution->Stable * /etc/apt/sources.list - sid - hinzufügen ====== Touchpad====== ===== Testmöglichkeiten===== Voraussetzung: Pakete evtest und xinput sind installiert (apt) * evtest - logt alle events * xinput --list : listet alle xinput devices * xinput --list-props "Device Name" (devicename von xinput --list) z.B. xinput --list-props "PS/2 Synaptics TouchPad" * xev | grep button -> zeigt nur buttons an * synclient -l -> zeige mögliche Optionen * synclient TapButton1=1 -> aktiviert taps ====== WLAN BCM4312 Broadcom====== * synaptic: broadcom-sta-common mit allen Abhängigkeiten installieren * compilieren und installieren: * # m-a prepare * # m-a a-i broadcom-sta * /etc/modules: Zeile mit wl hinzufügen * passphrase generieren (optional): * #wpa_passphrase fotron ftrnic_wlan >/etc/wpa_supplicant/wpa_supplicant.conf * /etc/wpa_supplicant/wpa_supplicant.conf anlegen/ergänzen, mit Werten aus iwlist.PSK entweder verschlüsselt oder in Klarschrift. Beispiel für fritzbox 7270 und WPA2: ctrl_interface=/var/run/wpa_supplicant -ieth1 ctrl_interface_group=0 eapol_version=1 ap_scan=1 fast_reauth=1 network={ ssid="fotron" scan_ssid=1 proto=RSN key_mgmt=WPA-PSK pairwise=CCMP group=TKIP psk="ftrnic_wlan" #psk=0e7f84bb0de5e44d942517607e2f16d55edbbdf053f90cc04654d18a623b6f66 } * /etc/network/interfaces anpassen. Beispiel mit eth0/LAN und eth1/wlan, beide mit dhcp: # The loopback network interface auto lo iface lo inet loopback # The primary network interface allow-hotplug eth0 iface eth0 inet dhcp #wlan interface auf eth1 auto eth1 iface eth1 inet dhcp wpa-driver wext wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf * Netzwerkinterface restarten: #ifdown eth1; ifup eth1 === wpa mit GUI: === Wenn nach update Interface zwar erkannt wird, WLAN mit ifup aber nicht hochkommt: # wpa_gui und Netzwerk konfigurieren. Einmalig reicht. ===== Testprogramme ===== * # iwlist scanning * # dhclient eth1 -> dhcp testen * # /sbin/wpa_supplicant -d -i eth1 ( -d=debug) * # ifconfig * # iwconfig * #iw list test ob Betrieb als Hotsport möglich (nl80211 not found = kein hotspot möglich). Dpkg=iw