kerstin@kerstin-ThinkPad-T43:~$ uname -a
Linux kerstin-ThinkPad-T43 3.2.0-24-generic #37-Ubuntu SMP Wed Apr 25 08:43:52 UTC 2012 i686 i686 i386 GNU/Linux
kerstin@kerstin-ThinkPad-T43:~$
kerstin@kerstin-ThinkPad-T43:~$ lspci -nnk | grep -i net -A2
02:00.0 Ethernet controller [0200]: Broadcom Corporation NetXtreme BCM5751M Gigabit Ethernet PCI Express [14e4:167d] (rev 11)
Subsystem: IBM ThinkPad Z60t [1014:0577]
Kernel driver in use: tg3
kerstin@kerstin-ThinkPad-T43:~$
kerstin@kerstin-ThinkPad-T43:~$ pccardctl info
PRODID_1=""
PRODID_2=""
PRODID_3=""
PRODID_4=""
MANFID=0000,0000
FUNCID=255
kerstin@kerstin-ThinkPad-T43:~$
kerstin@kerstin-ThinkPad-T43:~$ lsusb
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 002: ID 062a:3270 Creative Labs
Bus 004 Device 002: ID 0a5c:201e Broadcom Corp. IBM Integrated Bluetooth IV
kerstin@kerstin-ThinkPad-T43:~$
kerstin@kerstin-ThinkPad-T43:~$ egrep -v "^$|^#" /etc/network/interfaces
auto lo
iface lo inet loopback
kerstin@kerstin-ThinkPad-T43:~$ egrep -v "^$|^#" /etc/resolv.conf
nameserver 127.0.0.1
search Speedport_W_700V
kerstin@kerstin-ThinkPad-T43:~$ egrep -v "^$|^#" /etc/hosts
127.0.0.1 localhost
127.0.1.1 kerstin-ThinkPad-T43
::1 ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
kerstin@kerstin-ThinkPad-T43:~$
kerstin@kerstin-ThinkPad-T43:~$ cat /etc/network/interfaces
auto lo
iface lo inet loopback
kerstin@kerstin-ThinkPad-T43:~$ cat /etc/resolv.conf
# Dynamic resolv.conf(5) file for glibc resolver(3) generated by resolvconf(8)
# DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN
nameserver 127.0.0.1
search Speedport_W_700V
kerstin@kerstin-ThinkPad-T43:~$ cat /etc/hosts
127.0.0.1 localhost
127.0.1.1 kerstin-ThinkPad-T43
# The following lines are desirable for IPv6 capable hosts
::1 ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
kerstin@kerstin-ThinkPad-T43:~$
kerstin@kerstin-ThinkPad-T43:~$ cat /etc/udev/rules.d/70-persistent-net.rules
# This file was automatically generated by the /lib/udev/write_net_rules
# program, run by the persistent-net-generator.rules rules file.
#
# You can modify it, as long as you keep each rule on a single
# line, and change only the value of the NAME= key.
# PCI device 0x14e4:0x167d (tg3)
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="00:01:6c:e9:1c:06", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="eth*", NAME="eth0"
kerstin@kerstin-ThinkPad-T43:~$
kerstin@kerstin-ThinkPad-T43:~$ ifconfig
eth0 Link encap:Ethernet Hardware Adresse 00:01:6c:e9:1c:06
inet Adresse:192.168.2.112 Bcast:192.168.2.255 Maske:255.255.255.0
inet6-Adresse: fe80::201:6cff:fee9:1c06/64 Gültigkeitsbereich:Verbindung
UP BROADCAST RUNNING MULTICAST MTU:1500 Metrik:1
RX packets:109708 errors:0 dropped:0 overruns:0 frame:0
TX packets:79386 errors:0 dropped:0 overruns:0 carrier:0
Kollisionen:0 Sendewarteschlangenlänge:1000
RX-Bytes:149840294 (149.8 MB) TX-Bytes:6725661 (6.7 MB)
Interrupt:16
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:1552 errors:0 dropped:0 overruns:0 frame:0
TX packets:1552 errors:0 dropped:0 overruns:0 carrier:0
Kollisionen:0 Sendewarteschlangenlänge:0
RX-Bytes:137003 (137.0 KB) TX-Bytes:137003 (137.0 KB)
kerstin@kerstin-ThinkPad-T43:~$ route -n
Kernel-IP-Routentabelle
Ziel Router Genmask Flags Metric Ref Use Iface
0.0.0.0 192.168.2.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.2.0 0.0.0.0 255.255.255.0 U 1 0 0 eth0
kerstin@kerstin-ThinkPad-T43:~$ iwconfig
lo no wireless extensions.
irda0 no wireless extensions.
eth0 no wireless extensions.
kerstin@kerstin-ThinkPad-T43:~$
kerstin@kerstin-ThinkPad-T43:~$ iwlist chan
lo no frequency information.
irda0 no frequency information.
eth0 no frequency information.
kerstin@kerstin-ThinkPad-T43:~$
kerstin@kerstin-ThinkPad-T43:~$ sudo iwlist scan
[sudo] password for kerstin:
lo Interface doesn't support scanning.
irda0 Interface doesn't support scanning.
eth0 Interface doesn't support scanning.
kerstin@kerstin-ThinkPad-T43:~$
kerstin@kerstin-ThinkPad-T43:~$ rfkill list
0: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
1: tpacpi_bluetooth_sw: Bluetooth
Soft blocked: no
Hard blocked: no
kerstin@kerstin-ThinkPad-T43:~$
kerstin@kerstin-ThinkPad-T43:~$ lsmod
Module Size Used by
joydev 17393 0
pcmcia 39791 0
thinkpad_acpi 73942 0
snd_seq_midi 13132 0
radeon 729591 3
snd_rawmidi 25424 1 snd_seq_midi
snd_seq_midi_event 14475 1 snd_seq_midi
snd_seq 51567 2 snd_seq_midi,snd_seq_midi_event
snd_intel8x0 33455 2
snd_ac97_codec 106082 1 snd_intel8x0
ac97_bus 12642 1 snd_ac97_codec
snd_seq_device 14172 3 snd_seq_midi,snd_rawmidi,snd_seq
snd_pcm 80845 2 snd_intel8x0,snd_ac97_codec
psmouse 87213 0
snd_timer 28931 2 snd_seq,snd_pcm
yenta_socket 27428 0
pcmcia_rsrc 18367 1 yenta_socket
serio_raw 13027 0
pcmcia_core 21511 3 pcmcia,yenta_socket,pcmcia_rsrc
snd 62064 12 thinkpad_acpi,snd_rawmidi,snd_seq,snd_intel8x0,snd_ac97_codec,snd_seq_device,snd_pcm,snd_timer
btusb 17912 2
bnep 17830 2
snd_page_alloc 14115 2 snd_intel8x0,snd_pcm
rfcomm 38139 12
nsc_ircc 23240 0
ttm 65344 1 radeon
soundcore 14635 1 snd
drm_kms_helper 45466 1 radeon
irda 185517 1 nsc_ircc
nvram 14029 1 thinkpad_acpi
drm 197692 5 radeon,ttm,drm_kms_helper
bluetooth 158438 23 btusb,bnep,rfcomm
ppdev 12849 0
video 19068 0
parport_pc 32114 1
binfmt_misc 17292 1
crc_ccitt 12595 1 irda
mac_hid 13077 0
i2c_algo_bit 13199 1 radeon
lp 17455 0
parport 40930 3 ppdev,parport_pc,lp
usbhid 41906 0
hid 77367 1 usbhid
tg3 137273 0
floppy 60310 0
kerstin@kerstin-ThinkPad-T43:~$
kerstin@kerstin-ThinkPad-T43:~$ 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] original variable MTRRs
[ 0.008350] CPU0: Thermal monitoring enabled (TM2)
[ 0.072003] print_constraints: dummy:
[ 0.093043] PCI: Ignoring host bridge windows from ACPI; if necessary, use "pci=use_crs" and report a bug
[ 0.098169] pci 0000:00:1c.0: PCI bridge to [bus 02-02]
[ 0.103131] i2c-core: driver [aat2870] using legacy suspend method
[ 0.103133] i2c-core: driver [aat2870] using legacy resume method
[ 0.167846] audit: initializing netlink socket (disabled)
[ 0.275190] thermal LNXTHERM:00: registered as thermal_zone0
[ 0.275194] ACPI: Thermal Zone [THM0] (68 C)
[ 0.601830] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[ 1.155786] tg3.c:v3.121 (November 2, 2011)
[ 1.155805] tg3 0000:02:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 1.155819] tg3 0000:02:00.0: setting latency timer to 64
[ 1.254056] tg3 0000:02:00.0: eth0: Tigon3 [partno(BCM95751M) rev 4101] (PCI Express) MAC address 00:01:6c:e9:1c:06
[ 1.254063] tg3 0000:02:00.0: eth0: attached PHY is 5750 (10/100/1000Base-T Ethernet) (WireSpeed[1], EEE[0])
[ 1.254067] tg3 0000:02:00.0: eth0: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[0] TSOcap[1]
[ 1.254071] tg3 0000:02:00.0: eth0: dma_rwctrl[76180000] dma_mask[64-bit]
[ 17.909803] ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 18.022498] Adding 1046524k swap on /dev/sda5. Priority:-1 extents:1 across:1046524k
[ 18.767372] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 18.773917] intel_rng: FWH not detected
[ 18.943434] ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 18.944042] ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 19.053681] ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 19.526259] thinkpad_acpi: http://ibm-acpi.sf.net/
[ 20.121574] fbcon: radeondrmfb (fb0) is primary device
[ 20.484828] tg3 0000:02:00.0: eth0: Link is up at 100 Mbps, full duplex
[ 20.484832] tg3 0000:02:00.0: eth0: Flow control is on for TX and on for RX
[ 20.485060] ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[ 30.632057] eth0: no IPv6 routers present
[ 139.491863] audit_printk_skb: 36 callbacks suppressed
[ 4125.608169] 7 80 956239
kerstin@kerstin-ThinkPad-T43:~$
kerstin@kerstin-ThinkPad-T43:~$ cat /var/lib/NetworkManager/NetworkManager.state
[main]
NetworkingEnabled=true
WirelessEnabled=true
WWANEnabled=true
WimaxEnabled=true
kerstin@kerstin-ThinkPad-T43:~$
kerstin@kerstin-ThinkPad-T43:~$ cat /etc/NetworkManager/NetworkManager.conf
[main]
plugins=ifupdown,keyfile
dns=dnsmasq
[ifupdown]
managed=false
kerstin@kerstin-ThinkPad-T43:~$
Code