ich habe ein lappi mit
lspci
01:07.0 Network controller: Intel Corporation PRO/Wireless 2915ABG [Calexico2] Network Connection (rev 05)
Subsystem: Intel Corporation Device 1001
Flags: bus master, medium devsel, latency 64, IRQ 19
Memory at ffcfe000 (32-bit, non-prefetchable)
Capabilities: [dc] Power Management version 2
Kernel driver in use: ipw2200
wlankarte. die auch mit wpa super läuft
Code: Alles auswählen
phaeton:/home/mdomann# cat /etc/network/interfaces
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
# The loopback network interface
auto lo eth2
iface lo inet loopback
# The primary network interface
iface eth0 inet static
address 192.168.2.115
netmask 255.255.255.0
network 192.168.2.0
broadcast 192.168.2.255
gateway 192.168.2.1
# WirelessLan - WPA-secure
iface eth2 inet static
address 192.168.2.116
netmask 255.255.255.0
network 192.168.2.0
broadcast 192.168.2.255
gateway 192.168.2.1
pre-up /sbin/wpa_supplicant -B -Dwext -ieth2 -c/etc/wpa_supplicant/wpa_supplicant.conf
post-down killall -q wpa_supplicant
# dns-* options are implemented by the resolvconf package, if installed
dns-nameservers 192.168.2.1
jemand ne idee wie ich das abstelle?
debian sid mit 2.6.29.3
danke