

Pozdrawiam
Moderator: e X t 7 3
No może są genialne, ale i tak nadal u mnie występuje ten sam błąd... czarny ekran (pod Windows także).Ponadto testuje już Catalysty 13.10 beat2 i muszę wyznać, że działają genialnie i są pozbawione chyba wszelkich błędów [poza mutex error - jescze coś tam jest, ale niewiele]. Postaram się dziś albo jutro udostępnić.
Pozdrawiam
Cały komplet komplet oprogramowania NeteXt najnowszy aktualizowany na bieżąco. Brak wpisu do gruba według Twoich zaleceń.kowand pisze:A u mnie na kernelach 3.11 temperatura wzrosła.
Kernel 3.10 temperatura 30-40 stopni./ przeglądanie stron internetowych: interia, wp, onet, ubuntu.pl/
Kornel 3.11 temperatura 45-55 stopni./ przeglądanie stron internetowych: interia, wp, onet, ubuntu.pl/
Nielubiany przez eXt73 Dell D620, Intel core-duo T-7200, Intel Mobile 945 GM, Linux Mint 15 XFCE 64bit.
Tu także o logi poproszękowand pisze:Cały komplet komplet oprogramowania NeteXt najnowszy aktualizowany na bieżąco. Brak wpisu do gruba według Twoich zaleceń.kowand pisze:A u mnie na kernelach 3.11 temperatura wzrosła.
Kernel 3.10 temperatura 30-40 stopni./ przeglądanie stron internetowych: interia, wp, onet, ubuntu.pl/
Kornel 3.11 temperatura 45-55 stopni./ przeglądanie stron internetowych: interia, wp, onet, ubuntu.pl/
Nielubiany przez eXt73 Dell D620, Intel core-duo T-7200, Intel Mobile 945 GM, Linux Mint 15 XFCE 64bit.
Pozdrawiam
Kod: Zaznacz cały
Zainstalowane wersje kerneli:
3.8.0-31-generic 3.11.2-ext73-f1-26.2-k8-ags-cfs
################################# microcode ##########################################################
microcode Intel - ON
microcode AMD - ON
Informacje o systemie
Distributor ID: LinuxMint
Description: Linux Mint 15 Olivia
Release: 15
Codename: olivia
Linux dell 3.11.2-ext73-f1-26.2-k8-ags-cfs #8 SMP PREEMPT Sat Sep 28 16:54:20 CEST 2013 x86_64 x86_64 x86_64 GNU/Linux
################################# mounted-proc.conf ###################################################
# mounted-proc - Fix perms on sensitive /proc filesystem entries
#
# Some files in /proc have sensitive contents that can be used to
# help attackers launch kernel exploits. Making these files readable
# only by root slightly reduces the chances of these kinds of attacks
# being successful.
description "Fix-up sensitive /proc filesystem entries"
start on mounted MOUNTPOINT=/var
env MOUNTPOINT=/proc
task
script
chmod 0400 "${MOUNTPOINT}"/slabinfo
end script
################################# ureadahead.conf #####################################################
# ureadahead - Read required files in advance
#
# Runs the über-readahead daemon which reads data about files required
# during boot and reads them into the page cache in advance of their
# use.
description "Read required files in advance"
start on mounted MOUNTPOINT=/var
stop on stopped rc
# Forks into the background both when reading from disk and when profiling
# (HDD mode won't fork, but that's ok because we'll wait for it in spawned).
expect fork
# When profiling, give it three minutes after sending SIGTERM to write out
# the pack file.
kill timeout 180
# Don't treat a normal exit after reading finishes as a failure
normal exit 0
exec /sbin/ureadahead --daemon
# Normally ureadahead will exit on its own when it finishes, unless it's
# profiling - in which case we want to give the system another 45s to
# finish staring the desktop and other things.
pre-stop exec sleep 45
################################# wersja APM ##########################################################
advanced_power_management_by_ext73_conservative-conservative_v2.9
################################# readahead ###########################################################
#!/bin/sh
[ -x /sbin/blockdev ] || exit $NA
# more readahead = (hopefully) less hard drive activity.
# less readahead = less trashing the page cache.
DRIVE_READAHEAD_AC=${DRIVE_READAHEAD_AC:-6144}
DRIVE_READAHEAD_AC=${DRIVE_READAHEAD_BAT:-6144}
help() {
cat <<EOF
--------
$0: Control drive readahead.
This hook tries to trade off the number of times we spin up a drive
to read for potentially wasted cache.
Drive readahead parameters:
DRIVE_READAHEAD_AC = Number of KB to speculatively read on AC.
Defaults to 256 KB.
DRIVE_READAHEAD_BAT = Number of KB to speculatively read on battery.
Defaults to 6144 KB.
EOF
}
readahead() {
# the intent here is to iterate through all filesystems
# mounted on a local block device. It Works For The Maintainer(tm).
# More sophistication in figuring out what exactly is a local block device
# would be welcome.
for dev in $(awk '/^\/dev\// {print $1}'</etc/mtab); do
printf "Setting readahead for %s to %d..." "$dev" "$1"
/sbin/blockdev --setfra $1 "$dev" && echo Done. || echo Failed.
done
}
case $1 in
true) readahead "$DRIVE_READAHEAD_BAT" ;;
false) readahead "$DRIVE_READAHEAD_AC" ;;
help) help;;
*) exit $NA ;;
esac
exit 0
################################# GRUB ################################################################
GRUB_CMDLINE_LINUX=""
Jak Pan tak obciążasz system to 4 GB by się przydaływitek pisze:Co do samych kerneli również czuję, że laptop jest chłodniejszy i dużo bardziej żwawy niż 3.10.x przy dużych plikach - projekty w Scribusie i Krita. Ale jak dobiję do moich 2GB pamięci to nic w systemie nie da się robić - w sensie otwarcia nowych okiem czy menu. Już otwarte okna można przesuwać bez problemu, ale nowych już się otworzyć nie da. Czy w APM "Fix HDD" miałoby tą sytuację poprawić? Zużycie procesora jest w takich sytuacjach śmiesznie niskie, ale dysk to dostaje mega zadyszki.
Tak z innej beczki, Ubuntu "porzuca" XMir - nie będzie domyślny w 13.10 z powodu "trudności technicznych" http://www.omgubuntu.co.uk/2013/10/xmir ... ards-13-10
a wynik dmesg ? ... jest generowany jednocześnie z w/w logiem.kowand pisze:ProszęKod: Zaznacz cały
Zainstalowane wersje kerneli: 3.8.0-31-generic 3.11.2-ext73-f1-26.2-k8-ags-cfs ################################# microcode ########################################################## microcode Intel - ON microcode AMD - ON Informacje o systemie Distributor ID: LinuxMint Description: Linux Mint 15 Olivia Release: 15 Codename: olivia Linux dell 3.11.2-ext73-f1-26.2-k8-ags-cfs #8 SMP PREEMPT Sat Sep 28 16:54:20 CEST 2013 x86_64 x86_64 x86_64 GNU/Linux ################################# mounted-proc.conf ################################################### # mounted-proc - Fix perms on sensitive /proc filesystem entries # # Some files in /proc have sensitive contents that can be used to # help attackers launch kernel exploits. Making these files readable # only by root slightly reduces the chances of these kinds of attacks # being successful. description "Fix-up sensitive /proc filesystem entries" start on mounted MOUNTPOINT=/var env MOUNTPOINT=/proc task script chmod 0400 "${MOUNTPOINT}"/slabinfo end script ################################# ureadahead.conf ##################################################### # ureadahead - Read required files in advance # # Runs the über-readahead daemon which reads data about files required # during boot and reads them into the page cache in advance of their # use. description "Read required files in advance" start on mounted MOUNTPOINT=/var stop on stopped rc # Forks into the background both when reading from disk and when profiling # (HDD mode won't fork, but that's ok because we'll wait for it in spawned). expect fork # When profiling, give it three minutes after sending SIGTERM to write out # the pack file. kill timeout 180 # Don't treat a normal exit after reading finishes as a failure normal exit 0 exec /sbin/ureadahead --daemon # Normally ureadahead will exit on its own when it finishes, unless it's # profiling - in which case we want to give the system another 45s to # finish staring the desktop and other things. pre-stop exec sleep 45 ################################# wersja APM ########################################################## advanced_power_management_by_ext73_conservative-conservative_v2.9 ################################# readahead ########################################################### #!/bin/sh [ -x /sbin/blockdev ] || exit $NA # more readahead = (hopefully) less hard drive activity. # less readahead = less trashing the page cache. DRIVE_READAHEAD_AC=${DRIVE_READAHEAD_AC:-6144} DRIVE_READAHEAD_AC=${DRIVE_READAHEAD_BAT:-6144} help() { cat <<EOF -------- $0: Control drive readahead. This hook tries to trade off the number of times we spin up a drive to read for potentially wasted cache. Drive readahead parameters: DRIVE_READAHEAD_AC = Number of KB to speculatively read on AC. Defaults to 256 KB. DRIVE_READAHEAD_BAT = Number of KB to speculatively read on battery. Defaults to 6144 KB. EOF } readahead() { # the intent here is to iterate through all filesystems # mounted on a local block device. It Works For The Maintainer(tm). # More sophistication in figuring out what exactly is a local block device # would be welcome. for dev in $(awk '/^\/dev\// {print $1}'</etc/mtab); do printf "Setting readahead for %s to %d..." "$dev" "$1" /sbin/blockdev --setfra $1 "$dev" && echo Done. || echo Failed. done } case $1 in true) readahead "$DRIVE_READAHEAD_BAT" ;; false) readahead "$DRIVE_READAHEAD_AC" ;; help) help;; *) exit $NA ;; esac exit 0 ################################# GRUB ################################################################ GRUB_CMDLINE_LINUX=""
Kod: Zaznacz cały
/home/ak/Dokumenty/dmesg_ak.tar.gz
Hehe, widzisz co Ty podałeś? jak ma ktoś np. z forum to odtworzyć? To co podałeś odnosi się do pliku na Twoim dyskukowand pisze:Proszę
/home/ak/Dokumenty/dmesg_ak.tar.gz
-- 2 paź 2013, o 20:12 --
Kod: Zaznacz cały
/home/ak/Dokumenty/dmesg_ak.tar.gz
Bardzo przepraszam, nie umiem tego zrobić.maniu1993 pisze:Hehe, widzisz co Ty podałeś? jak ma ktoś np. z forum to odtworzyć? To co podałeś odnosi się do pliku na Twoim dyskukowand pisze:Proszę
/home/ak/Dokumenty/dmesg_ak.tar.gz
-- 2 paź 2013, o 20:12 --
Kod: Zaznacz cały
/home/ak/Dokumenty/dmesg_ak.tar.gz
Wrzuć to na jakiś hosting plików i podaj link do niego.
Kod: Zaznacz cały
WARNING: CPU: 1 PID: 278 at drivers/gpu/drm/i915/intel_display.c:8299 check_crtc_state+0x5bf/0xa50 [i915]()
pipe state doesn't match!
Modules linked in: sr_mod cdrom tg3 ptp pps_core i915 i2c_algo_bit drm_kms_helper drm i2c_core
CPU: 1 PID: 278 Comm: plymouthd Tainted: G W 3.11.2-ext73-f1-26.2-k8-ags-cfs #8
Hardware name: Dell Inc. Latitude D620 /0TD761, BIOS A10 05/16/2008
0000000000000000 000000000000206b ffffffff816acb7e ffffffffa00fd7a0
ffffffff8104eb25 ffffffffa0105b58 ffffffff00000018 ffff88003560f7e8
ffff88003560f798 ffff88003560f7e8 ffff88003560f7a8 00000000fffb75e1
Call Trace:
[<ffffffff816acb7e>] ? dump_stack+0x50/0x80
[<ffffffff8104eb25>] ? warn_slowpath_fmt+0x95/0xf0
[<ffffffffa00a1f4f>] ? check_crtc_state+0x5bf/0xa50 [i915]
[<ffffffffa00b16c7>] ? intel_get_load_detect_pipe+0x2e7/0x480 [i915]
[<ffffffffa00d9b38>] ? intel_tv_detect+0x148/0x670 [i915]
[<ffffffffa0061aca>] ? drm_helper_probe_single_connector_modes+0x20a/0x410 [drm_kms_helper]
[<ffffffffa0020dc1>] ? drm_mode_getconnector+0x3e1/0x460 [drm]
[<ffffffffa000f5b5>] ? drm_ioctl+0x4e5/0x5e0 [drm]
[<ffffffffa00209e0>] ? drm_mode_getcrtc+0x1b0/0x1b0 [drm]
[<ffffffff8104118a>] ? __do_page_fault+0x1aa/0x470
[<ffffffff81177bf1>] ? do_vfs_ioctl+0x91/0x590
[<ffffffff81118e4b>] ? vm_mmap_pgoff+0xbb/0xf0
[<ffffffff81178190>] ? SyS_ioctl+0xa0/0xc0
[<ffffffff816b5796>] ? system_call_fastpath+0x1a/0x1f
---[ end trace 747f0a87ebfc503f ]---
usb 2-2.3.2: new full-speed USB device number 5 using uhci_hcd
[drm:intel_pipe_config_compare] *ERROR* mismatch in adjusted_mode.flags (expected 2, found 0)
Kod: Zaznacz cały
WARNING: CPU: 1 PID: 278 at drivers/gpu/drm/i915/intel_display.c:8299 check_crtc_state+0x5bf/0xa50 [i915]()
pipe state doesn't match!
Modules linked in: sr_mod cdrom tg3 ptp pps_core i915 i2c_algo_bit drm_kms_helper drm i2c_core
CPU: 1 PID: 278 Comm: plymouthd Tainted: G W 3.11.2-ext73-f1-26.2-k8-ags-cfs #8
Hardware name: Dell Inc. Latitude D620 /0TD761, BIOS A10 05/16/2008
0000000000000000 000000000000206b ffffffff816acb7e ffffffffa00fd7a0
ffffffff8104eb25 ffffffffa0105b58 ffffffff00000018 ffff88003560f7e8
ffff88003560f798 ffff88003560f7e8 ffff88003560f7a8 00000000fffb7675
Call Trace:
[<ffffffff816acb7e>] ? dump_stack+0x50/0x80
[<ffffffff8104eb25>] ? warn_slowpath_fmt+0x95/0xf0
[<ffffffffa00a1f4f>] ? check_crtc_state+0x5bf/0xa50 [i915]
[<ffffffffa00b16c7>] ? intel_get_load_detect_pipe+0x2e7/0x480 [i915]
[<ffffffffa00d9b38>] ? intel_tv_detect+0x148/0x670 [i915]
[<ffffffffa0061aca>] ? drm_helper_probe_single_connector_modes+0x20a/0x410 [drm_kms_helper]
[<ffffffffa0020dc1>] ? drm_mode_getconnector+0x3e1/0x460 [drm]
[<ffffffffa000f5b5>] ? drm_ioctl+0x4e5/0x5e0 [drm]
[<ffffffffa00209e0>] ? drm_mode_getcrtc+0x1b0/0x1b0 [drm]
[<ffffffff8114b403>] ? kmem_cache_free+0x143/0x170
[<ffffffff81177bf1>] ? do_vfs_ioctl+0x91/0x590
[<ffffffff8118725b>] ? mntput_no_expire+0x9b/0x1f0
[<ffffffff8107db6b>] ? lg_global_unlock+0x3b/0x80
[<ffffffff81070c34>] ? task_work_run+0x94/0xd0
[<ffffffff81178190>] ? SyS_ioctl+0xa0/0xc0
[<ffffffff816b5796>] ? system_call_fastpath+0x1a/0x1f
e X t 7 3 pisze:Daj proszę logi wygenerowane przez NeteXt'73 i prześlij mi - inaczej to wróżenie z fusów [choć coś podejrzewam].
Pozdrawiam
Kod: Zaznacz cały
=================================
Poniżej logi z mojego HP ProBook 4720s:
Zainstalowane wersje kerneli:
3.11.2-ext73-f1-26.2-k8-ags-cfs 3.11.0-8-generic
3.11.0-9-generic 3.11.0-11-generic
################################# microcode ##########################################################
microcode Intel - ON
microcode AMD - ON
Informacje o systemie
Distributor ID: Ubuntu
Description: Ubuntu Saucy Salamander (development branch)
Release: 13.10
Codename: saucy
Linux Stacho-HP-ProBook-4720s 3.11.2-ext73-f1-26.2-k8-ags-cfs #8 SMP PREEMPT Sat Sep 28 16:54:20 CEST 2013 x86_64 x86_64 x86_64 GNU/Linux
################################# mounted-proc.conf ###################################################
# mounted-proc - Fix perms on sensitive /proc filesystem entries
#
# Some files in /proc have sensitive contents that can be used to
# help attackers launch kernel exploits. Making these files readable
# only by root slightly reduces the chances of these kinds of attacks
# being successful.
description "Fix-up sensitive /proc filesystem entries"
start on mounted MOUNTPOINT=/var
env MOUNTPOINT=/proc
task
script
chmod 0400 "${MOUNTPOINT}"/slabinfo
end script
################################# ureadahead.conf #####################################################
# ureadahead - Read required files in advance
#
# Runs the über-readahead daemon which reads data about files required
# during boot and reads them into the page cache in advance of their
# use.
description "Read required files in advance"
start on mounted MOUNTPOINT=/var
stop on stopped rc
# Forks into the background both when reading from disk and when profiling
# (HDD mode won't fork, but that's ok because we'll wait for it in spawned).
expect fork
# When profiling, give it three minutes after sending SIGTERM to write out
# the pack file.
kill timeout 180
# Don't treat a normal exit after reading finishes as a failure
normal exit 0
exec /sbin/ureadahead --daemon
# Normally ureadahead will exit on its own when it finishes, unless it's
# profiling - in which case we want to give the system another 45s to
# finish staring the desktop and other things.
pre-stop exec sleep 45
################################# wersja APM ##########################################################
advanced_power_management_by_ext73_intel-powersave_v2.9
################################# readahead ###########################################################
#!/bin/sh
[ -x /sbin/blockdev ] || exit $NA
# more readahead = (hopefully) less hard drive activity.
# less readahead = less trashing the page cache.
DRIVE_READAHEAD_AC=${DRIVE_READAHEAD_AC:-6144}
DRIVE_READAHEAD_AC=${DRIVE_READAHEAD_BAT:-6144}
help() {
cat <<EOF
--------
$0: Control drive readahead.
This hook tries to trade off the number of times we spin up a drive
to read for potentially wasted cache.
Drive readahead parameters:
DRIVE_READAHEAD_AC = Number of KB to speculatively read on AC.
Defaults to 256 KB.
DRIVE_READAHEAD_BAT = Number of KB to speculatively read on battery.
Defaults to 6144 KB.
EOF
}
readahead() {
# the intent here is to iterate through all filesystems
# mounted on a local block device. It Works For The Maintainer(tm).
# More sophistication in figuring out what exactly is a local block device
# would be welcome.
for dev in $(awk '/^\/dev\// {print $1}'</etc/mtab); do
printf "Setting readahead for %s to %d..." "$dev" "$1"
/sbin/blockdev --setfra $1 "$dev" && echo Done. || echo Failed.
done
}
case $1 in
true) readahead "$DRIVE_READAHEAD_BAT" ;;
false) readahead "$DRIVE_READAHEAD_AC" ;;
help) help;;
*) exit $NA ;;
esac
exit 0
################################# GRUB ################################################################
GRUB_CMDLINE_LINUX="pcie_aspm=force acpi_osi=Linux acpi_enforce_resources=lax radeon.audio=1"
Kod: Zaznacz cały
Initializing cgroup subsys cpu
Linux version 3.11.2-ext73-f1-26.2-k8-ags-cfs (root@ext73-kernel) (gcc version 4.7.2 (Ubuntu/Linaro 4.7.2-2ubuntu1) ) #8 SMP PREEMPT Sat Sep 28 16:54:20 CEST 2013
Command line: BOOT_IMAGE=/@/boot/vmlinuz-3.11.2-ext73-f1-26.2-k8-ags-cfs root=UUID=51918773-6bd2-4ed4-900b-576e8a4ea805 ro rootflags=subvol=@ pcie_aspm=force acpi_osi=Linux acpi_enforce_resources=lax radeon.audio=1 radeon.dpm=1 quiet splash vt.handoff=7
KERNEL supported cpus:
Intel GenuineIntel
AMD AuthenticAMD
e820: BIOS-provided physical RAM map:
BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable
BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved
BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
BIOS-e820: [mem 0x0000000000100000-0x00000000befcefff] usable
BIOS-e820: [mem 0x00000000befcf000-0x00000000bf6cefff] reserved
BIOS-e820: [mem 0x00000000bf6cf000-0x00000000bf7cefff] ACPI NVS
BIOS-e820: [mem 0x00000000bf7cf000-0x00000000bf7fefff] ACPI data
BIOS-e820: [mem 0x00000000bf7ff000-0x00000000bf7fffff] usable
BIOS-e820: [mem 0x00000000bf800000-0x00000000bfffffff] reserved
BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
BIOS-e820: [mem 0x00000000fed10000-0x00000000fed13fff] reserved
BIOS-e820: [mem 0x00000000fed19000-0x00000000fed19fff] reserved
BIOS-e820: [mem 0x00000000fed1b000-0x00000000fed1ffff] reserved
BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
BIOS-e820: [mem 0x00000000ffd80000-0x00000000ffffffff] reserved
BIOS-e820: [mem 0x0000000100000000-0x0000000137ffffff] usable
NX (Execute Disable) protection: active
SMBIOS 2.6 present.
DMI: Hewlett-Packard HP ProBook 4720s/1411, BIOS 68AZZ Ver. F.21 06/13/2012
e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
e820: remove [mem 0x000a0000-0x000fffff] usable
No AGP bridge found
e820: last_pfn = 0x138000 max_arch_pfn = 0x400000000
MTRR default type: uncachable
MTRR fixed ranges enabled:
00000-9FFFF write-back
A0000-BFFFF uncachable
C0000-FFFFF write-protect
MTRR variable ranges enabled:
0 base 0FFC00000 mask FFFC00000 write-protect
1 base 000000000 mask F80000000 write-back
2 base 080000000 mask FC0000000 write-back
3 base 100000000 mask FC0000000 write-back
4 base 138000000 mask FF8000000 uncachable
5 disabled
6 disabled
7 disabled
x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
e820: last_pfn = 0xbf800 max_arch_pfn = 0x400000000
Scanning 1 areas for low memory corruption
Base memory trampoline at [ffff880000099000] 99000 size 24576
init_memory_mapping: [mem 0x00000000-0x000fffff]
[mem 0x00000000-0x000fffff] page 4k
BRK [0x01c10000, 0x01c10fff] PGTABLE
BRK [0x01c11000, 0x01c11fff] PGTABLE
BRK [0x01c12000, 0x01c12fff] PGTABLE
init_memory_mapping: [mem 0x137e00000-0x137ffffff]
[mem 0x137e00000-0x137ffffff] page 2M
BRK [0x01c13000, 0x01c13fff] PGTABLE
init_memory_mapping: [mem 0x134000000-0x137dfffff]
[mem 0x134000000-0x137dfffff] page 2M
init_memory_mapping: [mem 0x100000000-0x133ffffff]
[mem 0x100000000-0x133ffffff] page 2M
init_memory_mapping: [mem 0x00100000-0xbefcefff]
[mem 0x00100000-0x001fffff] page 4k
[mem 0x00200000-0xbedfffff] page 2M
[mem 0xbee00000-0xbefcefff] page 4k
init_memory_mapping: [mem 0xbf7ff000-0xbf7fffff]
[mem 0xbf7ff000-0xbf7fffff] page 4k
BRK [0x01c14000, 0x01c14fff] PGTABLE
RAMDISK: [mem 0x3615a000-0x370a4fff]
ACPI: RSDP 00000000000fc600 00024 (v02 HPQOEM)
ACPI: XSDT 00000000bf7fe120 0007C (v01 HPQOEM SLIC-MPC 0000000F 01000013)
ACPI: FACP 00000000bf7fc000 000F4 (v03 HPQOEM 1411 0000000F HP 00000001)
ACPI: DSDT 00000000bf7d8000 1EF75 (v02 HPQOEM 1411 00000001 INTL 20060912)
ACPI: FACS 00000000bf77e000 00040
ACPI: HPET 00000000bf7fb000 00038 (v01 HPQOEM 1411 00000001 HP 00000001)
ACPI: APIC 00000000bf7fa000 000BC (v01 HPQOEM 1411 00000001 HP 00000001)
ACPI: MCFG 00000000bf7f9000 0003C (v01 HPQOEM 1411 00000001 HP 00000001)
ACPI: ASF! 00000000bf7f8000 000A0 (v32 HPQOEM 1411 00000001 HP 00000001)
ACPI: SSDT 00000000bf7d5000 00135 (v01 HPQOEM SataAhci 00001000 INTL 20060912)
ACPI: SSDT 00000000bf7d4000 00314 (v01 HPQOEM PtidDevc 00001000 INTL 20060912)
ACPI: SSDT 00000000bf7d3000 0005F (v01 HPQOEM HPQNLP 00000001 INTL 20060912)
ACPI: SSDT 00000000bf7d2000 00A10 (v01 PmRef CpuPm 00003000 INTL 20060912)
ACPI: SSDT 00000000bf7d1000 00288 (v01 PmRef Cpu0Tst 00003000 INTL 20060912)
ACPI: SSDT 00000000bf7d0000 00225 (v01 PmRef ApTst 00003000 INTL 20060912)
ACPI: Local APIC address 0xfee00000
[ffffea0000000000-ffffea0004dfffff] PMD -> [ffff880133800000-ffff8801375fffff] on node 0
Zone ranges:
DMA [mem 0x00001000-0x00ffffff]
DMA32 [mem 0x01000000-0xffffffff]
Normal [mem 0x100000000-0x137ffffff]
Movable zone start for each node
Early memory node ranges
node 0: [mem 0x00001000-0x0009efff]
node 0: [mem 0x00100000-0xbefcefff]
node 0: [mem 0xbf7ff000-0xbf7fffff]
node 0: [mem 0x100000000-0x137ffffff]
On node 0 totalpages: 1011566
DMA zone: 64 pages used for memmap
DMA zone: 21 pages reserved
DMA zone: 3998 pages, LIFO batch:0
DMA32 zone: 12160 pages used for memmap
DMA32 zone: 778192 pages, LIFO batch:31
Normal zone: 3584 pages used for memmap
Normal zone: 229376 pages, LIFO batch:31
ACPI: PM-Timer IO Port: 0x408
ACPI: Local APIC address 0xfee00000
ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)
ACPI: LAPIC (acpi_id[0x02] lapic_id[0x04] enabled)
ACPI: LAPIC (acpi_id[0x03] lapic_id[0x05] enabled)
ACPI: LAPIC (acpi_id[0x04] lapic_id[0x00] disabled)
ACPI: LAPIC (acpi_id[0x05] lapic_id[0x00] disabled)
ACPI: LAPIC (acpi_id[0x06] lapic_id[0x00] disabled)
ACPI: LAPIC (acpi_id[0x07] lapic_id[0x00] disabled)
ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
ACPI: IOAPIC (id[0x01] address[0xfec00000] gsi_base[0])
IOAPIC[0]: apic_id 1, version 32, address 0xfec00000, GSI 0-23
ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
ACPI: IRQ0 used by override.
ACPI: IRQ2 used by override.
ACPI: IRQ9 used by override.
Using ACPI (MADT) for SMP configuration information
ACPI: HPET id: 0x8086a201 base: 0xfed00000
smpboot: Allowing 8 CPUs, 4 hotplug CPUs
nr_irqs_gsi: 40
PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
PM: Registered nosave memory: [mem 0x000a0000-0x000dffff]
PM: Registered nosave memory: [mem 0x000e0000-0x000fffff]
PM: Registered nosave memory: [mem 0xbefcf000-0xbf6cefff]
PM: Registered nosave memory: [mem 0xbf6cf000-0xbf7cefff]
PM: Registered nosave memory: [mem 0xbf7cf000-0xbf7fefff]
PM: Registered nosave memory: [mem 0xbf800000-0xbfffffff]
PM: Registered nosave memory: [mem 0xc0000000-0xdfffffff]
PM: Registered nosave memory: [mem 0xe0000000-0xefffffff]
PM: Registered nosave memory: [mem 0xf0000000-0xfebfffff]
PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
PM: Registered nosave memory: [mem 0xfec01000-0xfed0ffff]
PM: Registered nosave memory: [mem 0xfed10000-0xfed13fff]
PM: Registered nosave memory: [mem 0xfed14000-0xfed18fff]
PM: Registered nosave memory: [mem 0xfed19000-0xfed19fff]
PM: Registered nosave memory: [mem 0xfed1a000-0xfed1afff]
PM: Registered nosave memory: [mem 0xfed1b000-0xfed1ffff]
PM: Registered nosave memory: [mem 0xfed20000-0xfedfffff]
PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
PM: Registered nosave memory: [mem 0xfee01000-0xffd7ffff]
PM: Registered nosave memory: [mem 0xffd80000-0xffffffff]
e820: [mem 0xc0000000-0xdfffffff] available for PCI devices
setup_percpu: NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:8 nr_node_ids:1
PERCPU: Embedded 26 pages/cpu @ffff880137c00000 s76224 r8192 d22080 u262144
pcpu-alloc: s76224 r8192 d22080 u262144 alloc=1*2097152
pcpu-alloc: [0] 0 1 2 3 4 5 6 7
Built 1 zonelists in Zone order, mobility grouping on. Total pages: 995737
Kernel command line: BOOT_IMAGE=/@/boot/vmlinuz-3.11.2-ext73-f1-26.2-k8-ags-cfs root=UUID=51918773-6bd2-4ed4-900b-576e8a4ea805 ro rootflags=subvol=@ pcie_aspm=force acpi_osi=Linux acpi_enforce_resources=lax radeon.audio=1 radeon.dpm=1 quiet splash vt.handoff=7
PCIe ASPM is forcibly enabled
PID hash table entries: 4096 (order: 3, 32768 bytes)
Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
Checking aperture...
No AGP bridge found
Memory: 3881532K/4046264K available (6885K kernel code, 508K rwdata, 1712K rodata, 840K init, 720K bss, 164732K reserved)
SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
Preemptible hierarchical RCU implementation.
RCU dyntick-idle grace-period acceleration is enabled.
Dump stacks of tasks blocking RCU-preempt GP.
NR_IRQS:4352 nr_irqs:744 16
Console: colour dummy device 80x25
console [tty0] enabled
allocated 16252928 bytes of page_cgroup
please try 'cgroup_disable=memory' option if you don't want memory cgroups
hpet clockevent registered
tsc: Fast TSC calibration unsuccessful
tsc: PIT calibration matches HPET. 1 loops
tsc: Detected 2261.071 MHz processor
Calibrating delay loop (skipped), value calculated using timer frequency.. 4522.14 BogoMIPS (lpj=2261071)
pid_max: default: 32768 minimum: 301
Security Framework initialized
AppArmor: AppArmor initialized
Mount-cache hash table entries: 256
Initializing cgroup subsys memory
Initializing cgroup subsys devices
Initializing cgroup subsys blkio
Initializing cgroup subsys hugetlb
CPU: Physical Processor ID: 0
CPU: Processor Core ID: 0
mce: CPU supports 9 MCE banks
CPU0: Thermal monitoring enabled (TM1)
Last level iTLB entries: 4KB 512, 2MB 7, 4MB 7
Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32
tlb_flushall_shift: 6
Freeing SMP alternatives memory: 28K (ffffffff81b53000 - ffffffff81b5a000)
ACPI: Core revision 20130517
ACPI: All ACPI Tables successfully acquired
..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
smpboot: CPU0: Intel(R) Core(TM) i3 CPU M 350 @ 2.27GHz (fam: 06, model: 25, stepping: 02)
Performance Events: PEBS fmt1+, 16-deep LBR, Westmere events, Intel PMU driver.
perf_event_intel: CPUID marked event: 'bus cycles' unavailable
... version: 3
... bit width: 48
... generic registers: 4
... value mask: 0000ffffffffffff
... max period: 000000007fffffff
... fixed-purpose events: 3
... event mask: 000000070000000f
smpboot: Booting Node 0, Processors #1 #2 #3
Brought up 4 CPUs
smpboot: Total of 4 processors activated (18088.56 BogoMIPS)
devtmpfs: initialized
PM: Registering ACPI NVS region [mem 0xbf6cf000-0xbf7cefff] (1048576 bytes)
regulator-dummy: no parameters
NET: Registered protocol family 16
ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
ACPI: bus type PCI registered
acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
PCI: Using configuration type 1 for base access
mtrr: your CPUs had inconsistent variable MTRR settings
mtrr: probably your BIOS does not setup all CPUs.
mtrr: corrected configuration.
bio: create slab <bio-0> at 0
ACPI: Added _OSI(Module Device)
ACPI: Added _OSI(Processor Device)
ACPI: Added _OSI(3.0 _SCP Extensions)
ACPI: Added _OSI(Processor Aggregator Device)
ACPI: Added _OSI(Linux)
ACPI: EC: Look up EC in DSDT
ACPI: Executed 2 blocks of module-level executable AML code
[Firmware Bug]: ACPI: BIOS _OSI(Linux) query honored via cmdline
ACPI: SSDT 00000000bf6c8918 003F9 (v01 PmRef Cpu0Ist 00003000 INTL 20060912)
ACPI: Dynamic OEM Table Load:
ACPI: SSDT (null) 003F9 (v01 PmRef Cpu0Ist 00003000 INTL 20060912)
ACPI: SSDT 00000000bf6c6018 008AA (v01 PmRef Cpu0Cst 00003001 INTL 20060912)
ACPI: Dynamic OEM Table Load:
ACPI: SSDT (null) 008AA (v01 PmRef Cpu0Cst 00003001 INTL 20060912)
ACPI: SSDT 00000000bf6c7a98 00303 (v01 PmRef ApIst 00003000 INTL 20060912)
ACPI: Dynamic OEM Table Load:
ACPI: SSDT (null) 00303 (v01 PmRef ApIst 00003000 INTL 20060912)
ACPI: SSDT 00000000bf6c5d98 00119 (v01 PmRef ApCst 00003000 INTL 20060912)
ACPI: Dynamic OEM Table Load:
ACPI: SSDT (null) 00119 (v01 PmRef ApCst 00003000 INTL 20060912)
ACPI: Interpreter enabled
ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20130517/hwxface-571)
ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20130517/hwxface-571)
ACPI: (supports S0 S3 S4 S5)
ACPI: Using IOAPIC for interrupt routing
PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
ACPI: No dock devices found.
ACPI: Power Resource [APPR] (off)
ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
acpi PNP0A08:00: Requesting ACPI _OSC control (0x15)
acpi PNP0A08:00: ACPI _OSC control (0x15) granted
PCI host bridge to bus 0000:00
pci_bus 0000:00: root bus resource [bus 00-fe]
pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]
pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]
pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
pci_bus 0000:00: root bus resource [mem 0xc0000000-0xdfffffff]
pci_bus 0000:00: root bus resource [mem 0xf0000000-0xfedfffff]
pci_bus 0000:00: root bus resource [mem 0xfee01000-0xffffffff]
pci 0000:00:00.0: [8086:0044] type 00 class 0x060000
DMAR: BIOS has allocated no shadow GTT; disabling IOMMU for graphics
pci 0000:00:01.0: [8086:0045] type 01 class 0x060400
pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
pci 0000:00:16.0: [8086:3b64] type 00 class 0x078000
pci 0000:00:16.0: reg 0x10: [mem 0xcc604000-0xcc60400f 64bit]
pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
pci 0000:00:1a.0: [8086:3b3c] type 00 class 0x0c0320
pci 0000:00:1a.0: reg 0x10: [mem 0xcc609000-0xcc6093ff]
pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
pci 0000:00:1a.0: System wakeup disabled by ACPI
pci 0000:00:1b.0: [8086:3b56] type 00 class 0x040300
pci 0000:00:1b.0: reg 0x10: [mem 0xcc600000-0xcc603fff 64bit]
pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
pci 0000:00:1b.0: System wakeup disabled by ACPI
pci 0000:00:1c.0: [8086:3b42] type 01 class 0x060400
pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
pci 0000:00:1c.1: [8086:3b44] type 01 class 0x060400
pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
pci 0000:00:1c.1: System wakeup disabled by ACPI
pci 0000:00:1c.3: [8086:3b48] type 01 class 0x060400
pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
pci 0000:00:1c.3: System wakeup disabled by ACPI
pci 0000:00:1c.5: [8086:3b4c] type 01 class 0x060400
pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
pci 0000:00:1c.5: System wakeup disabled by ACPI
pci 0000:00:1d.0: [8086:3b34] type 00 class 0x0c0320
pci 0000:00:1d.0: reg 0x10: [mem 0xcc608000-0xcc6083ff]
pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
pci 0000:00:1d.0: System wakeup disabled by ACPI
pci 0000:00:1e.0: [8086:2448] type 01 class 0x060401
pci 0000:00:1e.0: System wakeup disabled by ACPI
pci 0000:00:1f.0: [8086:3b0b] type 00 class 0x060100
pci 0000:00:1f.2: [8086:3b2f] type 00 class 0x010601
pci 0000:00:1f.2: reg 0x10: [io 0x6028-0x602f]
pci 0000:00:1f.2: reg 0x14: [io 0x6034-0x6037]
pci 0000:00:1f.2: reg 0x18: [io 0x6020-0x6027]
pci 0000:00:1f.2: reg 0x1c: [io 0x6030-0x6033]
pci 0000:00:1f.2: reg 0x20: [io 0x6000-0x601f]
pci 0000:00:1f.2: reg 0x24: [mem 0xcc607000-0xcc6077ff]
pci 0000:00:1f.2: PME# supported from D3hot
pci 0000:01:00.0: [1002:9555] type 00 class 0x030000
pci 0000:01:00.0: reg 0x10: [mem 0xc0000000-0xc7ffffff pref]
pci 0000:01:00.0: reg 0x14: [io 0x5000-0x50ff]
pci 0000:01:00.0: reg 0x18: [mem 0xcc500000-0xcc50ffff]
pci 0000:01:00.0: reg 0x30: [mem 0xfffe0000-0xffffffff pref]
pci 0000:01:00.0: supports D1 D2
pci 0000:01:00.1: [1002:aa38] type 00 class 0x040300
pci 0000:01:00.1: reg 0x10: [mem 0xcc510000-0xcc513fff]
pci 0000:01:00.1: supports D1 D2
pci 0000:00:01.0: PCI bridge to [bus 01]
pci 0000:00:01.0: bridge window [io 0x5000-0x5fff]
pci 0000:00:01.0: bridge window [mem 0xcc500000-0xcc5fffff]
pci 0000:00:01.0: bridge window [mem 0xc0000000-0xc7ffffff 64bit pref]
pci 0000:00:1c.0: PCI bridge to [bus 02]
pci 0000:00:1c.0: bridge window [mem 0xcc400000-0xcc4fffff]
pci 0000:00:1c.1: PCI bridge to [bus 03-43]
pci 0000:00:1c.1: bridge window [io 0x3000-0x4fff]
pci 0000:00:1c.1: bridge window [mem 0xc8400000-0xcc3fffff]
pci 0000:44:00.0: [168c:002b] type 00 class 0x028000
pci 0000:44:00.0: reg 0x10: [mem 0xc8300000-0xc830ffff 64bit]
pci 0000:44:00.0: supports D1
pci 0000:44:00.0: PME# supported from D0 D1 D3hot
pci 0000:44:00.0: System wakeup disabled by ACPI
pci 0000:00:1c.3: PCI bridge to [bus 44]
pci 0000:00:1c.3: bridge window [mem 0xc8300000-0xc83fffff]
pci 0000:45:00.0: [10ec:8168] type 00 class 0x020000
pci 0000:45:00.0: reg 0x10: [io 0x2000-0x20ff]
pci 0000:45:00.0: reg 0x18: [mem 0xc8004000-0xc8004fff 64bit pref]
pci 0000:45:00.0: reg 0x20: [mem 0xc8000000-0xc8003fff 64bit pref]
pci 0000:45:00.0: reg 0x30: [mem 0xfffe0000-0xffffffff pref]
pci 0000:45:00.0: supports D1 D2
pci 0000:45:00.0: PME# supported from D0 D1 D2 D3hot D3cold
pci 0000:45:00.0: System wakeup disabled by ACPI
pci 0000:00:1c.5: PCI bridge to [bus 45]
pci 0000:00:1c.5: bridge window [io 0x2000-0x2fff]
pci 0000:00:1c.5: bridge window [mem 0xc8200000-0xc82fffff]
pci 0000:00:1c.5: bridge window [mem 0xc8000000-0xc80fffff 64bit pref]
pci 0000:00:1e.0: PCI bridge to [bus 46] (subtractive decode)
pci 0000:00:1e.0: bridge window [mem 0xc8100000-0xc81fffff]
pci 0000:00:1e.0: bridge window [io 0x0000-0x0cf7] (subtractive decode)
pci 0000:00:1e.0: bridge window [io 0x0d00-0xffff] (subtractive decode)
pci 0000:00:1e.0: bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
pci 0000:00:1e.0: bridge window [mem 0xc0000000-0xdfffffff] (subtractive decode)
pci 0000:00:1e.0: bridge window [mem 0xf0000000-0xfedfffff] (subtractive decode)
pci 0000:00:1e.0: bridge window [mem 0xfee01000-0xffffffff] (subtractive decode)
pci_bus 0000:00: on NUMA node 0
acpi PNP0A08:00: Disabling ASPM (FADT indicates it is unsupported)
ACPI: PCI Interrupt Link [LNKA] (IRQs 1 3 4 5 6 7 *10 12 14 15)
ACPI: PCI Interrupt Link [LNKB] (IRQs 1 3 4 *5 6 7 11 12 14 15)
ACPI: PCI Interrupt Link [LNKC] (IRQs 1 3 4 5 6 7 *10 12 14 15)
ACPI: PCI Interrupt Link [LNKD] (IRQs 1 3 4 5 6 7 11 12 14 15) *10
ACPI: PCI Interrupt Link [LNKE] (IRQs 1 3 4 5 6 7 *10 12 14 15)
ACPI: PCI Interrupt Link [LNKF] (IRQs 1 3 4 5 6 7 *11 12 14 15)
ACPI: PCI Interrupt Link [LNKG] (IRQs 1 3 4 5 6 7 10 12 14 15) *0, disabled.
ACPI: PCI Interrupt Link [LNKH] (IRQs 1 3 4 5 6 7 11 12 14 15) *0, disabled.
ACPI: PCI Root Bridge [CPBG] (domain 0000 [bus ff])
acpi PNP0A03:00: ACPI _OSC support notification failed, disabling PCIe ASPM
acpi PNP0A03:00: Unable to request _OSC control (_OSC support mask: 0x08)
PCI host bridge to bus 0000:ff
pci_bus 0000:ff: root bus resource [bus ff]
pci 0000:ff:00.0: [8086:2c62] type 00 class 0x060000
pci 0000:ff:00.1: [8086:2d01] type 00 class 0x060000
pci 0000:ff:02.0: [8086:2d10] type 00 class 0x060000
pci 0000:ff:02.1: [8086:2d11] type 00 class 0x060000
pci 0000:ff:02.2: [8086:2d12] type 00 class 0x060000
pci 0000:ff:02.3: [8086:2d13] type 00 class 0x060000
pci_bus 0000:ff: on NUMA node 0
ACPI: Enabled 6 GPEs in block 00 to 3F
ACPI: \_SB_.PCI0: notify handler is installed
ACPI: \_SB_.CPBG: notify handler is installed
Found 2 acpi root devices
ACPI: EC: GPE = 0x16, I/O: command/status = 0x66, data = 0x62
vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none
vgaarb: loaded
vgaarb: bridge control possible 0000:01:00.0
SCSI subsystem initialized
ACPI: bus type ATA registered
libata version 3.00 loaded.
ACPI: bus type USB registered
usbcore: registered new interface driver usbfs
usbcore: registered new interface driver hub
usbcore: registered new device driver usb
wmi: Mapper loaded
Advanced Linux Sound Architecture Driver Initialized.
PCI: Using ACPI for IRQ routing
PCI: pci_cache_line_size set to 64 bytes
e820: reserve RAM buffer [mem 0x0009fc00-0x0009ffff]
e820: reserve RAM buffer [mem 0xbefcf000-0xbfffffff]
e820: reserve RAM buffer [mem 0xbf800000-0xbfffffff]
NetLabel: Initializing
NetLabel: domain hash size = 128
NetLabel: protocols = UNLABELED CIPSOv4
NetLabel: unlabeled traffic allowed by default
hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
hpet0: 8 comparators, 64-bit 14.318180 MHz counter
Switched to clocksource hpet
AppArmor: AppArmor Filesystem Enabled
pnp: PnP ACPI init
ACPI: bus type PNP registered
system 00:00: [mem 0xfed1c000-0xfed1ffff] has been reserved
system 00:00: [mem 0xfed10000-0xfed13fff] has been reserved
system 00:00: [mem 0xfed1b000-0xfed1bfff] has been reserved
system 00:00: [mem 0xfed19000-0xfed19fff] has been reserved
system 00:00: [mem 0xcc700000-0xcc700fff] has been reserved
system 00:00: [mem 0xe0000000-0xefffffff] has been reserved
system 00:00: [mem 0xfed20000-0xfed3ffff] has been reserved
system 00:00: [mem 0xfed45000-0xfed8ffff] has been reserved
system 00:00: [mem 0xfec00000-0xfec00fff] could not be reserved
system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
pnp 00:01: [dma 4]
pnp 00:01: Plug and Play ACPI device, IDs PNP0200 (active)
pnp 00:02: Plug and Play ACPI device, IDs INT0800 (active)
system 00:03: [io 0xfe00-0xfe0f] has been reserved
system 00:03: [io 0xfe80-0xfe8f] has been reserved
system 00:03: [mem 0xfed40000-0xfed44fff] has been reserved
system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active)
pnp 00:04: Plug and Play ACPI device, IDs PNP0103 (active)
pnp 00:05: Plug and Play ACPI device, IDs PNP0c04 (active)
system 00:06: [io 0x0200-0x027f] has been reserved
system 00:06: [io 0x1000-0x100f] has been reserved
system 00:06: [io 0xffff] has been reserved
system 00:06: [io 0xffff] has been reserved
system 00:06: [io 0x0400-0x047f] could not be reserved
system 00:06: [io 0x0500-0x057f] has been reserved
system 00:06: [io 0xef80-0xef9f] has been reserved
system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
pnp 00:07: Plug and Play ACPI device, IDs PNP0b00 (active)
pnp 00:08: Plug and Play ACPI device, IDs PNP0303 (active)
pnp 00:09: Plug and Play ACPI device, IDs SYN016a SYN0100 SYN0002 PNP0f13 (active)
pnp 00:0a: Plug and Play ACPI device, IDs HPQ0004 (active)
pnp: PnP ACPI: found 11 devices
ACPI: bus type PNP unregistered
pci 0000:01:00.0: no compatible bridge window for [mem 0xfffe0000-0xffffffff pref]
pci 0000:45:00.0: no compatible bridge window for [mem 0xfffe0000-0xffffffff pref]
pci 0000:00:1c.1: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 03-43] add_size 200000
pci 0000:00:1c.1: res[9]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
pci 0000:00:1c.1: BAR 9: assigned [mem 0xcc800000-0xcc9fffff 64bit pref]
pci 0000:01:00.0: BAR 6: assigned [mem 0xcc520000-0xcc53ffff pref]
pci 0000:00:01.0: PCI bridge to [bus 01]
pci 0000:00:01.0: bridge window [io 0x5000-0x5fff]
pci 0000:00:01.0: bridge window [mem 0xcc500000-0xcc5fffff]
pci 0000:00:01.0: bridge window [mem 0xc0000000-0xc7ffffff 64bit pref]
pci 0000:00:1c.0: PCI bridge to [bus 02]
pci 0000:00:1c.0: bridge window [mem 0xcc400000-0xcc4fffff]
pci 0000:00:1c.1: PCI bridge to [bus 03-43]
pci 0000:00:1c.1: bridge window [io 0x3000-0x4fff]
pci 0000:00:1c.1: bridge window [mem 0xc8400000-0xcc3fffff]
pci 0000:00:1c.1: bridge window [mem 0xcc800000-0xcc9fffff 64bit pref]
pci 0000:00:1c.3: PCI bridge to [bus 44]
pci 0000:00:1c.3: bridge window [mem 0xc8300000-0xc83fffff]
pci 0000:45:00.0: BAR 6: assigned [mem 0xc8020000-0xc803ffff pref]
pci 0000:00:1c.5: PCI bridge to [bus 45]
pci 0000:00:1c.5: bridge window [io 0x2000-0x2fff]
pci 0000:00:1c.5: bridge window [mem 0xc8200000-0xc82fffff]
pci 0000:00:1c.5: bridge window [mem 0xc8000000-0xc80fffff 64bit pref]
pci 0000:00:1e.0: PCI bridge to [bus 46]
pci 0000:00:1e.0: bridge window [mem 0xc8100000-0xc81fffff]
pci 0000:00:1e.0: setting latency timer to 64
pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7]
pci_bus 0000:00: resource 5 [io 0x0d00-0xffff]
pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
pci_bus 0000:00: resource 7 [mem 0xc0000000-0xdfffffff]
pci_bus 0000:00: resource 8 [mem 0xf0000000-0xfedfffff]
pci_bus 0000:00: resource 9 [mem 0xfee01000-0xffffffff]
pci_bus 0000:01: resource 0 [io 0x5000-0x5fff]
pci_bus 0000:01: resource 1 [mem 0xcc500000-0xcc5fffff]
pci_bus 0000:01: resource 2 [mem 0xc0000000-0xc7ffffff 64bit pref]
pci_bus 0000:02: resource 1 [mem 0xcc400000-0xcc4fffff]
pci_bus 0000:03: resource 0 [io 0x3000-0x4fff]
pci_bus 0000:03: resource 1 [mem 0xc8400000-0xcc3fffff]
pci_bus 0000:03: resource 2 [mem 0xcc800000-0xcc9fffff 64bit pref]
pci_bus 0000:44: resource 1 [mem 0xc8300000-0xc83fffff]
pci_bus 0000:45: resource 0 [io 0x2000-0x2fff]
pci_bus 0000:45: resource 1 [mem 0xc8200000-0xc82fffff]
pci_bus 0000:45: resource 2 [mem 0xc8000000-0xc80fffff 64bit pref]
pci_bus 0000:46: resource 1 [mem 0xc8100000-0xc81fffff]
pci_bus 0000:46: resource 4 [io 0x0000-0x0cf7]
pci_bus 0000:46: resource 5 [io 0x0d00-0xffff]
pci_bus 0000:46: resource 6 [mem 0x000a0000-0x000bffff]
pci_bus 0000:46: resource 7 [mem 0xc0000000-0xdfffffff]
pci_bus 0000:46: resource 8 [mem 0xf0000000-0xfedfffff]
pci_bus 0000:46: resource 9 [mem 0xfee01000-0xffffffff]
NET: Registered protocol family 2
TCP established hash table entries: 32768 (order: 7, 524288 bytes)
TCP bind hash table entries: 32768 (order: 7, 524288 bytes)
TCP: Hash tables configured (established 32768 bind 32768)
TCP: reno registered
UDP hash table entries: 2048 (order: 4, 65536 bytes)
UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
NET: Registered protocol family 1
pci 0000:01:00.0: Boot video device
PCI: CLS 64 bytes, default 64
Unpacking initramfs...
Freeing initrd memory: 15660K (ffff88003615a000 - ffff8800370a5000)
PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
software IO TLB [mem 0xbafcf000-0xbefcf000] (64MB) mapped at [ffff8800bafcf000-ffff8800befcefff]
microcode: CPU0 sig=0x20652, pf=0x10, revision=0x9
microcode: CPU1 sig=0x20652, pf=0x10, revision=0x9
microcode: CPU2 sig=0x20652, pf=0x10, revision=0x9
microcode: CPU3 sig=0x20652, pf=0x10, revision=0x9
microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
Scanning for low memory corruption every 60 seconds
audit: initializing netlink socket (disabled)
type=2000 audit(1380806413.927:1): initialized
bounce pool size: 64 pages
HugeTLB registered 2 MB page size, pre-allocated 0 pages
zbud: loaded
VFS: Disk quotas dquot_6.5.2
Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
fuse init (API version 7.22)
msgmni has been set to 7611
Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
io scheduler noop registered
io scheduler deadline registered
io scheduler cfq registered (default)
pcieport 0000:00:01.0: irq 40 for MSI/MSI-X
pcieport 0000:00:1c.0: irq 41 for MSI/MSI-X
pcieport 0000:00:1c.1: irq 42 for MSI/MSI-X
pcieport 0000:00:1c.3: irq 43 for MSI/MSI-X
pcieport 0000:00:1c.5: irq 44 for MSI/MSI-X
pcieport 0000:00:01.0: Signaling PME through PCIe PME interrupt
pci 0000:01:00.0: Signaling PME through PCIe PME interrupt
pci 0000:01:00.1: Signaling PME through PCIe PME interrupt
pcie_pme 0000:00:01.0:pcie01: service driver pcie_pme loaded
pcieport 0000:00:1c.0: Signaling PME through PCIe PME interrupt
pcie_pme 0000:00:1c.0:pcie01: service driver pcie_pme loaded
pcieport 0000:00:1c.1: Signaling PME through PCIe PME interrupt
pcie_pme 0000:00:1c.1:pcie01: service driver pcie_pme loaded
pcieport 0000:00:1c.3: Signaling PME through PCIe PME interrupt
pci 0000:44:00.0: Signaling PME through PCIe PME interrupt
pcie_pme 0000:00:1c.3:pcie01: service driver pcie_pme loaded
pcieport 0000:00:1c.5: Signaling PME through PCIe PME interrupt
pci 0000:45:00.0: Signaling PME through PCIe PME interrupt
pcie_pme 0000:00:1c.5:pcie01: service driver pcie_pme loaded
pci_hotplug: PCI Hot Plug PCI Core version: 0.5
pciehp 0000:00:1c.1:pcie04: HPC vendor_id 8086 device_id 3b44 ss_vid 103c ss_did 1411
pciehp 0000:00:1c.1:pcie04: service driver pciehp loaded
pciehp 0000:00:1c.5:pcie04: HPC vendor_id 8086 device_id 3b4c ss_vid 103c ss_did 1411
pciehp 0000:00:1c.5:pcie04: service driver pciehp loaded
pciehp: PCI Express Hot Plug Controller Driver version: 0.4
vesafb: mode is 1600x900x32, linelength=6400, pages=0
vesafb: scrolling: redraw
vesafb: Truecolor: size=0:8:8:8, shift=0:16:8:0
vesafb: framebuffer at 0xc0000000, mapped to 0xffffc90010100000, using 5632k, total 5632k
Console: switching to colour frame buffer device 200x56
fb0: VESA VGA frame buffer device
intel_idle: MWAIT substates: 0x1120
intel_idle: v0.4 model 0x25
intel_idle: lapic_timer_reliable_states 0xffffffff
ACPI: AC Adapter [AC] (on-line)
input: Sleep Button as /devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input0
ACPI: Sleep Button [SLPB]
input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input1
ACPI: Lid Switch [LID]
input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
ACPI: Power Button [PWRF]
acpi device:04: registered as cooling_device0
ACPI: Video Device [DGFX] (multi-head: yes rom: no post: no)
input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/device:03/LNXVIDEO:00/input/input3
ACPI: Requesting acpi_cpufreq
thermal LNXTHERM:00: registered as thermal_zone0
ACPI: Thermal Zone [EXTZ] (52 C)
thermal LNXTHERM:01: registered as thermal_zone1
ACPI: Thermal Zone [EX2Z] (0 C)
thermal LNXTHERM:02: registered as thermal_zone2
ACPI: Thermal Zone [PWMZ] (0 C)
thermal LNXTHERM:03: registered as thermal_zone3
ACPI: Thermal Zone [LOCZ] (37 C)
thermal LNXTHERM:04: registered as thermal_zone4
ACPI: Thermal Zone [GFXZ] (0 C)
thermal LNXTHERM:05: registered as thermal_zone5
ACPI: Thermal Zone [BATZ] (22 C)
thermal LNXTHERM:06: registered as thermal_zone6
ACPI: Thermal Zone [EGXZ] (0 C)
thermal LNXTHERM:07: registered as thermal_zone7
ACPI: Thermal Zone [CPUZ] (52 C)
thermal LNXTHERM:08: registered as thermal_zone8
ACPI: Thermal Zone [MCHZ] (54 C)
thermal LNXTHERM:09: registered as thermal_zone9
ACPI: Thermal Zone [PCHZ] (59 C)
Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
Linux agpgart interface v0.103
loop: module loaded
mei_me 0000:00:16.0: setting latency timer to 64
mei_me 0000:00:16.0: irq 45 for MSI/MSI-X
ahci 0000:00:1f.2: version 3.0
ahci 0000:00:1f.2: irq 46 for MSI/MSI-X
ahci: SSS flag set, parallel bus scan disabled
ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 3 Gbps 0x13 impl SATA mode
ahci 0000:00:1f.2: flags: 64bit ncq sntf stag pm led clo pio slum part ems sxs apst
ahci 0000:00:1f.2: setting latency timer to 64
scsi0 : ahci
scsi1 : ahci
scsi2 : ahci
scsi3 : ahci
scsi4 : ahci
scsi5 : ahci
ata1: SATA max UDMA/133 abar m2048@0xcc607000 port 0xcc607100 irq 46
ata2: SATA max UDMA/133 abar m2048@0xcc607000 port 0xcc607180 irq 46
ata3: DUMMY
ata4: DUMMY
ata5: SATA max UDMA/133 abar m2048@0xcc607000 port 0xcc607300 irq 46
ata6: DUMMY
libphy: Fixed MDIO Bus: probed
ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
ehci-pci: EHCI PCI platform driver
ehci-pci 0000:00:1a.0: setting latency timer to 64
ehci-pci 0000:00:1a.0: EHCI Host Controller
ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 1
ehci-pci 0000:00:1a.0: debug port 2
ehci-pci 0000:00:1a.0: cache line size of 64 is not supported
ehci-pci 0000:00:1a.0: irq 16, io mem 0xcc609000
ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
hub 1-0:1.0: USB hub found
hub 1-0:1.0: 2 ports detected
ehci-pci 0000:00:1d.0: setting latency timer to 64
ehci-pci 0000:00:1d.0: EHCI Host Controller
ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 2
ehci-pci 0000:00:1d.0: debug port 2
ehci-pci 0000:00:1d.0: cache line size of 64 is not supported
ehci-pci 0000:00:1d.0: irq 20, io mem 0xcc608000
ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
hub 2-0:1.0: USB hub found
hub 2-0:1.0: 2 ports detected
ehci-platform: EHCI generic platform driver
ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
ohci-platform: OHCI generic platform driver
uhci_hcd: USB Universal Host Controller Interface driver
i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
i8042: Detected active multiplexing controller, rev 1.1
serio: i8042 KBD port at 0x60,0x64 irq 1
serio: i8042 AUX0 port at 0x60,0x64 irq 12
serio: i8042 AUX1 port at 0x60,0x64 irq 12
serio: i8042 AUX2 port at 0x60,0x64 irq 12
serio: i8042 AUX3 port at 0x60,0x64 irq 12
mousedev: PS/2 mouse device common for all mice
rtc_cmos 00:07: RTC can wake from S4
rtc_cmos 00:07: rtc core: registered rtc_cmos as rtc0
rtc_cmos 00:07: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
device-mapper: uevent: version 1.0.3
device-mapper: ioctl: 4.25.0-ioctl (2013-06-26) initialised: dm-devel@redhat.com
cpuidle: using governor ladder
cpuidle: using governor menu
ledtrig-cpu: registered to indicate activity on CPUs
hidraw: raw HID events driver (C) Jiri Kosina
usbcore: registered new interface driver usbhid
usbhid: USB HID core driver
NET: Registered protocol family 10
NET: Registered protocol family 17
Key type dns_resolver registered
registered taskstats version 1
Key type trusted registered
Key type encrypted registered
rtc_cmos 00:07: setting system clock to 2013-10-03 13:20:15 UTC (1380806415)
ALSA device list:
No soundcards found.
ACPI: Battery Slot [BAT0] (battery present)
input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input4
ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
usb 1-1: new high-speed USB device number 2 using ehci-pci
ata1.00: unexpected _GTF length (8)
ata1.00: ATA-8: TS256GSSD720, 5.0.2, max UDMA/133
ata1.00: 500118192 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
ata1.00: unexpected _GTF length (8)
ata1.00: configured for UDMA/133
scsi 0:0:0:0: Direct-Access ATA TS256GSSD720 5.0. PQ: 0 ANSI: 5
sd 0:0:0:0: Attached scsi generic sg0 type 0
sd 0:0:0:0: [sda] 500118192 512-byte logical blocks: (256 GB/238 GiB)
sd 0:0:0:0: [sda] Write Protect is off
sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
sda: sda1 sda2 sda3
sd 0:0:0:0: [sda] Attached SCSI disk
hub 1-1:1.0: USB hub found
hub 1-1:1.0: 6 ports detected
usb 2-1: new high-speed USB device number 2 using ehci-pci
tsc: Refined TSC clocksource calibration: 2260.985 MHz
ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
ata2.00: unexpected _GTF length (8)
ata2.00: ATAPI: hp DVDRAM GT30L, mP04, max UDMA/100
ata2.00: unexpected _GTF length (8)
ata2.00: configured for UDMA/100
scsi 1:0:0:0: CD-ROM hp DVDRAM GT30L mP04 PQ: 0 ANSI: 5
scsi 1:0:0:0: Attached scsi generic sg1 type 5
hub 2-1:1.0: USB hub found
hub 2-1:1.0: 8 ports detected
usb 1-1.4: new high-speed USB device number 3 using ehci-pci
hub 1-1.4:1.0: USB hub found
hub 1-1.4:1.0: 4 ports detected
usb 1-1.5: new high-speed USB device number 4 using ehci-pci
ata5: SATA link down (SStatus 0 SControl 300)
Freeing unused kernel memory: 840K (ffffffff81a81000 - ffffffff81b53000)
Write protecting the kernel read-only data: 10240k
psmouse serio4: synaptics: Touchpad model: 1, fw: 7.4, id: 0x1e0b1, caps: 0xd04773/0xe40000/0x5a0400, board id: 3655, fw id: 640916
Freeing unused kernel memory: 1296K (ffff8800016bc000 - ffff880001800000)
Freeing unused kernel memory: 336K (ffff8800019ac000 - ffff880001a00000)
systemd-udevd[123]: starting version 204
microcode: CPU0 sig=0x20652, pf=0x10, revision=0x9
microcode: CPU0 updated to revision 0xe, date = 2013-06-26
microcode: CPU1 sig=0x20652, pf=0x10, revision=0x9
microcode: CPU1 updated to revision 0xe, date = 2013-06-26
microcode: CPU2 sig=0x20652, pf=0x10, revision=0x9
microcode: CPU2 updated to revision 0xe, date = 2013-06-26
microcode: CPU3 sig=0x20652, pf=0x10, revision=0x9
microcode: CPU3 updated to revision 0xe, date = 2013-06-26
input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio4/input/input5
r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
r8169 0000:45:00.0: irq 47 for MSI/MSI-X
r8169 0000:45:00.0 eth0: RTL8168d/8111d at 0xffffc90000012000, d8:d3:85:e9:ff:b9, XID 083000c0 IRQ 47
r8169 0000:45:00.0 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
sr0: scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
cdrom: Uniform CD-ROM driver Revision: 3.20
sr 1:0:0:0: Attached scsi CD-ROM sr0
raid6: sse2x1 5378 MB/s
usb 1-1.4.3: new full-speed USB device number 5 using ehci-pci
raid6: sse2x2 6359 MB/s
raid6: sse2x4 7328 MB/s
raid6: using algorithm sse2x4 (7328 MB/s)
raid6: using ssse3x2 recovery algorithm
xor: measuring software checksum speed
prefetch64-sse: 9380.000 MB/sec
generic_sse: 8236.000 MB/sec
xor: using function: prefetch64-sse (9380.000 MB/sec)
bio: create slab <bio-1> at 1
Btrfs loaded
device fsid 51918773-6bd2-4ed4-900b-576e8a4ea805 devid 1 transid 10338 /dev/sda3
device fsid 51918773-6bd2-4ed4-900b-576e8a4ea805 devid 1 transid 10338 /dev/disk/by-uuid/51918773-6bd2-4ed4-900b-576e8a4ea805
btrfs: disk space caching is enabled
Btrfs detected SSD devices, enabling SSD mode
btrfs: disk space caching is enabled
device fsid 51918773-6bd2-4ed4-900b-576e8a4ea805 devid 1 transid 10338 /dev/sda3
systemd-udevd[362]: starting version 204
lp: driver loaded but no devices found
Switched to clocksource tsc
hp_accel: laptop model unknown, using default axes configuration
lis3lv02d: 8 bits sensor found
snd_hda_intel 0000:00:1b.0: irq 48 for MSI/MSI-X
input: HDA Intel MID Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input6
input: HDA Intel MID Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input7
input: ST LIS3LV02DL Accelerometer as /devices/platform/lis3lv02d/input/input8
hda-intel 0000:01:00.1: Handle VGA-switcheroo audio client
snd_hda_intel 0000:01:00.1: irq 49 for MSI/MSI-X
[drm] Initialized drm 1.1.0 20060810
ACPI Warning: 0x0000000000000428-0x000000000000042f SystemIO conflicts with Region \PMIO 1 (20130517/utaddress-251)
ACPI: This conflict may cause random problems and system instability
ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
ACPI Warning: 0x0000000000000540-0x000000000000054f SystemIO conflicts with Region \GPIO 1 (20130517/utaddress-251)
ACPI: This conflict may cause random problems and system instability
ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
ACPI Warning: 0x0000000000000530-0x000000000000053f SystemIO conflicts with Region \GPIO 1 (20130517/utaddress-251)
ACPI: This conflict may cause random problems and system instability
ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
ACPI Warning: 0x0000000000000500-0x000000000000052f SystemIO conflicts with Region \GPIO 1 (20130517/utaddress-251)
ACPI: This conflict may cause random problems and system instability
ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
input: HDA ATI HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input9
cfg80211: Calling CRDA to update world regulatory domain
[drm] radeon kernel modesetting enabled.
checking generic (c0000000 580000) vs hw (c0000000 8000000)
fb: conflicting fb hw usage radeondrmfb vs VESA VGA - removing generic driver
Console: switching to colour dummy device 80x25
[drm] initializing kernel modesetting (RV710 0x1002:0x9555 0x103C:0x1411).
[drm] register mmio base: 0xCC500000
[drm] register mmio size: 65536
ATOM BIOS: BR039101.001
radeon 0000:01:00.0: VRAM: 512M 0x0000000000000000 - 0x000000001FFFFFFF (512M used)
radeon 0000:01:00.0: GTT: 512M 0x0000000020000000 - 0x000000003FFFFFFF
[drm] Detected VRAM RAM=512M, BAR=128M
[drm] RAM width 64bits DDR
[TTM] Zone kernel: Available graphics memory: 1949846 kiB
[TTM] Initializing pool allocator
[TTM] Initializing DMA pool allocator
[drm] radeon: 512M of VRAM memory ready
[drm] radeon: 512M of GTT memory ready.
Bluetooth: Core ver 2.16
NET: Registered protocol family 31
Bluetooth: HCI device and connection manager initialized
Bluetooth: HCI socket layer initialized
Bluetooth: L2CAP socket layer initialized
Bluetooth: SCO socket layer initialized
[drm] GART: num cpu pages 131072, num gpu pages 131072
input: Microsoft Microsoft\xffffffc2\xffffffae\xffffffae 2.4GHz Transceiver v7.0 as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.4/1-1.4.3/1-1.4.3:1.0/input/input10
hid-generic 0003:045E:0745.0001: input,hidraw0: USB HID v1.11 Keyboard [Microsoft Microsoft\xffffffc2\xffffffae\xffffffae 2.4GHz Transceiver v7.0] on usb-0000:00:1a.0-1.4.3/input0
input: Microsoft Microsoft\xffffffc2\xffffffae\xffffffae 2.4GHz Transceiver v7.0 as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.4/1-1.4.3/1-1.4.3:1.1/input/input11
hid-generic 0003:045E:0745.0002: input,hidraw1: USB HID v1.11 Mouse [Microsoft Microsoft\xffffffc2\xffffffae\xffffffae 2.4GHz Transceiver v7.0] on usb-0000:00:1a.0-1.4.3/input1
Bluetooth: BNEP (Ethernet Emulation) ver 1.3
Bluetooth: BNEP filters: protocol multicast
Bluetooth: BNEP socket layer initialized
input: Microsoft Microsoft\xffffffc2\xffffffae\xffffffae 2.4GHz Transceiver v7.0 as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.4/1-1.4.3/1-1.4.3:1.2/input/input12
Linux video capture interface: v2.00
hid-generic 0003:045E:0745.0003: input,hiddev0,hidraw2: USB HID v1.11 Device [Microsoft Microsoft\xffffffc2\xffffffae\xffffffae 2.4GHz Transceiver v7.0] on usb-0000:00:1a.0-1.4.3/input2
uvcvideo: Found UVC 1.00 device Villem (0461:4db6)
input: Villem as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.5/1-1.5:1.0/input/input13
usbcore: registered new interface driver uvcvideo
USB Video Class driver (1.1.1)
Bluetooth: RFCOMM TTY layer initialized
Bluetooth: RFCOMM socket layer initialized
Bluetooth: RFCOMM ver 1.11
kvm: VM_EXIT_LOAD_IA32_PERF_GLOBAL_CTRL does not work properly. Using workaround
ath: phy0: ASPM enabled: 0x43
ath: EEPROM regdomain: 0x60
ath: EEPROM indicates we should expect a direct regpair map
ath: Country alpha2 being used: 00
ath: Regpair used: 0x60
[drm] Loading RV710 Microcode
ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
ieee80211 phy0: Atheros AR9285 Rev:2 mem=0xffffc90010d60000, irq=19
[drm] PCIE GART of 512M enabled (table at 0x000000000025D000).
radeon 0000:01:00.0: WB enabled
radeon 0000:01:00.0: fence driver on ring 0 use gpu addr 0x0000000020000c00 and cpu addr 0xffff88012f31dc00
radeon 0000:01:00.0: fence driver on ring 3 use gpu addr 0x0000000020000c0c and cpu addr 0xffff88012f31dc0c
radeon 0000:01:00.0: fence driver on ring 5 use gpu addr 0x000000000005c598 and cpu addr 0xffffc90010e9c598
[drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
[drm] Driver supports precise vblank timestamp query.
radeon 0000:01:00.0: irq 50 for MSI/MSI-X
radeon 0000:01:00.0: radeon: using MSI.
[drm] radeon: irq initialized.
gpio_ich: GPIO from 180 to 255 on gpio_ich
input: HP WMI hotkeys as /devices/virtual/input/input14
[drm] ring test on 0 succeeded in 1 usecs
[drm] ring test on 3 succeeded in 1 usecs
ppdev: user-space parallel port driver
cfg80211: World regulatory domain updated:
cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
cfg80211: (2457000 KHz - 2482000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
cfg80211: (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
cfg80211: (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
init: avahi-cups-reload main process (529) terminated with status 1
device fsid 51918773-6bd2-4ed4-900b-576e8a4ea805 devid 1 transid 10338 /dev/sda3
type=1400 audit(1380799217.416:2): apparmor="STATUS" operation="profile_load" name="/sbin/dhclient" pid=565 comm="apparmor_parser"
type=1400 audit(1380799217.417:3): apparmor="STATUS" operation="profile_load" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=565 comm="apparmor_parser"
type=1400 audit(1380799217.418:4): apparmor="STATUS" operation="profile_load" name="/usr/lib/connman/scripts/dhclient-script" pid=565 comm="apparmor_parser"
type=1400 audit(1380799217.419:5): apparmor="STATUS" operation="profile_load" name="/usr/lib/cups/backend/cups-pdf" pid=566 comm="apparmor_parser"
type=1400 audit(1380799217.420:6): apparmor="STATUS" operation="profile_load" name="/usr/sbin/cupsd" pid=566 comm="apparmor_parser"
device fsid 51918773-6bd2-4ed4-900b-576e8a4ea805 devid 1 transid 10338 /dev/sda3
[drm] ring test on 5 succeeded in 1 usecs
[drm] UVD initialized successfully.
[drm] Enabling audio support
[drm] ib test on ring 0 succeeded in 0 usecs
[drm] ib test on ring 3 succeeded in 0 usecs
init: failsafe main process (613) killed by TERM signal
[drm] ib test on ring 5 succeeded
[drm] radeon atom DIG backlight initialized
[drm] Radeon Display Connectors
[drm] Connector 0:
[drm] VGA-1
[drm] DDC: 0x7fa0 0x7fa0 0x7fa4 0x7fa4 0x7fa8 0x7fa8 0x7fac 0x7fac
[drm] Encoders:
[drm] CRT1: INTERNAL_KLDSCP_DAC1
[drm] Connector 1:
[drm] LVDS-1
[drm] DDC: 0x7f68 0x7f68 0x7f6c 0x7f6c 0x7f70 0x7f70 0x7f74 0x7f74
[drm] Encoders:
[drm] LCD1: INTERNAL_UNIPHY2
[drm] Connector 2:
[drm] HDMI-A-1
[drm] HPD1
[drm] DDC: 0x7e40 0x7e40 0x7e44 0x7e44 0x7e48 0x7e48 0x7e4c 0x7e4c
[drm] Encoders:
[drm] DFP1: INTERNAL_UNIPHY
== power state 0 ==
ui class: none
internal class: boot
caps: video
uvd vclk: 0 dclk: 0
power level 0 sclk: 45000 mclk: 60000 vddc: 1100
power level 1 sclk: 45000 mclk: 60000 vddc: 1100
power level 2 sclk: 45000 mclk: 60000 vddc: 1100
status: c r b
== power state 1 ==
ui class: performance
internal class: none
caps: single_disp video
uvd vclk: 0 dclk: 0
power level 0 sclk: 22000 mclk: 25000 vddc: 900
power level 1 sclk: 30000 mclk: 50000 vddc: 900
power level 2 sclk: 45000 mclk: 60000 vddc: 950
status:
== power state 2 ==
ui class: battery
internal class: none
caps: single_disp video
uvd vclk: 0 dclk: 0
power level 0 sclk: 22000 mclk: 25000 vddc: 900
power level 1 sclk: 22000 mclk: 25000 vddc: 900
power level 2 sclk: 30000 mclk: 25000 vddc: 900
status:
== power state 3 ==
ui class: none
internal class: uvd
caps: video
uvd vclk: 50000 dclk: 40000
power level 0 sclk: 50000 mclk: 70000 vddc: 1100
power level 1 sclk: 50000 mclk: 70000 vddc: 1100
power level 2 sclk: 50000 mclk: 70000 vddc: 1100
status:
== power state 4 ==
ui class: performance
internal class: none
caps: video
uvd vclk: 0 dclk: 0
power level 0 sclk: 30000 mclk: 60000 vddc: 950
power level 1 sclk: 45000 mclk: 60000 vddc: 950
power level 2 sclk: 45000 mclk: 60000 vddc: 950
status:
== power state 5 ==
ui class: battery
internal class: none
caps: video
uvd vclk: 0 dclk: 0
power level 0 sclk: 30000 mclk: 40000 vddc: 950
power level 1 sclk: 30000 mclk: 40000 vddc: 950
power level 2 sclk: 30000 mclk: 40000 vddc: 950
status:
== power state 6 ==
ui class: none
internal class: uvd_hd
caps: video
uvd vclk: 40000 dclk: 30000
power level 0 sclk: 45000 mclk: 50000 vddc: 950
power level 1 sclk: 45000 mclk: 50000 vddc: 950
power level 2 sclk: 45000 mclk: 50000 vddc: 950
status:
== power state 7 ==
ui class: none
internal class: uvd_sd
caps: video
uvd vclk: 10000 dclk: 10000
power level 0 sclk: 30000 mclk: 40000 vddc: 900
power level 1 sclk: 30000 mclk: 40000 vddc: 900
power level 2 sclk: 30000 mclk: 40000 vddc: 900
status:
switching from power state:
ui class: none
internal class: boot
caps: video
uvd vclk: 0 dclk: 0
power level 0 sclk: 45000 mclk: 60000 vddc: 1100
power level 1 sclk: 45000 mclk: 60000 vddc: 1100
power level 2 sclk: 45000 mclk: 60000 vddc: 1100
status: c b
switching to power state:
ui class: performance
internal class: none
caps: single_disp video
uvd vclk: 0 dclk: 0
power level 0 sclk: 22000 mclk: 25000 vddc: 900
power level 1 sclk: 30000 mclk: 50000 vddc: 900
power level 2 sclk: 45000 mclk: 60000 vddc: 950
status: r
[drm] radeon: dpm initialized
r8169 0000:45:00.0 eth0: link down
r8169 0000:45:00.0 eth0: link down
IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[drm] fb mappable at 0xC035F000
[drm] vram apper at 0xC0000000
[drm] size 8294400
[drm] fb depth is 24
[drm] pitch is 7680
fbcon: radeondrmfb (fb0) is primary device
switching from power state:
ui class: performance
internal class: none
caps: single_disp video
uvd vclk: 0 dclk: 0
power level 0 sclk: 22000 mclk: 25000 vddc: 900
power level 1 sclk: 30000 mclk: 50000 vddc: 900
power level 2 sclk: 45000 mclk: 60000 vddc: 950
status: c
switching to power state:
ui class: performance
internal class: none
caps: video
uvd vclk: 0 dclk: 0
power level 0 sclk: 30000 mclk: 60000 vddc: 950
power level 1 sclk: 45000 mclk: 60000 vddc: 950
power level 2 sclk: 45000 mclk: 60000 vddc: 950
status: r
[drm:rv770_dpm_set_power_state] *ERROR* rv770_restrict_performance_levels_before_switch failed
Console: switching to colour frame buffer device 200x56
radeon 0000:01:00.0: fb0: radeondrmfb frame buffer device
radeon 0000:01:00.0: registered panic notifier
[drm] Initialized radeon 2.34.0 20080528 for 0000:01:00.0 on minor 0
type=1400 audit(1380799219.011:7): apparmor="STATUS" operation="profile_replace" name="/sbin/dhclient" pid=814 comm="apparmor_parser"
type=1400 audit(1380799219.012:8): apparmor="STATUS" operation="profile_replace" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=814 comm="apparmor_parser"
type=1400 audit(1380799219.012:9): apparmor="STATUS" operation="profile_replace" name="/usr/lib/connman/scripts/dhclient-script" pid=814 comm="apparmor_parser"
type=1400 audit(1380799219.012:10): apparmor="STATUS" operation="profile_load" name="/usr/lib/x86_64-linux-gnu/lightdm-remote-session-uccsconfigure/uccsconfigure-session-wrapper" pid=813 comm="apparmor_parser"
init: apport pre-start process (870) terminated with status 2
init: apport post-stop process (963) terminated with status 1
r8169 0000:45:00.0 eth0: link up
IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
btrfs: unrecognized mount option 'commit=0'
btrfs: unrecognized mount option 'commit=0'
btrfs: unrecognized mount option 'commit=0'
show_signal_msg: 57 callbacks suppressed
evolution-sourc[1243]: segfault at 0 ip 00007f99f7761b1f sp 00007fffa38ffaf0 error 4 in libgio-2.0.so.0.3800.0[7f99f768d000+15c000]
switching from power state:
ui class: performance
internal class: none
caps: video
uvd vclk: 0 dclk: 0
power level 0 sclk: 30000 mclk: 60000 vddc: 950
power level 1 sclk: 45000 mclk: 60000 vddc: 950
power level 2 sclk: 45000 mclk: 60000 vddc: 950
status: c
switching to power state:
ui class: performance
internal class: none
caps: single_disp video
uvd vclk: 0 dclk: 0
power level 0 sclk: 22000 mclk: 25000 vddc: 900
power level 1 sclk: 30000 mclk: 50000 vddc: 900
power level 2 sclk: 45000 mclk: 60000 vddc: 950
status: r
evolution-sourc[1770]: segfault at 0 ip 00007f40bfcf5b1f sp 00007fff976ea100 error 4 in libgio-2.0.so.0.3800.0[7f40bfc21000+15c000]
init: upstart-file-bridge main process (314) terminated with status 1
init: upstart-file-bridge main process ended, respawning
init: upstart-udev-bridge main process (357) terminated with status 1
init: upstart-udev-bridge main process ended, respawning
init: upstart-socket-bridge main process (722) terminated with status 1
init: upstart-socket-bridge main process ended, respawning
SGI XFS with ACLs, security attributes, realtime, large block/inode numbers, no debug enabled
JFS: nTxBlock = 8192, nTxLock = 65536
NTFS driver 2.1.30 [Flags: R/O MODULE].
type=1400 audit(1380799529.108:30): apparmor="STATUS" operation="profile_replace" name="/usr/lib/cups/backend/cups-pdf" pid=8642 comm="apparmor_parser"
type=1400 audit(1380799529.110:31): apparmor="STATUS" operation="profile_replace" name="/usr/sbin/cupsd" pid=8642 comm="apparmor_parser"
Użytkownicy przeglądający to forum: Obecnie na forum nie ma żadnego zarejestrowanego użytkownika i 2 gości