ubuntuusers.de

Ubuntu von USB booten - kein wlan

Autor:
dilasso
Datum:
17. Februar 2015 09:53
Code:
  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
uname -a
Linux roland-Xubuntu-OnUSB 3.13.0-45-generic #74-Ubuntu SMP Tue Jan 13 19:37:48 UTC 2015 i686 i686 i686 GNU/Linux


lspci -nnk | grep -i net -A2
02:00.0 Ethernet controller [0200]: Broadcom Corporation NetLink BCM5906M Fast Ethernet PCI Express [14e4:1713] (rev 02)
	Subsystem: Lenovo IdeaPad S10e [17aa:3a23]
	Kernel driver in use: tg3
05:00.0 Network controller [0280]: Broadcom Corporation BCM4312 802.11b/g LP-PHY [14e4:4315] (rev 01)
	Subsystem: Broadcom Corporation Device [14e4:04b5]
	Kernel driver in use: b43-pci-bridge


lsusb
Bus 001 Device 005: ID 0bda:0158 Realtek Semiconductor Corp. USB 2.0 multicard reader
Bus 001 Device 003: ID 5986:0241 Acer, Inc BisonCam, NB Pro
Bus 001 Device 002: ID 0781:5580 SanDisk Corp. SDCZ80 Flash Drive
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 005 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 003 Device 002: ID 0a5c:2150 Broadcom Corp. BCM2046 Bluetooth Device
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub


cat /etc/network/interfaces
# interfaces(5) file used by ifup(8) and ifdown(8)
auto lo
iface lo inet loopback


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


cat /etc/hosts
127.0.0.1	localhost
127.0.1.1	roland-Xubuntu-OnUSB
# 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


ifconfig -a
eth1      Link encap:Ethernet  Hardware Adresse 00:23:8b:41:85:5e  
          UP BROADCAST MULTICAST  MTU:1500  Metrik:1
          RX-Pakete:0 Fehler:0 Verloren:0 Überläufe:0 Fenster:0
          TX-Pakete:0 Fehler:0 Verloren:0 Überläufe:0 Träger:0
          Kollisionen:0 Sendewarteschlangenlänge:1000 
          RX-Bytes:0 (0.0 B)  TX-Bytes:0 (0.0 B)
          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:65536  Metrik:1
          RX-Pakete:212 Fehler:0 Verloren:0 Überläufe:0 Fenster:0
          TX-Pakete:212 Fehler:0 Verloren:0 Überläufe:0 Träger:0
          Kollisionen:0 Sendewarteschlangenlänge:0 
          RX-Bytes:16784 (16.7 KB)  TX-Bytes:16784 (16.7 KB)


iwconfig
lo        no wireless extensions.
eth1      no wireless extensions.


route -n
Kernel-IP-Routentabelle
Ziel            Router          Genmask         Flags Metric Ref    Use Iface


arp -av
Einträge: 0   Ignoriert: 0   Gefunden: 0


ip neigh show
ergibt keine Ausgabe


cat /var/lib/NetworkManager/NetworkManager.state
[main]
NetworkingEnabled=true
WirelessEnabled=true
WWANEnabled=true
WimaxEnabled=true


cat /etc/NetworkManager/NetworkManager.conf
[main]
plugins=ifupdown,keyfile,ofono
dns=dnsmasq
[ifupdown]
managed=false


cat /etc/udev/rules.d/70-persistent-net.rules | egrep -i 'device|sub' -A3
# PCI device 0x10ec:0x8168 (r8169)
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="28:d2:44:57:82:8e", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="eth*", NAME="eth0"

# PCI device 0x8086:0x08b2 (iwlwifi)
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="0c:8b:fd:7c:58:9e", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="wlan*", NAME="wlan0"

# PCI device 0x14e4:0x1713 (tg3)
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="00:23:8b:41:85:5e", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="eth*", NAME="eth1"


rfkill list
0: ideapad_wlan: Wireless LAN
	Soft blocked: no
	Hard blocked: no
1: ideapad_bluetooth: Bluetooth
	Soft blocked: no
	Hard blocked: no
2: hci0: Bluetooth
	Soft blocked: no
	Hard blocked: no


 lsmod
