uname -a:
Linux <rechnername> 2.6.35-28-generic #49-Ubuntu SMP Tue Mar 1 14:39:03 UTC 2011 x86_64 GNU/Linux
lspci -nnk | grep -i net -A2
02:00.0 Network controller [0280]: Broadcom Corporation BCM4313 802.11b/g LP-PHY [14e4:4727] (rev 01)
Subsystem: Dell Device [1028:0010]
Kernel modules: wl
03:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8101E/RTL8102E PCI Express Fast Ethernet controller [10ec:8136] (rev 04)
Subsystem: Dell Device [1028:044b]
Kernel driver in use: r8169
egrep -v "^$|^#" /etc/network/interfaces
auto lo
iface lo inet loopback
egrep -v "^$|^#" /etc/resolv.conf
domain fritz.box
search fritz.box
nameserver <ip-adresse>
cat /etc/hosts
192.168.178.28 loki-mobil # Added by NetworkManager
127.0.0.1 localhost.localdomain localhost
::1 loki-mobil localhost6.localdomain6 localhost6
127.0.1.1 loki-mobil
# The following lines are desirable for IPv6 capable hosts
::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
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 0x8086:0x10cc (e1000e)
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="00:15:17:da:e7:4c", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="eth*", NAME="eth0"
# PCI device 0x8086:0x10d3 (e1000e)
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="00:15:17:da:e7:4d", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="eth*", NAME="eth1"
# PCI device 0x11ab:0x4362 (sky2)
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="00:1b:fc:f5:ca:c3", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="eth*", NAME="eth2"
# USB device 0x0bda:0x8187 (usb)
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="00:15:af:23:06:55", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="wlan*", NAME="wlan0"
# PCI device 0x10ec:0x8136 (r8169)
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="84:2b:2b:81:08:97", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="eth*", NAME="eth3"
# PCI device 0x14e4:0x4727 (wl)
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="c0:cb:38:4b:8a:09", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="eth*", NAME="eth4"
ifconfig:
eth3 Link encap:Ethernet Hardware Adresse 84:2b:2b:81:08:97
inet Adresse:192.168.178.28 Bcast:192.168.178.255 Maske:255.255.255.0
inet6-Adresse: fe80::862b:2bff:fe81:897/64 Gültigkeitsbereich:Verbindung
UP BROADCAST RUNNING MULTICAST MTU:1500 Metrik:1
RX packets:517281 errors:0 dropped:0 overruns:0 frame:0
TX packets:295591 errors:0 dropped:0 overruns:0 carrier:0
Kollisionen:0 Sendewarteschlangenlänge:1000
RX bytes:712899957 (712.8 MB) TX bytes:32196764 (32.1 MB)
Interrupt:42 Basisadresse:0x2000
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:80 errors:0 dropped:0 overruns:0 frame:0
TX packets:80 errors:0 dropped:0 overruns:0 carrier:0
Kollisionen:0 Sendewarteschlangenlänge:0
RX bytes:75822 (75.8 KB) TX bytes:75822 (75.8 KB)
route -n
Kernel-IP-Routentabelle
Ziel Router Genmask Flags Metric Ref Use Iface
192.168.178.0 0.0.0.0 255.255.255.0 U 1 0 0 eth3
169.254.0.0 0.0.0.0 255.255.0.0 U 1000 0 0 eth3
0.0.0.0 192.168.178.1 0.0.0.0 UG 0 0 0 eth3
iwconfig
lo no wireless extensions.
eth3 no wireless extensions.
iwlist chan
lo no frequency information.
eth3 no frequency information.
sudo iwlist scan
lo Interface doesn't support scanning.
eth3 Interface doesn't support scanning.
rfkill list
0: dell-wifi: Wireless LAN
Soft blocked: no
Hard blocked: no
1: dell-bluetooth: Bluetooth
Soft blocked: yes
Hard blocked: no
2: hci0: Bluetooth
Soft blocked: yes
Hard blocked: no
lsmod
Module Size Used by
rfcomm 38969 4
sco 9831 2
binfmt_misc 7984 1
joydev 11395 0
bnep 11756 2
parport_pc 30086 0
l2cap 43853 16 rfcomm,bnep
ppdev 6804 0
btusb 12897 0
bluetooth 61672 7 rfcomm,sco,bnep,l2cap,btusb
snd_hda_codec_atihdmi 3079 1
snd_hda_codec_idt 64699 1
snd_hda_intel 26147 2
snd_hda_codec 100951 3 snd_hda_codec_atihdmi,snd_hda_codec_idt,snd_hda_intel
snd_hwdep 6660 1 snd_hda_codec
snd_pcm 89104 2 snd_hda_intel,snd_hda_codec
snd_seq_midi 5932 0
snd_rawmidi 22207 1 snd_seq_midi
snd_seq_midi_event 7291 1 snd_seq_midi
snd_seq 57512 2 snd_seq_midi,snd_seq_midi_event
snd_timer 23850 2 snd_pcm,snd_seq
snd_seq_device 6912 3 snd_seq_midi,snd_rawmidi,snd_seq
fglrx 2523725 34
uvcvideo 62379 0
video 22176 0
snd 64181 13 snd_hda_codec_idt,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
output 2527 1 video
videodev 49359 1 uvcvideo
v4l1_compat 15519 2 uvcvideo,videodev
usbhid 42030 0
v4l2_compat_ioctl32 12614 1 videodev
hid 84710 1 usbhid
lib80211 6239 0
dell_wmi 3372 0
dell_laptop 6722 0
dcdbas 6910 1 dell_laptop
psmouse 62080 0
edac_core 46822 0
soundcore 1240 1 snd
serio_raw 4910 0
snd_page_alloc 8588 2 snd_hda_intel,snd_pcm
k10temp 3535 0
i2c_piix4 10047 0
edac_mce_amd 9387 0
shpchp 34910 0
lp 10201 0
parport 37032 3 parport_pc,ppdev,lp
ahci 22210 2
libahci 26148 1 ahci
r8169 42254 0
mii 5261 1 r8169
dmesg | egrep 'net|eth|sky|sis|via|3c3|3c5|e100|8139|8169|acx|air|ath|ar91|atme|at7|herm|iwl|ipw|rtl8|r81|rt2|rt6|rt7|tg3|ssb|wl|b43|b44|ori|pri|p5|zd|ndis'
[ 0.000000] PERCPU: Embedded 30 pages/cpu @ffff880001e00000 s91520 r8192 d23168 u1048576
[ 0.000000] pcpu-alloc: s91520 r8192 d23168 u1048576 alloc=1*2097152
[ 0.000000] Aperture beyond 4GB. Ignoring.
[ 0.030866] Initializing cgroup subsys net_cls
[ 0.331604] mtrr: your CPUs had inconsistent fixed MTRR settings
[ 0.525740] audit: initializing netlink socket (disabled)
[ 0.692631] ACPI Error (psparse-0537): Method parse/execution failed [\_TZ_.TZ01._HOT] (Node ffff88013ba3ae60), AE_NOT_FOUND
[ 0.693616] thermal LNXTHERM:01: registered as thermal_zone0
[ 0.693636] ACPI: Thermal Zone [TZ01] (39 C)
[ 0.696796] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[ 0.860147] device-mapper: multipath: version 1.1.1 loaded
[ 0.860153] device-mapper: multipath round-robin: version 1.0.0 loaded
[ 1.004343] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
[ 1.004376] r8169 0000:03:00.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
[ 1.004444] r8169 0000:03:00.0: setting latency timer to 64
[ 1.004449] r8169 0000:03:00.0: (unregistered net_device): unknown MAC, using family default
[ 1.004505] r8169 0000:03:00.0: irq 42 for MSI/MSI-X
[ 1.005095] r8169 0000:03:00.0: eth0: RTL8101e at 0xffffc900010c2000, 84:2b:2b:81:08:97, XID 04000000 IRQ 42
[ 16.993837] Adding 1952764k swap on /dev/sda3. Priority:-1 extents:1 across:1952764k
[ 17.123859] udev[417]: renamed network interface eth0 to eth3
[ 17.197891] lib80211_crypt: registered algorithm 'NULL'
[ 17.202336] wl: module license 'MIXED/Proprietary' taints kernel.
[ 17.206975] wl: disagrees about version of symbol lib80211_get_crypto_ops
[ 17.206981] wl: Unknown symbol lib80211_get_crypto_ops (err -22)
[ 18.557818] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 208.031781] r8169 0000:03:00.0: eth3: link up
[ 208.031808] r8169 0000:03:00.0: eth3: link up
[ 218.250091] eth3: no IPv6 routers present
cat /var/lib/NetworkManager/NetworkManager.state
[main]
NetworkingEnabled=true
WirelessEnabled=true
WWANEnabled=true
cat /etc/NetworkManager/nm-system-settings.conf
# This file is installed into /etc/NetworkManager, and is loaded by
# NetworkManager by default. To override, specify: '--config file'
# during NM startup. This can be done by appending to DAEMON_OPTS in
# the file:
#
# /etc/default/NetworkManager
#
[main]
plugins=ifupdown,keyfile
[ifupdown]
managed=false
hoffe das genügt ☺