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.

Unbenannt

Datum:
2. April 2012 20:21
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
[    0.270064] pci_bus 0000:02: resource 1 mem: [0xd0000000-0xdfffffff]
[    0.270073] pci_bus 0000:02: resource 2 pref mem [0x90000000-0x9fffffff]
[    0.270082] pci_bus 0000:02: resource 3 io:  [0x00-0xffff]
[    0.270091] pci_bus 0000:02: resource 4 mem: [0x000000-0xffffffff]
[    0.270101] pci_bus 0000:03: resource 0 io:  [0xa400-0xa4ff]
[    0.270110] pci_bus 0000:03: resource 1 io:  [0xa800-0xa8ff]
[    0.270119] pci_bus 0000:03: resource 2 pref mem [0x90000000-0x93ffffff]
[    0.270129] pci_bus 0000:03: resource 3 mem: [0xd4000000-0xd7ffffff]
[    0.270138] pci_bus 0000:07: resource 0 io:  [0xac00-0xacff]
[    0.270147] pci_bus 0000:07: resource 1 io:  [0xb000-0xb0ff]
[    0.270156] pci_bus 0000:07: resource 2 pref mem [0x94000000-0x97ffffff]
[    0.270166] pci_bus 0000:07: resource 3 mem: [0xd8000000-0xdbffffff]
[    0.270277] NET: Registered protocol family 2
[    0.270575] IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
[    0.271629] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
[    0.273686] TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
[    0.274686] TCP: Hash tables configured (established 131072 bind 65536)
[    0.274695] TCP reno registered
[    0.274951] NET: Registered protocol family 1
[    0.275124] pci 0000:01:00.0: Boot video device
[    0.275155] pci 0000:02:08.0: Firmware left e100 interrupts enabled; disabling
[    0.275379] Simple Boot Flag at 0x37 set to 0x1
[    0.275610] cpufreq-nforce2: No nForce2 chipset.
[    0.275693] Scanning for low memory corruption every 60 seconds
[    0.276218] audit: initializing netlink socket (disabled)
[    0.276278] type=2000 audit(1333390221.275:1): initialized
[    0.312239] Trying to unpack rootfs image as initramfs...
[    0.352284] highmem bounce pool size: 64 pages
[    0.352306] HugeTLB registered 4 MB page size, pre-allocated 0 pages
[    0.360351] VFS: Disk quotas dquot_6.5.2
[    0.360619] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    0.367975] fuse init (API version 7.13)
[    0.368438] msgmni has been set to 1703
[    0.372349] alg: No test for stdrng (krng)
[    0.372640] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
[    0.372653] io scheduler noop registered
[    0.372660] io scheduler anticipatory registered
[    0.372667] io scheduler deadline registered
[    0.372855] io scheduler cfq registered (default)
[    0.373255] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    0.373338] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[    0.389063] ACPI: AC Adapter [AC] (off-line)
[    0.389364] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0
[    0.404867] ACPI: Lid Switch [LID]
[    0.405097] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
[    0.405112] ACPI: Power Button [PBTN]
[    0.405358] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[    0.405371] ACPI: Power Button [PWRF]
[    0.405930] fan PNP0C0B:00: registered as cooling_device0
[    0.405957] ACPI: Fan [FAN0] (off)
[    0.406269] fan PNP0C0B:01: registered as cooling_device1
[    0.406295] ACPI: Fan [FAN1] (off)
[    0.407246] Marking TSC unstable due to TSC halts in idle
[    0.407533] processor LNXCPU:00: registered as cooling_device2
[    0.411872] Switching to clocksource acpi_pm
[    0.777230] thermal LNXTHERM:01: registered as thermal_zone0
[    0.777268] ACPI: Thermal Zone [THZN] (32 C)
[    0.788730] isapnp: Scanning for PnP cards...
[    0.795432] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    0.795629] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[    0.801242] 00:0b: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[    0.802140] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11
[    0.802159] serial 0000:00:1f.6: PCI INT B -> Link[LNKB] -> GSI 11 (level, low) -> IRQ 11
[    0.802180] serial 0000:00:1f.6: PCI INT B disabled
[    0.855297] brd: module loaded
[    0.857543] loop: module loaded
[    0.857912] input: Macintosh mouse button emulation as /devices/virtual/input/input3
[    0.858256] ata_piix 0000:00:1f.1: version 2.13
[    0.858285] ata_piix 0000:00:1f.1: enabling device (0005 -> 0007)
[    0.858892] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 11
[    0.858910] ata_piix 0000:00:1f.1: PCI INT A -> Link[LNKC] -> GSI 11 (level, low) -> IRQ 11
[    0.859031] ata_piix 0000:00:1f.1: setting latency timer to 64
[    0.860877] ACPI: Battery Slot [BAT1] (battery absent)
[    0.864142] scsi0 : ata_piix
[    0.864568] scsi1 : ata_piix
[    0.867831] ata1: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0x1100 irq 14
[    0.867845] ata2: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0x1108 irq 15
[    0.874378] Fixed MDIO Bus: probed
[    0.874514] PPP generic driver version 2.4.2
[    0.874734] tun: Universal TUN/TAP device driver, 1.6
[    0.874743] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[    0.875199] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    0.875370] ehci_hcd 0000:00:1d.7: power state changed by ACPI to D0
[    0.875450] ehci_hcd 0000:00:1d.7: power state changed by ACPI to D0
[    0.875991] ACPI: PCI Interrupt Link [LNKH] enabled at IRQ 11
[    0.876009] ehci_hcd 0000:00:1d.7: PCI INT D -> Link[LNKH] -> GSI 11 (level, low) -> IRQ 11
[    0.876171] ehci_hcd 0000:00:1d.7: setting latency timer to 64
[    0.876184] ehci_hcd 0000:00:1d.7: EHCI Host Controller
[    0.876376] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 1
[    0.876473] ehci_hcd 0000:00:1d.7: debug port 1
[    0.880385] ehci_hcd 0000:00:1d.7: cache line size of 32 is not supported
[    0.884984] ehci_hcd 0000:00:1d.7: irq 11, io mem 0xf4000000
[    0.908352] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
[    0.908723] usb usb1: configuration #1 chosen from 1 choice
[    0.908849] hub 1-0:1.0: USB hub found
[    0.908888] hub 1-0:1.0: 6 ports detected
[    0.909114] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    0.909173] uhci_hcd: USB Universal Host Controller Interface driver
[    0.909299] uhci_hcd 0000:00:1d.0: PCI INT A -> Link[LNKA] -> GSI 11 (level, low) -> IRQ 11
[    0.909321] uhci_hcd 0000:00:1d.0: setting latency timer to 64
[    0.909332] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[    0.909517] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2
[    0.909572] uhci_hcd 0000:00:1d.0: irq 11, io base 0x00001200
[    0.909959] usb usb2: configuration #1 chosen from 1 choice
[    0.910081] hub 2-0:1.0: USB hub found
[    0.910117] hub 2-0:1.0: 2 ports detected
[    0.910289] uhci_hcd 0000:00:1d.1: PCI INT B -> Link[LNKD] -> GSI 11 (level, low) -> IRQ 11
[    0.910315] uhci_hcd 0000:00:1d.1: setting latency timer to 64
[    0.910325] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[    0.910502] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 3
[    0.910558] uhci_hcd 0000:00:1d.1: irq 11, io base 0x00001220
[    0.910957] usb usb3: configuration #1 chosen from 1 choice
[    0.911073] hub 3-0:1.0: USB hub found
[    0.911109] hub 3-0:1.0: 2 ports detected
[    0.911278] uhci_hcd 0000:00:1d.2: PCI INT C -> Link[LNKC] -> GSI 11 (level, low) -> IRQ 11
[    0.911303] uhci_hcd 0000:00:1d.2: setting latency timer to 64
[    0.911313] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[    0.911547] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 4
[    0.911601] uhci_hcd 0000:00:1d.2: irq 11, io base 0x00001240
[    0.916991] usb usb4: configuration #1 chosen from 1 choice
[    0.917137] hub 4-0:1.0: USB hub found
[    0.917177] hub 4-0:1.0: 2 ports detected
[    0.917525] PNP: PS/2 Controller [PNP0303:KBC,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[    0.923068] i8042.c: Detected active multiplexing controller, rev 1.1.
[    0.980238] serio: i8042 KBD port at 0x60,0x64 irq 1
[    0.980273] serio: i8042 AUX0 port at 0x60,0x64 irq 12
[    0.980415] serio: i8042 AUX1 port at 0x60,0x64 irq 12
[    0.980527] serio: i8042 AUX2 port at 0x60,0x64 irq 12
[    0.980633] serio: i8042 AUX3 port at 0x60,0x64 irq 12
[    0.981212] mice: PS/2 mouse device common for all mice
[    0.981825] rtc_cmos 00:03: RTC can wake from S4
[    0.982060] rtc_cmos 00:03: rtc core: registered rtc_cmos as rtc0
[    0.982101] rtc0: alarms up to one month, 242 bytes nvram
[    0.984428] device-mapper: uevent: version 1.0.3
[    0.986417] device-mapper: ioctl: 4.15.0-ioctl (2009-04-01) initialised: dm-devel@redhat.com
[    0.988533] device-mapper: multipath: version 1.1.0 loaded
[    0.988546] device-mapper: multipath round-robin: version 1.0.0 loaded
[    0.989245] EISA: Probing bus 0 at eisa.0
[    0.989264] Cannot allocate resource for EISA slot 1
[    0.989345] EISA: Detected 0 cards.
[    0.989896] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input4
[    0.993727] cpuidle: using governor ladder
[    0.993934] cpuidle: using governor menu
[    0.995407] TCP cubic registered
[    0.996298] NET: Registered protocol family 10
[    1.002323] NET: Registered protocol family 17
[    1.005080] Using IPI No-Shortcut mode
[    1.005274] PM: Resume from disk failed.
[    1.005306] registered taskstats version 1
[    1.005689]   Magic number: 8:661:189
[    1.005858] rtc_cmos 00:03: setting system clock to 2012-04-02 18:10:22 UTC (1333390222)
[    1.005864] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[    1.005867] EDD information not available.
[    1.033483] ata2.00: ATAPI: DW-224E, 7.0B, max UDMA/33
[    1.033687] ata1.00: ATA-6: ST980815A, 3.ALC, max UDMA/100
[    1.033695] ata1.00: 156301488 sectors, multi 16: LBA48 
[    1.077956] ata2.00: configured for UDMA/33
[    1.085325] ata1.00: configured for UDMA/100
[    1.205162] ACPI: Battery Slot [BAT0] (battery present)
[    1.461180] Freeing initrd memory: 7832k freed
[    1.512965] isapnp: No Plug & Play device found
[    1.513019] usb 2-2: new low speed USB device using uhci_hcd and address 2
[    1.513365] scsi 0:0:0:0: Direct-Access     ATA      ST980815A        3.AL PQ: 0 ANSI: 5
[    1.513759] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    1.514354] sd 0:0:0:0: [sda] 156301488 512-byte logical blocks: (80.0 GB/74.5 GiB)
[    1.514914] sd 0:0:0:0: [sda] Write Protect is off
[    1.514924] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    1.515085] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.515279] scsi 1:0:0:0: CD-ROM            TEAC     DW-224E          7.0B PQ: 0 ANSI: 5
[    1.516690]  sda:sr0: scsi3-mmc drive: 24x/24x writer cd/rw xa/form2 cdda tray
[    1.516860] Uniform CD-ROM driver Revision: 3.20
[    1.517123] sr 1:0:0:0: Attached scsi CD-ROM sr0
[    1.517298] sr 1:0:0:0: Attached scsi generic sg1 type 5
[    1.547491]  sda1 sda2 < sda5 sda6 sda7 >
[    1.588821] sd 0:0:0:0: [sda] Attached SCSI disk
[    1.588870] Freeing unused kernel memory: 664k freed
[    1.589727] Write protecting the kernel text: 4700k
[    1.589788] Write protecting the kernel read-only data: 1844k
[    1.649095] udev: starting version 151
[    1.686813] usb 2-2: configuration #1 chosen from 1 choice
[    2.415460] usbcore: registered new interface driver hiddev
[    2.434007] input: Logitech USB Receiver as /devices/pci0000:00/0000:00:1d.0/usb2/2-2/2-2:1.0/input/input5
[    2.434353] generic-usb 0003:046D:C501.0001: input,hidraw0: USB HID v1.10 Mouse [Logitech USB Receiver] on usb-0000:00:1d.0-2/input0
[    2.434451] usbcore: registered new interface driver usbhid
[    2.434459] usbhid: v2.6:USB HID core driver
[    2.478103] e100: Intel(R) PRO/100 Network Driver, 3.5.24-k2-NAPI
[    2.478112] e100: Copyright(c) 1999-2006 Intel Corporation
[    2.478586] ACPI: PCI Interrupt Link [LNKE] enabled at IRQ 6
[    2.478594] PCI: setting IRQ 6 as level-triggered
[    2.478603] e100 0000:02:08.0: PCI INT A -> Link[LNKE] -> GSI 6 (level, low) -> IRQ 6
[    2.569119] e100 0000:02:08.0: PME# disabled
[    2.645590] e100: eth0: e100_probe: addr 0xd0000000, irq 6, MAC addr 00:a0:d1:d5:b3:c1
[    2.664591] EXT3-fs: INFO: recovery required on readonly filesystem.
[    2.664601] EXT3-fs: write access will be enabled during recovery.
[    6.430344] kjournald starting.  Commit interval 5 seconds
[    6.430383] EXT3-fs: sda6: orphan cleanup on readonly fs
[    6.430396] ext3_orphan_cleanup: deleting unreferenced inode 2122068
[    6.430512] ext3_orphan_cleanup: deleting unreferenced inode 2121910
[    6.430545] ext3_orphan_cleanup: deleting unreferenced inode 958535
[    6.430590] ext3_orphan_cleanup: deleting unreferenced inode 958534
[    6.430614] ext3_orphan_cleanup: deleting unreferenced inode 2146650
[    6.430676] ext3_orphan_cleanup: deleting unreferenced inode 958533
[    6.430699] ext3_orphan_cleanup: deleting unreferenced inode 958532
[    6.430718] ext3_orphan_cleanup: deleting unreferenced inode 958531
[    6.430737] ext3_orphan_cleanup: deleting unreferenced inode 958530
[    6.430749] ext3_orphan_cleanup: deleting unreferenced inode 958529
[    6.430769] ext3_orphan_cleanup: deleting unreferenced inode 958474
[    6.430790] ext3_orphan_cleanup: deleting unreferenced inode 958472
[    6.430802] ext3_orphan_cleanup: deleting unreferenced inode 958471
[    6.430821] ext3_orphan_cleanup: deleting unreferenced inode 2122065
[    6.430849] ext3_orphan_cleanup: deleting unreferenced inode 2121955
[    6.430869] EXT3-fs: sda6: 15 orphan inodes deleted
[    6.430874] EXT3-fs: recovery complete.
[    6.485959] EXT3-fs: mounted filesystem with ordered data mode.
[   24.952771] Adding 1047544k swap on /dev/sda5.  Priority:-1 extents:1 across:1047544k 
[   25.071027] Adding 1564664k swap on /dev/sda7.  Priority:-2 extents:1 across:1564664k 
[   25.104275] udev: starting version 151
[   25.528480] EXT3 FS on sda6, internal journal
[   25.672124] lp: driver loaded but no devices found
[   26.177140] Linux agpgart interface v0.103
[   26.299643] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[   26.494261] intel_rng: Firmware space is locked read-only. If you can't or
[   26.494267] intel_rng: don't want to disable this in firmware setup, and if
[   26.494270] intel_rng: you are certain that your system has a functional
[   26.494272] intel_rng: RNG, try using the 'no_fwh_detect' option.
[   26.496237] parport_pc 00:0a: reported by Plug and Play ACPI
[   26.496293] parport0: PC-style at 0x378 (0x778), irq 7, dma 3 [PCSPP,TRISTATE,COMPAT,ECP,DMA]
[   26.584444] lp0: using parport0 (interrupt-driven).
[   26.730651] agpgart-intel 0000:00:00.0: Intel 855PM Chipset
[   26.784641] agpgart-intel 0000:00:00.0: AGP aperture is 64M @ 0xb0000000
[   27.165658] irda_init()
[   27.165706] NET: Registered protocol family 23
[   27.238684] ppdev: user-space parallel port driver
[   27.274431] yenta_cardbus 0000:02:09.0: CardBus bridge found [1179:ff10]
[   27.274455] yenta_cardbus 0000:02:09.0: Using CSCINT to route CSC interrupts to PCI
[   27.274460] yenta_cardbus 0000:02:09.0: Routing CardBus interrupts to PCI
[   27.274468] yenta_cardbus 0000:02:09.0: TI: mfunc 0x01000222, devctl 0x44
[   27.274882] type=1505 audit(1333390248.765:2):  operation="profile_load" pid=553 name="/sbin/dhclient3"
[   27.276401] type=1505 audit(1333390248.769:3):  operation="profile_load" pid=553 name="/usr/lib/NetworkManager/nm-dhcp-client.action"
[   27.277328] type=1505 audit(1333390248.769:4):  operation="profile_load" pid=553 name="/usr/lib/connman/scripts/dhclient-script"
[   27.430265] Detected unconfigured Toshiba laptop with Intel 8281DBM LPC bridge SMSC IrDA chip, pre-configuring device.
[   27.430276] Setting up Intel 82801 controller and SMSC device
[   27.430296] Detected Chip id: 0x00, setting up registers...
[   27.430306] ERROR: could not configure SIR ioport.
[   27.430308] Try to supply ircc_cfg argument.
[   27.430324] smsc-ircc2, Preconfiguration failed !
[   27.543650] input: DualPoint Stick as /devices/platform/i8042/serio1/input/input6
[   27.552662] yenta_cardbus 0000:02:09.0: ISA IRQ mask 0x0430, PCI irq 11
[   27.552670] yenta_cardbus 0000:02:09.0: Socket status: 30000006
[   27.552677] pci_bus 0000:02: Raising subordinate bus# of parent bus (#02) from #02 to #06
[   27.552697] yenta_cardbus 0000:02:09.0: pcmcia: parent PCI bridge I/O window: 0xa000 - 0xbfff
[   27.552703] pcmcia_socket pcmcia_socket0: cs: IO port probe 0xa000-0xbfff: clean.
[   27.553374] yenta_cardbus 0000:02:09.0: pcmcia: parent PCI bridge Memory window: 0xd0000000 - 0xdfffffff
[   27.553380] yenta_cardbus 0000:02:09.0: pcmcia: parent PCI bridge Memory window: 0x90000000 - 0x9fffffff
[   27.560652] yenta_cardbus 0000:02:09.1: CardBus bridge found [1179:ff10]
[   27.560677] yenta_cardbus 0000:02:09.1: Using CSCINT to route CSC interrupts to PCI
[   27.560681] yenta_cardbus 0000:02:09.1: Routing CardBus interrupts to PCI
[   27.560689] yenta_cardbus 0000:02:09.1: TI: mfunc 0x01000222, devctl 0x44
[   27.569990] input: AlpsPS/2 ALPS DualPoint TouchPad as /devices/platform/i8042/serio1/input/input7
[   27.794345] yenta_cardbus 0000:02:09.1: ISA IRQ mask 0x0430, PCI irq 11
[   27.794354] yenta_cardbus 0000:02:09.1: Socket status: 30000006
[   27.794362] pci_bus 0000:02: Raising subordinate bus# of parent bus (#02) from #06 to #0a
[   27.794380] yenta_cardbus 0000:02:09.1: pcmcia: parent PCI bridge I/O window: 0xa000 - 0xbfff
[   27.794387] pcmcia_socket pcmcia_socket1: cs: IO port probe 0xa000-0xbfff: clean.
[   27.795057] yenta_cardbus 0000:02:09.1: pcmcia: parent PCI bridge Memory window: 0xd0000000 - 0xdfffffff
[   27.795063] yenta_cardbus 0000:02:09.1: pcmcia: parent PCI bridge Memory window: 0x90000000 - 0x9fffffff
[   27.796440] [drm] Initialized drm 1.1.0 20060810
[   27.992133] Compat-wireless backport release: compat-wireless-v3.2-1-s
[   27.992142] Backport based on linux-stable.git v3.2
[   28.187815] type=1505 audit(1333390249.677:5):  operation="profile_load" pid=666 name="/usr/share/gdm/guest-session/Xsession"
[   28.244126] type=1505 audit(1333390249.737:6):  operation="profile_replace" pid=671 name="/sbin/dhclient3"
[   28.265090] type=1505 audit(1333390249.757:7):  operation="profile_replace" pid=671 name="/usr/lib/NetworkManager/nm-dhcp-client.action"
[   28.265772] type=1505 audit(1333390249.757:8):  operation="profile_replace" pid=671 name="/usr/lib/connman/scripts/dhclient-script"
[   28.550353] type=1505 audit(1333390250.041:9):  operation="profile_load" pid=680 name="/usr/bin/evince"
[   28.616239] type=1505 audit(1333390250.109:10):  operation="profile_load" pid=680 name="/usr/bin/evince-previewer"
[   28.660254] type=1505 audit(1333390250.153:11):  operation="profile_load" pid=680 name="/usr/bin/evince-thumbnailer"
[   28.752577] cfg80211: Calling CRDA to update world regulatory domain
[   28.809491] cfg80211: World regulatory domain updated:
[   28.809502] cfg80211:     (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[   28.809508] cfg80211:     (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[   28.809514] cfg80211:     (2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[   28.809519] cfg80211:     (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[   28.809524] cfg80211:     (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[   28.809529] cfg80211:     (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[   28.903290] lib80211: common routines for IEEE802.11 drivers
[   28.903302] lib80211_crypt: registered algorithm 'NULL'
[   28.924361] pcmcia_socket pcmcia_socket0: cs: IO port probe 0x100-0x3af: clean.
[   28.926205] pcmcia_socket pcmcia_socket0: cs: IO port probe 0x3e0-0x4ff: excluding 0x4d0-0x4d7
[   28.927087] pcmcia_socket pcmcia_socket0: cs: IO port probe 0x820-0x8ff: clean.
[   28.927853] pcmcia_socket pcmcia_socket0: cs: IO port probe 0xc00-0xcf7: clean.
[   28.933231] pcmcia_socket pcmcia_socket0: cs: IO port probe 0xa00-0xaff: clean.
[   29.088646] [drm] radeon defaulting to kernel modesetting.
[   29.088657] [drm] radeon kernel modesetting enabled.
[   29.088776] radeon 0000:01:00.0: PCI INT A -> Link[LNKA] -> GSI 11 (level, low) -> IRQ 11
[   29.096876] [drm] radeon: Initializing kernel modesetting.
[   29.097055] [drm] register mmio base: 0xE0010000
[   29.097060] [drm] register mmio size: 65536
[   29.097503] [drm] GPU reset succeed (RBBM_STATUS=0x00000140)
[   29.097546] agpgart-intel 0000:00:00.0: AGP 2.0 bridge
[   29.097572] agpgart-intel 0000:00:00.0: putting AGP V2 device into 4x mode
[   29.097616] radeon 0000:01:00.0: putting AGP V2 device into 4x mode
[   29.097651] [drm] radeon: VRAM 64M
[   29.097655] [drm] radeon: VRAM from 0x00000000 to 0x03FFFFFF
[   29.097658] [drm] radeon: GTT 64M
[   29.097662] [drm] radeon: GTT from 0xB0000000 to 0xB3FFFFFF
[   29.097703] [drm] radeon: irq initialized.
[   29.097806] [drm] Detected VRAM RAM=64M, BAR=128M
[   29.097814] [drm] RAM width 64bits DDR
[   29.103158] [TTM] Zone  kernel: Available graphics memory: 440302 kiB.
[   29.103165] [TTM] Zone highmem: Available graphics memory: 772050 kiB.
[   29.103215] [drm] radeon: 32M of VRAM memory ready
[   29.103221] [drm] radeon: 64M of GTT memory ready.
[   29.103479] [drm] radeon: cp idle (0x02000603)
[   29.103749] [drm] Loading R200 Microcode
[   29.104834] platform radeon_cp.0: firmware: requesting radeon/R200_cp.bin
[   29.133706] libipw: 802.11 data/management/control stack, git-1.1.13
[   29.133716] libipw: Copyright (C) 2004-2005 Intel Corporation <jketreno@linux.intel.com>
[   29.155845] [drm] radeon: ring at 0x00000000B0000000
[   29.155872] [drm] ring test succeeded in 1 usecs
[   29.159709] [drm] radeon: ib pool ready.
[   29.159878] [drm] ib test succeeded in 0 usecs
[   29.175628] pcmcia_socket pcmcia_socket1: cs: IO port probe 0x100-0x3af: clean.
[   29.177628] pcmcia_socket pcmcia_socket1: cs: IO port probe 0x3e0-0x4ff: excluding 0x4d0-0x4d7
[   29.178509] pcmcia_socket pcmcia_socket1: cs: IO port probe 0x820-0x8ff: clean.
[   29.179274] pcmcia_socket pcmcia_socket1: cs: IO port probe 0xc00-0xcf7: clean.
[   29.192461] [drm] Panel ID String: SEC                     
[   29.192471] [drm] Panel Size 1024x768
[   29.193382] [drm] Default TV standard: NTSC
[   29.193391] [drm] 27.000000000 MHz TV ref clk
[   29.193401] [drm] Default TV standard: NTSC
[   29.193404] [drm] 27.000000000 MHz TV ref clk
[   29.194096] [drm] Radeon Display Connectors
[   29.194106] [drm] Connector 0:
[   29.194110] [drm]   VGA
[   29.194114] [drm]   DDC: 0x60 0x60 0x60 0x60 0x60 0x60 0x60 0x60
[   29.194117] [drm]   Encoders:
[   29.194120] [drm]     CRT1: INTERNAL_DAC1
[   29.194123] [drm] Connector 1:
[   29.194126] [drm]   LVDS
[   29.194128] [drm]   Encoders:
[   29.194131] [drm]     LCD1: INTERNAL_LVDS
[   29.194134] [drm] Connector 2:
[   29.194137] [drm]   S-video
[   29.194139] [drm]   Encoders:
[   29.194142] [drm]     TV1: INTERNAL_DAC2
[   29.223148] pcmcia_socket pcmcia_socket1: cs: IO port probe 0xa00-0xaff: clean.
[   29.244302] ipw2100: Intel(R) PRO/Wireless 2100 Network Driver, git-1.2.2
[   29.244311] ipw2100: Copyright(c) 2003-2006 Intel Corporation
[   29.244546] ipw2100 0000:02:04.0: PCI INT A -> Link[LNKB] -> GSI 11 (level, low) -> IRQ 11
[   29.245591] ipw2100: Detected Intel PRO/Wireless 2100 Network Connection
[   29.354935] [drm] fb mappable at 0xA8040000
[   29.354942] [drm] vram apper at 0xA8000000
[   29.354945] [drm] size 786432
[   29.354948] [drm] fb depth is 8
[   29.354951] [drm]    pitch is 1024
[   29.360352] fb0: radeondrmfb frame buffer device
[   29.360359] registered panic notifier
[   29.360374] [drm] Initialized radeon 2.0.0 20080528 for 0000:01:00.0 on minor 0
[   29.394456] vga16fb: initializing
[   29.394470] vga16fb: mapped to 0xc00a0000
[   29.394480] vga16fb: not registering due to another framebuffer present
[   29.653548] cfg80211: failed to add phy80211 symlink to netdev!
[   29.653690] cfg80211: Updating information on frequency 2412 MHz for a 20 MHz width channel with regulatory rule:
[   29.653697] cfg80211: 2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[   29.653701] cfg80211: Updating information on frequency 2417 MHz for a 20 MHz width channel with regulatory rule:
[   29.653706] cfg80211: 2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[   29.653710] cfg80211: Updating information on frequency 2422 MHz for a 20 MHz width channel with regulatory rule:
[   29.653715] cfg80211: 2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[   29.653719] cfg80211: Updating information on frequency 2427 MHz for a 20 MHz width channel with regulatory rule:
[   29.653724] cfg80211: 2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[   29.653728] cfg80211: Updating information on frequency 2432 MHz for a 20 MHz width channel with regulatory rule:
[   29.653733] cfg80211: 2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[   29.653736] cfg80211: Updating information on frequency 2437 MHz for a 20 MHz width channel with regulatory rule:
[   29.653741] cfg80211: 2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[   29.653745] cfg80211: Updating information on frequency 2442 MHz for a 20 MHz width channel with regulatory rule:
[   29.653750] cfg80211: 2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[   29.653754] cfg80211: Updating information on frequency 2447 MHz for a 20 MHz width channel with regulatory rule:
[   29.653759] cfg80211: 2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[   29.653763] cfg80211: Updating information on frequency 2452 MHz for a 20 MHz width channel with regulatory rule:
[   29.653767] cfg80211: 2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[   29.653771] cfg80211: Updating information on frequency 2457 MHz for a 20 MHz width channel with regulatory rule:
[   29.653776] cfg80211: 2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[   29.653780] cfg80211: Updating information on frequency 2462 MHz for a 20 MHz width channel with regulatory rule:
[   29.653785] cfg80211: 2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[   29.653789] cfg80211: Updating information on frequency 2467 MHz for a 20 MHz width channel with regulatory rule:
[   29.653794] cfg80211: 2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[   29.653798] cfg80211: Updating information on frequency 2472 MHz for a 20 MHz width channel with regulatory rule:
[   29.653803] cfg80211: 2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[   29.653807] cfg80211: Updating information on frequency 2484 MHz for a 20 MHz width channel with regulatory rule:
[   29.653812] cfg80211: 2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[   29.724289] Console: switching to colour frame buffer device 128x48
[   30.746643] Intel ICH 0000:00:1f.5: PCI INT B -> Link[LNKB] -> GSI 11 (level, low) -> IRQ 11
[   30.746727] Intel ICH 0000:00:1f.5: setting latency timer to 64
[   31.164090] intel8x0_measure_ac97_clock: measured 52127 usecs (2512 samples)
[   31.164098] intel8x0: clocking to 48000
[   50.467144] ISO 9660 Extensions: Microsoft Joliet Level 3
[   50.548007] ISO 9660 Extensions: RRIP_1991A
[  169.678775] ADDRCONF(NETDEV_UP): eth0: link is not ready
[  169.697209] ADDRCONF(NETDEV_UP): eth1: link is not ready
[  175.352998] ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
[  176.341226] lib80211_crypt: registered algorithm 'CCMP'
[  176.422461] padlock: VIA PadLock not detected.
[  176.452957] lib80211_crypt: registered algorithm 'TKIP'
[  185.616056] eth1: no IPv6 routers present
nahab@nahab-laptop:~$