Module                  Size  Used by
dm_crypt               22589  0 
snd_hda_codec_realtek    59259  1 
snd_hda_intel          42794  3 
snd_hda_codec         164067  2 snd_hda_codec_realtek,snd_hda_intel
snd_hwdep              13272  1 snd_hda_codec
coretemp               13195  0 
snd_pcm                85501  2 snd_hda_codec,snd_hda_intel
b43                   356470  0 
uvcvideo               71309  0 
bcma                   42043  1 b43
snd_page_alloc         14230  2 snd_pcm,snd_hda_intel
joydev                 17101  0 
serio_raw              13230  0 
mac80211              546067  1 b43
videobuf2_vmalloc      13048  1 uvcvideo
snd_seq_midi           13132  0 
snd_seq_midi_event     14475  1 snd_seq_midi
videobuf2_memops       13170  1 videobuf2_vmalloc
videobuf2_core         39258  1 uvcvideo
lpc_ich                16864  0 
snd_rawmidi            25135  1 snd_seq_midi
videodev              108503  2 uvcvideo,videobuf2_core
cfg80211              409394  2 b43,mac80211
snd_seq                55383  2 snd_seq_midi_event,snd_seq_midi
btusb                  27580  0 
snd_seq_device         14137  3 snd_seq,snd_rawmidi,snd_seq_midi
snd_timer              28584  2 snd_pcm,snd_seq
bnep                   18895  2 
rfcomm                 53664  12 
bluetooth             342208  22 bnep,btusb,rfcomm
snd                    60939  16 snd_hda_codec_realtek,snd_hwdep,snd_timer,snd_pcm,snd_seq,snd_rawmidi,snd_hda_codec,snd_hda_intel,snd_seq_device,snd_seq_midi
soundcore              12600  1 snd
ideapad_laptop         17872  0 
sparse_keymap          13708  1 ideapad_laptop
binfmt_misc            13140  1 
mac_hid                13037  0 
parport_pc             31981  0 
ppdev                  17391  0 
lp                     13299  0 
parport                40836  3 lp,ppdev,parport_pc
ums_realtek            17733  0 
usb_storage            48417  3 ums_realtek
tg3                   152160  0 
i915                  710013  4 
ptp                    18445  1 tg3
psmouse                91357  0 
i2c_algo_bit           13197  1 i915
drm_kms_helper         48868  1 i915
pps_core               18799  1 ptp
ssb                    51854  1 b43
drm                   244037  5 i915,drm_kms_helper
video                  18903  1 i915


iwlist chan
lo        no frequency information.
eth1      no frequency information.


sudo iwlist scan
lo        Interface doesn't support scanning.
eth1      Interface doesn't support scanning.


egrep -i 'net|eth|wlan|firm|reason' /var/log/syslog
Feb 13 12:30:07 roland-Xubuntu-OnUSB NetworkManager[713]: <info> kernel firmware directory '/lib/firmware' changed
Feb 13 12:33:28 roland-Xubuntu-OnUSB 40grub2: debug: parsing: knetbsd#011/boot/memtest86+.elf
Feb 13 12:33:29 roland-Xubuntu-OnUSB 40grub2: debug: parsing: ### BEGIN /etc/grub.d/30_uefi-firmware ###
Feb 13 12:33:29 roland-Xubuntu-OnUSB 40grub2: debug: parsing: ### END /etc/grub.d/30_uefi-firmware ###
Feb 13 12:34:52 roland-Xubuntu-OnUSB 40grub2: debug: parsing: knetbsd#011/boot/memtest86+.elf
Feb 13 12:34:53 roland-Xubuntu-OnUSB 40grub2: debug: parsing: ### BEGIN /etc/grub.d/30_uefi-firmware ###
Feb 13 12:34:53 roland-Xubuntu-OnUSB 40grub2: debug: parsing: ### END /etc/grub.d/30_uefi-firmware ###
Feb 17 08:53:09 roland-Xubuntu-OnUSB kernel: [    0.000000]   Transmeta GenuineTMx86
Feb 17 08:53:09 roland-Xubuntu-OnUSB kernel: [    0.101568] NET: Registered protocol family 16
Feb 17 08:53:09 roland-Xubuntu-OnUSB kernel: [    0.116067] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
Feb 17 08:53:09 roland-Xubuntu-OnUSB kernel: [    0.235849] NetLabel: Initializing
Feb 17 08:53:09 roland-Xubuntu-OnUSB kernel: [    0.235855] NetLabel:  domain hash size = 128
Feb 17 08:53:09 roland-Xubuntu-OnUSB kernel: [    0.235859] NetLabel:  protocols = UNLABELED CIPSOv4
Feb 17 08:53:09 roland-Xubuntu-OnUSB kernel: [    0.235891] NetLabel:  unlabeled traffic allowed by default
Feb 17 08:53:09 roland-Xubuntu-OnUSB kernel: [    0.312859] NET: Registered protocol family 2
Feb 17 08:53:09 roland-Xubuntu-OnUSB kernel: [    0.313711] NET: Registered protocol family 1
Feb 17 08:53:09 roland-Xubuntu-OnUSB kernel: [    1.517149] microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
Feb 17 08:53:09 roland-Xubuntu-OnUSB kernel: [    1.517951] audit: initializing netlink socket (disabled)
Feb 17 08:53:09 roland-Xubuntu-OnUSB kernel: [    2.097899] NET: Registered protocol family 10
Feb 17 08:53:09 roland-Xubuntu-OnUSB kernel: [    2.098513] NET: Registered protocol family 17
Feb 17 08:53:09 roland-Xubuntu-OnUSB kernel: [    3.284002] tg3 0000:02:00.0 eth0: Tigon3 [partno(BCM95906) rev c002] (PCI Express) MAC address 00:23:8b:41:85:5e
Feb 17 08:53:09 roland-Xubuntu-OnUSB kernel: [    3.284060] tg3 0000:02:00.0 eth0: attached PHY is 5906 (10/100Base-TX Ethernet) (WireSpeed[0], EEE[0])
Feb 17 08:53:09 roland-Xubuntu-OnUSB kernel: [    3.284072] tg3 0000:02:00.0 eth0: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[0] TSOcap[0]
Feb 17 08:53:09 roland-Xubuntu-OnUSB kernel: [    3.284082] tg3 0000:02:00.0 eth0: dma_rwctrl[76180000] dma_mask[64-bit]
Feb 17 08:53:09 roland-Xubuntu-OnUSB kernel: [    8.894631] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
Feb 17 08:53:09 roland-Xubuntu-OnUSB kernel: [   11.696373] systemd-udevd[381]: renamed network interface eth0 to eth1
Feb 17 08:53:09 roland-Xubuntu-OnUSB kernel: [   11.709891] NET: Registered protocol family 31
Feb 17 08:53:09 roland-Xubuntu-OnUSB kernel: [   11.914614] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
Feb 17 08:53:10 roland-Xubuntu-OnUSB avahi-daemon[530]: Network interface enumeration completed.
Feb 17 08:53:10 roland-Xubuntu-OnUSB kernel: [   13.266625] type=1400 audit(1424159590.624:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=542 comm="apparmor_parser"
Feb 17 08:53:10 roland-Xubuntu-OnUSB kernel: [   13.269974] type=1400 audit(1424159590.628:8): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=542 comm="apparmor_parser"
Feb 17 08:53:11 roland-Xubuntu-OnUSB kernel: [   14.161547] b43-phy0: Broadcom 4312 WLAN found (core revision 15)
Feb 17 08:53:11 roland-Xubuntu-OnUSB kernel: [   14.335515] b43 ssb0:0: Direct firmware load failed with error -2
Feb 17 08:53:13 roland-Xubuntu-OnUSB kernel: [   15.654784] b43 ssb0:0: Direct firmware load failed with error -2
Feb 17 08:53:13 roland-Xubuntu-OnUSB kernel: [   15.859140] b43 ssb0:0: Direct firmware load failed with error -2
Feb 17 08:53:13 roland-Xubuntu-OnUSB kernel: [   15.868173] b43 ssb0:0: Direct firmware load failed with error -2
Feb 17 08:53:13 roland-Xubuntu-OnUSB kernel: [   15.898689] b43-phy0 ERROR: Firmware file "b43/ucode15.fw" not found
Feb 17 08:53:13 roland-Xubuntu-OnUSB kernel: [   15.898706] b43-phy0 ERROR: Firmware file "b43-open/ucode15.fw" not found
Feb 17 08:53:13 roland-Xubuntu-OnUSB kernel: [   15.898715] b43-phy0 ERROR: You must go to http://wireless.kernel.org/en/users/Drivers/b43#devicefirmware and download the correct firmware for this driver version. Please carefully read all instructions on this website.
Feb 17 08:53:16 roland-Xubuntu-OnUSB NetworkManager[822]: <info> NetworkManager (version 0.9.8.8) is starting...
Feb 17 08:53:16 roland-Xubuntu-OnUSB NetworkManager[822]: <info> Read config file /etc/NetworkManager/NetworkManager.conf
Feb 17 08:53:16 roland-Xubuntu-OnUSB NetworkManager[822]: <info> WEXT support is enabled
Feb 17 08:53:16 roland-Xubuntu-OnUSB NetworkManager[822]: <info> VPN: loaded org.freedesktop.NetworkManager.pptp
Feb 17 08:53:16 roland-Xubuntu-OnUSB NetworkManager[822]: <info> DNS: loaded plugin dnsmasq
Feb 17 08:53:16 roland-Xubuntu-OnUSB NetworkManager[822]:    SCPlugin-Ifupdown: init!
Feb 17 08:53:16 roland-Xubuntu-OnUSB NetworkManager[822]:    SCPlugin-Ifupdown: update_system_hostname
Feb 17 08:53:16 roland-Xubuntu-OnUSB NetworkManager[822]:       interface-parser: parsing file /etc/network/interfaces
Feb 17 08:53:16 roland-Xubuntu-OnUSB NetworkManager[822]:       interface-parser: finished parsing file /etc/network/interfaces
Feb 17 08:53:16 roland-Xubuntu-OnUSB NetworkManager[822]:    SCPluginIfupdown: management mode: unmanaged
Feb 17 08:53:16 roland-Xubuntu-OnUSB NetworkManager[822]:    SCPlugin-Ifupdown: devices added (path: /sys/devices/pci0000:00/0000:00:1c.0/0000:02:00.0/net/eth1, iface: eth1)
Feb 17 08:53:16 roland-Xubuntu-OnUSB NetworkManager[822]:    SCPlugin-Ifupdown: device added (path: /sys/devices/pci0000:00/0000:00:1c.0/0000:02:00.0/net/eth1, iface: eth1): no ifupdown configuration found.
Feb 17 08:53:16 roland-Xubuntu-OnUSB NetworkManager[822]:    SCPlugin-Ifupdown: devices added (path: /sys/devices/virtual/net/lo, iface: lo)
Feb 17 08:53:16 roland-Xubuntu-OnUSB NetworkManager[822]:    SCPlugin-Ifupdown: device added (path: /sys/devices/virtual/net/lo, iface: lo): no ifupdown configuration found.
Feb 17 08:53:16 roland-Xubuntu-OnUSB NetworkManager[822]:    SCPlugin-Ifupdown: end _init.
Feb 17 08:53:16 roland-Xubuntu-OnUSB NetworkManager[822]: <info> Loaded plugin ifupdown: (C) 2008 Canonical Ltd.  To report bugs please use the NetworkManager mailing list.
Feb 17 08:53:16 roland-Xubuntu-OnUSB NetworkManager[822]: <info> Loaded plugin keyfile: (c) 2007 - 2010 Red Hat, Inc.  To report bugs please use the NetworkManager mailing list.
Feb 17 08:53:16 roland-Xubuntu-OnUSB NetworkManager[822]:    SCPlugin-Ofono: Acquired D-Bus service com.canonical.NMOfono
Feb 17 08:53:16 roland-Xubuntu-OnUSB NetworkManager[822]:    SCPlugin-Ofono: init!
Feb 17 08:53:16 roland-Xubuntu-OnUSB NetworkManager[822]:    SCPlugin-Ofono: end _init.
Feb 17 08:53:16 roland-Xubuntu-OnUSB NetworkManager[822]: <info> Loaded plugin (null): (null)
Feb 17 08:53:16 roland-Xubuntu-OnUSB NetworkManager[822]:    Ifupdown: get unmanaged devices count: 0
Feb 17 08:53:16 roland-Xubuntu-OnUSB NetworkManager[822]:    SCPlugin-Ifupdown: (141284704) ... get_connections.
Feb 17 08:53:16 roland-Xubuntu-OnUSB NetworkManager[822]:    SCPlugin-Ifupdown: (141284704) ... get_connections (managed=false): return empty list.
Feb 17 08:53:16 roland-Xubuntu-OnUSB NetworkManager[822]:    keyfile: parsing landscapingAT ... 
Feb 17 08:53:16 roland-Xubuntu-OnUSB NetworkManager[822]:    keyfile:     read connection 'landscapingAT'
Feb 17 08:53:16 roland-Xubuntu-OnUSB NetworkManager[822]:    SCPlugin-Ofono: (141157912) ... get_connections.
Feb 17 08:53:16 roland-Xubuntu-OnUSB NetworkManager[822]:    SCPlugin-Ofono: (141157912) connections count: 0
Feb 17 08:53:16 roland-Xubuntu-OnUSB NetworkManager[822]:    Ifupdown: get unmanaged devices count: 0
Feb 17 08:53:16 roland-Xubuntu-OnUSB NetworkManager[822]: <info> monitoring kernel firmware directory '/lib/firmware'.
Feb 17 08:53:16 roland-Xubuntu-OnUSB NetworkManager[822]: <info> rfkill0: found WiFi radio killswitch (at /sys/devices/platform/VPC2004:00/rfkill/rfkill0) (platform driver ideapad_acpi)
Feb 17 08:53:16 roland-Xubuntu-OnUSB NetworkManager[822]: <info> WiFi enabled by radio killswitch; enabled by state file
Feb 17 08:53:16 roland-Xubuntu-OnUSB NetworkManager[822]: <info> WWAN enabled by radio killswitch; enabled by state file
Feb 17 08:53:16 roland-Xubuntu-OnUSB NetworkManager[822]: <info> WiMAX enabled by radio killswitch; enabled by state file
Feb 17 08:53:16 roland-Xubuntu-OnUSB NetworkManager[822]: <info> Networking is enabled by state file
Feb 17 08:53:16 roland-Xubuntu-OnUSB NetworkManager[822]: <warn> failed to allocate link cache: (-12) Object not found
Feb 17 08:53:16 roland-Xubuntu-OnUSB NetworkManager[822]: <info> (eth1): carrier is OFF
Feb 17 08:53:16 roland-Xubuntu-OnUSB NetworkManager[822]: <info> (eth1): new Ethernet device (driver: 'tg3' ifindex: 2)
Feb 17 08:53:16 roland-Xubuntu-OnUSB NetworkManager[822]: <info> (eth1): exported as /org/freedesktop/NetworkManager/Devices/0
Feb 17 08:53:16 roland-Xubuntu-OnUSB NetworkManager[822]: <info> (eth1): device state change: unmanaged -> unavailable (reason 'managed') [10 20 2]
Feb 17 08:53:16 roland-Xubuntu-OnUSB NetworkManager[822]: <info> (eth1): bringing up device.
Feb 17 08:53:16 roland-Xubuntu-OnUSB NetworkManager[822]: <info> (eth1): preparing device.
Feb 17 08:53:16 roland-Xubuntu-OnUSB NetworkManager[822]: <info> (eth1): deactivating device (reason 'managed') [2]
Feb 17 08:53:16 roland-Xubuntu-OnUSB kernel: [   19.588300] IPv6: ADDRCONF(NETDEV_UP): eth1: link is not ready
Feb 17 08:53:16 roland-Xubuntu-OnUSB kernel: [   19.589530] IPv6: ADDRCONF(NETDEV_UP): eth1: link is not ready
Feb 17 08:53:16 roland-Xubuntu-OnUSB NetworkManager[822]: <info> Added default wired connection 'Kabelnetzwerkverbindung 1' for /sys/devices/pci0000:00/0000:00:1c.0/0000:02:00.0/net/eth1
Feb 17 08:53:16 roland-Xubuntu-OnUSB NetworkManager[822]: <warn> /sys/devices/virtual/net/lo: couldn't determine device driver; ignoring...
Feb 17 08:53:16 roland-Xubuntu-OnUSB NetworkManager[822]: <warn> /sys/devices/virtual/net/lo: couldn't determine device driver; ignoring...
Feb 17 08:53:16 roland-Xubuntu-OnUSB NetworkManager[822]: <info> urfkill disappeared from the bus
Feb 17 08:53:17 roland-Xubuntu-OnUSB NetworkManager[822]: <info> ModemManager available in the bus
Feb 17 08:53:17 roland-Xubuntu-OnUSB kernel: [   19.983851] type=1400 audit(1424159597.340:13): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=910 comm="apparmor_parser"
Feb 17 08:53:17 roland-Xubuntu-OnUSB kernel: [   19.989548] type=1400 audit(1424159597.348:15): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=910 comm="apparmor_parser"
Feb 17 08:53:19 roland-Xubuntu-OnUSB acpid: starting up with netlink and the input layer
Feb 17 08:53:27 roland-Xubuntu-OnUSB NetworkManager[822]: <info> WiFi hardware radio set enabled
Feb 17 08:54:02 roland-Xubuntu-OnUSB blueman-mechanism: loading Network 


dmesg | egrep 'net|eth|sky|sun|sis|via|3c3|3c5|e100|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] original variable MTRRs
[    0.004897] CPU0: Thermal monitoring enabled (TM1)
[    1.517149] microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
[    1.517951] audit: initializing netlink socket (disabled)
[    1.852276] thermal LNXTHERM:00: registered as thermal_zone0
[    1.852292] ACPI: Thermal Zone [TZ00] (11 C)
[    1.870962] ata2: port disabled--ignoring
[    2.027287] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[    2.112817] Loaded X.509 cert 'Magrathea: Glacier signing key: 3689bf48af502cbafe71e5c25d6c55340b7f13ff'
[    3.051486] ssb: Found chip with id 0x4312, rev 0x01 and package 0x00
[    3.051514] ssb: Core 0 found: ChipCommon (cc 0x800, rev 0x16, vendor 0x4243)
[    3.051537] ssb: Core 1 found: IEEE 802.11 (cc 0x812, rev 0x0F, vendor 0x4243)
[    3.051559] ssb: Core 2 found: PCMCIA (cc 0x80D, rev 0x0A, vendor 0x4243)
[    3.051582] ssb: Core 3 found: PCI-E (cc 0x820, rev 0x09, vendor 0x4243)
[    3.193798] tg3.c:v3.134 (Sep 16, 2013)
[    3.212434] ssb: Sonics Silicon Backplane found on PCI device 0000:05:00.0
[    3.284002] tg3 0000:02:00.0 eth0: Tigon3 [partno(BCM95906) rev c002] (PCI Express) MAC address 00:23:8b:41:85:5e
[    3.284060] tg3 0000:02:00.0 eth0: attached PHY is 5906 (10/100Base-TX Ethernet) (WireSpeed[0], EEE[0])
[    3.284072] tg3 0000:02:00.0 eth0: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[0] TSOcap[0]
[    3.284082] tg3 0000:02:00.0 eth0: dma_rwctrl[76180000] dma_mask[64-bit]
[    3.599355] fbcon: inteldrmfb (fb0) is primary device
[    8.894631] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[   11.696373] systemd-udevd[381]: renamed network interface eth0 to eth1
[   11.914614] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   12.364748] intel_rng: FWH not detected
[   14.161547] b43-phy0: Broadcom 4312 WLAN found (core revision 15)
[   14.231025] b43-phy0: Found PHY: Analog 6, Type 5 (LP), Revision 1
[   14.335515] b43 ssb0:0: Direct firmware load failed with error -2
[   14.335529] b43 ssb0:0: Falling back to user helper
[   15.654784] b43 ssb0:0: Direct firmware load failed with error -2
[   15.654797] b43 ssb0:0: Falling back to user helper
[   15.859140] b43 ssb0:0: Direct firmware load failed with error -2
[   15.859153] b43 ssb0:0: Falling back to user helper
[   15.868173] b43 ssb0:0: Direct firmware load failed with error -2
[   15.868185] b43 ssb0:0: Falling back to user helper
[   15.898689] b43-phy0 ERROR: Firmware file "b43/ucode15.fw" not found
[   15.898706] b43-phy0 ERROR: Firmware file "b43-open/ucode15.fw" not found
[   15.898715] b43-phy0 ERROR: You must go to http://wireless.kernel.org/en/users/Drivers/b43#devicefirmware and download the correct firmware for this driver version. Please carefully read all instructions on this website.
[   19.511415] tg3 0000:02:00.0: irq 44 for MSI/MSI-X
[   19.588300] IPv6: ADDRCONF(NETDEV_UP): eth1: link is not ready
[   19.589530] IPv6: ADDRCONF(NETDEV_UP): eth1: link is not ready