Danke für die rasche Antwort,
ich versuchs mal (habe sowas noch nie gemacht,sorry):
guido@HAL:~$ uname -a
Linux HAL 3.2.0-24-generic #37-Ubuntu SMP Wed Apr 25 08:43:52 UTC 2012 i686 i686 i386 GNU/Linux
guido@HAL:~$ egrep -v "^$|^#" /etc/network/interfaces
auto lo
iface lo inet loopback
guido@HAL:~$ egrep -v "^$|^#" /etc/resolv.conf
nameserver 127.0.0.1
guido@HAL:~$ egrep -v "^$|^#" /etc/hosts
127.0.0.1 localhost.localdomain localhost
::1 HAL localhost6.localdomain6 localhost6
127.0.1.1 HAL
::1 localhost ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
ff02::3 ip6-allhosts
guido@HAL:~$ cat /etc/udev/rules.d/70-persistent-net.rules
# This file maintains persistent names for network interfaces.
# See udev(7) for syntax.
#
# Entries are automatically added by the 75-persistent-net-generator.rules
# file; however you are also free to add your own entries.
# PCI device 0x14e4:0x4311 (b43-pci-bridge)
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="00:1e:4c:3b:f2:ec", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="wlan*", NAME="wlan0"
# PCI device 0x14e4:0x170c (b44)
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="00:1c:23:b1:c5:8c", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="eth*", NAME="eth0"
# PCI device 0x14e4:0x4311 (wl)
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="00:1e:4c:3b:f2:ec", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="eth*", NAME="eth1"guido@HAL:~$ ifconfig
eth0 Link encap:Ethernet Hardware Adresse 00:1c:23:b1:c5:8c
inet Adresse:192.168.178.31 Bcast:192.168.178.255 Maske:255.255.255.0
inet6-Adresse: fe80::21c:23ff:feb1:c58c/64 Gültigkeitsbereich:Verbindung
UP BROADCAST RUNNING MULTICAST MTU:1500 Metrik:1
RX packets:93029 errors:0 dropped:0 overruns:0 frame:0
TX packets:60349 errors:0 dropped:0 overruns:0 carrier:0
Kollisionen:0 Sendewarteschlangenlänge:1000
RX-Bytes:124984388 (124.9 MB) TX-Bytes:6341537 (6.3 MB)
Interrupt:17
lo Link encap:Lokale Schleife
inet Adresse:127.0.0.1 Maske:255.0.0.0
inet6-Adresse: ::1/128 Gültigkeitsbereich:Maschine
UP LOOPBACK RUNNING MTU:16436 Metrik:1
RX packets:2755 errors:0 dropped:0 overruns:0 frame:0
TX packets:2755 errors:0 dropped:0 overruns:0 carrier:0
Kollisionen:0 Sendewarteschlangenlänge:0
RX-Bytes:399118 (399.1 KB) TX-Bytes:399118 (399.1 KB)
guido@HAL:~$ route -n
Kernel-IP-Routentabelle
Ziel Router Genmask Flags Metric Ref Use Iface
0.0.0.0 192.168.178.1 0.0.0.0 UG 0 0 0 eth0
169.254.0.0 0.0.0.0 255.255.0.0 U 1000 0 0 eth0
192.168.178.0 0.0.0.0 255.255.255.0 U 1 0 0 eth0
guido@HAL:~$ iwconfig
lo no wireless extensions.
eth0 no wireless extensions.guido@HAL:~$ ping -c 4 <routerip>
bash: Syntaxfehler beim unerwarteten Wort `newline'
guido@HAL:~$ ping -c 4 www.ubuntuusers.de
PING ubuntuusers.de (213.95.41.13) 56(84) bytes of data.
64 bytes from lisa.ubuntu-eu.org (213.95.41.13): icmp_req=1 ttl=55 time=33.4 ms
64 bytes from lisa.ubuntu-eu.org (213.95.41.13): icmp_req=2 ttl=55 time=32.4 ms
64 bytes from lisa.ubuntu-eu.org (213.95.41.13): icmp_req=3 ttl=55 time=33.5 ms
64 bytes from lisa.ubuntu-eu.org (213.95.41.13): icmp_req=4 ttl=55 time=33.8 ms
--- ubuntuusers.de ping statistics ---
4 packets transmitted, 4 received, 0% packet loss, time 3004ms
rtt min/avg/max/mdev = 32.474/33.310/33.808/0.518 ms
guido@HAL:~$ ping -c 4 213.95.41.11
PING 213.95.41.11 (213.95.41.11) 56(84) bytes of data.
64 bytes from 213.95.41.11: icmp_req=1 ttl=55 time=33.5 ms
64 bytes from 213.95.41.11: icmp_req=2 ttl=55 time=33.9 ms
64 bytes from 213.95.41.11: icmp_req=3 ttl=55 time=34.1 ms
64 bytes from 213.95.41.11: icmp_req=4 ttl=55 time=33.8 ms
--- 213.95.41.11 ping statistics ---
4 packets transmitted, 4 received, 0% packet loss, time 3004ms
rtt min/avg/max/mdev = 33.577/33.891/34.188/0.312 ms
guido@HAL:~$ iwlist chan
lo no frequency information.
eth0 no frequency information
guido@HAL:~$ sudo iwlist scan
[sudo] password for guido:
lo Interface doesn't support scanning.
eth0 Interface doesn't support scanning.
guido@HAL:~$ rfkill list
0: dell-wifi: Wireless LAN
Soft blocked: no
Hard blocked: no
guido@HAL:~$ lsmod
Module Size Used by
snd_hrtimer 12648 1
bnep 17830 2
rfcomm 38139 0
bluetooth 158438 10 bnep,rfcomm
parport_pc 32114 0
ppdev 12849 0
binfmt_misc 17292 1
dm_crypt 22528 0
joydev 17393 0
dell_wmi 12601 0
sparse_keymap 13658 1 dell_wmi
dell_laptop 13671 0
dcdbas 14098 1 dell_laptop
r852 17901 0
sm_common 16737 1 r852
nand 49667 2 r852,sm_common
nand_ids 8547 1 nand
mtd 35584 2 sm_common,nand
nand_bch 13003 1 nand
bch 21757 1 nand_bch
nand_ecc 13070 1 nand
psmouse 87213 0
r592 17808 0
memstick 15857 1 r592
snd_hda_codec_idt 60251 1
serio_raw 13027 0
snd_hda_intel 32765 3
snd_hda_codec 109562 2 snd_hda_codec_idt,snd_hda_intel
snd_hwdep 13276 1 snd_hda_codec
snd_pcm 80845 2 snd_hda_intel,snd_hda_codec
snd_seq_midi 13132 0
snd_rawmidi 25424 1 snd_seq_midi
snd_seq_midi_event 14475 1 snd_seq_midi
snd_seq 51567 3 snd_seq_midi,snd_seq_midi_event
b44 31412 0
mac_hid 13077 0
snd_timer 28931 3 snd_hrtimer,snd_pcm,snd_seq
snd_seq_device 14172 3 snd_seq_midi,snd_rawmidi,snd_seq
ssb 50691 1 b44
snd 62064 16 snd_hda_codec_idt,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
wl 2646601 0
lib80211 14040 1 wl
soundcore 14635 1 snd
snd_page_alloc 14115 2 snd_hda_intel,snd_pcm
lp 17455 0
parport 40930 3 parport_pc,ppdev,lp
i915 414568 3
drm_kms_helper 45466 1 i915
drm 197692 4 i915,drm_kms_helper
firewire_ohci 40180 0
i2c_algo_bit 13199 1 i915
firewire_core 56906 1 firewire_ohci
crc_itu_t 12627 1 firewire_core
sdhci_pci 18324 0
sdhci 28241 1 sdhci_pci
wmi 18744 1 dell_wmi
video 19068 1 i915
guido@HAL:~$ dmesg | egrep 'net|eth|sky|sis|via|3c3|3c5|e100|8139|8169|acx|air|ath|atl|ar9|carl|atme|at7|herm|iwl|ipw|rtl8|r81|rt2|rt3|rt6|rt7|tg3|ssb|wl|b43|b44|ori|pri|p5|zd|ndis|wmi|ns8|FW'
[ 0.000000] Linux version 3.2.0-24-generic (buildd@vernadsky) (gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5) ) #37-Ubuntu SMP Wed Apr 25 08:43:52 UTC 2012 (Ubuntu 3.2.0-24.37-generic 3.2.14)
[ 0.000000] BIOS-e820: 00000000fee00000 - 00000000fee10000 (reserved)
[ 0.000000] original variable MTRRs
[ 0.004393] CPU0: Thermal monitoring enabled (TM2)
[ 0.149444] print_constraints: dummy:
[ 0.192520] PCI: Ignoring host bridge windows from ACPI; if necessary, use "pci=use_crs" and report a bug
[ 0.214076] pci_root PNP0A03:00: host bridge window [mem 0xfee10000-0xffafffff] (ignored)
[ 0.217342] pci 0000:03:01.0: proprietary Ricoh MMC controller disabled (via firewire function)
[ 0.228131] i2c-core: driver [aat2870] using legacy suspend method
[ 0.228134] i2c-core: driver [aat2870] using legacy resume method
[ 0.265255] pnp 00:01: [mem 0xfee10000-0xffafffff window]
[ 0.306948] audit: initializing netlink socket (disabled)
[ 0.363731] thermal LNXTHERM:00: registered as thermal_zone0
[ 0.363735] ACPI: Thermal Zone [THM] (26 C)
[ 0.894713] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[ 1.277066] wmi: Mapper loaded
[ 1.887918] fbcon: inteldrmfb (fb0) is primary device
[ 30.318036] Adding 865276k swap on /dev/sda5. Priority:-1 extents:1 across:865276k
[ 30.365314] lib80211_crypt: registered algorithm 'NULL'
[ 30.400436] wl: module license 'MIXED/Proprietary' taints kernel.
[ 30.423629] wl 0000:0b:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 30.423641] wl 0000:0b:00.0: setting latency timer to 64
[ 30.426494] eth%d: 5.100.82.38 driver failed with code 21
[ 30.456557] b43-pci-bridge 0000:0b:00.0: setting latency timer to 64
[ 30.477479] ssb: Core 0 found: ChipCommon (cc 0x800, rev 0x11, vendor 0x4243)
[ 30.477496] ssb: Core 1 found: IEEE 802.11 (cc 0x812, rev 0x0A, vendor 0x4243)
[ 30.477511] ssb: Core 2 found: USB 1.1 Host (cc 0x817, rev 0x03, vendor 0x4243)
[ 30.477522] ssb: Core 3 found: PCI-E (cc 0x820, rev 0x01, vendor 0x4243)
[ 30.537913] ssb: Sonics Silicon Backplane found on PCI device 0000:0b:00.0
[ 30.540758] b44 0000:03:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[ 30.560725] ssb: Core 0 found: Fast Ethernet (cc 0x806, rev 0x07, vendor 0x4243)
[ 30.560736] ssb: Core 1 found: V90 (cc 0x807, rev 0x03, vendor 0x4243)
[ 30.560745] ssb: Core 2 found: PCI (cc 0x804, rev 0x0A, vendor 0x4243)
[ 30.600290] ssb: Sonics Silicon Backplane found on PCI device 0000:03:00.0
[ 30.600360] b44: Broadcom 44xx/47xx 10/100 PCI ethernet driver version 2.0
[ 30.621162] b44 ssb1:0: eth0: Broadcom 44xx/47xx 10/100 PCI ethernet driver 00:1c:23:b1:c5:8c
[ 30.631324] intel_rng: FWH not detected
[ 32.308863] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 32.483764] ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 32.485280] ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 35.804238] b44 ssb1:0: eth0: Link is up at 100 Mbps, full duplex
[ 35.804243] b44 ssb1:0: eth0: Flow control is off for TX and off for RX
[ 35.804523] ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[ 46.704047] eth0: no IPv6 routers present
[10593.106354] process `skype' is using obsolete setsockopt SO_BSDCOMPAT
guido@HAL:~$ cat /var/lib/NetworkManager/NetworkManager.state
[main]
NetworkingEnabled=true
WirelessEnabled=true
WWANEnabled=true
guido@HAL:~$ cat /etc/NetworkManager/NetworkManager.conf
[main]
plugins=ifupdown,keyfile
dns=dnsmasq
[ifupdown]
managed=false