OS ist ein frisch aufgesetztes Lenny. Hab ich was übersehen?
hier ein Ausschnitt aus message:
Code: Alles auswählen
Aug 10 18:44:47 sbon kernel: [ 66.166989] ADDRCONF(NETDEV_UP): eth0: link is not ready
Aug 10 18:44:47 sbon kernel: [ 69.816182] b44: eth0: Link is up at 100 Mbps, full duplex.
Aug 10 18:44:47 sbon kernel: [ 69.820017] b44: eth0: Flow control is off for TX and off for RX.
Aug 10 18:44:47 sbon kernel: [ 69.864020] ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
Aug 10 18:44:47 sbon kernel: [ 73.261643] input: b43legacy-phy0 as /class/input/input10
Aug 10 18:44:47 sbon kernel: [ 73.608042] firmware: requesting b43legacy/ucode4.fw
Aug 10 18:44:47 sbon kernel: [ 73.728201] firmware: requesting b43legacy/pcm4.fw
Aug 10 18:44:47 sbon kernel: [ 73.770655] firmware: requesting b43legacy/b0g0initvals2.fw
Aug 10 18:44:47 sbon kernel: [ 73.916129] b43legacy-phy0: Loading firmware version 0x127, patch level 14 (2005-04-18 02:36:27)
Code: Alles auswählen
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
auto eth0
iface eth0 inet static
address 10.139.176.10
netmask 255.255.255.0
network 10.139.176.0
broadcast 10.139.176.255
gateway 10.139.176.21
# # dns-* options are implemented by the resolvconf package, if installed
### WIRELESS
iface wlan0 inet static
pre-up /sbin/ifconfig wlan0 up
address 10.10.2.3
netmask 255.255.255.248
broadcast 10.10.2.7
gateway 10.10.2.1
wpa-driver wext
wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf