ubuntuusers.de

🚧 Am Sonntag, 5. Mai, werden ab 16 Uhr die Server aktualisiert und eine neue Inyoka-Version veröffentlicht. Das Portal wird mehrmals nicht verfügbar sein.

Dima____Nopaste WLAN Problem

Datum:
27. September 2013 20:57
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
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
lsusb
->
Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 003 Device 002: ID 045e:00dd Microsoft Corp. Comfort Curve Keyboard 2000 V1.0
Bus 003 Device 003: ID 058f:6387 Alcor Micro Corp. Flash Drive
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 005 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 006 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 003: ID 18d1:4e21 Google Inc. Nexus S
Bus 001 Device 004: ID 093a:2510 Pixart Imaging, Inc. Optical Mouse
Bus 002 Device 003: ID 045e:074a Microsoft Corp. 
Bus 002 Device 004: ID 0846:4260 NetGear, Inc. WG111v3 54 Mbps Wireless [realtek RTL8187B]

dmesg->

[    0.512172] usb usb1: Product: EHCI Host Controller
[    0.512218] usb usb1: Manufacturer: Linux 3.8.0-19-generic ehci_hcd
[    0.512265] usb usb1: SerialNumber: 0000:00:1a.0
[    0.512359] hub 1-0:1.0: USB hub found
[    0.512408] hub 1-0:1.0: 2 ports detected
[    0.512518] ehci-pci 0000:00:1d.0: setting latency timer to 64
[    0.512520] ehci-pci 0000:00:1d.0: EHCI Host Controller
[    0.512568] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 2
[    0.512638] ehci-pci 0000:00:1d.0: debug port 2
[    0.516574] ehci-pci 0000:00:1d.0: cache line size of 64 is not supported
[    0.516584] ehci-pci 0000:00:1d.0: irq 23, io mem 0xf6a37000
[    0.527993] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
[    0.528048] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
[    0.528097] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.528158] usb usb2: Product: EHCI Host Controller
[    0.528204] usb usb2: Manufacturer: Linux 3.8.0-19-generic ehci_hcd
[    0.528251] usb usb2: SerialNumber: 0000:00:1d.0
[    0.528342] hub 2-0:1.0: USB hub found
[    0.528386] hub 2-0:1.0: 2 ports detected
[    0.528480] ehci-platform: EHCI generic platform driver
[    0.528529] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    0.528583] uhci_hcd: USB Universal Host Controller Interface driver
[    0.528654] xhci_hcd 0000:00:14.0: setting latency timer to 64
[    0.528656] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    0.528704] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 3
[    0.528833] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
[    0.528866] xhci_hcd 0000:00:14.0: irq 42 for MSI/MSI-X
[    0.528900] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002
[    0.528949] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.529010] usb usb3: Product: xHCI Host Controller
[    0.529055] usb usb3: Manufacturer: Linux 3.8.0-19-generic xhci_hcd
[    0.529103] usb usb3: SerialNumber: 0000:00:14.0
[    0.529181] xHCI xhci_add_endpoint called for root hub
[    0.529182] xHCI xhci_check_bandwidth called for root hub
[    0.529192] hub 3-0:1.0: USB hub found
[    0.529239] hub 3-0:1.0: 4 ports detected
[    0.529442] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    0.529489] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 4
[    0.529563] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003
[    0.529611] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.529673] usb usb4: Product: xHCI Host Controller
[    0.529718] usb usb4: Manufacturer: Linux 3.8.0-19-generic xhci_hcd
[    0.529765] usb usb4: SerialNumber: 0000:00:14.0
[    0.529839] xHCI xhci_add_endpoint called for root hub
[    0.529840] xHCI xhci_check_bandwidth called for root hub
[    0.529850] hub 4-0:1.0: USB hub found
[    0.529897] hub 4-0:1.0: 4 ports detected
[    0.530142] xhci_hcd 0000:04:00.0: xHCI Host Controller
[    0.530191] xhci_hcd 0000:04:00.0: new USB bus registered, assigned bus number 5
[    0.589629] xhci_hcd 0000:04:00.0: irq 43 for MSI/MSI-X
[    0.589632] xhci_hcd 0000:04:00.0: irq 44 for MSI/MSI-X
[    0.589634] xhci_hcd 0000:04:00.0: irq 45 for MSI/MSI-X
[    0.589637] xhci_hcd 0000:04:00.0: irq 46 for MSI/MSI-X
[    0.589640] xhci_hcd 0000:04:00.0: irq 47 for MSI/MSI-X
[    0.589714] usb usb5: New USB device found, idVendor=1d6b, idProduct=0002
[    0.589763] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.589824] usb usb5: Product: xHCI Host Controller
[    0.589870] usb usb5: Manufacturer: Linux 3.8.0-19-generic xhci_hcd
[    0.589917] usb usb5: SerialNumber: 0000:04:00.0
[    0.590002] xHCI xhci_add_endpoint called for root hub
[    0.590003] xHCI xhci_check_bandwidth called for root hub
[    0.590014] hub 5-0:1.0: USB hub found
[    0.590062] hub 5-0:1.0: 2 ports detected
[    0.590141] xhci_hcd 0000:04:00.0: xHCI Host Controller
[    0.590188] xhci_hcd 0000:04:00.0: new USB bus registered, assigned bus number 6
[    0.590273] usb usb6: New USB device found, idVendor=1d6b, idProduct=0003
[    0.590322] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.590383] usb usb6: Product: xHCI Host Controller
[    0.590428] usb usb6: Manufacturer: Linux 3.8.0-19-generic xhci_hcd
[    0.590476] usb usb6: SerialNumber: 0000:04:00.0
[    0.590552] xHCI xhci_add_endpoint called for root hub
[    0.590553] xHCI xhci_check_bandwidth called for root hub
[    0.590564] hub 6-0:1.0: USB hub found
[    0.590612] hub 6-0:1.0: 2 ports detected
[    0.590739] i8042: PNP: No PS/2 controller found. Probing ports directly.
[    0.592942] serio: i8042 KBD port at 0x60,0x64 irq 1
[    0.592989] serio: i8042 AUX port at 0x60,0x64 irq 12
[    0.593095] mousedev: PS/2 mouse device common for all mice
[    0.593212] rtc_cmos 00:05: RTC can wake from S4
[    0.593351] rtc_cmos 00:05: rtc core: registered rtc_cmos as rtc0
[    0.593421] rtc0: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
[    0.593513] device-mapper: uevent: version 1.0.3
[    0.593587] device-mapper: ioctl: 4.23.1-ioctl (2012-12-18) initialised: dm-devel@redhat.com
[    0.593690] cpuidle: using governor ladder
[    0.593774] cpuidle: using governor menu
[    0.593819] ledtrig-cpu: registered to indicate activity on CPUs
[    0.593866] EFI Variables Facility v0.08 2004-May-17
[    0.594006] ashmem: initialized
[    0.594114] TCP: cubic registered
[    0.594206] NET: Registered protocol family 10
[    0.594343] NET: Registered protocol family 17
[    0.594393] Key type dns_resolver registered
[    0.594597] Loading module verification certificates
[    0.595196] MODSIGN: Loaded cert 'Magrathea: Glacier signing key: d490763cc418e29de79f40a5aa7d97747ec8882c'
[    0.595266] registered taskstats version 1
[    0.596945] Key type trusted registered
[    0.598366] Key type encrypted registered
[    0.600047] rtc_cmos 00:05: setting system clock to 2013-09-27 20:52:14 UTC (1380315134)
[    0.600540] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[    0.600586] EDD information not available.
[    0.601400] Freeing unused kernel memory: 992k freed
[    0.601508] Write protecting the kernel read-only data: 12288k
[    0.603152] Freeing unused kernel memory: 1176k freed
[    0.604661] Freeing unused kernel memory: 1080k freed
[    0.610531] udevd[107]: starting version 175
[    0.619854] Disabling lock debugging due to kernel taint
[    0.620404] e1000e: Intel(R) PRO/1000 Network Driver - 2.1.4-k
[    0.620452] e1000e: Copyright(c) 1999 - 2012 Intel Corporation.
[    0.620523] e1000e 0000:00:19.0: setting latency timer to 64
[    0.620568] e1000e 0000:00:19.0: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
[    0.620656] e1000e 0000:00:19.0: irq 48 for MSI/MSI-X
[    0.823847] usb 1-1: new high-speed USB device number 2 using ehci-pci
[    0.879576] e1000e 0000:00:19.0 eth0: (PCI Express:2.5GT/s:Width x1) 60:a4:4c:5f:44:00
[    0.879640] e1000e 0000:00:19.0 eth0: Intel(R) PRO/1000 Network Connection
[    0.879730] e1000e 0000:00:19.0 eth0: MAC: 10, PHY: 11, PBA No: FFFFFF-0FF
[    0.879815] ahci 0000:00:1f.2: version 3.0
[    0.880130] ahci 0000:00:1f.2: irq 49 for MSI/MSI-X
[    0.880148] ahci: SSS flag set, parallel bus scan disabled
[    0.895816] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 6 Gbps 0x14 impl SATA mode
[    0.895882] ahci 0000:00:1f.2: flags: 64bit ncq stag led clo pio slum part ems sxs apst 
[    0.895947] ahci 0000:00:1f.2: setting latency timer to 64
[    0.904023] scsi0 : ahci
[    0.904146] scsi1 : ahci
[    0.904248] scsi2 : ahci
[    0.904342] scsi3 : ahci
[    0.904434] scsi4 : ahci
[    0.904527] scsi5 : ahci
[    0.904585] ata1: DUMMY
[    0.904628] ata2: DUMMY
[    0.904670] ata3: SATA max UDMA/133 abar m2048@0xf6a36000 port 0xf6a36200 irq 49
[    0.904730] ata4: DUMMY
[    0.904775] ata5: SATA max UDMA/133 abar m2048@0xf6a36000 port 0xf6a36300 irq 49
[    0.904836] ata6: DUMMY
[    0.904932] ahci 0000:05:00.0: irq 50 for MSI/MSI-X
[    0.904966] ahci: SSS flag set, parallel bus scan disabled
[    0.905072] ahci 0000:05:00.0: AHCI 0001.0200 32 slots 2 ports 6 Gbps 0x3 impl SATA mode
[    0.909095] ahci 0000:05:00.0: flags: 64bit ncq sntf stag led clo pmp pio slum part ccc sxs 
[    0.909334] scsi6 : ahci
[    0.909479] scsi7 : ahci
[    0.909561] ata7: SATA max UDMA/133 abar m512@0xf6800000 port 0xf6800100 irq 50
[    0.909642] ata8: SATA max UDMA/133 abar m512@0xf6800000 port 0xf6800180 irq 50
[    0.956113] usb 1-1: New USB device found, idVendor=8087, idProduct=0024
[    0.956161] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    0.956355] hub 1-1:1.0: USB hub found
[    0.956461] hub 1-1:1.0: 6 ports detected
[    1.067705] usb 2-1: new high-speed USB device number 2 using ehci-pci
[    1.199969] usb 2-1: New USB device found, idVendor=8087, idProduct=0024
[    1.200017] usb 2-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    1.200192] hub 2-1:1.0: USB hub found
[    1.200319] hub 2-1:1.0: 8 ports detected
[    1.223623] ata3: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    1.236174] ACPI Error: [DSSP] Namespace lookup failure, AE_NOT_FOUND (20121018/psargs-359)
[    1.236311] ACPI Error: Method parse/execution failed [\_SB_.PCI0.SAT0.SPT2._GTF] (Node ffff8802240687f8), AE_NOT_FOUND (20121018/psparse-537)
[    1.236481] ata3.00: ATAPI: ATAPI   DVD A  DH16A1L, KH15, max UDMA/33
[    1.249412] ACPI Error: [DSSP] Namespace lookup failure, AE_NOT_FOUND (20121018/psargs-359)
[    1.249549] ACPI Error: Method parse/execution failed [\_SB_.PCI0.SAT0.SPT2._GTF] (Node ffff8802240687f8), AE_NOT_FOUND (20121018/psparse-537)
[    1.249719] ata3.00: configured for UDMA/33
[    1.251542] scsi 2:0:0:0: CD-ROM            ATAPI    DVD A  DH16A1L   KH15 PQ: 0 ANSI: 5
[    1.254430] sr0: scsi3-mmc drive: 40x/40x writer dvd-ram cd/rw xa/form2 cdda tray
[    1.254492] cdrom: Uniform CD-ROM driver Revision: 3.20
[    1.254604] sr 2:0:0:0: Attached scsi CD-ROM sr0
[    1.254688] sr 2:0:0:0: Attached scsi generic sg0 type 5
[    1.367533] usb 3-3: new low-speed USB device number 2 using xhci_hcd
[    1.399529] ata7: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    1.400535] ata7.00: ATA-7: Hitachi HDT725050VLA360, V56OA7BA, max UDMA/133
[    1.400584] ata7.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[    1.401792] ata7.00: configured for UDMA/133
[    1.403814] usb 3-3: New USB device found, idVendor=045e, idProduct=00dd
[    1.403862] usb 3-3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    1.403911] usb 3-3: Product: Comfort Curve Keyboard 2000
[    1.403956] usb 3-3: Manufacturer: Microsoft
[    1.404065] usb 3-3: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microframes
[    1.404134] usb 3-3: ep 0x82 - rounding interval to 64 microframes, ep desc says 80 microframes
[    1.423892] usbcore: registered new interface driver usbhid
[    1.423942] usbhid: USB HID core driver
[    1.425276] input: Microsoft Comfort Curve Keyboard 2000 as /devices/pci0000:00/0000:00:14.0/usb3/3-3/3-3:1.0/input/input2
[    1.425448] hid-generic 0003:045E:00DD.0001: input,hidraw0: USB HID v1.11 Keyboard [Microsoft Comfort Curve Keyboard 2000] on usb-0000:00:14.0-3/input0
[    1.426715] input: Microsoft Comfort Curve Keyboard 2000 as /devices/pci0000:00/0000:00:14.0/usb3/3-3/3-3:1.1/input/input3
[    1.426894] hid-generic 0003:045E:00DD.0002: input,hidraw1: USB HID v1.11 Device [Microsoft Comfort Curve Keyboard 2000] on usb-0000:00:14.0-3/input1
[    1.463477] tsc: Refined TSC clocksource calibration: 3400.024 MHz
[    1.463529] Switching to clocksource tsc
[    1.571416] usb 3-4: new high-speed USB device number 3 using xhci_hcd
[    1.571432] ata5: SATA link down (SStatus 0 SControl 300)
[    1.571521] scsi 6:0:0:0: Direct-Access     ATA      Hitachi HDT72505 V56O PQ: 0 ANSI: 5
[    1.571645] sd 6:0:0:0: Attached scsi generic sg1 type 0
[    1.571653] sd 6:0:0:0: [sda] 976773168 512-byte logical blocks: (500 GB/465 GiB)
[    1.571677] sd 6:0:0:0: [sda] Write Protect is off
[    1.571678] sd 6:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    1.571688] sd 6:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.620307]  sda: sda1 sda2 sda3 sda4 < sda5 sda6 >
[    1.620599] sd 6:0:0:0: [sda] Attached SCSI disk
[    1.627969] usb 3-4: New USB device found, idVendor=058f, idProduct=6387
[    1.628018] usb 3-4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    1.628066] usb 3-4: Product: Mass Storage
[    1.628109] usb 3-4: Manufacturer: Generic
[    1.628152] usb 3-4: SerialNumber: 9E9875EC
[    1.629411] Initializing USB Mass Storage driver...
[    1.629509] scsi8 : usb-storage 3-4:1.0
[    1.629575] usbcore: registered new interface driver usb-storage
[    1.629621] USB Mass Storage support registered.
[    1.699427] usb 1-1.3: new high-speed USB device number 3 using ehci-pci
[    1.792077] usb 1-1.3: New USB device found, idVendor=18d1, idProduct=4e21
[    1.792125] usb 1-1.3: New USB device strings: Mfr=2, Product=3, SerialNumber=4
[    1.792186] usb 1-1.3: Product: GT-I9000
[    1.792229] usb 1-1.3: Manufacturer: samsung
[    1.792272] usb 1-1.3: SerialNumber: 383160DED22100EC
[    1.793067] scsi9 : usb-storage 1-1.3:1.0
[    1.863328] usb 1-1.4: new low-speed USB device number 4 using ehci-pci
[    1.891223] ata8: SATA link down (SStatus 0 SControl 300)
[    1.959603] usb 1-1.4: New USB device found, idVendor=093a, idProduct=2510
[    1.959652] usb 1-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    1.959713] usb 1-1.4: Product: USB OPTICAL MOUSE
[    1.959757] usb 1-1.4: Manufacturer: PIXART
[    1.963171] input: PIXART USB OPTICAL MOUSE as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.4/1-1.4:1.0/input/input4
[    1.963333] hid-generic 0003:093A:2510.0003: input,hidraw2: USB HID v1.11 Mouse [PIXART USB OPTICAL MOUSE] on usb-0000:00:1a.0-1.4/input0
[    2.035229] usb 2-1.5: new high-speed USB device number 3 using ehci-pci
[    2.221450] usb 2-1.5: New USB device found, idVendor=045e, idProduct=074a
[    2.221499] usb 2-1.5: New USB device strings: Mfr=2, Product=1, SerialNumber=0
[    2.221559] usb 2-1.5: Product: Microsoft LifeCam
[    2.221603] usb 2-1.5: Manufacturer: Microsoft
[    2.295075] usb 2-1.6: new high-speed USB device number 4 using ehci-pci
[    2.393724] usb 2-1.6: New USB device found, idVendor=0846, idProduct=4260
[    2.393774] usb 2-1.6: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    2.393834] usb 2-1.6: Product: NETGEAR WG111v3
[    2.393878] usb 2-1.6: Manufacturer: Manufacturer_NETGEAR
[    2.393923] usb 2-1.6: SerialNumber: 001E2A3E38AB
[    2.628370] scsi 8:0:0:0: Direct-Access     Generic  Flash Disk       8.07 PQ: 0 ANSI: 2
[    2.628807] sd 8:0:0:0: Attached scsi generic sg2 type 0
[    2.629470] sd 8:0:0:0: [sdb] 1968128 512-byte logical blocks: (1.00 GB/961 MiB)
[    2.629669] sd 8:0:0:0: [sdb] Write Protect is off
[    2.629713] sd 8:0:0:0: [sdb] Mode Sense: 03 00 00 00
[    2.629843] sd 8:0:0:0: [sdb] No Caching mode page present
[    2.629888] sd 8:0:0:0: [sdb] Assuming drive cache: write through
[    2.630897] sd 8:0:0:0: [sdb] No Caching mode page present
[    2.630943] sd 8:0:0:0: [sdb] Assuming drive cache: write through
[    2.674689] EXT4-fs (sda6): INFO: recovery required on readonly filesystem
[    2.674738] EXT4-fs (sda6): write access will be enabled during recovery
[    2.701282] EXT4-fs (sda6): recovery complete
[    2.701515] EXT4-fs (sda6): mounted filesystem with ordered data mode. Opts: (null)
[    2.791658] scsi 9:0:0:0: Direct-Access     Linux    File-CD Gadget   0000 PQ: 0 ANSI: 2
[    2.792155] scsi 9:0:0:1: Direct-Access     Linux    File-CD Gadget   0000 PQ: 0 ANSI: 2
[    2.792628] sd 9:0:0:0: Attached scsi generic sg3 type 0
[    2.792712] sd 9:0:0:1: Attached scsi generic sg4 type 0
[    2.800156] sd 9:0:0:0: [sdc] Attached SCSI removable disk
[    2.801657] sd 9:0:0:1: [sdd] Attached SCSI removable disk
[    2.896781]  sdb: sdb1
[    2.897706] sd 8:0:0:0: [sdb] No Caching mode page present
[    2.897758] sd 8:0:0:0: [sdb] Assuming drive cache: write through
[    2.897805] sd 8:0:0:0: [sdb] Attached SCSI removable disk
[   10.168553] Adding 8260604k swap on /dev/sda5.  Priority:-1 extents:1 across:8260604k 
[   10.297150] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[   10.323777] udevd[385]: starting version 175
[   10.486363] type=1400 audit(1380307944.390:2): apparmor="STATUS" operation="profile_load" name="/sbin/dhclient" pid=553 comm="apparmor_parser"
[   10.486369] type=1400 audit(1380307944.390:3): apparmor="STATUS" operation="profile_replace" name="/sbin/dhclient" pid=554 comm="apparmor_parser"
[   10.486553] type=1400 audit(1380307944.390:4): apparmor="STATUS" operation="profile_load" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=553 comm="apparmor_parser"
[   10.486560] type=1400 audit(1380307944.390:5): apparmor="STATUS" operation="profile_replace" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=554 comm="apparmor_parser"
[   10.486657] type=1400 audit(1380307944.390:6): apparmor="STATUS" operation="profile_load" name="/usr/lib/connman/scripts/dhclient-script" pid=553 comm="apparmor_parser"
[   10.486664] type=1400 audit(1380307944.390:7): apparmor="STATUS" operation="profile_replace" name="/usr/lib/connman/scripts/dhclient-script" pid=554 comm="apparmor_parser"
[   10.594013] lp: driver loaded but no devices found
[   10.594168] microcode: CPU0 sig=0x306a9, pf=0x2, revision=0x16
[   10.594928] mei 0000:00:16.0: setting latency timer to 64
[   10.594975] mei 0000:00:16.0: irq 51 for MSI/MSI-X
[   10.599868] ACPI Warning: 0x0000000000000428-0x000000000000042f SystemIO conflicts with Region \PMIO 1 (20121018/utaddress-251)
[   10.599873] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[   10.600274] ACPI Warning: 0x0000000000000530-0x000000000000053f SystemIO conflicts with Region \GPIO 1 (20121018/utaddress-251)
[   10.600276] ACPI Warning: 0x0000000000000530-0x000000000000053f SystemIO conflicts with Region \_SB_.PCI0.LPCB.GPBX 2 (20121018/utaddress-251)
[   10.600278] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[   10.600282] ACPI Warning: 0x0000000000000500-0x000000000000052f SystemIO conflicts with Region \GPIO 1 (20121018/utaddress-251)
[   10.600285] ACPI Warning: 0x0000000000000500-0x000000000000052f SystemIO conflicts with Region \_SB_.PCI0.LPCB.GPBX 2 (20121018/utaddress-251)
[   10.600288] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[   10.600289] lpc_ich: Resource conflict(s) found affecting gpio_ich
[   10.600494] wmi: Mapper loaded
[   10.600765] [drm] Initialized drm 1.1.0 20060810
[   10.622117] snd_hda_intel 0000:00:1b.0: irq 52 for MSI/MSI-X
[   10.624058] acpi device:4d: registered as cooling_device9
[   10.624127] ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[   10.624147] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input5
[   10.625753] asus_wmi: ASUS WMI generic driver loaded
[   10.626407] asus_wmi: Initialization: 0x0asus_wmi: BIOS WMI version: 0.9
[   10.626435] asus_wmi: SFUN value: 0x0<6>[   10.626574] input: Eee PC WMI hotkeys as /devices/platform/eeepc-wmi/input/input6
[   10.630354] asus_wmi: Backlight controlled by ACPI video driver
[   10.635217] MXM: GUID detected in BIOS
[   10.635407] nouveau  [  DEVICE][0000:02:00.0] BOOT0  : 0x0c3200a1
[   10.635409] nouveau  [  DEVICE][0000:02:00.0] Chipset: GF106 (NVC3)
[   10.635410] nouveau  [  DEVICE][0000:02:00.0] Family : NVC0
[   10.636589] nouveau  [   VBIOS][0000:02:00.0] checking PRAMIN for image...
[   10.644828] input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input7
[   10.644868] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input8
[   10.644904] input: HDA Intel PCH Line as /devices/pci0000:00/0000:00:1b.0/sound/card0/input9
[   10.644937] input: HDA Intel PCH Rear Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input10
[   10.644969] input: HDA Intel PCH Front Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input11
[   10.645001] input: HDA Intel PCH Front Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input12
[   10.645032] input: HDA Intel PCH Line Out Side as /devices/pci0000:00/0000:00:1b.0/sound/card0/input13
[   10.645061] input: HDA Intel PCH Line Out CLFE as /devices/pci0000:00/0000:00:1b.0/sound/card0/input14
[   10.645091] input: HDA Intel PCH Line Out Surround as /devices/pci0000:00/0000:00:1b.0/sound/card0/input15
[   10.645119] input: HDA Intel PCH Line Out Front as /devices/pci0000:00/0000:00:1b.0/sound/card0/input16
[   10.650693] microcode: CPU1 sig=0x306a9, pf=0x2, revision=0x16
[   10.651245] microcode: CPU2 sig=0x306a9, pf=0x2, revision=0x16
[   10.651730] microcode: CPU3 sig=0x306a9, pf=0x2, revision=0x16
[   10.654440] microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
[   10.665229] kvm: disabled by bios
[   10.688834] nouveau  [   VBIOS][0000:02:00.0] ... appears to be valid
[   10.688836] nouveau  [   VBIOS][0000:02:00.0] using image from PRAMIN
[   10.688890] nouveau  [   VBIOS][0000:02:00.0] BIT signature found
[   10.688891] nouveau  [   VBIOS][0000:02:00.0] version 70.06.1f.00.00
[   10.751811] Linux video capture interface: v2.00
[   10.754672] cfg80211: Calling CRDA to update world regulatory domain
[   10.755664] uvcvideo: Found UVC 1.00 device Microsoft LifeCam (045e:074a)
[   10.762270] input: Microsoft LifeCam as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.5/2-1.5:1.0/input/input17
[   10.762325] usbcore: registered new interface driver uvcvideo
[   10.762326] USB Video Class driver (1.1.1)
[   10.834046] nouveau  [     PFB][0000:02:00.0] RAM type: GDDR5
[   10.834048] nouveau  [     PFB][0000:02:00.0] RAM size: 1024 MiB
[   10.834049] nouveau  [     PFB][0000:02:00.0]    ZCOMP: 0 tags
[   10.898254] cfg80211: World regulatory domain updated:
[   10.898256] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[   10.898257] cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[   10.898258] cfg80211:   (2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[   10.898258] cfg80211:   (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[   10.898259] cfg80211:   (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[   10.898260] cfg80211:   (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[   11.022386] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
[   11.022479] ieee80211 phy0: hwaddr 00:1e:2a:3e:38:ab, RTL8187BvE V0 + rtl8225z2, rfkill mask 2
[   11.043912] rtl8187: Customer ID is 0x00
[   11.045151] rtl8187: wireless switch is off
[   11.045172] usbcore: registered new interface driver rtl8187
[   12.040197] EXT4-fs (sda6): re-mounted. Opts: errors=remount-ro
[   12.115735] [TTM] Zone  kernel: Available graphics memory: 4025558 kiB
[   12.115737] [TTM] Zone   dma32: Available graphics memory: 2097152 kiB
[   12.115738] [TTM] Initializing pool allocator
[   12.115740] [TTM] Initializing DMA pool allocator
[   12.117082] nouveau  [     DRM] VRAM: 1024 MiB
[   12.117084] nouveau  [     DRM] GART: 512 MiB
[   12.117086] nouveau  [     DRM] BIT BIOS found
[   12.117087] nouveau  [     DRM] Bios version 70.06.1f.00
[   12.117089] nouveau  [     DRM] TMDS table version 2.0
[   12.117090] nouveau  [     DRM] DCB version 4.0
[   12.117091] nouveau  [     DRM] DCB outp 00: 02000300 00000000
[   12.117092] nouveau  [     DRM] DCB outp 01: 01000302 00020030
[   12.117092] nouveau  [     DRM] DCB outp 02: 04011310 00020030
[   12.117093] nouveau  [     DRM] DCB outp 03: 02022362 00020010
[   12.117094] nouveau  [     DRM] DCB conn 00: 00001030
[   12.117096] nouveau  [     DRM] DCB conn 01: 00000100
[   12.117096] nouveau  [     DRM] DCB conn 02: 00002261
[   12.117600] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
[   12.117601] [drm] No driver support for vblank timestamp query.
[   12.117602] nouveau  [     DRM] ACPI backlight interface available, not registering our own
[   12.149147] nouveau  [     DRM] 3 available performance level(s)
[   12.149149] nouveau  [     DRM] 0: core 50MHz shader 101MHz memory 135MHz voltage 962mV
[   12.149150] nouveau  [     DRM] 1: core 405MHz shader 810MHz memory 324MHz voltage 962mV
[   12.149152] nouveau  [     DRM] 3: core 783MHz shader 1566MHz memory 1804MHz voltage 1000mV-1137mV
[   12.149154] nouveau  [     DRM] c: core 405MHz shader 810MHz memory 324MHz voltage 962mV fanspeed 30%
[   12.201219] nouveau  [     DRM] MM: using COPY1 for buffer copies
[   12.266454] init: failsafe main process (838) killed by TERM signal
[   12.267916] nouveau  [     DRM] allocated 1680x1050 fb: 0x60000, bo ffff880224210800
[   12.267952] fbcon: nouveaufb (fb0) is primary device
[   12.306907] Console: switching to colour frame buffer device 210x65
[   12.309048] nouveau 0000:02:00.0: fb0: nouveaufb frame buffer device
[   12.309049] nouveau 0000:02:00.0: registered panic notifier
[   12.309051] [drm] Initialized nouveau 1.1.0 20120801 for 0000:02:00.0 on minor 0
[   12.309090] hda_intel: Disabling MSI
[   12.309095] hda-intel 0000:02:00.1: Handle VGA-switcheroo audio client
[   12.309358] [drm] Memory usable by graphics device = 2048M
[   12.309361] i915 0000:00:02.0: setting latency timer to 64
[   12.331114] i915 0000:00:02.0: irq 53 for MSI/MSI-X
[   12.331118] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
[   12.331119] [drm] Driver supports precise vblank timestamp query.
[   12.331136] vgaarb: device changed decodes: PCI:0000:02:00.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
[   12.413108] [drm] GMBUS [i915 gmbus vga] timed out, falling back to bit banging on pin 2
[   12.489726] Bluetooth: Core ver 2.16
[   12.489736] NET: Registered protocol family 31
[   12.489736] Bluetooth: HCI device and connection manager initialized
[   12.489740] Bluetooth: HCI socket layer initialized
[   12.489741] Bluetooth: L2CAP socket layer initialized
[   12.489743] Bluetooth: SCO socket layer initialized
[   12.491138] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   12.491139] Bluetooth: BNEP filters: protocol multicast
[   12.491143] Bluetooth: BNEP socket layer initialized
[   12.492451] Bluetooth: RFCOMM TTY layer initialized
[   12.492455] Bluetooth: RFCOMM socket layer initialized
[   12.492455] Bluetooth: RFCOMM ver 1.11
[   12.497067] i915 0000:00:02.0: No connectors reported connected with modes
[   12.497070] [drm] Cannot find any crtc or sizes - going 1024x768
[   12.498909] i915 0000:00:02.0: fb1: inteldrmfb frame buffer device
[   12.498918] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 1
[   12.545087] type=1400 audit(1380307946.450:8): apparmor="STATUS" operation="profile_replace" name="/sbin/dhclient" pid=933 comm="apparmor_parser"
[   12.545271] type=1400 audit(1380307946.450:9): apparmor="STATUS" operation="profile_load" name="/usr/lib/x86_64-linux-gnu/lightdm-remote-session-uccsconfigure/uccsconfigure-session-wrapper" pid=932 comm="apparmor_parser"
[   12.545279] type=1400 audit(1380307946.450:10): apparmor="STATUS" operation="profile_load" name="/usr/lib/lightdm/lightdm/lightdm-guest-session-wrapper" pid=930 comm="apparmor_parser"
[   12.545288] type=1400 audit(1380307946.450:11): apparmor="STATUS" operation="profile_load" name="/usr/lib/x86_64-linux-gnu/lightdm-remote-session-freerdp/freerdp-session-wrapper" pid=931 comm="apparmor_parser"
[   12.720219] ppdev: user-space parallel port driver
[   12.771637] init: avahi-cups-reload main process (966) terminated with status 1
[   13.112746] input: HDA NVidia HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:01.1/0000:02:00.1/sound/card1/input18
[   13.112788] input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:01.1/0000:02:00.1/sound/card1/input19
[   13.112818] input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.1/0000:02:00.1/sound/card1/input20
[   13.112843] input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.1/0000:02:00.1/sound/card1/input21
[   13.848672] [drm] Enabling RC6 states: RC6 on, RC6p on, RC6pp off
[   14.392114] e1000e 0000:00:19.0: irq 48 for MSI/MSI-X
[   14.495962] e1000e 0000:00:19.0: irq 48 for MSI/MSI-X
[   14.496036] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[   14.496197] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[   14.497087] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready