노트북에 우분투 11.10을 사용중입니다. 노트북 스피커에서 소리가 안납니다

헤드폰을 연결하면 헤드폰에서는 소리가 납니다
그런데 헤드폰을 제거해도 노트북 스피커에서는 소리가 나지 않습니다
볼륨을 올릴 수 있는데 까지 다 올렸는데도 소리는 나지 않네요
어떻게 해결해야할까요??

혹시 mute된 건지 확인해 보시고

아니라면 아래처럼 Jack 뽑을 때 제대로 인식하고 있는지

확인해보시기 바랍니다.

$ sudo evtest
No device specified, trying to scan all of /dev/input/event*
Available devices:
/dev/input/event0: Lid Switch
/dev/input/event1: Sleep Button
/dev/input/event10: HDA Intel Headphone
/dev/input/event11: HDA Intel Headphone
/dev/input/event2: Power Button
/dev/input/event3: AT Translated Set 2 keyboard
/dev/input/event4: ThinkPad Extra Buttons
/dev/input/event5: UVC Camera (17ef:480c)
/dev/input/event6: TPPS/2 IBM TrackPoint
/dev/input/event7: Video Bus
/dev/input/event8: HDA Intel Mic
/dev/input/event9: HDA Intel Mic
Select the device event number [0-11]: 11
Input driver version is 1.0.1
Input device ID: bus 0x0 vendor 0x0 product 0x0 version 0x0
Input device name: "HDA Intel Headphone"
Supported events:
Event type 0 (Sync)
Event type 5 (Switch)
Event code 2 (Headphone Insert)
Testing … (interrupt to exit)

Event: time 1330317087.117884, type 5 (Switch), code 2 (Headphone Insert), value 0
Event: time 1330317087.117887, -------------- Report Sync ------------
Event: time 1330317089.937887, type 5 (Switch), code 2 (Headphone Insert), value 1
Event: time 1330317089.937890, -------------- Report Sync ------------
Event: time 1330317091.197885, type 5 (Switch), code 2 (Headphone Insert), value 0
Event: time 1330317091.197888, -------------- Report Sync ------------
Event: time 1330317092.127884, type 5 (Switch), code 2 (Headphone Insert), value 1
Event: time 1330317092.127887, -------------- Report Sync ------------

[quote="ihavnoth":1o0c4hhb]혹시 mute된 건지 확인해 보시고

아니라면 아래처럼 Jack 뽑을 때 제대로 인식하고 있는지

확인해보시기 바랍니다.

$ sudo evtest
No device specified, trying to scan all of /dev/input/event*
Available devices:
/dev/input/event0: Lid Switch
/dev/input/event1: Sleep Button
/dev/input/event10: HDA Intel Headphone
/dev/input/event11: HDA Intel Headphone
/dev/input/event2: Power Button
/dev/input/event3: AT Translated Set 2 keyboard
/dev/input/event4: ThinkPad Extra Buttons
/dev/input/event5: UVC Camera (17ef:480c)
/dev/input/event6: TPPS/2 IBM TrackPoint
/dev/input/event7: Video Bus
/dev/input/event8: HDA Intel Mic
/dev/input/event9: HDA Intel Mic
Select the device event number [0-11]: 11
Input driver version is 1.0.1
Input device ID: bus 0x0 vendor 0x0 product 0x0 version 0x0
Input device name: "HDA Intel Headphone"
Supported events:
Event type 0 (Sync)
Event type 5 (Switch)
Event code 2 (Headphone Insert)
Testing … (interrupt to exit)

Event: time 1330317087.117884, type 5 (Switch), code 2 (Headphone Insert), value 0
Event: time 1330317087.117887, -------------- Report Sync ------------
Event: time 1330317089.937887, type 5 (Switch), code 2 (Headphone Insert), value 1
Event: time 1330317089.937890, -------------- Report Sync ------------
Event: time 1330317091.197885, type 5 (Switch), code 2 (Headphone Insert), value 0
Event: time 1330317091.197888, -------------- Report Sync ------------
Event: time 1330317092.127884, type 5 (Switch), code 2 (Headphone Insert), value 1
Event: time 1330317092.127887, -------------- Report Sync ------------[/quote:1o0c4hhb]

터미널에서 sudo evtest를 타이핑하니
command not found라고 출력됩니다…

$ sudo apt-get install evtest

[quote="ihavnoth":3dvi2oha]혹시 mute된 건지 확인해 보시고

아니라면 아래처럼 Jack 뽑을 때 제대로 인식하고 있는지

확인해보시기 바랍니다.

$ sudo evtest
No device specified, trying to scan all of /dev/input/event*
Available devices:
/dev/input/event0: Lid Switch
/dev/input/event1: Sleep Button
/dev/input/event10: HDA Intel Headphone
/dev/input/event11: HDA Intel Headphone
/dev/input/event2: Power Button
/dev/input/event3: AT Translated Set 2 keyboard
/dev/input/event4: ThinkPad Extra Buttons
/dev/input/event5: UVC Camera (17ef:480c)
/dev/input/event6: TPPS/2 IBM TrackPoint
/dev/input/event7: Video Bus
/dev/input/event8: HDA Intel Mic
/dev/input/event9: HDA Intel Mic
Select the device event number [0-11]: 11
Input driver version is 1.0.1
Input device ID: bus 0x0 vendor 0x0 product 0x0 version 0x0
Input device name: "HDA Intel Headphone"
Supported events:
Event type 0 (Sync)
Event type 5 (Switch)
Event code 2 (Headphone Insert)
Testing … (interrupt to exit)

Event: time 1330317087.117884, type 5 (Switch), code 2 (Headphone Insert), value 0
Event: time 1330317087.117887, -------------- Report Sync ------------
Event: time 1330317089.937887, type 5 (Switch), code 2 (Headphone Insert), value 1
Event: time 1330317089.937890, -------------- Report Sync ------------
Event: time 1330317091.197885, type 5 (Switch), code 2 (Headphone Insert), value 0
Event: time 1330317091.197888, -------------- Report Sync ------------
Event: time 1330317092.127884, type 5 (Switch), code 2 (Headphone Insert), value 1
Event: time 1330317092.127887, -------------- Report Sync ------------[/quote:3dvi2oha]

evtest를 apt-get으로 설치후에 다시 타이핑해보았는데요

Event:time ~~~~ 는 뜨지않습니다
제가 글에 오해할만한 내용을 적었네요
헤드폰을 연결하기 전에도 스피커에서는 소리가 나지않습니다

[quote="ide227":3c57v3gq]Event:time ~~~~ 는 뜨지않습니다
제가 글에 오해할만한 내용을 적었네요
헤드폰을 연결하기 전에도 스피커에서는 소리가 나지않습니다[/quote:3c57v3gq]
Event:time ~~~~ 이 부분은 잭 연결할 때랑 제거할 때에 나타납니다.

잭 연결하기 전에도 소리가 나지 않는다면

$ gnome-control-center sound의 하드웨어 탭부분에서
장치와 아래 프로파일을 바꿔 가면서 스피커 시험을 해보시기 바랍니다.

그래도 안되시면 부팅 후 사운드 재생 한번 하시고 그때까지의 커널 메세지를 올려주시기 바랍니다.

사운드 설정에서 output 출력이 헤드폰으로 되어있는건 아닌지요?
트레이의 볼륨아이콘 설정에서 사운드설정-output에 들어가서 확인해 보세요~~~

chiang@Colony:~$ gnome-control-center sound

(gnome-control-center:2766): sound-cc-panel-WARNING **: Default sink stream not found

(gnome-control-center:2766): sound-cc-panel-WARNING **: Default sink stream not found

(gnome-control-center:2766): sound-cc-panel-WARNING **: Default sink stream not found

(gnome-control-center:2766): sound-cc-panel-WARNING **: Default sink stream not found

(gnome-control-center:2766): sound-cc-panel-WARNING **: Default sink stream not found

(gnome-control-center:2766): sound-cc-panel-WARNING **: Default sink stream not found

(gnome-control-center:2766): sound-cc-panel-WARNING **: Default sink stream not found

(gnome-control-center:2766): sound-cc-panel-WARNING **: Default sink stream not found

(gnome-control-center:2766): sound-cc-panel-WARNING **: Default sink stream not found

(gnome-control-center:2766): sound-cc-panel-WARNING **: Default sink stream not found

(gnome-control-center:2766): sound-cc-panel-WARNING **: Default sink stream not found

(gnome-control-center:2766): sound-cc-panel-WARNING **: Default sink stream not found

(gnome-control-center:2766): sound-cc-panel-WARNING **: Default sink stream not found

(gnome-control-center:2766): sound-cc-panel-WARNING **: Default sink stream not found

(gnome-control-center:2766): sound-cc-panel-WARNING **: Default sink stream not found

(gnome-control-center:2766): sound-cc-panel-WARNING **: Default sink stream not found

(gnome-control-center:2766): sound-cc-panel-WARNING **: Default sink stream not found

(gnome-control-center:2766): sound-cc-panel-WARNING **: Default sink stream not found

(gnome-control-center:2766): sound-cc-panel-WARNING **: Default sink stream not found

(gnome-control-center:2766): sound-cc-panel-WARNING **: Default sink stream not found

(gnome-control-center:2766): sound-cc-panel-WARNING **: Default sink stream not found

(gnome-control-center:2766): sound-cc-panel-WARNING **: Default sink stream not found

(gnome-control-center:2766): sound-cc-panel-WARNING **: Default sink stream not found

(gnome-control-center:2766): sound-cc-panel-WARNING **: Default sink stream not found
chiang@Colony:~$

라고뜹니다. 우분투 초보라 커널메시지가 뭔지…

아… 방금까지 인식못하던게 있었는데요
제 노트북엔 스피커/마이크 단자가 4개거든요
회색/파랑/빨강/초록인데요
윈도쓸때는 초록색 단자에 헤드폰을 연결해야 소리가나왔거든요
근데 지금은 회색단자에 연결해야만 소리가 나오네요
이거 완전히 사운드카드 자체가 잘못잡힌거 같아보이는데요…

ps.소리설정/출력에서는 기본 Analog speaker로 잡혀있구요
그대로 놔두든 Analog headphone으로 바꾸든 소리는 헤드폰을 연결해야만 헤드폰에서나마 들을수있습니다
설정을 아무리 바꿔도 노트북 스피커로는 어떤소리도 나지않네요…

[quote="ide227":1k7h75e7]라고뜹니다. 우분투 초보라 커널메시지가 뭔지…[/quote:1k7h75e7]
커널 메세지는 /var/log/kern.log 파일을 첨부해주시면 됩니다.

위의 에러 메세지는 저도 잘 모르겠네요 커널 메세지 보고 추측해봐야겠네요

위의 명령어는($ gnome-control-center sound) 제어판의

소리 설정 관련 메뉴를 보여주는 명령어입니다.

마지막으로 $ sudo lshw -C sound 명령어의 결과도 같이 올려주시기 바랍니다.

커널로그 입니다

Feb 28 11:09:58 Colony kernel: imklog 5.8.1, log source = /proc/kmsg started.
Feb 28 11:09:58 Colony kernel: [ 0.000000] Initializing cgroup subsys cpuset
Feb 28 11:09:58 Colony kernel: [ 0.000000] Initializing cgroup subsys cpu
Feb 28 11:09:58 Colony kernel: [ 0.000000] Linux version 3.0.0-16-generic-pae (buildd@palmer) (gcc version 4.6.1 (Ubuntu/Linaro 4.6.1-9ubuntu3) ) #28-Ubuntu SMP Fri Jan 27 19:24:01 UTC 2012 (Ubuntu 3.0.0-16.28-generic-pae 3.0.17)
Feb 28 11:09:58 Colony kernel: [ 0.000000] KERNEL supported cpus:
Feb 28 11:09:58 Colony kernel: [ 0.000000] Intel GenuineIntel
Feb 28 11:09:58 Colony kernel: [ 0.000000] AMD AuthenticAMD
Feb 28 11:09:58 Colony kernel: [ 0.000000] NSC Geode by NSC
Feb 28 11:09:58 Colony kernel: [ 0.000000] Cyrix CyrixInstead
Feb 28 11:09:58 Colony kernel: [ 0.000000] Centaur CentaurHauls
Feb 28 11:09:58 Colony kernel: [ 0.000000] Transmeta GenuineTMx86
Feb 28 11:09:58 Colony kernel: [ 0.000000] Transmeta TransmetaCPU
Feb 28 11:09:58 Colony kernel: [ 0.000000] UMC UMC UMC UMC
Feb 28 11:09:58 Colony kernel: [ 0.000000] BIOS-provided physical RAM map:
Feb 28 11:09:58 Colony kernel: [ 0.000000] BIOS-e820: 0000000000000000 - 000000000009bc00 (usable)
Feb 28 11:09:58 Colony kernel: [ 0.000000] BIOS-e820: 000000000009bc00 - 00000000000a0000 (reserved)
Feb 28 11:09:58 Colony kernel: [ 0.000000] BIOS-e820: 00000000000e0000 - 0000000000100000 (reserved)
Feb 28 11:09:58 Colony kernel: [ 0.000000] BIOS-e820: 0000000000100000 - 00000000dedfe000 (usable)
Feb 28 11:09:58 Colony kernel: [ 0.000000] BIOS-e820: 00000000dedfe000 - 00000000dee45000 (ACPI NVS)
Feb 28 11:09:58 Colony kernel: [ 0.000000] BIOS-e820: 00000000dee45000 - 00000000dee56000 (reserved)
Feb 28 11:09:58 Colony kernel: [ 0.000000] BIOS-e820: 00000000dee56000 - 00000000dee62000 (ACPI NVS)
Feb 28 11:09:58 Colony kernel: [ 0.000000] BIOS-e820: 00000000dee62000 - 00000000dee63000 (reserved)
Feb 28 11:09:58 Colony kernel: [ 0.000000] BIOS-e820: 00000000dee63000 - 00000000dee68000 (ACPI NVS)
Feb 28 11:09:58 Colony kernel: [ 0.000000] BIOS-e820: 00000000dee68000 - 00000000dee89000 (reserved)
Feb 28 11:09:58 Colony kernel: [ 0.000000] BIOS-e820: 00000000dee89000 - 00000000dee8b000 (ACPI NVS)
Feb 28 11:09:58 Colony kernel: [ 0.000000] BIOS-e820: 00000000dee8b000 - 00000000deea0000 (reserved)
Feb 28 11:09:58 Colony kernel: [ 0.000000] BIOS-e820: 00000000deea0000 - 00000000deea1000 (ACPI NVS)
Feb 28 11:09:58 Colony kernel: [ 0.000000] BIOS-e820: 00000000deea1000 - 00000000deea5000 (reserved)
Feb 28 11:09:58 Colony kernel: [ 0.000000] BIOS-e820: 00000000deea5000 - 00000000deea8000 (ACPI data)
Feb 28 11:09:58 Colony kernel: [ 0.000000] BIOS-e820: 00000000deea8000 - 00000000deeac000 (reserved)
Feb 28 11:09:58 Colony kernel: [ 0.000000] BIOS-e820: 00000000deeac000 - 00000000deebb000 (ACPI NVS)
Feb 28 11:09:58 Colony kernel: [ 0.000000] BIOS-e820: 00000000deebb000 - 00000000e0000000 (reserved)
Feb 28 11:09:58 Colony kernel: [ 0.000000] BIOS-e820: 00000000f8000000 - 00000000fc000000 (reserved)
Feb 28 11:09:58 Colony kernel: [ 0.000000] BIOS-e820: 00000000fec00000 - 00000000fec01000 (reserved)
Feb 28 11:09:58 Colony kernel: [ 0.000000] BIOS-e820: 00000000fed10000 - 00000000fed14000 (reserved)
Feb 28 11:09:58 Colony kernel: [ 0.000000] BIOS-e820: 00000000fed18000 - 00000000fed1a000 (reserved)
Feb 28 11:09:58 Colony kernel: [ 0.000000] BIOS-e820: 00000000fed1c000 - 00000000fed20000 (reserved)
Feb 28 11:09:58 Colony kernel: [ 0.000000] BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
Feb 28 11:09:58 Colony kernel: [ 0.000000] BIOS-e820: 00000000ffa00000 - 00000000ffc00000 (reserved)
Feb 28 11:09:58 Colony kernel: [ 0.000000] BIOS-e820: 00000000ffe00000 - 0000000100000000 (reserved)
Feb 28 11:09:58 Colony kernel: [ 0.000000] BIOS-e820: 0000000100000000 - 0000000118000000 (usable)
Feb 28 11:09:58 Colony kernel: [ 0.000000] NX (Execute Disable) protection: active
Feb 28 11:09:58 Colony kernel: [ 0.000000] DMI 2.6 present.
Feb 28 11:09:58 Colony kernel: [ 0.000000] DMI: Micro-Star International MS-1675/MS-1675, BIOS E1675IMS VER.10A 04/20/2010
Feb 28 11:09:58 Colony kernel: [ 0.000000] e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved)
Feb 28 11:09:58 Colony kernel: [ 0.000000] e820 remove range: 00000000000a0000 - 0000000000100000 (usable)
Feb 28 11:09:58 Colony kernel: [ 0.000000] last_pfn = 0x118000 max_arch_pfn = 0x1000000
Feb 28 11:09:58 Colony kernel: [ 0.000000] MTRR default type: uncachable
Feb 28 11:09:58 Colony kernel: [ 0.000000] MTRR fixed ranges enabled:
Feb 28 11:09:58 Colony kernel: [ 0.000000] 00000-9FFFF write-back
Feb 28 11:09:58 Colony kernel: [ 0.000000] A0000-BFFFF uncachable
Feb 28 11:09:58 Colony kernel: [ 0.000000] C0000-CFFFF write-protect
Feb 28 11:09:58 Colony kernel: [ 0.000000] D0000-E7FFF uncachable
Feb 28 11:09:58 Colony kernel: [ 0.000000] E8000-FFFFF write-protect
Feb 28 11:09:58 Colony kernel: [ 0.000000] MTRR variable ranges enabled:
Feb 28 11:09:58 Colony kernel: [ 0.000000] 0 base 000000000 mask F80000000 write-back
Feb 28 11:09:58 Colony kernel: [ 0.000000] 1 base 080000000 mask FC0000000 write-back
Feb 28 11:09:58 Colony kernel: [ 0.000000] 2 base 0C0000000 mask FE0000000 write-back
Feb 28 11:09:58 Colony kernel: [ 0.000000] 3 base 100000000 mask FE0000000 write-back
Feb 28 11:09:58 Colony kernel: [ 0.000000] 4 base 118000000 mask FF8000000 uncachable
Feb 28 11:09:58 Colony kernel: [ 0.000000] 5 base 0FFE00000 mask FFFE00000 write-protect
Feb 28 11:09:58 Colony kernel: [ 0.000000] 6 disabled
Feb 28 11:09:58 Colony kernel: [ 0.000000] 7 disabled
Feb 28 11:09:58 Colony kernel: [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
Feb 28 11:09:58 Colony kernel: [ 0.000000] found SMP MP-table at [c00fca90] fca90
Feb 28 11:09:58 Colony kernel: [ 0.000000] initial memory mapped : 0 - 02000000
Feb 28 11:09:58 Colony kernel: [ 0.000000] Base memory trampoline at [c0097000] 97000 size 16384
Feb 28 11:09:58 Colony kernel: [ 0.000000] init_memory_mapping: 0000000000000000-0000000037bfe000
Feb 28 11:09:58 Colony kernel: [ 0.000000] 0000000000 - 0000200000 page 4k
Feb 28 11:09:58 Colony kernel: [ 0.000000] 0000200000 - 0037a00000 page 2M
Feb 28 11:09:58 Colony kernel: [ 0.000000] 0037a00000 - 0037bfe000 page 4k
Feb 28 11:09:58 Colony kernel: [ 0.000000] kernel direct mapping tables up to 37bfe000 @ 1ffb000-2000000
Feb 28 11:09:58 Colony kernel: [ 0.000000] RAMDISK: 365f2000 - 372f1000
Feb 28 11:09:58 Colony kernel: [ 0.000000] ACPI: RSDP 000f0410 00024 (v02 MSI_NB)
Feb 28 11:09:58 Colony kernel: [ 0.000000] ACPI: XSDT deea6e18 00074 (v01 MSI_NB MEGABOOK 06222004 MSFT 00010013)
Feb 28 11:09:58 Colony kernel: [ 0.000000] ACPI: FACP dee89c18 000F4 (v04 MSI_NB MEGABOOK 06222004 MSFT 00010013)
Feb 28 11:09:58 Colony kernel: [ 0.000000] ACPI Warning: 32/64 FACS address mismatch in FADT - two FACS tables! (20110413/tbfadt-369)
Feb 28 11:09:58 Colony kernel: [ 0.000000] ACPI Warning: 32/64X FACS address mismatch in FADT - 0xDEEB7F40/0x00000000DEEBAD40, using 32 (20110413/tbfadt-489)
Feb 28 11:09:58 Colony kernel: [ 0.000000] ACPI: DSDT dee56018 0AE62 (v01 MSI_NB MEGABOOK 00000000 INTL 20051117)
Feb 28 11:09:58 Colony kernel: [ 0.000000] ACPI: FACS deeb7f40 00040
Feb 28 11:09:58 Colony kernel: [ 0.000000] ACPI: APIC deea5f18 0008C (v02 MSI_NB MEGABOOK 06222004 MSFT 00010013)
Feb 28 11:09:58 Colony kernel: [ 0.000000] ACPI: MCFG deeb9d18 0003C (v01 MSI_NB MEGABOOK 06222004 MSFT 00000097)
Feb 28 11:09:58 Colony kernel: [ 0.000000] ACPI: HPET deeb9c98 00038 (v01 MSI_NB MEGABOOK 06222004 AMI. 00000003)
Feb 28 11:09:58 Colony kernel: [ 0.000000] ACPI: SSDT dee8a018 00C00 (v01 TrmRef PtidDevc 00001000 INTL 20051117)
Feb 28 11:09:58 Colony kernel: [ 0.000000] ACPI: HPET deeb9c18 00038 (v01 MSI_NB MEGABOOK 06222004 AMI. 00000003)
Feb 28 11:09:58 Colony kernel: [ 0.000000] ACPI: MCFG deeb9b98 0003C (v01 MSI_NB MEGABOOK 06222004 MSFT 00000097)
Feb 28 11:09:58 Colony kernel: [ 0.000000] ACPI: SLIC deeb2a18 00176 (v01 MSI_NB MEGABOOK 06222004 MSFT 00000097)
Feb 28 11:09:58 Colony kernel: [ 0.000000] ACPI: SSDT deea0018 009F1 (v01 PmRef CpuPm 00003000 INTL 20051117)
Feb 28 11:09:58 Colony kernel: [ 0.000000] ACPI: ECDT dee89f18 000C1 (v01 MSI_NB MEGABOOK 06222004 AMI. 00000003)
Feb 28 11:09:58 Colony kernel: [ 0.000000] ACPI: Local APIC address 0xfee00000
Feb 28 11:09:58 Colony kernel: [ 0.000000] 3588MB HIGHMEM available.
Feb 28 11:09:58 Colony kernel: [ 0.000000] 891MB LOWMEM available.
Feb 28 11:09:58 Colony kernel: [ 0.000000] mapped low ram: 0 - 37bfe000
Feb 28 11:09:58 Colony kernel: [ 0.000000] low ram: 0 - 37bfe000
Feb 28 11:09:58 Colony kernel: [ 0.000000] Zone PFN ranges:
Feb 28 11:09:58 Colony kernel: [ 0.000000] DMA 0x00000010 -> 0x00001000
Feb 28 11:09:58 Colony kernel: [ 0.000000] Normal 0x00001000 -> 0x00037bfe
Feb 28 11:09:58 Colony kernel: [ 0.000000] HighMem 0x00037bfe -> 0x00118000
Feb 28 11:09:58 Colony kernel: [ 0.000000] Movable zone start PFN for each node
Feb 28 11:09:58 Colony kernel: [ 0.000000] early_node_map[3] active PFN ranges
Feb 28 11:09:58 Colony kernel: [ 0.000000] 0: 0x00000010 -> 0x0000009b
Feb 28 11:09:58 Colony kernel: [ 0.000000] 0: 0x00000100 -> 0x000dedfe
Feb 28 11:09:58 Colony kernel: [ 0.000000] 0: 0x00100000 -> 0x00118000
Feb 28 11:09:58 Colony kernel: [ 0.000000] On node 0 totalpages: 1011081
Feb 28 11:09:58 Colony kernel: [ 0.000000] free_area_init_node: node 0, pgdat c17f44c0, node_mem_map f42f2200
Feb 28 11:09:58 Colony kernel: [ 0.000000] DMA zone: 32 pages used for memmap
Feb 28 11:09:58 Colony kernel: [ 0.000000] DMA zone: 0 pages reserved
Feb 28 11:09:58 Colony kernel: [ 0.000000] DMA zone: 3947 pages, LIFO batch:0
Feb 28 11:09:58 Colony kernel: [ 0.000000] Normal zone: 1752 pages used for memmap
Feb 28 11:09:58 Colony kernel: [ 0.000000] Normal zone: 222502 pages, LIFO batch:31
Feb 28 11:09:58 Colony kernel: [ 0.000000] HighMem zone: 7177 pages used for memmap
Feb 28 11:09:58 Colony kernel: [ 0.000000] HighMem zone: 775671 pages, LIFO batch:31
Feb 28 11:09:58 Colony kernel: [ 0.000000] Using APIC driver default
Feb 28 11:09:58 Colony kernel: [ 0.000000] ACPI: PM-Timer IO Port: 0x408
Feb 28 11:09:58 Colony kernel: [ 0.000000] ACPI: Local APIC address 0xfee00000
Feb 28 11:09:58 Colony kernel: [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
Feb 28 11:09:58 Colony kernel: [ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x04] enabled)
Feb 28 11:09:58 Colony kernel: [ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x01] enabled)
Feb 28 11:09:58 Colony kernel: [ 0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x05] enabled)
Feb 28 11:09:58 Colony kernel: [ 0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x04] disabled)
Feb 28 11:09:58 Colony kernel: [ 0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x05] disabled)
Feb 28 11:09:58 Colony kernel: [ 0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0x06] disabled)
Feb 28 11:09:58 Colony kernel: [ 0.000000] ACPI: LAPIC (acpi_id[0x08] lapic_id[0x07] disabled)
Feb 28 11:09:58 Colony kernel: [ 0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
Feb 28 11:09:58 Colony kernel: [ 0.000000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
Feb 28 11:09:58 Colony kernel: [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Feb 28 11:09:58 Colony kernel: [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
Feb 28 11:09:58 Colony kernel: [ 0.000000] ACPI: IRQ0 used by override.
Feb 28 11:09:58 Colony kernel: [ 0.000000] ACPI: IRQ2 used by override.
Feb 28 11:09:58 Colony kernel: [ 0.000000] ACPI: IRQ9 used by override.
Feb 28 11:09:58 Colony kernel: [ 0.000000] Using ACPI (MADT) for SMP configuration information
Feb 28 11:09:58 Colony kernel: [ 0.000000] ACPI: HPET id: 0x8086a701 base: 0xfed00000
Feb 28 11:09:58 Colony kernel: [ 0.000000] SMP: Allowing 8 CPUs, 4 hotplug CPUs
Feb 28 11:09:58 Colony kernel: [ 0.000000] nr_irqs_gsi: 40
Feb 28 11:09:58 Colony kernel: [ 0.000000] PM: Registered nosave memory: 000000000009b000 - 000000000009c000
Feb 28 11:09:58 Colony kernel: [ 0.000000] PM: Registered nosave memory: 000000000009c000 - 00000000000a0000
Feb 28 11:09:58 Colony kernel: [ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000e0000
Feb 28 11:09:58 Colony kernel: [ 0.000000] PM: Registered nosave memory: 00000000000e0000 - 0000000000100000
Feb 28 11:09:58 Colony kernel: [ 0.000000] Allocating PCI resources starting at e0000000 (gap: e0000000:18000000)
Feb 28 11:09:58 Colony kernel: [ 0.000000] Booting paravirtualized kernel on bare hardware
Feb 28 11:09:58 Colony kernel: [ 0.000000] setup_percpu: NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:8 nr_node_ids:1
Feb 28 11:09:58 Colony kernel: [ 0.000000] PERCPU: Embedded 13 pages/cpu @f7800000 s29952 r0 d23296 u262144
Feb 28 11:09:58 Colony kernel: [ 0.000000] pcpu-alloc: s29952 r0 d23296 u262144 alloc=1*2097152
Feb 28 11:09:58 Colony kernel: [ 0.000000] pcpu-alloc: [0] 0 1 2 3 4 5 6 7
Feb 28 11:09:58 Colony kernel: [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 1002120
Feb 28 11:09:58 Colony kernel: [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.0.0-16-generic-pae root=UUID=ec1621af-df19-41f2-8140-26a96f1bd3ab ro quiet splash vt.handoff=7
Feb 28 11:09:58 Colony kernel: [ 0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
Feb 28 11:09:58 Colony kernel: [ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
Feb 28 11:09:58 Colony kernel: [ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
Feb 28 11:09:58 Colony kernel: [ 0.000000] Initializing CPU#0
Feb 28 11:09:58 Colony kernel: [ 0.000000] allocated 18349824 bytes of page_cgroup
Feb 28 11:09:58 Colony kernel: [ 0.000000] please try ‘cgroup_disable=memory’ option if you don’t want memory cgroups
Feb 28 11:09:58 Colony kernel: [ 0.000000] Initializing HighMem for node 0 (00037bfe:00118000)
Feb 28 11:09:58 Colony kernel: [ 0.000000] Memory: 3966088k/4587520k available (5525k kernel code, 78236k reserved, 2664k data, 720k init, 3131392k highmem)
Feb 28 11:09:58 Colony kernel: [ 0.000000] virtual kernel memory layout:
Feb 28 11:09:58 Colony kernel: [ 0.000000] fixmap : 0xfff16000 - 0xfffff000 ( 932 kB)
Feb 28 11:09:58 Colony kernel: [ 0.000000] pkmap : 0xffc00000 - 0xffe00000 (2048 kB)
Feb 28 11:09:58 Colony kernel: [ 0.000000] vmalloc : 0xf83fe000 - 0xffbfe000 ( 120 MB)
Feb 28 11:09:58 Colony kernel: [ 0.000000] lowmem : 0xc0000000 - 0xf7bfe000 ( 891 MB)
Feb 28 11:09:58 Colony kernel: [ 0.000000] .init : 0xc1800000 - 0xc18b4000 ( 720 kB)
Feb 28 11:09:58 Colony kernel: [ 0.000000] .data : 0xc15656fc - 0xc17ff840 (2664 kB)
Feb 28 11:09:58 Colony kernel: [ 0.000000] .text : 0xc1000000 - 0xc15656fc (5525 kB)
Feb 28 11:09:58 Colony kernel: [ 0.000000] Checking if this processor honours the WP bit even in supervisor mode…Ok.
Feb 28 11:09:58 Colony kernel: [ 0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
Feb 28 11:09:58 Colony kernel: [ 0.000000] Hierarchical RCU implementation.
Feb 28 11:09:58 Colony kernel: [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled.
Feb 28 11:09:58 Colony kernel: [ 0.000000] NR_IRQS:2304 nr_irqs:744 16
Feb 28 11:09:58 Colony kernel: [ 0.000000] CPU 0 irqstacks, hard=f740a000 soft=f740c000
Feb 28 11:09:58 Colony kernel: [ 0.000000] Extended CMOS year: 2000
Feb 28 11:09:58 Colony kernel: [ 0.000000] vt handoff: transparent VT on vt#7
Feb 28 11:09:58 Colony kernel: [ 0.000000] Console: colour dummy device 80x25
Feb 28 11:09:58 Colony kernel: [ 0.000000] console [tty0] enabled
Feb 28 11:09:58 Colony kernel: [ 0.000000] hpet clockevent registered
Feb 28 11:09:58 Colony kernel: [ 0.000000] Fast TSC calibration using PIT
Feb 28 11:09:58 Colony kernel: [ 0.004000] Detected 2261.180 MHz processor.
Feb 28 11:09:58 Colony kernel: [ 0.000003] Calibrating delay loop (skipped), value calculated using timer frequency… 4522.36 BogoMIPS (lpj=9044720)
Feb 28 11:09:58 Colony kernel: [ 0.000007] pid_max: default: 32768 minimum: 301
Feb 28 11:09:58 Colony kernel: [ 0.000026] Security Framework initialized
Feb 28 11:09:58 Colony kernel: [ 0.000038] AppArmor: AppArmor initialized
Feb 28 11:09:58 Colony kernel: [ 0.000039] Yama: becoming mindful.
Feb 28 11:09:58 Colony kernel: [ 0.000086] Mount-cache hash table entries: 512
Feb 28 11:09:58 Colony kernel: [ 0.000200] Initializing cgroup subsys cpuacct
Feb 28 11:09:58 Colony kernel: [ 0.000206] Initializing cgroup subsys memory
Feb 28 11:09:58 Colony kernel: [ 0.000212] Initializing cgroup subsys devices
Feb 28 11:09:58 Colony kernel: [ 0.000214] Initializing cgroup subsys freezer
Feb 28 11:09:58 Colony kernel: [ 0.000216] Initializing cgroup subsys net_cls
Feb 28 11:09:58 Colony kernel: [ 0.000218] Initializing cgroup subsys blkio
Feb 28 11:09:58 Colony kernel: [ 0.000223] Initializing cgroup subsys perf_event
Feb 28 11:09:58 Colony kernel: [ 0.000250] CPU: Physical Processor ID: 0
Feb 28 11:09:58 Colony kernel: [ 0.000252] CPU: Processor Core ID: 0
Feb 28 11:09:58 Colony kernel: [ 0.000256] mce: CPU supports 9 MCE banks
Feb 28 11:09:58 Colony kernel: [ 0.000265] CPU0: Thermal monitoring handled by SMI
Feb 28 11:09:58 Colony kernel: [ 0.000272] using mwait in idle threads.
Feb 28 11:09:58 Colony kernel: [ 0.002138] ACPI: Core revision 20110413
Feb 28 11:09:58 Colony kernel: [ 0.009138] ftrace: allocating 25664 entries in 51 pages
Feb 28 11:09:58 Colony kernel: [ 0.016543] Enabling APIC mode: Flat. Using 1 I/O APICs
Feb 28 11:09:58 Colony kernel: [ 0.016945] …TIMER: vector=0x30 apic1=0 pin1=2 apic2=0 pin2=0
Feb 28 11:09:58 Colony kernel: [ 0.056554] CPU0: Intel(R) Core™ i5 CPU M 430 @ 2.27GHz stepping 02
Feb 28 11:09:58 Colony kernel: [ 0.162901] Performance Events: PEBS fmt1+, Westmere events, Intel PMU driver.
Feb 28 11:09:58 Colony kernel: [ 0.162907] … version: 3
Feb 28 11:09:58 Colony kernel: [ 0.162908] … bit width: 48
Feb 28 11:09:58 Colony kernel: [ 0.162910] … generic registers: 4
Feb 28 11:09:58 Colony kernel: [ 0.162911] … value mask: 0000ffffffffffff
Feb 28 11:09:58 Colony kernel: [ 0.162912] … max period: 000000007fffffff
Feb 28 11:09:58 Colony kernel: [ 0.162913] … fixed-purpose events: 3
Feb 28 11:09:58 Colony kernel: [ 0.162915] … event mask: 000000070000000f
Feb 28 11:09:58 Colony kernel: [ 0.163246] CPU 1 irqstacks, hard=f74ce000 soft=f74d8000
Feb 28 11:09:58 Colony kernel: [ 0.163248] Booting Node 0, Processors #1
Feb 28 11:09:58 Colony kernel: [ 0.163250] smpboot cpu 1: start_ip = 97000
Feb 28 11:09:58 Colony kernel: [ 0.173459] Initializing CPU#1
Feb 28 11:09:58 Colony kernel: [ 0.250741] CPU1: Thermal monitoring handled by SMI
Feb 28 11:09:58 Colony kernel: [ 0.270843] CPU 2 irqstacks, hard=f74e2000 soft=f74e4000
Feb 28 11:09:58 Colony kernel: [ 0.270845] #2
Feb 28 11:09:58 Colony kernel: [ 0.270847] smpboot cpu 2: start_ip = 97000
Feb 28 11:09:58 Colony kernel: [ 0.280981] Initializing CPU#2
Feb 28 11:09:58 Colony kernel: [ 0.358526] CPU2: Thermal monitoring handled by SMI
Feb 28 11:09:58 Colony kernel: [ 0.378622] CPU 3 irqstacks, hard=f74ee000 soft=f74f4000
Feb 28 11:09:58 Colony kernel: [ 0.378624] #3
Feb 28 11:09:58 Colony kernel: [ 0.378626] smpboot cpu 3: start_ip = 97000
Feb 28 11:09:58 Colony kernel: [ 0.388759] Initializing CPU#3
Feb 28 11:09:58 Colony kernel: [ 0.466308] CPU3: Thermal monitoring handled by SMI
Feb 28 11:09:58 Colony kernel: [ 0.486337] Brought up 4 CPUs
Feb 28 11:09:58 Colony kernel: [ 0.486339] Total of 4 processors activated (18088.06 BogoMIPS).
Feb 28 11:09:58 Colony kernel: [ 0.488686] devtmpfs: initialized
Feb 28 11:09:58 Colony kernel: [ 0.488823] PM: Registering ACPI NVS region at dedfe000 (290816 bytes)
Feb 28 11:09:58 Colony kernel: [ 0.488831] PM: Registering ACPI NVS region at dee56000 (49152 bytes)
Feb 28 11:09:58 Colony kernel: [ 0.488834] PM: Registering ACPI NVS region at dee63000 (20480 bytes)
Feb 28 11:09:58 Colony kernel: [ 0.488836] PM: Registering ACPI NVS region at dee89000 (8192 bytes)
Feb 28 11:09:58 Colony kernel: [ 0.488837] PM: Registering ACPI NVS region at deea0000 (4096 bytes)
Feb 28 11:09:58 Colony kernel: [ 0.488839] PM: Registering ACPI NVS region at deeac000 (61440 bytes)
Feb 28 11:09:58 Colony kernel: [ 0.490430] print_constraints: dummy:
Feb 28 11:09:58 Colony kernel: [ 0.490458] Time: 2:09:43 Date: 02/28/12
Feb 28 11:09:58 Colony kernel: [ 0.490494] NET: Registered protocol family 16
Feb 28 11:09:58 Colony kernel: [ 0.490592] Trying to unpack rootfs image as initramfs…
Feb 28 11:09:58 Colony kernel: [ 0.490594] EISA bus registered
Feb 28 11:09:58 Colony kernel: [ 0.490613] ACPI FADT declares the system doesn’t support PCIe ASPM, so disable it
Feb 28 11:09:58 Colony kernel: [ 0.490615] ACPI: bus type pci registered
Feb 28 11:09:58 Colony kernel: [ 0.490681] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
Feb 28 11:09:58 Colony kernel: [ 0.490684] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
Feb 28 11:09:58 Colony kernel: [ 0.490685] PCI: Using MMCONFIG for extended config space
Feb 28 11:09:58 Colony kernel: [ 0.490687] PCI: Using configuration type 1 for base access
Feb 28 11:09:58 Colony kernel: [ 0.491438] bio: create slab <bio-0> at 0
Feb 28 11:09:58 Colony kernel: [ 0.493252] ACPI: EC: Detected MSI hardware, enabling workarounds.
Feb 28 11:09:58 Colony kernel: [ 0.493262] ACPI: EC: EC description table is found, configuring boot EC
Feb 28 11:09:58 Colony kernel: [ 0.493264] ACPI: EC: Look up EC in DSDT
Feb 28 11:09:58 Colony kernel: [ 0.493335] ACPI: EC: ASUSTek keeps feeding us with broken ECDT tables, which are very hard to workaround. Trying to use DSDT EC info instead. Please send output of acpidump to linux-acpi@vger.kernel.org
Feb 28 11:09:58 Colony kernel: [ 0.530492] ACPI: Executed 2 blocks of module-level executable AML code
Feb 28 11:09:58 Colony kernel: [ 0.562156] [Firmware Bug]: ACPI: BIOS OSI(Linux) query ignored
Feb 28 11:09:58 Colony kernel: [ 0.562517] ACPI: SSDT deea4c18 003BA (v01 PmRef Cpu0Ist 00003000 INTL 20051117)
Feb 28 11:09:58 Colony kernel: [ 0.562938] ACPI: Dynamic OEM Table Load:
Feb 28 11:09:58 Colony kernel: [ 0.562941] ACPI: SSDT (null) 003BA (v01 PmRef Cpu0Ist 00003000 INTL 20051117)
Feb 28 11:09:58 Colony kernel: [ 0.563056] ACPI: SSDT deea2618 005CD (v01 PmRef Cpu0Cst 00003001 INTL 20051117)
Feb 28 11:09:58 Colony kernel: [ 0.563462] ACPI: Dynamic OEM Table Load:
Feb 28 11:09:58 Colony kernel: [ 0.563464] ACPI: SSDT (null) 005CD (v01 PmRef Cpu0Cst 00003001 INTL 20051117)
Feb 28 11:09:58 Colony kernel: [ 0.626249] ACPI: SSDT deea3a98 00303 (v01 PmRef ApIst 00003000 INTL 20051117)
Feb 28 11:09:58 Colony kernel: [ 0.626727] ACPI: Dynamic OEM Table Load:
Feb 28 11:09:58 Colony kernel: [ 0.626730] ACPI: SSDT (null) 00303 (v01 PmRef ApIst 00003000 INTL 20051117)
Feb 28 11:09:58 Colony kernel: [ 0.723169] ACPI: SSDT deea1d98 00119 (v01 PmRef ApCst 00003000 INTL 20051117)
Feb 28 11:09:58 Colony kernel: [ 0.723610] ACPI: Dynamic OEM Table Load:
Feb 28 11:09:58 Colony kernel: [ 0.723613] ACPI: SSDT (null) 00119 (v01 PmRef ApCst 00003000 INTL 20051117)
Feb 28 11:09:58 Colony kernel: [ 0.905973] ACPI: Interpreter enabled
Feb 28 11:09:58 Colony kernel: [ 0.905981] ACPI: (supports S0 S3 S4 S5)
Feb 28 11:09:58 Colony kernel: [ 0.906003] ACPI: Using IOAPIC for interrupt routing
Feb 28 11:09:58 Colony kernel: [ 0.920533] ACPI: EC: GPE = 0x17, I/O: command/status = 0x66, data = 0x62
Feb 28 11:09:58 Colony kernel: [ 0.921056] ACPI: ACPI Dock Station Driver: 1 docks/bays found
Feb 28 11:09:58 Colony kernel: [ 0.921058] HEST: Table not found.
Feb 28 11:09:58 Colony kernel: [ 0.921063] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
Feb 28 11:09:58 Colony kernel: [ 0.921370] _SB
.PCI0:_OSC invalid UUID
Feb 28 11:09:58 Colony kernel: [ 0.921376] OSC request data:1 8 1f
Feb 28 11:09:58 Colony kernel: [ 0.921380] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e])
Feb 28 11:09:58 Colony kernel: [ 0.921859] pci_root PNP0A08:00: host bridge window [io 0x0000-0x0cf7]
Feb 28 11:09:58 Colony kernel: [ 0.921862] pci_root PNP0A08:00: host bridge window [io 0x0d00-0xffff]
Feb 28 11:09:58 Colony kernel: [ 0.921864] pci_root PNP0A08:00: host bridge window [mem 0x000a0000-0x000bffff]
Feb 28 11:09:58 Colony kernel: [ 0.921866] pci_root PNP0A08:00: host bridge window [mem 0x000d0000-0x000d3fff]
Feb 28 11:09:58 Colony kernel: [ 0.921869] pci_root PNP0A08:00: host bridge window [mem 0x000d4000-0x000d7fff]
Feb 28 11:09:58 Colony kernel: [ 0.921871] pci_root PNP0A08:00: host bridge window [mem 0x000d8000-0x000dbfff]
Feb 28 11:09:58 Colony kernel: [ 0.921873] pci_root PNP0A08:00: host bridge window [mem 0x000dc000-0x000dffff]
Feb 28 11:09:58 Colony kernel: [ 0.921875] pci_root PNP0A08:00: host bridge window [mem 0x000e0000-0x000e3fff]
Feb 28 11:09:58 Colony kernel: [ 0.921877] pci_root PNP0A08:00: host bridge window [mem 0x000e4000-0x000e7fff]
Feb 28 11:09:58 Colony kernel: [ 0.921879] pci_root PNP0A08:00: host bridge window [mem 0xe0000000-0xfeafffff]
Feb 28 11:09:58 Colony kernel: [ 0.921894] pci 0000:00:00.0: [8086:0044] type 0 class 0x000600
Feb 28 11:09:58 Colony kernel: [ 0.921914] DMAR: BIOS has allocated no shadow GTT; disabling IOMMU for graphics
Feb 28 11:09:58 Colony kernel: [ 0.921930] pci 0000:00:01.0: [8086:0045] type 1 class 0x000604
Feb 28 11:09:58 Colony kernel: [ 0.921957] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
Feb 28 11:09:58 Colony kernel: [ 0.921960] pci 0000:00:01.0: PME# disabled
Feb 28 11:09:58 Colony kernel: [ 0.922006] pci 0000:00:16.0: [8086:3b64] type 0 class 0x000780
Feb 28 11:09:58 Colony kernel: [ 0.922036] pci 0000:00:16.0: reg 10: [mem 0xf7a0a000-0xf7a0a00f 64bit]
Feb 28 11:09:58 Colony kernel: [ 0.922113] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
Feb 28 11:09:58 Colony kernel: [ 0.922117] pci 0000:00:16.0: PME# disabled
Feb 28 11:09:58 Colony kernel: [ 0.922158] pci 0000:00:1a.0: [8086:3b3c] type 0 class 0x000c03
Feb 28 11:09:58 Colony kernel: [ 0.922183] pci 0000:00:1a.0: reg 10: [mem 0xf7a08000-0xf7a083ff]
Feb 28 11:09:58 Colony kernel: [ 0.922271] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
Feb 28 11:09:58 Colony kernel: [ 0.922276] pci 0000:00:1a.0: PME# disabled
Feb 28 11:09:58 Colony kernel: [ 0.922305] pci 0000:00:1b.0: [8086:3b56] type 0 class 0x000403
Feb 28 11:09:58 Colony kernel: [ 0.922326] pci 0000:00:1b.0: reg 10: [mem 0xf7a00000-0xf7a03fff 64bit]
Feb 28 11:09:58 Colony kernel: [ 0.922404] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
Feb 28 11:09:58 Colony kernel: [ 0.922409] pci 0000:00:1b.0: PME# disabled
Feb 28 11:09:58 Colony kernel: [ 0.922435] pci 0000:00:1c.0: [8086:3b42] type 1 class 0x000604
Feb 28 11:09:58 Colony kernel: [ 0.922513] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
Feb 28 11:09:58 Colony kernel: [ 0.922517] pci 0000:00:1c.0: PME# disabled
Feb 28 11:09:58 Colony kernel: [ 0.922545] pci 0000:00:1c.1: [8086:3b44] type 1 class 0x000604
Feb 28 11:09:58 Colony kernel: [ 0.922624] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
Feb 28 11:09:58 Colony kernel: [ 0.922629] pci 0000:00:1c.1: PME# disabled
Feb 28 11:09:58 Colony kernel: [ 0.922656] pci 0000:00:1c.2: [8086:3b46] type 1 class 0x000604
Feb 28 11:09:58 Colony kernel: [ 0.922736] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
Feb 28 11:09:58 Colony kernel: [ 0.922740] pci 0000:00:1c.2: PME# disabled
Feb 28 11:09:58 Colony kernel: [ 0.922767] pci 0000:00:1c.3: [8086:3b48] type 1 class 0x000604
Feb 28 11:09:58 Colony kernel: [ 0.922847] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
Feb 28 11:09:58 Colony kernel: [ 0.922852] pci 0000:00:1c.3: PME# disabled
Feb 28 11:09:58 Colony kernel: [ 0.922880] pci 0000:00:1c.5: [8086:3b4c] type 1 class 0x000604
Feb 28 11:09:58 Colony kernel: [ 0.922960] pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
Feb 28 11:09:58 Colony kernel: [ 0.922964] pci 0000:00:1c.5: PME# disabled
Feb 28 11:09:58 Colony kernel: [ 0.923001] pci 0000:00:1d.0: [8086:3b34] type 0 class 0x000c03
Feb 28 11:09:58 Colony kernel: [ 0.923027] pci 0000:00:1d.0: reg 10: [mem 0xf7a07000-0xf7a073ff]
Feb 28 11:09:58 Colony kernel: [ 0.923115] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
Feb 28 11:09:58 Colony kernel: [ 0.923119] pci 0000:00:1d.0: PME# disabled
Feb 28 11:09:58 Colony kernel: [ 0.923143] pci 0000:00:1e.0: [8086:2448] type 1 class 0x000604
Feb 28 11:09:58 Colony kernel: [ 0.923219] pci 0000:00:1f.0: [8086:3b09] type 0 class 0x000601
Feb 28 11:09:58 Colony kernel: [ 0.923340] pci 0000:00:1f.2: [8086:3b29] type 0 class 0x000106
Feb 28 11:09:58 Colony kernel: [ 0.923367] pci 0000:00:1f.2: reg 10: [io 0xe070-0xe077]
Feb 28 11:09:58 Colony kernel: [ 0.923378] pci 0000:00:1f.2: reg 14: [io 0xe060-0xe063]
Feb 28 11:09:58 Colony kernel: [ 0.923389] pci 0000:00:1f.2: reg 18: [io 0xe050-0xe057]
Feb 28 11:09:58 Colony kernel: [ 0.923400] pci 0000:00:1f.2: reg 1c: [io 0xe040-0xe043]
Feb 28 11:09:58 Colony kernel: [ 0.923411] pci 0000:00:1f.2: reg 20: [io 0xe020-0xe03f]
Feb 28 11:09:58 Colony kernel: [ 0.923422] pci 0000:00:1f.2: reg 24: [mem 0xf7a06000-0xf7a067ff]
Feb 28 11:09:58 Colony kernel: [ 0.923469] pci 0000:00:1f.2: PME# supported from D3hot
Feb 28 11:09:58 Colony kernel: [ 0.923474] pci 0000:00:1f.2: PME# disabled
Feb 28 11:09:58 Colony kernel: [ 0.923496] pci 0000:00:1f.3: [8086:3b30] type 0 class 0x000c05
Feb 28 11:09:58 Colony kernel: [ 0.923517] pci 0000:00:1f.3: reg 10: [mem 0xf7a05000-0xf7a050ff 64bit]
Feb 28 11:09:58 Colony kernel: [ 0.923547] pci 0000:00:1f.3: reg 20: [io 0xe000-0xe01f]
Feb 28 11:09:58 Colony kernel: [ 0.923593] pci 0000:00:1f.6: [8086:3b32] type 0 class 0x001180
Feb 28 11:09:58 Colony kernel: [ 0.923621] pci 0000:00:1f.6: reg 10: [mem 0xf7a04000-0xf7a04fff 64bit]
Feb 28 11:09:58 Colony kernel: [ 0.923738] pci 0000:01:00.0: [1002:68c0] type 0 class 0x000300
Feb 28 11:09:58 Colony kernel: [ 0.923754] pci 0000:01:00.0: reg 10: [mem 0xe0000000-0xefffffff 64bit pref]
Feb 28 11:09:58 Colony kernel: [ 0.923769] pci 0000:01:00.0: reg 18: [mem 0xf0020000-0xf003ffff 64bit]
Feb 28 11:09:58 Colony kernel: [ 0.923779] pci 0000:01:00.0: reg 20: [io 0xd000-0xd0ff]
Feb 28 11:09:58 Colony kernel: [ 0.923798] pci 0000:01:00.0: reg 30: [mem 0xf0000000-0xf001ffff pref]
Feb 28 11:09:58 Colony kernel: [ 0.923822] pci 0000:01:00.0: supports D1 D2
Feb 28 11:09:58 Colony kernel: [ 0.923847] pci 0000:01:00.1: [1002:aa60] type 0 class 0x000403
Feb 28 11:09:58 Colony kernel: [ 0.923862] pci 0000:01:00.1: reg 10: [mem 0xf0040000-0xf0043fff 64bit]
Feb 28 11:09:58 Colony kernel: [ 0.923920] pci 0000:01:00.1: supports D1 D2
Feb 28 11:09:58 Colony kernel: [ 0.923949] pci 0000:00:01.0: PCI bridge to [bus 01-01]
Feb 28 11:09:58 Colony kernel: [ 0.923951] pci 0000:00:01.0: bridge window [io 0xd000-0xdfff]
Feb 28 11:09:58 Colony kernel: [ 0.923954] pci 0000:00:01.0: bridge window [mem 0xe0000000-0xf00fffff]
Feb 28 11:09:58 Colony kernel: [ 0.923958] pci 0000:00:01.0: bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
Feb 28 11:09:58 Colony kernel: [ 0.924012] pci 0000:00:1c.0: PCI bridge to [bus 02-02]
Feb 28 11:09:58 Colony kernel: [ 0.924017] pci 0000:00:1c.0: bridge window [io 0xc000-0xcfff]
Feb 28 11:09:58 Colony kernel: [ 0.924022] pci 0000:00:1c.0: bridge window [mem 0xf6600000-0xf79fffff]
Feb 28 11:09:58 Colony kernel: [ 0.924029] pci 0000:00:1c.0: bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
Feb 28 11:09:58 Colony kernel: [ 0.924087] pci 0000:00:1c.1: PCI bridge to [bus 03-05]
Feb 28 11:09:58 Colony kernel: [ 0.924092] pci 0000:00:1c.1: bridge window [io 0xb000-0xbfff]
Feb 28 11:09:58 Colony kernel: [ 0.924096] pci 0000:00:1c.1: bridge window [mem 0xf0200000-0xf29fffff]
Feb 28 11:09:58 Colony kernel: [ 0.924104] pci 0000:00:1c.1: bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
Feb 28 11:09:58 Colony kernel: [ 0.924160] pci 0000:00:1c.2: PCI bridge to [bus 06-06]
Feb 28 11:09:58 Colony kernel: [ 0.924165] pci 0000:00:1c.2: bridge window [io 0xa000-0xafff]
Feb 28 11:09:58 Colony kernel: [ 0.924170] pci 0000:00:1c.2: bridge window [mem 0xf5200000-0xf65fffff]
Feb 28 11:09:58 Colony kernel: [ 0.924177] pci 0000:00:1c.2: bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
Feb 28 11:09:58 Colony kernel: [ 0.924262] pci 0000:07:00.0: [8086:0083] type 0 class 0x000280
Feb 28 11:09:58 Colony kernel: [ 0.924301] pci 0000:07:00.0: reg 10: [mem 0xf3e00000-0xf3e01fff 64bit]
Feb 28 11:09:58 Colony kernel: [ 0.924450] pci 0000:07:00.0: PME# supported from D0 D3hot D3cold
Feb 28 11:09:58 Colony kernel: [ 0.924457] pci 0000:07:00.0: PME# disabled
Feb 28 11:09:58 Colony kernel: [ 0.924510] pci 0000:00:1c.3: PCI bridge to [bus 07-07]
Feb 28 11:09:58 Colony kernel: [ 0.924515] pci 0000:00:1c.3: bridge window [io 0x9000-0x9fff]
Feb 28 11:09:58 Colony kernel: [ 0.924519] pci 0000:00:1c.3: bridge window [mem 0xf3e00000-0xf51fffff]
Feb 28 11:09:58 Colony kernel: [ 0.924527] pci 0000:00:1c.3: bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
Feb 28 11:09:58 Colony kernel: [ 0.924599] pci 0000:08:00.0: [10ec:8168] type 0 class 0x000200
Feb 28 11:09:58 Colony kernel: [ 0.924616] pci 0000:08:00.0: reg 10: [io 0x8000-0x80ff]
Feb 28 11:09:58 Colony kernel: [ 0.924643] pci 0000:08:00.0: reg 18: [mem 0xf2a24000-0xf2a24fff 64bit pref]
Feb 28 11:09:58 Colony kernel: [ 0.924663] pci 0000:08:00.0: reg 20: [mem 0xf2a20000-0xf2a23fff 64bit pref]
Feb 28 11:09:58 Colony kernel: [ 0.924675] pci 0000:08:00.0: reg 30: [mem 0xf2a00000-0xf2a1ffff pref]
Feb 28 11:09:58 Colony kernel: [ 0.924718] pci 0000:08:00.0: supports D1 D2
Feb 28 11:09:58 Colony kernel: [ 0.924720] pci 0000:08:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Feb 28 11:09:58 Colony kernel: [ 0.924725] pci 0000:08:00.0: PME# disabled
Feb 28 11:09:58 Colony kernel: [ 0.924764] pci 0000:00:1c.5: PCI bridge to [bus 08-08]
Feb 28 11:09:58 Colony kernel: [ 0.924768] pci 0000:00:1c.5: bridge window [io 0x8000-0x8fff]
Feb 28 11:09:58 Colony kernel: [ 0.924773] pci 0000:00:1c.5: bridge window [mem 0xf2a00000-0xf3dfffff]
Feb 28 11:09:58 Colony kernel: [ 0.924781] pci 0000:00:1c.5: bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
Feb 28 11:09:58 Colony kernel: [ 0.924855] pci 0000:00:1e.0: PCI bridge to [bus 09-09] (subtractive decode)
Feb 28 11:09:58 Colony kernel: [ 0.924860] pci 0000:00:1e.0: bridge window [io 0xf000-0x0000] (disabled)
Feb 28 11:09:58 Colony kernel: [ 0.924865] pci 0000:00:1e.0: bridge window [mem 0xfff00000-0x000fffff] (disabled)
Feb 28 11:09:58 Colony kernel: [ 0.924872] pci 0000:00:1e.0: bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
Feb 28 11:09:58 Colony kernel: [ 0.924875] pci 0000:00:1e.0: bridge window [io 0x0000-0x0cf7] (subtractive decode)
Feb 28 11:09:58 Colony kernel: [ 0.924877] pci 0000:00:1e.0: bridge window [io 0x0d00-0xffff] (subtractive decode)
Feb 28 11:09:58 Colony kernel: [ 0.924879] pci 0000:00:1e.0: bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
Feb 28 11:09:58 Colony kernel: [ 0.924881] pci 0000:00:1e.0: bridge window [mem 0x000d0000-0x000d3fff] (subtractive decode)
Feb 28 11:09:58 Colony kernel: [ 0.924883] pci 0000:00:1e.0: bridge window [mem 0x000d4000-0x000d7fff] (subtractive decode)
Feb 28 11:09:58 Colony kernel: [ 0.924885] pci 0000:00:1e.0: bridge window [mem 0x000d8000-0x000dbfff] (subtractive decode)
Feb 28 11:09:58 Colony kernel: [ 0.924887] pci 0000:00:1e.0: bridge window [mem 0x000dc000-0x000dffff] (subtractive decode)
Feb 28 11:09:58 Colony kernel: [ 0.924889] pci 0000:00:1e.0: bridge window [mem 0x000e0000-0x000e3fff] (subtractive decode)
Feb 28 11:09:58 Colony kernel: [ 0.924891] pci 0000:00:1e.0: bridge window [mem 0x000e4000-0x000e7fff] (subtractive decode)
Feb 28 11:09:58 Colony kernel: [ 0.924893] pci 0000:00:1e.0: bridge window [mem 0xe0000000-0xfeafffff] (subtractive decode)
Feb 28 11:09:58 Colony kernel: [ 0.924931] pci_bus 0000:00: on NUMA node 0
Feb 28 11:09:58 Colony kernel: [ 0.924934] ACPI: PCI Interrupt Routing Table [_SB
.PCI0.PRT]
Feb 28 11:09:58 Colony kernel: [ 0.925148] ACPI: PCI Interrupt Routing Table [_SB
.PCI0.P0P2.PRT]
Feb 28 11:09:58 Colony kernel: [ 0.925209] ACPI: PCI Interrupt Routing Table [_SB
.PCI0.P0P1.PRT]
Feb 28 11:09:58 Colony kernel: [ 0.925332] ACPI: PCI Interrupt Routing Table [_SB
.PCI0.RP01.PRT]
Feb 28 11:09:58 Colony kernel: [ 0.925391] ACPI: PCI Interrupt Routing Table [_SB
.PCI0.RP02.PRT]
Feb 28 11:09:58 Colony kernel: [ 0.925446] ACPI: PCI Interrupt Routing Table [_SB
.PCI0.RP03.PRT]
Feb 28 11:09:58 Colony kernel: [ 0.925500] ACPI: PCI Interrupt Routing Table [_SB
.PCI0.RP04.PRT]
Feb 28 11:09:58 Colony kernel: [ 0.925577] ACPI: PCI Interrupt Routing Table [_SB
.PCI0.RP06.PRT]
Feb 28 11:09:58 Colony kernel: [ 0.925662] _SB
.PCI0:_OSC invalid UUID
Feb 28 11:09:58 Colony kernel: [ 0.925663] _OSC request data:1 1f 1f
Feb 28 11:09:58 Colony kernel: [ 0.925667] pci0000:00: Requesting ACPI OSC control (0x1d)
Feb 28 11:09:58 Colony kernel: [ 0.925698] _SB
.PCI0:_OSC invalid UUID
Feb 28 11:09:58 Colony kernel: [ 0.925699] _OSC request data:1 0 1d
Feb 28 11:09:58 Colony kernel: [ 0.925703] pci0000:00: ACPI _OSC request failed (AE_ERROR), returned control mask: 0x1d
Feb 28 11:09:58 Colony kernel: [ 0.925704] ACPI _OSC control for PCIe not granted, disabling ASPM
Feb 28 11:09:58 Colony kernel: [ 0.932268] ACPI: PCI Root Bridge [CPBG] (domain 0000 [bus 3f])
Feb 28 11:09:58 Colony kernel: [ 0.932327] pci 0000:3f:00.0: [8086:2c62] type 0 class 0x000600
Feb 28 11:09:58 Colony kernel: [ 0.932348] pci 0000:3f:00.1: [8086:2d01] type 0 class 0x000600
Feb 28 11:09:58 Colony kernel: [ 0.932368] pci 0000:3f:02.0: [8086:2d10] type 0 class 0x000600
Feb 28 11:09:58 Colony kernel: [ 0.932385] pci 0000:3f:02.1: [8086:2d11] type 0 class 0x000600
Feb 28 11:09:58 Colony kernel: [ 0.932402] pci 0000:3f:02.2: [8086:2d12] type 0 class 0x000600
Feb 28 11:09:58 Colony kernel: [ 0.932419] pci 0000:3f:02.3: [8086:2d13] type 0 class 0x000600
Feb 28 11:09:58 Colony kernel: [ 0.932446] pci_bus 0000:3f: on NUMA node 0
Feb 28 11:09:58 Colony kernel: [ 0.932452] pci0000:3f: Requesting ACPI _OSC control (0x1d)
Feb 28 11:09:58 Colony kernel: [ 0.932455] pci0000:3f: ACPI _OSC request failed (AE_NOT_FOUND), returned control mask: 0x1d
Feb 28 11:09:58 Colony kernel: [ 0.932456] ACPI _OSC control for PCIe not granted, disabling ASPM
Feb 28 11:09:58 Colony kernel: [ 0.932660] ACPI: PCI Interrupt Link [LNKA] (IRQs 1 3 4 5 6 7 10 12 14 15) *11
Feb 28 11:09:58 Colony kernel: [ 0.932705] ACPI: PCI Interrupt Link [LNKB] (IRQs 1 3 4 5 6 7 11 12 14 15) *10
Feb 28 11:09:58 Colony kernel: [ 0.932748] ACPI: PCI Interrupt Link [LNKC] (IRQs 1 3 *4 5 6 7 10 12 14 15)
Feb 28 11:09:58 Colony kernel: [ 0.932790] ACPI: PCI Interrupt Link [LNKD] (IRQs 1 3 4 *5 6 7 11 12 14 15)
Feb 28 11:09:58 Colony kernel: [ 0.932832] ACPI: PCI Interrupt Link [LNKE] (IRQs 1 3 4 5 6 7 10 12 14 15) *0, disabled.
Feb 28 11:09:58 Colony kernel: [ 0.932875] ACPI: PCI Interrupt Link [LNKF] (IRQs 1 3 4 5 6 7 11 12 14 15) *0, disabled.
Feb 28 11:09:58 Colony kernel: [ 0.932917] ACPI: PCI Interrupt Link [LNKG] (IRQs 1 *3 4 5 6 7 10 12 14 15)
Feb 28 11:09:58 Colony kernel: [ 0.932960] ACPI: PCI Interrupt Link [LNKH] (IRQs 1 3 4 5 6 7 *11 12 14 15)
Feb 28 11:09:58 Colony kernel: [ 0.933056] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none
Feb 28 11:09:58 Colony kernel: [ 0.933061] vgaarb: loaded
Feb 28 11:09:58 Colony kernel: [ 0.933062] vgaarb: bridge control possible 0000:01:00.0
Feb 28 11:09:58 Colony kernel: [ 0.933234] SCSI subsystem initialized
Feb 28 11:09:58 Colony kernel: [ 0.933294] libata version 3.00 loaded.
Feb 28 11:09:58 Colony kernel: [ 0.933330] usbcore: registered new interface driver usbfs
Feb 28 11:09:58 Colony kernel: [ 0.933338] usbcore: registered new interface driver hub
Feb 28 11:09:58 Colony kernel: [ 0.933373] usbcore: registered new device driver usb
Feb 28 11:09:58 Colony kernel: [ 0.933455] PCI: Using ACPI for IRQ routing
Feb 28 11:09:58 Colony kernel: [ 0.935621] PCI: pci_cache_line_size set to 64 bytes
Feb 28 11:09:58 Colony kernel: [ 0.935720] reserve RAM buffer: 000000000009bc00 - 000000000009ffff
Feb 28 11:09:58 Colony kernel: [ 0.935723] reserve RAM buffer: 00000000dedfe000 - 00000000dfffffff
Feb 28 11:09:58 Colony kernel: [ 0.935810] NetLabel: Initializing
Feb 28 11:09:58 Colony kernel: [ 0.935811] NetLabel: domain hash size = 128
Feb 28 11:09:58 Colony kernel: [ 0.935812] NetLabel: protocols = UNLABELED CIPSOv4
Feb 28 11:09:58 Colony kernel: [ 0.935822] NetLabel: unlabeled traffic allowed by default
Feb 28 11:09:58 Colony kernel: [ 0.935864] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
Feb 28 11:09:58 Colony kernel: [ 0.935869] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
Feb 28 11:09:58 Colony kernel: [ 0.937891] Switching to clocksource hpet
Feb 28 11:09:58 Colony kernel: [ 0.941350] Switched to NOHz mode on CPU #0
Feb 28 11:09:58 Colony kernel: [ 0.941409] Switched to NOHz mode on CPU #2
Feb 28 11:09:58 Colony kernel: [ 0.941421] Switched to NOHz mode on CPU #1
Feb 28 11:09:58 Colony kernel: [ 0.941432] Switched to NOHz mode on CPU #3
Feb 28 11:09:58 Colony kernel: [ 0.943555] AppArmor: AppArmor Filesystem Enabled
Feb 28 11:09:58 Colony kernel: [ 0.943581] pnp: PnP ACPI init
Feb 28 11:09:58 Colony kernel: [ 0.943598] ACPI: bus type pnp registered
Feb 28 11:09:58 Colony kernel: [ 0.943880] pnp 00:00: [bus 00-3e]
Feb 28 11:09:58 Colony kernel: [ 0.943883] pnp 00:00: [io 0x0000-0x0cf7 window]
Feb 28 11:09:58 Colony kernel: [ 0.943885] pnp 00:00: [io 0x0cf8-0x0cff]
Feb 28 11:09:58 Colony kernel: [ 0.943886] pnp 00:00: [io 0x0d00-0xffff window]
Feb 28 11:09:58 Colony kernel: [ 0.943888] pnp 00:00: [mem 0x000a0000-0x000bffff window]
Feb 28 11:09:58 Colony kernel: [ 0.943890] pnp 00:00: [mem 0x000c0000-0x000c3fff window]
Feb 28 11:09:58 Colony kernel: [ 0.943892] pnp 00:00: [mem 0x000c4000-0x000c7fff window]
Feb 28 11:09:58 Colony kernel: [ 0.943894] pnp 00:00: [mem 0x000c8000-0x000cbfff window]
Feb 28 11:09:58 Colony kernel: [ 0.943896] pnp 00:00: [mem 0x000cc000-0x000cffff window]
Feb 28 11:09:58 Colony kernel: [ 0.943897] pnp 00:00: [mem 0x000d0000-0x000d3fff window]
Feb 28 11:09:58 Colony kernel: [ 0.943899] pnp 00:00: [mem 0x000d4000-0x000d7fff window]
Feb 28 11:09:58 Colony kernel: [ 0.943901] pnp 00:00: [mem 0x000d8000-0x000dbfff window]
Feb 28 11:09:58 Colony kernel: [ 0.943903] pnp 00:00: [mem 0x000dc000-0x000dffff window]
Feb 28 11:09:58 Colony kernel: [ 0.943905] pnp 00:00: [mem 0x000e0000-0x000e3fff window]
Feb 28 11:09:58 Colony kernel: [ 0.943906] pnp 00:00: [mem 0x000e4000-0x000e7fff window]
Feb 28 11:09:58 Colony kernel: [ 0.943908] pnp 00:00: [mem 0x000e8000-0x000ebfff window]
Feb 28 11:09:58 Colony kernel: [ 0.943910] pnp 00:00: [mem 0x000ec000-0x000effff window]
Feb 28 11:09:58 Colony kernel: [ 0.943912] pnp 00:00: [mem 0x000f0000-0x000fffff window]
Feb 28 11:09:58 Colony kernel: [ 0.943914] pnp 00:00: [mem 0xe0000000-0xfeafffff window]
Feb 28 11:09:58 Colony kernel: [ 0.943990] pnp 00:00: Plug and Play ACPI device, IDs PNP0a08 PNP0a03 (active)
Feb 28 11:09:58 Colony kernel: [ 0.944006] pnp 00:01: [io 0x0000-0x001f]
Feb 28 11:09:58 Colony kernel: [ 0.944008] pnp 00:01: [io 0x0081-0x0091]
Feb 28 11:09:58 Colony kernel: [ 0.944009] pnp 00:01: [io 0x0093-0x009f]
Feb 28 11:09:58 Colony kernel: [ 0.944011] pnp 00:01: [io 0x00c0-0x00df]
Feb 28 11:09:58 Colony kernel: [ 0.944013] pnp 00:01: [dma 4]
Feb 28 11:09:58 Colony kernel: [ 0.944032] pnp 00:01: Plug and Play ACPI device, IDs PNP0200 (active)
Feb 28 11:09:58 Colony kernel: [ 0.944039] pnp 00:02: [mem 0xff000000-0xffffffff]
Feb 28 11:09:58 Colony kernel: [ 0.944059] pnp 00:02: Plug and Play ACPI device, IDs INT0800 (active)
Feb 28 11:09:58 Colony kernel: [ 0.944123] pnp 00:03: [mem 0xfed00000-0xfed003ff]
Feb 28 11:09:58 Colony kernel: [ 0.944143] pnp 00:03: Plug and Play ACPI device, IDs PNP0103 (active)
Feb 28 11:09:58 Colony kernel: [ 0.944152] pnp 00:04: [io 0x00f0]
Feb 28 11:09:58 Colony kernel: [ 0.944162] pnp 00:04: [irq 13]
Feb 28 11:09:58 Colony kernel: [ 0.944183] pnp 00:04: Plug and Play ACPI device, IDs PNP0c04 (active)
Feb 28 11:09:58 Colony kernel: [ 0.944192] pnp 00:05: [io 0x002e-0x002f]
Feb 28 11:09:58 Colony kernel: [ 0.944194] pnp 00:05: [io 0x004e-0x004f]
Feb 28 11:09:58 Colony kernel: [ 0.944195] pnp 00:05: [io 0x0061]
Feb 28 11:09:58 Colony kernel: [ 0.944197] pnp 00:05: [io 0x0063]
Feb 28 11:09:58 Colony kernel: [ 0.944198] pnp 00:05: [io 0x0065]
Feb 28 11:09:58 Colony kernel: [ 0.944200] pnp 00:05: [io 0x0067]
Feb 28 11:09:58 Colony kernel: [ 0.944201] pnp 00:05: [io 0x0070]
Feb 28 11:09:58 Colony kernel: [ 0.944202] pnp 00:05: [io 0x0080]
Feb 28 11:09:58 Colony kernel: [ 0.944204] pnp 00:05: [io 0x0092]
Feb 28 11:09:58 Colony kernel: [ 0.944205] pnp 00:05: [io 0x00b2-0x00b3]
Feb 28 11:09:58 Colony kernel: [ 0.944207] pnp 00:05: [io 0x0680-0x069f]
Feb 28 11:09:58 Colony kernel: [ 0.944209] pnp 00:05: [io 0xff00-0xff0f]
Feb 28 11:09:58 Colony kernel: [ 0.944210] pnp 00:05: [io 0xff14-0xff17]
Feb 28 11:09:58 Colony kernel: [ 0.944212] pnp 00:05: [io 0xffff]
Feb 28 11:09:58 Colony kernel: [ 0.944213] pnp 00:05: [io 0x0400-0x047f]
Feb 28 11:09:58 Colony kernel: [ 0.944215] pnp 00:05: [io 0x0500-0x057f]
Feb 28 11:09:58 Colony kernel: [ 0.944216] pnp 00:05: [io 0x164e-0x164f]
Feb 28 11:09:58 Colony kernel: [ 0.944271] system 00:05: [io 0x0680-0x069f] has been reserved
Feb 28 11:09:58 Colony kernel: [ 0.944274] system 00:05: [io 0xff00-0xff0f] has been reserved
Feb 28 11:09:58 Colony kernel: [ 0.944276] system 00:05: [io 0xff14-0xff17] has been reserved
Feb 28 11:09:58 Colony kernel: [ 0.944278] system 00:05: [io 0xffff] has been reserved
Feb 28 11:09:58 Colony kernel: [ 0.944280] system 00:05: [io 0x0400-0x047f] has been reserved
Feb 28 11:09:58 Colony kernel: [ 0.944282] system 00:05: [io 0x0500-0x057f] has been reserved
Feb 28 11:09:58 Colony kernel: [ 0.944284] system 00:05: [io 0x164e-0x164f] has been reserved

커널로그가 한방에 안올라가서 덧붙입니다

Feb 28 11:09:58 Colony kernel: [ 0.944287] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
Feb 28 11:09:58 Colony kernel: [ 0.944296] pnp 00:06: [io 0x0070-0x0077]
Feb 28 11:09:58 Colony kernel: [ 0.944301] pnp 00:06: [irq 8]
Feb 28 11:09:58 Colony kernel: [ 0.944320] pnp 00:06: Plug and Play ACPI device, IDs PNP0b00 (active)
Feb 28 11:09:58 Colony kernel: [ 0.944329] pnp 00:07: [io 0x0060]
Feb 28 11:09:58 Colony kernel: [ 0.944331] pnp 00:07: [io 0x0064]
Feb 28 11:09:58 Colony kernel: [ 0.944336] pnp 00:07: [irq 1]
Feb 28 11:09:58 Colony kernel: [ 0.944355] pnp 00:07: Plug and Play ACPI device, IDs PNP0303 (active)
Feb 28 11:09:58 Colony kernel: [ 0.944365] pnp 00:08: [irq 12]
Feb 28 11:09:58 Colony kernel: [ 0.944387] pnp 00:08: Plug and Play ACPI device, IDs ETD0001 PNP0f13 (active)
Feb 28 11:09:58 Colony kernel: [ 0.949088] pnp 00:09: [mem 0xfed1c000-0xfed1ffff]
Feb 28 11:09:58 Colony kernel: [ 0.949090] pnp 00:09: [mem 0xfed10000-0xfed13fff]
Feb 28 11:09:58 Colony kernel: [ 0.949092] pnp 00:09: [mem 0xfed18000-0xfed18fff]
Feb 28 11:09:58 Colony kernel: [ 0.949094] pnp 00:09: [mem 0xfed19000-0xfed19fff]
Feb 28 11:09:58 Colony kernel: [ 0.949095] pnp 00:09: [mem 0xf8000000-0xfbffffff]
Feb 28 11:09:58 Colony kernel: [ 0.949097] pnp 00:09: [mem 0xfed20000-0xfed3ffff]
Feb 28 11:09:58 Colony kernel: [ 0.949099] pnp 00:09: [mem 0xfed90000-0xfed8ffff disabled]
Feb 28 11:09:58 Colony kernel: [ 0.949101] pnp 00:09: [mem 0xfed45000-0xfed8ffff]
Feb 28 11:09:58 Colony kernel: [ 0.949102] pnp 00:09: [mem 0xff000000-0xffffffff]
Feb 28 11:09:58 Colony kernel: [ 0.949104] pnp 00:09: [mem 0xfee00000-0xfeefffff]
Feb 28 11:09:58 Colony kernel: [ 0.949106] pnp 00:09: [mem 0xf7fff000-0xf7ffffff]
Feb 28 11:09:58 Colony kernel: [ 0.949170] system 00:09: [mem 0xfed1c000-0xfed1ffff] has been reserved
Feb 28 11:09:58 Colony kernel: [ 0.949173] system 00:09: [mem 0xfed10000-0xfed13fff] has been reserved
Feb 28 11:09:58 Colony kernel: [ 0.949175] system 00:09: [mem 0xfed18000-0xfed18fff] has been reserved
Feb 28 11:09:58 Colony kernel: [ 0.949177] system 00:09: [mem 0xfed19000-0xfed19fff] has been reserved
Feb 28 11:09:58 Colony kernel: [ 0.949180] system 00:09: [mem 0xf8000000-0xfbffffff] has been reserved
Feb 28 11:09:58 Colony kernel: [ 0.949182] system 00:09: [mem 0xfed20000-0xfed3ffff] has been reserved
Feb 28 11:09:58 Colony kernel: [ 0.949184] system 00:09: [mem 0xfed45000-0xfed8ffff] has been reserved
Feb 28 11:09:58 Colony kernel: [ 0.949187] system 00:09: [mem 0xff000000-0xffffffff] could not be reserved
Feb 28 11:09:58 Colony kernel: [ 0.949189] system 00:09: [mem 0xfee00000-0xfeefffff] could not be reserved
Feb 28 11:09:58 Colony kernel: [ 0.949192] system 00:09: [mem 0xf7fff000-0xf7ffffff] has been reserved
Feb 28 11:09:58 Colony kernel: [ 0.949195] system 00:09: Plug and Play ACPI device, IDs PNP0c02 (active)
Feb 28 11:09:58 Colony kernel: [ 0.949407] pnp 00:0a: [bus 3f]
Feb 28 11:09:58 Colony kernel: [ 0.949451] pnp 00:0a: Plug and Play ACPI device, IDs PNP0a03 (active)
Feb 28 11:09:58 Colony kernel: [ 0.949466] pnp: PnP ACPI: found 11 devices
Feb 28 11:09:58 Colony kernel: [ 0.949467] ACPI: ACPI bus type pnp unregistered
Feb 28 11:09:58 Colony kernel: [ 0.949471] PnPBIOS: Disabled by ACPI PNP
Feb 28 11:09:58 Colony kernel: [ 0.980245] Freeing initrd memory: 13308k freed
Feb 28 11:09:58 Colony kernel: [ 0.985110] PCI: max bus depth: 1 pci_try_num: 2
Feb 28 11:09:58 Colony kernel: [ 0.985188] pci 0000:00:1c.5: BAR 15: assigned [mem 0xf7b00000-0xf7cfffff 64bit pref]
Feb 28 11:09:58 Colony kernel: [ 0.985196] pci 0000:00:1c.3: BAR 15: assigned [mem 0xf7d00000-0xf7efffff 64bit pref]
Feb 28 11:09:58 Colony kernel: [ 0.985203] pci 0000:00:1c.2: BAR 15: assigned [mem 0xfc000000-0xfc1fffff 64bit pref]
Feb 28 11:09:58 Colony kernel: [ 0.985211] pci 0000:00:1c.1: BAR 15: assigned [mem 0xfc200000-0xfc3fffff 64bit pref]
Feb 28 11:09:58 Colony kernel: [ 0.985218] pci 0000:00:1c.0: BAR 15: assigned [mem 0xfc400000-0xfc5fffff 64bit pref]
Feb 28 11:09:58 Colony kernel: [ 0.985221] pci 0000:00:01.0: PCI bridge to [bus 01-01]
Feb 28 11:09:58 Colony kernel: [ 0.985223] pci 0000:00:01.0: bridge window [io 0xd000-0xdfff]
Feb 28 11:09:58 Colony kernel: [ 0.985226] pci 0000:00:01.0: bridge window [mem 0xe0000000-0xf00fffff]
Feb 28 11:09:58 Colony kernel: [ 0.985229] pci 0000:00:01.0: bridge window [mem pref disabled]
Feb 28 11:09:58 Colony kernel: [ 0.985232] pci 0000:00:1c.0: PCI bridge to [bus 02-02]
Feb 28 11:09:58 Colony kernel: [ 0.985236] pci 0000:00:1c.0: bridge window [io 0xc000-0xcfff]
Feb 28 11:09:58 Colony kernel: [ 0.985241] pci 0000:00:1c.0: bridge window [mem 0xf6600000-0xf79fffff]
Feb 28 11:09:58 Colony kernel: [ 0.985246] pci 0000:00:1c.0: bridge window [mem 0xfc400000-0xfc5fffff 64bit pref]
Feb 28 11:09:58 Colony kernel: [ 0.985254] pci 0000:00:1c.1: PCI bridge to [bus 03-05]
Feb 28 11:09:58 Colony kernel: [ 0.985257] pci 0000:00:1c.1: bridge window [io 0xb000-0xbfff]
Feb 28 11:09:58 Colony kernel: [ 0.985263] pci 0000:00:1c.1: bridge window [mem 0xf0200000-0xf29fffff]
Feb 28 11:09:58 Colony kernel: [ 0.985268] pci 0000:00:1c.1: bridge window [mem 0xfc200000-0xfc3fffff 64bit pref]
Feb 28 11:09:58 Colony kernel: [ 0.985276] pci 0000:00:1c.2: PCI bridge to [bus 06-06]
Feb 28 11:09:58 Colony kernel: [ 0.985279] pci 0000:00:1c.2: bridge window [io 0xa000-0xafff]
Feb 28 11:09:58 Colony kernel: [ 0.985286] pci 0000:00:1c.2: bridge window [mem 0xf5200000-0xf65fffff]
Feb 28 11:09:58 Colony kernel: [ 0.985290] pci 0000:00:1c.2: bridge window [mem 0xfc000000-0xfc1fffff 64bit pref]
Feb 28 11:09:58 Colony kernel: [ 0.985298] pci 0000:00:1c.3: PCI bridge to [bus 07-07]
Feb 28 11:09:58 Colony kernel: [ 0.985302] pci 0000:00:1c.3: bridge window [io 0x9000-0x9fff]
Feb 28 11:09:58 Colony kernel: [ 0.985308] pci 0000:00:1c.3: bridge window [mem 0xf3e00000-0xf51fffff]
Feb 28 11:09:58 Colony kernel: [ 0.985312] pci 0000:00:1c.3: bridge window [mem 0xf7d00000-0xf7efffff 64bit pref]
Feb 28 11:09:58 Colony kernel: [ 0.985320] pci 0000:00:1c.5: PCI bridge to [bus 08-08]
Feb 28 11:09:58 Colony kernel: [ 0.985324] pci 0000:00:1c.5: bridge window [io 0x8000-0x8fff]
Feb 28 11:09:58 Colony kernel: [ 0.985330] pci 0000:00:1c.5: bridge window [mem 0xf2a00000-0xf3dfffff]
Feb 28 11:09:58 Colony kernel: [ 0.985335] pci 0000:00:1c.5: bridge window [mem 0xf7b00000-0xf7cfffff 64bit pref]
Feb 28 11:09:58 Colony kernel: [ 0.985342] pci 0000:00:1e.0: PCI bridge to [bus 09-09]
Feb 28 11:09:58 Colony kernel: [ 0.985344] pci 0000:00:1e.0: bridge window [io disabled]
Feb 28 11:09:58 Colony kernel: [ 0.985349] pci 0000:00:1e.0: bridge window [mem disabled]
Feb 28 11:09:58 Colony kernel: [ 0.985354] pci 0000:00:1e.0: bridge window [mem pref disabled]
Feb 28 11:09:58 Colony kernel: [ 0.985380] pci 0000:00:01.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
Feb 28 11:09:58 Colony kernel: [ 0.985384] pci 0000:00:01.0: setting latency timer to 64
Feb 28 11:09:58 Colony kernel: [ 0.985392] pci 0000:00:1c.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
Feb 28 11:09:58 Colony kernel: [ 0.985396] pci 0000:00:1c.0: setting latency timer to 64
Feb 28 11:09:58 Colony kernel: [ 0.985408] pci 0000:00:1c.1: PCI INT B -> GSI 17 (level, low) -> IRQ 17
Feb 28 11:09:58 Colony kernel: [ 0.985413] pci 0000:00:1c.1: setting latency timer to 64
Feb 28 11:09:58 Colony kernel: [ 0.985423] pci 0000:00:1c.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
Feb 28 11:09:58 Colony kernel: [ 0.985428] pci 0000:00:1c.2: setting latency timer to 64
Feb 28 11:09:58 Colony kernel: [ 0.985439] pci 0000:00:1c.3: PCI INT D -> GSI 19 (level, low) -> IRQ 19
Feb 28 11:09:58 Colony kernel: [ 0.985443] pci 0000:00:1c.3: setting latency timer to 64
Feb 28 11:09:58 Colony kernel: [ 0.985451] pci 0000:00:1c.5: PCI INT B -> GSI 17 (level, low) -> IRQ 17
Feb 28 11:09:58 Colony kernel: [ 0.985455] pci 0000:00:1c.5: setting latency timer to 64
Feb 28 11:09:58 Colony kernel: [ 0.985464] pci 0000:00:1e.0: setting latency timer to 64
Feb 28 11:09:58 Colony kernel: [ 0.985468] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7]
Feb 28 11:09:58 Colony kernel: [ 0.985470] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff]
Feb 28 11:09:58 Colony kernel: [ 0.985472] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
Feb 28 11:09:58 Colony kernel: [ 0.985474] pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000d3fff]
Feb 28 11:09:58 Colony kernel: [ 0.985476] pci_bus 0000:00: resource 8 [mem 0x000d4000-0x000d7fff]
Feb 28 11:09:58 Colony kernel: [ 0.985478] pci_bus 0000:00: resource 9 [mem 0x000d8000-0x000dbfff]
Feb 28 11:09:58 Colony kernel: [ 0.985480] pci_bus 0000:00: resource 10 [mem 0x000dc000-0x000dffff]
Feb 28 11:09:58 Colony kernel: [ 0.985481] pci_bus 0000:00: resource 11 [mem 0x000e0000-0x000e3fff]
Feb 28 11:09:58 Colony kernel: [ 0.985483] pci_bus 0000:00: resource 12 [mem 0x000e4000-0x000e7fff]
Feb 28 11:09:58 Colony kernel: [ 0.985485] pci_bus 0000:00: resource 13 [mem 0xe0000000-0xfeafffff]
Feb 28 11:09:58 Colony kernel: [ 0.985487] pci_bus 0000:01: resource 0 [io 0xd000-0xdfff]
Feb 28 11:09:58 Colony kernel: [ 0.985489] pci_bus 0000:01: resource 1 [mem 0xe0000000-0xf00fffff]
Feb 28 11:09:58 Colony kernel: [ 0.985491] pci_bus 0000:02: resource 0 [io 0xc000-0xcfff]
Feb 28 11:09:58 Colony kernel: [ 0.985493] pci_bus 0000:02: resource 1 [mem 0xf6600000-0xf79fffff]
Feb 28 11:09:58 Colony kernel: [ 0.985495] pci_bus 0000:02: resource 2 [mem 0xfc400000-0xfc5fffff 64bit pref]
Feb 28 11:09:58 Colony kernel: [ 0.985497] pci_bus 0000:03: resource 0 [io 0xb000-0xbfff]
Feb 28 11:09:58 Colony kernel: [ 0.985499] pci_bus 0000:03: resource 1 [mem 0xf0200000-0xf29fffff]
Feb 28 11:09:58 Colony kernel: [ 0.985501] pci_bus 0000:03: resource 2 [mem 0xfc200000-0xfc3fffff 64bit pref]
Feb 28 11:09:58 Colony kernel: [ 0.985503] pci_bus 0000:06: resource 0 [io 0xa000-0xafff]
Feb 28 11:09:58 Colony kernel: [ 0.985505] pci_bus 0000:06: resource 1 [mem 0xf5200000-0xf65fffff]
Feb 28 11:09:58 Colony kernel: [ 0.985507] pci_bus 0000:06: resource 2 [mem 0xfc000000-0xfc1fffff 64bit pref]
Feb 28 11:09:58 Colony kernel: [ 0.985509] pci_bus 0000:07: resource 0 [io 0x9000-0x9fff]
Feb 28 11:09:58 Colony kernel: [ 0.985511] pci_bus 0000:07: resource 1 [mem 0xf3e00000-0xf51fffff]
Feb 28 11:09:58 Colony kernel: [ 0.985513] pci_bus 0000:07: resource 2 [mem 0xf7d00000-0xf7efffff 64bit pref]
Feb 28 11:09:58 Colony kernel: [ 0.985515] pci_bus 0000:08: resource 0 [io 0x8000-0x8fff]
Feb 28 11:09:58 Colony kernel: [ 0.985517] pci_bus 0000:08: resource 1 [mem 0xf2a00000-0xf3dfffff]
Feb 28 11:09:58 Colony kernel: [ 0.985519] pci_bus 0000:08: resource 2 [mem 0xf7b00000-0xf7cfffff 64bit pref]
Feb 28 11:09:58 Colony kernel: [ 0.985521] pci_bus 0000:09: resource 4 [io 0x0000-0x0cf7]
Feb 28 11:09:58 Colony kernel: [ 0.985523] pci_bus 0000:09: resource 5 [io 0x0d00-0xffff]
Feb 28 11:09:58 Colony kernel: [ 0.985525] pci_bus 0000:09: resource 6 [mem 0x000a0000-0x000bffff]
Feb 28 11:09:58 Colony kernel: [ 0.985527] pci_bus 0000:09: resource 7 [mem 0x000d0000-0x000d3fff]
Feb 28 11:09:58 Colony kernel: [ 0.985528] pci_bus 0000:09: resource 8 [mem 0x000d4000-0x000d7fff]
Feb 28 11:09:58 Colony kernel: [ 0.985530] pci_bus 0000:09: resource 9 [mem 0x000d8000-0x000dbfff]
Feb 28 11:09:58 Colony kernel: [ 0.985532] pci_bus 0000:09: resource 10 [mem 0x000dc000-0x000dffff]
Feb 28 11:09:58 Colony kernel: [ 0.985534] pci_bus 0000:09: resource 11 [mem 0x000e0000-0x000e3fff]
Feb 28 11:09:58 Colony kernel: [ 0.985536] pci_bus 0000:09: resource 12 [mem 0x000e4000-0x000e7fff]
Feb 28 11:09:58 Colony kernel: [ 0.985538] pci_bus 0000:09: resource 13 [mem 0xe0000000-0xfeafffff]
Feb 28 11:09:58 Colony kernel: [ 0.985577] NET: Registered protocol family 2
Feb 28 11:09:58 Colony kernel: [ 0.985636] IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
Feb 28 11:09:58 Colony kernel: [ 0.985828] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
Feb 28 11:09:58 Colony kernel: [ 0.986409] TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
Feb 28 11:09:58 Colony kernel: [ 0.986698] TCP: Hash tables configured (established 131072 bind 65536)
Feb 28 11:09:58 Colony kernel: [ 0.986700] TCP reno registered
Feb 28 11:09:58 Colony kernel: [ 0.986702] UDP hash table entries: 512 (order: 2, 16384 bytes)
Feb 28 11:09:58 Colony kernel: [ 0.986711] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
Feb 28 11:09:58 Colony kernel: [ 0.986791] NET: Registered protocol family 1
Feb 28 11:09:58 Colony kernel: [ 1.317166] pci 0000:01:00.0: Boot video device
Feb 28 11:09:58 Colony kernel: [ 1.317196] PCI: CLS 64 bytes, default 64
Feb 28 11:09:58 Colony kernel: [ 1.317646] audit: initializing netlink socket (disabled)
Feb 28 11:09:58 Colony kernel: [ 1.317654] type=2000 audit(1330394982.944:1): initialized
Feb 28 11:09:58 Colony kernel: [ 1.341887] highmem bounce pool size: 64 pages
Feb 28 11:09:58 Colony kernel: [ 1.341894] HugeTLB registered 2 MB page size, pre-allocated 0 pages
Feb 28 11:09:58 Colony kernel: [ 1.352121] VFS: Disk quotas dquot_6.5.2
Feb 28 11:09:58 Colony kernel: [ 1.352186] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
Feb 28 11:09:58 Colony kernel: [ 1.352781] fuse init (API version 7.16)
Feb 28 11:09:58 Colony kernel: [ 1.352858] msgmni has been set to 1656
Feb 28 11:09:58 Colony kernel: [ 1.353332] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
Feb 28 11:09:58 Colony kernel: [ 1.353370] io scheduler noop registered
Feb 28 11:09:58 Colony kernel: [ 1.353372] io scheduler deadline registered
Feb 28 11:09:58 Colony kernel: [ 1.353384] io scheduler cfq registered (default)
Feb 28 11:09:58 Colony kernel: [ 1.353490] pcieport 0000:00:01.0: setting latency timer to 64
Feb 28 11:09:58 Colony kernel: [ 1.353520] pcieport 0000:00:01.0: irq 40 for MSI/MSI-X
Feb 28 11:09:58 Colony kernel: [ 1.353833] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
Feb 28 11:09:58 Colony kernel: [ 1.353853] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
Feb 28 11:09:58 Colony kernel: [ 1.353905] intel_idle: MWAIT substates: 0x1120
Feb 28 11:09:58 Colony kernel: [ 1.353906] intel_idle: v0.4 model 0x25
Feb 28 11:09:58 Colony kernel: [ 1.353907] intel_idle: lapic_timer_reliable_states 0xffffffff
Feb 28 11:09:58 Colony kernel: [ 1.358375] ACPI: Deprecated procfs I/F for AC is loaded, please retry with CONFIG_ACPI_PROCFS_POWER cleared
Feb 28 11:09:58 Colony kernel: [ 1.362802] ACPI: AC Adapter [ADP1] (on-line)
Feb 28 11:09:58 Colony kernel: [ 1.371687] input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0A08:00/device:05/PNP0C09:00/PNP0C0D:00/input/input0
Feb 28 11:09:58 Colony kernel: [ 1.380494] ACPI: Lid Switch [LID0]
Feb 28 11:09:58 Colony kernel: [ 1.380535] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
Feb 28 11:09:58 Colony kernel: [ 1.380539] ACPI: Power Button [PWRF]
Feb 28 11:09:58 Colony kernel: [ 1.380563] ACPI: acpi_idle yielding to intel_idle
Feb 28 11:09:58 Colony kernel: [ 1.386603] thermal LNXTHERM:00: registered as thermal_zone0
Feb 28 11:09:58 Colony kernel: [ 1.386605] ACPI: Thermal Zone [TZ00] (41 C)
Feb 28 11:09:58 Colony kernel: [ 1.386807] thermal LNXTHERM:01: registered as thermal_zone1
Feb 28 11:09:58 Colony kernel: [ 1.386809] ACPI: Thermal Zone [TZ01] (41 C)
Feb 28 11:09:58 Colony kernel: [ 1.395723] thermal LNXTHERM:02: registered as thermal_zone2
Feb 28 11:09:58 Colony kernel: [ 1.395725] ACPI: Thermal Zone [THRM] (40 C)
Feb 28 11:09:58 Colony kernel: [ 1.395741] ACPI: Deprecated procfs I/F for battery is loaded, please retry with CONFIG_ACPI_PROCFS_POWER cleared
Feb 28 11:09:58 Colony kernel: [ 1.395765] ERST: Table is not found!
Feb 28 11:09:58 Colony kernel: [ 1.395827] isapnp: Scanning for PnP cards…
Feb 28 11:09:58 Colony kernel: [ 1.395856] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
Feb 28 11:09:58 Colony kernel: [ 1.564690] ACPI: Battery Slot [BAT1] (battery present)
Feb 28 11:09:58 Colony kernel: [ 1.749480] isapnp: No Plug & Play device found
Feb 28 11:09:58 Colony kernel: [ 1.804485] Linux agpgart interface v0.103
Feb 28 11:09:58 Colony kernel: [ 1.805550] brd: module loaded
Feb 28 11:09:58 Colony kernel: [ 1.806015] loop: module loaded
Feb 28 11:09:58 Colony kernel: [ 1.806371] Fixed MDIO Bus: probed
Feb 28 11:09:58 Colony kernel: [ 1.806390] PPP generic driver version 2.4.2
Feb 28 11:09:58 Colony kernel: [ 1.806420] tun: Universal TUN/TAP device driver, 1.6
Feb 28 11:09:58 Colony kernel: [ 1.806421] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
Feb 28 11:09:58 Colony kernel: [ 1.806485] ehci_hcd: USB 2.0 ‘Enhanced’ Host Controller (EHCI) Driver
Feb 28 11:09:58 Colony kernel: [ 1.806503] ehci_hcd 0000:00:1a.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
Feb 28 11:09:58 Colony kernel: [ 1.806515] ehci_hcd 0000:00:1a.0: setting latency timer to 64
Feb 28 11:09:58 Colony kernel: [ 1.806518] ehci_hcd 0000:00:1a.0: EHCI Host Controller
Feb 28 11:09:58 Colony kernel: [ 1.806544] ehci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 1
Feb 28 11:09:58 Colony kernel: [ 1.806573] ehci_hcd 0000:00:1a.0: debug port 2
Feb 28 11:09:58 Colony kernel: [ 1.810452] ehci_hcd 0000:00:1a.0: cache line size of 64 is not supported
Feb 28 11:09:58 Colony kernel: [ 1.810470] ehci_hcd 0000:00:1a.0: irq 16, io mem 0xf7a08000
Feb 28 11:09:58 Colony kernel: [ 1.824132] ehci_hcd 0000:00:1a.0: USB 2.0 started, EHCI 1.00
Feb 28 11:09:58 Colony kernel: [ 1.824278] hub 1-0:1.0: USB hub found
Feb 28 11:09:58 Colony kernel: [ 1.824281] hub 1-0:1.0: 2 ports detected
Feb 28 11:09:58 Colony kernel: [ 1.824341] ehci_hcd 0000:00:1d.0: PCI INT A -> GSI 23 (level, low) -> IRQ 23
Feb 28 11:09:58 Colony kernel: [ 1.824354] ehci_hcd 0000:00:1d.0: setting latency timer to 64
Feb 28 11:09:58 Colony kernel: [ 1.824358] ehci_hcd 0000:00:1d.0: EHCI Host Controller
Feb 28 11:09:58 Colony kernel: [ 1.824385] ehci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2
Feb 28 11:09:58 Colony kernel: [ 1.824410] ehci_hcd 0000:00:1d.0: debug port 2
Feb 28 11:09:58 Colony kernel: [ 1.828297] ehci_hcd 0000:00:1d.0: cache line size of 64 is not supported
Feb 28 11:09:58 Colony kernel: [ 1.828311] ehci_hcd 0000:00:1d.0: irq 23, io mem 0xf7a07000
Feb 28 11:09:58 Colony kernel: [ 1.844093] ehci_hcd 0000:00:1d.0: USB 2.0 started, EHCI 1.00
Feb 28 11:09:58 Colony kernel: [ 1.844225] hub 2-0:1.0: USB hub found
Feb 28 11:09:58 Colony kernel: [ 1.844228] hub 2-0:1.0: 2 ports detected
Feb 28 11:09:58 Colony kernel: [ 1.844278] ohci_hcd: USB 1.1 ‘Open’ Host Controller (OHCI) Driver
Feb 28 11:09:58 Colony kernel: [ 1.844288] uhci_hcd: USB Universal Host Controller Interface driver
Feb 28 11:09:58 Colony kernel: [ 1.844346] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
Feb 28 11:09:58 Colony kernel: [ 1.865992] serio: i8042 KBD port at 0x60,0x64 irq 1
Feb 28 11:09:58 Colony kernel: [ 1.865998] serio: i8042 AUX port at 0x60,0x64 irq 12
Feb 28 11:09:58 Colony kernel: [ 1.866089] mousedev: PS/2 mouse device common for all mice
Feb 28 11:09:58 Colony kernel: [ 1.866972] rtc_cmos 00:06: RTC can wake from S4
Feb 28 11:09:58 Colony kernel: [ 1.867070] rtc_cmos 00:06: rtc core: registered rtc_cmos as rtc0
Feb 28 11:09:58 Colony kernel: [ 1.867102] rtc0: alarms up to one year, y3k, 242 bytes nvram, hpet irqs
Feb 28 11:09:58 Colony kernel: [ 1.867165] device-mapper: uevent: version 1.0.3
Feb 28 11:09:58 Colony kernel: [ 1.867223] device-mapper: ioctl: 4.20.0-ioctl (2011-02-02) initialised: dm-devel@redhat.com
Feb 28 11:09:58 Colony kernel: [ 1.867247] EISA: Probing bus 0 at eisa.0
Feb 28 11:09:58 Colony kernel: [ 1.867249] EISA: Cannot allocate resource for mainboard
Feb 28 11:09:58 Colony kernel: [ 1.867250] Cannot allocate resource for EISA slot 1
Feb 28 11:09:58 Colony kernel: [ 1.867252] Cannot allocate resource for EISA slot 2
Feb 28 11:09:58 Colony kernel: [ 1.867253] Cannot allocate resource for EISA slot 3
Feb 28 11:09:58 Colony kernel: [ 1.867254] Cannot allocate resource for EISA slot 4
Feb 28 11:09:58 Colony kernel: [ 1.867256] Cannot allocate resource for EISA slot 5
Feb 28 11:09:58 Colony kernel: [ 1.867257] Cannot allocate resource for EISA slot 6
Feb 28 11:09:58 Colony kernel: [ 1.867258] Cannot allocate resource for EISA slot 7
Feb 28 11:09:58 Colony kernel: [ 1.867260] Cannot allocate resource for EISA slot 8
Feb 28 11:09:58 Colony kernel: [ 1.867261] EISA: Detected 0 cards.
Feb 28 11:09:58 Colony kernel: [ 1.867270] cpufreq-nforce2: No nForce2 chipset.
Feb 28 11:09:58 Colony kernel: [ 1.867349] cpuidle: using governor ladder
Feb 28 11:09:58 Colony kernel: [ 1.867477] cpuidle: using governor menu
Feb 28 11:09:58 Colony kernel: [ 1.867479] EFI Variables Facility v0.08 2004-May-17
Feb 28 11:09:58 Colony kernel: [ 1.867684] TCP cubic registered
Feb 28 11:09:58 Colony kernel: [ 1.867795] NET: Registered protocol family 10
Feb 28 11:09:58 Colony kernel: [ 1.868242] NET: Registered protocol family 17
Feb 28 11:09:58 Colony kernel: [ 1.868255] Registering the dns_resolver key type
Feb 28 11:09:58 Colony kernel: [ 1.868269] Using IPI No-Shortcut mode
Feb 28 11:09:58 Colony kernel: [ 1.868330] PM: Hibernation image not present or could not be loaded.
Feb 28 11:09:58 Colony kernel: [ 1.868339] registered taskstats version 1
Feb 28 11:09:58 Colony kernel: [ 1.884734] Magic number: 0:903:157
Feb 28 11:09:58 Colony kernel: [ 1.884757] bdi 1:9: hash matches
Feb 28 11:09:58 Colony kernel: [ 1.884812] acpi device:24: hash matches
Feb 28 11:09:58 Colony kernel: [ 1.884891] rtc_cmos 00:06: setting system clock to 2012-02-28 02:09:44 UTC (1330394984)
Feb 28 11:09:58 Colony kernel: [ 1.886232] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
Feb 28 11:09:58 Colony kernel: [ 1.886234] EDD information not available.
Feb 28 11:09:58 Colony kernel: [ 1.886419] Freeing unused kernel memory: 720k freed
Feb 28 11:09:58 Colony kernel: [ 1.886603] Write protecting the kernel text: 5528k
Feb 28 11:09:58 Colony kernel: [ 1.886673] Write protecting the kernel read-only data: 2240k
Feb 28 11:09:58 Colony kernel: [ 1.886674] NX-protecting the kernel data: 4712k
Feb 28 11:09:58 Colony kernel: [ 1.886807] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input2
Feb 28 11:09:58 Colony kernel: [ 1.953706] ahci 0000:00:1f.2: version 3.0
Feb 28 11:09:58 Colony kernel: [ 1.953724] ahci 0000:00:1f.2: PCI INT B -> GSI 19 (level, low) -> IRQ 19
Feb 28 11:09:58 Colony kernel: [ 1.954790] ahci 0000:00:1f.2: irq 41 for MSI/MSI-X
Feb 28 11:09:58 Colony kernel: [ 1.954892] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 4 ports 3 Gbps 0x33 impl SATA mode
Feb 28 11:09:58 Colony kernel: [ 1.954897] ahci 0000:00:1f.2: flags: 64bit ncq sntf pm led clo pmp pio slum part ems sxs apst
Feb 28 11:09:58 Colony kernel: [ 1.954904] ahci 0000:00:1f.2: setting latency timer to 64
Feb 28 11:09:58 Colony kernel: [ 1.960458] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
Feb 28 11:09:58 Colony kernel: [ 1.960486] r8169 0000:08:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
Feb 28 11:09:58 Colony kernel: [ 1.960894] r8169 0000:08:00.0: setting latency timer to 64
Feb 28 11:09:58 Colony kernel: [ 1.960961] r8169 0000:08:00.0: irq 42 for MSI/MSI-X
Feb 28 11:09:58 Colony kernel: [ 1.961500] r8169 0000:08:00.0: eth0: RTL8168d/8111d at 0xf841e000, 40:61:86:ae:9d:a5, XID 081000c0 IRQ 42
Feb 28 11:09:58 Colony kernel: [ 1.976609] scsi0 : ahci
Feb 28 11:09:58 Colony kernel: [ 1.976750] scsi1 : ahci
Feb 28 11:09:58 Colony kernel: [ 1.976833] scsi2 : ahci
Feb 28 11:09:58 Colony kernel: [ 1.976915] scsi3 : ahci
Feb 28 11:09:58 Colony kernel: [ 1.977001] scsi4 : ahci
Feb 28 11:09:58 Colony kernel: [ 1.977084] scsi5 : ahci
Feb 28 11:09:58 Colony kernel: [ 1.977147] ata1: SATA max UDMA/133 abar m2048@0xf7a06000 port 0xf7a06100 irq 41
Feb 28 11:09:58 Colony kernel: [ 1.977152] ata2: SATA max UDMA/133 abar m2048@0xf7a06000 port 0xf7a06180 irq 41
Feb 28 11:09:58 Colony kernel: [ 1.977155] ata3: DUMMY
Feb 28 11:09:58 Colony kernel: [ 1.977156] ata4: DUMMY
Feb 28 11:09:58 Colony kernel: [ 1.977159] ata5: SATA max UDMA/133 abar m2048@0xf7a06000 port 0xf7a06300 irq 41
Feb 28 11:09:58 Colony kernel: [ 1.977163] ata6: SATA max UDMA/133 abar m2048@0xf7a06000 port 0xf7a06380 irq 41
Feb 28 11:09:58 Colony kernel: [ 2.135613] usb 1-1: new high speed USB device number 2 using ehci_hcd
Feb 28 11:09:58 Colony kernel: [ 2.268103] hub 1-1:1.0: USB hub found
Feb 28 11:09:58 Colony kernel: [ 2.268275] hub 1-1:1.0: 6 ports detected
Feb 28 11:09:58 Colony kernel: [ 2.295315] ata2: SATA link down (SStatus 0 SControl 300)
Feb 28 11:09:58 Colony kernel: [ 2.295382] ata6: SATA link down (SStatus 0 SControl 300)
Feb 28 11:09:58 Colony kernel: [ 2.315219] Refined TSC clocksource calibration: 2261.000 MHz.
Feb 28 11:09:58 Colony kernel: [ 2.315226] Switching to clocksource tsc
Feb 28 11:09:58 Colony kernel: [ 2.379100] usb 2-1: new high speed USB device number 2 using ehci_hcd
Feb 28 11:09:58 Colony kernel: [ 2.466928] ata5: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
Feb 28 11:09:58 Colony kernel: [ 2.466954] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
Feb 28 11:09:58 Colony kernel: [ 2.481130] ata1.00: ATAPI: Optiarc DVD RW AD-7560S, SX20, max UDMA/100
Feb 28 11:09:58 Colony kernel: [ 2.496066] ata1.00: configured for UDMA/100
Feb 28 11:09:58 Colony kernel: [ 2.499243] scsi 0:0:0:0: CD-ROM Optiarc DVD RW AD-7560S SX20 PQ: 0 ANSI: 5
Feb 28 11:09:58 Colony kernel: [ 2.503062] ata5.00: ATA-8: WDC WD5000BEVT-22A0RT0, 01.01A01, max UDMA/133
Feb 28 11:09:58 Colony kernel: [ 2.503067] ata5.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
Feb 28 11:09:58 Colony kernel: [ 2.505400] ata5.00: configured for UDMA/133
Feb 28 11:09:58 Colony kernel: [ 2.505408] sr0: scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
Feb 28 11:09:58 Colony kernel: [ 2.505416] cdrom: Uniform CD-ROM driver Revision: 3.20
Feb 28 11:09:58 Colony kernel: [ 2.505585] sr 0:0:0:0: Attached scsi CD-ROM sr0
Feb 28 11:09:58 Colony kernel: [ 2.505649] sr 0:0:0:0: Attached scsi generic sg0 type 5
Feb 28 11:09:58 Colony kernel: [ 2.505842] scsi 4:0:0:0: Direct-Access ATA WDC WD5000BEVT-2 01.0 PQ: 0 ANSI: 5
Feb 28 11:09:58 Colony kernel: [ 2.505952] sd 4:0:0:0: [sda] 976773168 512-byte logical blocks: (500 GB/465 GiB)
Feb 28 11:09:58 Colony kernel: [ 2.505968] sd 4:0:0:0: Attached scsi generic sg1 type 0
Feb 28 11:09:58 Colony kernel: [ 2.506002] sd 4:0:0:0: [sda] Write Protect is off
Feb 28 11:09:58 Colony kernel: [ 2.506006] sd 4:0:0:0: [sda] Mode Sense: 00 3a 00 00
Feb 28 11:09:58 Colony kernel: [ 2.506029] sd 4:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn’t support DPO or FUA
Feb 28 11:09:58 Colony kernel: [ 2.511610] hub 2-1:1.0: USB hub found
Feb 28 11:09:58 Colony kernel: [ 2.511783] hub 2-1:1.0: 8 ports detected
Feb 28 11:09:58 Colony kernel: [ 2.547757] sda: sda1 sda2 < sda5 >
Feb 28 11:09:58 Colony kernel: [ 2.548089] sd 4:0:0:0: [sda] Attached SCSI disk
Feb 28 11:09:58 Colony kernel: [ 2.782430] usb 2-1.1: new high speed USB device number 3 using ehci_hcd
Feb 28 11:09:58 Colony kernel: [ 2.869172] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
Feb 28 11:09:58 Colony kernel: [ 2.950080] usb 2-1.2: new full speed USB device number 4 using ehci_hcd
Feb 28 11:09:58 Colony kernel: [ 3.217596] usb 2-1.4: new high speed USB device number 5 using ehci_hcd
Feb 28 11:09:58 Colony kernel: [ 3.397333] usb 2-1.5: new high speed USB device number 6 using ehci_hcd
Feb 28 11:09:58 Colony kernel: [ 14.793008] lp: driver loaded but no devices found
Feb 28 11:09:58 Colony kernel: [ 14.871052] Adding 4042748k swap on /dev/sda5. Priority:-1 extents:1 across:4042748k
Feb 28 11:09:58 Colony kernel: [ 14.923940] wmi: Mapper loaded
Feb 28 11:09:58 Colony kernel: [ 14.938814] mei: module is from the staging directory, the quality is unknown, you have been warned.
Feb 28 11:09:58 Colony kernel: [ 14.939186] mei 0000:00:16.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
Feb 28 11:09:58 Colony kernel: [ 14.939195] mei 0000:00:16.0: setting latency timer to 64
Feb 28 11:09:58 Colony kernel: [ 14.947167] fglrx: module license ‘Proprietary. (C) 2002 - ATI Technologies, Starnberg, GERMANY’ taints kernel.
Feb 28 11:09:58 Colony kernel: [ 14.947172] Disabling lock debugging due to kernel taint
Feb 28 11:09:58 Colony kernel: [ 14.992091] type=1400 audit(1330394997.628:2): apparmor="STATUS" operation="profile_load" name="/sbin/dhclient" pid=500 comm="apparmor_parser"
Feb 28 11:09:58 Colony kernel: [ 14.992631] type=1400 audit(1330394997.628:3): apparmor="STATUS" operation="profile_load" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=500 comm="apparmor_parser"
Feb 28 11:09:58 Colony kernel: [ 14.992981] type=1400 audit(1330394997.628:4): apparmor="STATUS" operation="profile_load" name="/usr/lib/connman/scripts/dhclient-script" pid=500 comm="apparmor_parser"
Feb 28 11:09:58 Colony kernel: [ 15.008310] intel ips 0000:00:1f.6: CPU TDP doesn’t match expected value (found 25, expected 29)
Feb 28 11:09:58 Colony kernel: [ 15.008326] intel ips 0000:00:1f.6: PCI INT C -> GSI 18 (level, low) -> IRQ 18
Feb 28 11:09:58 Colony kernel: [ 15.008379] intel ips 0000:00:1f.6: failed to get i915 symbols, graphics turbo disabled
Feb 28 11:09:58 Colony kernel: [ 15.008574] cfg80211: Calling CRDA to update world regulatory domain
Feb 28 11:09:58 Colony kernel: [ 15.014988] intel ips 0000:00:1f.6: IPS driver initialized, MCP temp limit 90
Feb 28 11:09:58 Colony kernel: [ 15.036565] iwlagn: Intel(R) Wireless WiFi Link AGN driver for Linux, in-tree:
Feb 28 11:09:58 Colony kernel: [ 15.036569] iwlagn: Copyright(c) 2003-2011 Intel Corporation
Feb 28 11:09:58 Colony kernel: [ 15.036643] iwlagn 0000:07:00.0: PCI INT A -> GSI 19 (level, low) -> IRQ 19
Feb 28 11:09:58 Colony kernel: [ 15.036654] iwlagn 0000:07:00.0: setting latency timer to 64
Feb 28 11:09:58 Colony kernel: [ 15.036690] iwlagn 0000:07:00.0: Detected Intel(R) Centrino(R) Wireless-N 1000 BGN, REV=0x6C
Feb 28 11:09:58 Colony kernel: [ 15.057369] iwlagn 0000:07:00.0: device EEPROM VER=0x15d, CALIB=0x6
Feb 28 11:09:58 Colony kernel: [ 15.057374] iwlagn 0000:07:00.0: Device SKU: 0X9
Feb 28 11:09:58 Colony kernel: [ 15.057377] iwlagn 0000:07:00.0: Valid Tx ant: 0X1, Valid Rx ant: 0X3
Feb 28 11:09:58 Colony kernel: [ 15.058987] HDA Intel 0000:00:1b.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
Feb 28 11:09:58 Colony kernel: [ 15.059061] HDA Intel 0000:00:1b.0: irq 43 for MSI/MSI-X
Feb 28 11:09:58 Colony kernel: [ 15.059096] HDA Intel 0000:00:1b.0: setting latency timer to 64
Feb 28 11:09:58 Colony kernel: [ 15.077711] iwlagn 0000:07:00.0: Tunable channels: 13 802.11bg, 0 802.11a channels
Feb 28 11:09:58 Colony kernel: [ 15.077801] iwlagn 0000:07:00.0: irq 44 for MSI/MSI-X
Feb 28 11:09:58 Colony kernel: [ 15.108358] [fglrx] Maximum main memory to use for locked dma buffers: 3725 MBytes.
Feb 28 11:09:58 Colony kernel: [ 15.109274] [fglrx] vendor: 1002 device: 68c0 count: 1
Feb 28 11:09:58 Colony kernel: [ 15.110684] [fglrx] ioport: bar 4, base 0xd000, size: 0x100
Feb 28 11:09:58 Colony kernel: [ 15.110701] pci 0000:01:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
Feb 28 11:09:58 Colony kernel: [ 15.110707] pci 0000:01:00.0: setting latency timer to 64
Feb 28 11:09:58 Colony kernel: [ 15.111795] [fglrx] Kernel PAT support is enabled
Feb 28 11:09:58 Colony kernel: [ 15.111819] [fglrx] module loaded - fglrx 8.88.7 [Jul 28 2011] with 1 minors
Feb 28 11:09:58 Colony kernel: [ 15.117560] hda_codec: ALC888: BIOS auto-probing.
Feb 28 11:09:58 Colony kernel: [ 15.117564] hda_codec: ALC888: SKU not ready 0x598301f0
Feb 28 11:09:58 Colony kernel: [ 15.143380] HDMI status: Pin=6 Presence_Detect=0 ELD_Valid=0
Feb 28 11:09:58 Colony kernel: [ 15.143570] input: HDA Intel HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input3
Feb 28 11:09:58 Colony kernel: [ 15.143825] input: HDA Intel Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input4
Feb 28 11:09:58 Colony kernel: [ 15.144092] HDA Intel 0000:01:00.1: PCI INT B -> GSI 17 (level, low) -> IRQ 17
Feb 28 11:09:58 Colony kernel: [ 15.144166] HDA Intel 0000:01:00.1: irq 45 for MSI/MSI-X
Feb 28 11:09:58 Colony kernel: [ 15.144191] HDA Intel 0000:01:00.1: setting latency timer to 64
Feb 28 11:09:58 Colony kernel: [ 15.146171] cfg80211: World regulatory domain updated:
Feb 28 11:09:58 Colony kernel: [ 15.146174] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
Feb 28 11:09:58 Colony kernel: [ 15.146176] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
Feb 28 11:09:58 Colony kernel: [ 15.146178] cfg80211: (2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
Feb 28 11:09:58 Colony kernel: [ 15.146180] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
Feb 28 11:09:58 Colony kernel: [ 15.146182] cfg80211: (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
Feb 28 11:09:58 Colony kernel: [ 15.146184] cfg80211: (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
Feb 28 11:09:58 Colony kernel: [ 15.150804] iwlagn 0000:07:00.0: loaded firmware version 39.31.5.1 build 35138
Feb 28 11:09:58 Colony kernel: [ 15.150961] Registered led device: phy0-led
Feb 28 11:09:58 Colony kernel: [ 15.150995] cfg80211: Ignoring regulatory request Set by core since the driver uses its own custom regulatory domain
Feb 28 11:09:58 Colony kernel: [ 15.153449] ieee80211 phy0: Selected rate control algorithm ‘iwl-agn-rs’
Feb 28 11:09:58 Colony kernel: [ 15.158823] HDMI status: Pin=3 Presence_Detect=0 ELD_Valid=0
Feb 28 11:09:58 Colony kernel: [ 15.158947] input: HD-Audio Generic HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input5
Feb 28 11:09:58 Colony kernel: [ 15.162825] usbcore: registered new interface driver uas
Feb 28 11:09:58 Colony kernel: [ 15.163977] Initializing USB Mass Storage driver…
Feb 28 11:09:58 Colony kernel: [ 15.164065] usbcore: registered new interface driver usb-storage
Feb 28 11:09:58 Colony kernel: [ 15.164068] USB Mass Storage support registered.
Feb 28 11:09:58 Colony kernel: [ 15.267039] Linux video capture interface: v2.00
Feb 28 11:09:58 Colony kernel: [ 15.307166] uvcvideo: Found UVC 1.00 device BisonCam, NB Pro (5986:0271)
Feb 28 11:09:58 Colony kernel: [ 15.313531] input: BisonCam, NB Pro as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.5/2-1.5:1.0/input/input6
Feb 28 11:09:58 Colony kernel: [ 15.313609] usbcore: registered new interface driver uvcvideo
Feb 28 11:09:58 Colony kernel: [ 15.313611] USB Video Class driver (v1.1.0)
Feb 28 11:09:58 Colony kernel: [ 15.315808] Bluetooth: Core ver 2.16
Feb 28 11:09:58 Colony kernel: [ 15.315831] NET: Registered protocol family 31
Feb 28 11:09:58 Colony kernel: [ 15.315833] Bluetooth: HCI device and connection manager initialized
Feb 28 11:09:58 Colony kernel: [ 15.315835] Bluetooth: HCI socket layer initialized
Feb 28 11:09:58 Colony kernel: [ 15.315837] Bluetooth: L2CAP socket layer initialized
Feb 28 11:09:58 Colony kernel: [ 15.315873] Bluetooth: SCO socket layer initialized
Feb 28 11:09:58 Colony kernel: [ 15.341454] scsi6 : usb-storage 2-1.4:1.0
Feb 28 11:09:58 Colony kernel: [ 15.341571] usbcore: registered new interface driver ums-realtek
Feb 28 11:09:58 Colony kernel: [ 15.344132] Bluetooth: Generic Bluetooth USB driver ver 0.6
Feb 28 11:09:58 Colony kernel: [ 15.344291] usbcore: registered new interface driver btusb
Feb 28 11:09:58 Colony kernel: [ 15.375153] usb 2-1.4: USB disconnect, device number 5
Feb 28 11:09:58 Colony kernel: [ 15.396794] elantech: assuming hardware version 2, firmware version 4.2.1
Feb 28 11:09:58 Colony kernel: [ 15.459424] elantech: Synaptics capabilities query result 0x4f, 0x13, 0x0d.
Feb 28 11:09:58 Colony kernel: [ 15.645828] input: ETPS/2 Elantech Touchpad as /devices/platform/i8042/serio1/input/input7
Feb 28 11:09:58 Colony kernel: [ 15.710764] EXT4-fs (sda1): re-mounted. Opts: errors=remount-ro
Feb 28 11:09:58 Colony kernel: [ 15.888675] vesafb: mode is 1024x768x32, linelength=4096, pages=0
Feb 28 11:09:58 Colony kernel: [ 15.888681] vesafb: scrolling: redraw
Feb 28 11:09:58 Colony kernel: [ 15.888686] vesafb: Truecolor: size=0:8:8:8, shift=0:16:8:0
Feb 28 11:09:58 Colony kernel: [ 15.890099] vesafb: framebuffer at 0xe0000000, mapped to 0xfa180000, using 3072k, total 3072k
Feb 28 11:09:58 Colony kernel: [ 15.890272] Console: switching to colour frame buffer device 128x48
Feb 28 11:09:58 Colony kernel: [ 15.890301] fb0: VESA VGA frame buffer device
Feb 28 11:09:58 Colony kernel: [ 15.995881] ppdev: user-space parallel port driver
Feb 28 11:09:58 Colony kernel: [ 16.003987] type=1400 audit(1330394998.644:5): apparmor="STATUS" operation="profile_load" name="/usr/lib/cups/backend/cups-pdf" pid=903 comm="apparmor_parser"
Feb 28 11:09:58 Colony kernel: [ 16.004762] type=1400 audit(1330394998.644:6): apparmor="STATUS" operation="profile_load" name="/usr/sbin/cupsd" pid=903 comm="apparmor_parser"
Feb 28 11:09:58 Colony kernel: [ 16.186533] ADDRCONF(NETDEV_UP): wlan0: link is not ready
Feb 28 11:09:58 Colony kernel: [ 16.245924] r8169 0000:08:00.0: eth0: link down
Feb 28 11:09:58 Colony kernel: [ 16.246109] ADDRCONF(NETDEV_UP): eth0: link is not ready
Feb 28 11:09:59 Colony kernel: [ 16.356495] type=1400 audit(1330394998.996:7): apparmor="STATUS" operation="profile_load" name="/usr/lib/lightdm/lightdm-guest-session-wrapper" pid=919 comm="apparmor_parser"
Feb 28 11:09:59 Colony kernel: [ 16.357645] type=1400 audit(1330394998.996:8): apparmor="STATUS" operation="profile_replace" name="/sbin/dhclient" pid=920 comm="apparmor_parser"
Feb 28 11:09:59 Colony kernel: [ 16.357898] type=1400 audit(1330394998.996:9): apparmor="STATUS" operation="profile_load" name="/usr/lib/telepathy/mission-control-5" pid=923 comm="apparmor_parser"
Feb 28 11:09:59 Colony kernel: [ 16.358157] type=1400 audit(1330394998.996:10): apparmor="STATUS" operation="profile_replace" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=920 comm="apparmor_parser"
Feb 28 11:09:59 Colony kernel: [ 16.358464] type=1400 audit(1330394998.996:11): apparmor="STATUS" operation="profile_load" name="/usr/lib/telepathy/telepathy-*" pid=923 comm="apparmor_parser"
Feb 28 11:09:59 Colony kernel: [ 16.490069] init: failsafe main process (831) killed by TERM signal
Feb 28 11:09:59 Colony kernel: [ 16.491057] init: apport pre-start process (956) terminated with status 1
Feb 28 11:09:59 Colony kernel: [ 16.501984] init: apport post-stop process (985) terminated with status 1
Feb 28 11:09:59 Colony kernel: [ 16.779903] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
Feb 28 11:09:59 Colony kernel: [ 16.779907] Bluetooth: BNEP filters: protocol multicast
Feb 28 11:09:59 Colony kernel: [ 16.780797] Bluetooth: RFCOMM TTY layer initialized
Feb 28 11:09:59 Colony kernel: [ 16.780803] Bluetooth: RFCOMM socket layer initialized
Feb 28 11:09:59 Colony kernel: [ 16.780806] Bluetooth: RFCOMM ver 1.11
Feb 28 11:09:59 Colony kernel: [ 17.334629] fglrx_pci 0000:01:00.0: irq 46 for MSI/MSI-X
Feb 28 11:09:59 Colony kernel: [ 17.335233] [fglrx] Firegl kernel thread PID: 1126
Feb 28 11:09:59 Colony kernel: [ 17.335335] [fglrx] Firegl kernel thread PID: 1127
Feb 28 11:09:59 Colony kernel: [ 17.335441] [fglrx] Firegl kernel thread PID: 1128
Feb 28 11:09:59 Colony kernel: [ 17.335697] [fglrx] IRQ 46 Enabled
Feb 28 11:10:00 Colony kernel: [ 18.329586] [fglrx] Gart USWC size:1216 M.
Feb 28 11:10:00 Colony kernel: [ 18.329590] [fglrx] Gart cacheable size:481 M.
Feb 28 11:10:00 Colony kernel: [ 18.329594] [fglrx] Reserved FB block: Shared offset:0, size:1000000
Feb 28 11:10:00 Colony kernel: [ 18.329596] [fglrx] Reserved FB block: Unshared offset:f931000, size:3cf000
Feb 28 11:10:00 Colony kernel: [ 18.329598] [fglrx] Reserved FB block: Unshared offset:3fff4000, size:c000
Feb 28 11:10:04 Colony kernel: [ 22.020183] EXT4-fs (sda1): re-mounted. Opts: errors=remount-ro,commit=0
Feb 28 11:10:05 Colony kernel: [ 23.035520] init: plymouth-stop pre-start process (1268) terminated with status 1
Feb 28 11:10:08 Colony kernel: [ 25.913856] uvcvideo: Failed to set UVC commit control : -32 (exp. 26).
Feb 28 11:10:08 Colony kernel: [ 25.913867] uvcvideo 2-1.5:1.1: resume error -5
Feb 28 11:10:15 Colony kernel: [ 32.833081] EXT4-fs (sda1): re-mounted. Opts: errors=remount-ro,commit=0

lshw c-sound 입니다

chiang@Colony:~$ sudo lshw -c sound
*-multimedia
description: Audio device
product: Redwood HDMI Audio [Radeon HD 5600 Series]
vendor: ATI Technologies Inc
physical id: 0.1
bus info: pci@0000:01:00.1
version: 00
width: 64 bits
clock: 33MHz
capabilities: pm pciexpress msi bus_master cap_list
configuration: driver=HDA Intel latency=0
resources: irq:45 memory:f0040000-f0043fff
*-multimedia
description: Audio device
product: 5 Series/3400 Series Chipset High Definition Audio
vendor: Intel Corporation
physical id: 1b
bus info: pci@0000:00:1b.0
version: 06
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress bus_master cap_list
configuration: driver=HDA Intel latency=0
resources: irq:43 memory:f7a00000-f7a03fff

구글에 "5 Series/3400 Series Chipset High Definition Audio on ubuntu"로 검색하니 같은 문제에 대해서 질문 글이 많네요.

대충 읽어본 결과 아래처럼 해서 해결됐다고 하네요. 혹시 안되시면 위처럼 검색해보시고 참고해보세요.

$ sudo apt-get install --reinstall linux-image-$(uname -r)
$ vi /etc/modprobe.d/alsa-base.conf

options snd-hda-intel [b:3sfynnqe]model=generic[/b:3sfynnqe]

[quote="ihavnoth":1d3t3i0x]구글에 "5 Series/3400 Series Chipset High Definition Audio on ubuntu"로 검색하니 같은 문제에 대해서 질문 글이 많네요.

대충 읽어본 결과 아래처럼 해서 해결됐다고 하네요. 혹시 안되시면 위처럼 검색해보시고 참고해보세요.

$ sudo apt-get install --reinstall linux-image-$(uname -r)
$ vi /etc/modprobe.d/alsa-base.conf

options snd-hda-intel [b:1d3t3i0x]model=generic[/b:1d3t3i0x][/quote:1d3t3i0x]

답을 늦게드려서 죄송합니다ㅠㅠ
위처럼 해보았으나 여전히 소리는 나지 않습니다…ㅠㅠ

설정 변경 후 리부팅 하신거죠?

[quote="ihavnoth":2xf61hqw]설정 변경 후 리부팅 하신거죠?[/quote:2xf61hqw]

네ㅠ 당연하죠ㅠ 여튼… 사운드는 포기했습니다…ㅠㅠㅠ