You are not logged in.

#1 2013-09-26 02:48:43

markonarch
Member
Registered: 2013-09-25
Posts: 6

radeon audio codec problem

hello everyone

i am new to arch and all wiki entries, threads, google and #archlinux didnt help me.
i want sound through hdmi, i am using a radeon 4550 (xf86-video-ati, R700 is in the feature matrix)
some outputs:

  • lsmod only has things on snd-hda-intel, which is the onboard sound, i guess

    snd_hda_intel          36520  3 
    snd_hda_codec         148129  2 snd_hda_codec_realtek,snd_hda_intel
    snd_pcm                77765  2 snd_hda_codec,snd_hda_intel
    snd_page_alloc          7234  2 snd_pcm,snd_hda_intel
    snd                    59141  12 snd_hda_codec_realtek,snd_hwdep,snd_timer,snd_pcm,snd_hda_codec,snd_hda_intel
  • so aplay -l also only has

    card 0: VT82xx [HDA VIA VT82xx], device 0: ALC888 Analog [ALC888 Analog]
      Subdevices: 1/1
      Subdevice #0: subdevice #0
    card 0: VT82xx [HDA VIA VT82xx], device 1: ALC888 Digital [ALC888 Digital]
      Subdevices: 1/1
      Subdevice #0: subdevice #0
  • but lspci shows

    02:00.1 Audio device: Advanced Micro Devices, Inc. [AMD/ATI] RV710/730 HDMI Audio [Radeon HD 4000 series]
  • i think the problem shows up in dmesg|grep hda-intel

    [    1.735291] hda-intel 0000:02:00.1: Handle VGA-switcheroo audio client
    [    2.753347] hda-intel 0000:02:00.1: Codec #0 probe error; disabling it...
    [    7.770071] hda-intel 0000:02:00.1: no codecs initialized

what does that mean and how can i fix it?

Offline

#2 2013-09-26 03:50:21

ConnorBehan
Package Maintainer (PM)
From: Long Island NY
Registered: 2007-07-05
Posts: 1,359
Website

Re: radeon audio codec problem

I don't think intel sound drivers have anything to do with it. See if you get another sound device with "modprobe radeon audio=1".


6EA3 F3F3 B908 2632 A9CB E931 D53A 0445 B47A 0DAB
Great things come in tar.xz packages.

Offline

#3 2013-09-26 15:43:57

markonarch
Member
Registered: 2013-09-25
Posts: 6

Re: radeon audio codec problem

okay, someone in the #archlinux told me that hdmi audio is hda
but: modprobe radeon.audio=1:

modprobe: FATAL: Module radeon.audio=1 not found.

and: modprobe radeon audio=1 (??) echos nothing
what am i doing wrong?

Offline

#4 2013-09-26 18:40:05

Pse
Member
Registered: 2008-03-15
Posts: 413

Re: radeon audio codec problem

You should add "radeon.audio=1" to your kernel command line. This depends on what bootloader you use. I don't know whether radeon HDMI audio works with vgaswitcheroo. Regardless, the kernel command line parameter is necessary for now, as audio is known to fail with certain cards.

Offline

#5 2013-09-26 18:55:15

markonarch
Member
Registered: 2013-09-25
Posts: 6

Re: radeon audio codec problem

Pse: thank you, but that was the first thing i did, according to the wiki, im wondering now, why modprobe doesnt show it to me, what is vgaswitcheroo, does it mean, that xf86-video-ati isnt loaded correctly?

Offline

#6 2013-09-26 19:53:33

ConnorBehan
Package Maintainer (PM)
From: Long Island NY
Registered: 2007-07-05
Posts: 1,359
Website

Re: radeon audio codec problem

If a modprobe command echoes nothing, that means it works. If there's still no HDMI audio device showing up, try loading snd_hda_codec_hdmi.


6EA3 F3F3 B908 2632 A9CB E931 D53A 0445 B47A 0DAB
Great things come in tar.xz packages.

Offline

#7 2013-09-26 20:01:39

Pse
Member
Registered: 2008-03-15
Posts: 413

Re: radeon audio codec problem

Vga-switcheroo is the kernel/userspace subsystem responsible for switching between GPUs when you have two GPUs in hybrid mode. I'm not sure how HDMI audio is handled when it is enabled. If you are wondering why the modprobe line you posted above didn't work it's probably because you need to unload the module first. This is the reason using the kernel command line is the recommended way of enabling the audio feature.

Offline

#8 2013-09-26 20:32:13

markonarch
Member
Registered: 2013-09-25
Posts: 6

Re: radeon audio codec problem

i am very thankful for your kind and patient help, but still, nothing shows up in alsa, maybe this one helps:

[markus@wozi ~]$ alsactl nrestore 
alsactl: state_lock:121: file /var/lib/alsa/asound.state lock error: File exists
alsactl: load_state:1677: Cannot open /var/lib/alsa/asound.state for reading: File exists
Found hardware: "HDA-Intel" "Realtek ALC888" "HDA:10ec0888,14627293,00100001" "0x1462" "0x7293"
Hardware is initialized using a generic method

but:

[markus@wozi ~]$ sudo alsactl nrestore -d
alsactl: set_controls:1479: device='hw:0', doit=0
alsactl: set_controls:1491: card-info-id: 'VT82xx'
alsactl: set_controls:1517: maxnumid=49
alsactl: set_controls:1535: result code: 0
alsactl: set_controls:1479: device='hw:0', doit=1
alsactl: set_controls:1491: card-info-id: 'VT82xx'
alsactl: set_controls:1517: maxnumid=49
alsactl: set_controls:1535: result code: 0

Offline

#9 2013-09-26 21:23:15

Pse
Member
Registered: 2008-03-15
Posts: 413

Re: radeon audio codec problem

Would you mind posting the full output of 'sudo journalctl -b --no-pager' and 'lsmod'?

Offline

#10 2013-09-26 22:25:24

markonarch
Member
Registered: 2013-09-25
Posts: 6

Re: radeon audio codec problem

here you are:

[markus@wozi ~]$ journalctl -b --no-pager
-- Logs begin at Fri 2013-09-20 01:13:11 CEST, end at Thu 2013-09-26 23:09:38 CEST. --
Sep 26 23:09:38 wozi systemd[346]: Failed to open private bus connection: Failed to connect to socket /run/user/1000/dbus/user_bus_socket: No su... directory
Sep 26 23:09:38 wozi systemd[346]: Mounted /sys/kernel/config.
Sep 26 23:09:38 wozi systemd[346]: Stopped target Sound Card.
Sep 26 23:09:38 wozi systemd[346]: Starting Default.
Sep 26 23:09:38 wozi systemd[346]: Reached target Default.
Sep 26 23:09:38 wozi systemd[346]: Startup finished in 12ms.
[markus@wozi ~]$ lsmod
Module                  Size  Used by
fuse                   74541  3 
arc4                    2000  0 
ecb                     2073  0 
md4                     3497  0 
md5                     2313  1 
snd_hda_codec_realtek    37032  1 
hmac                    2921  1 
nls_utf8                1320  1 
cifs                  340742  2 
fscache                46067  1 cifs
coretemp                6326  0 
joydev                  9663  0 
ppdev                   7118  0 
hid_generic             1153  0 
evdev                  10693  21 
radeon               1195726  2 
microcode              13488  0 
snd_hda_intel          36520  0 
snd_hda_codec         148129  2 snd_hda_codec_realtek,snd_hda_intel
psmouse                85356  0 
ttm                    64740  1 radeon
snd_hwdep               6332  1 snd_hda_codec
snd_pcm                77765  2 snd_hda_codec,snd_hda_intel
drm_kms_helper         35854  1 radeon
serio_raw               5041  0 
parport_pc             19543  0 
pcspkr                  2027  0 
parport                30549  2 ppdev,parport_pc
snd_page_alloc          7234  2 snd_pcm,snd_hda_intel
via_rhine              23377  0 
snd_timer              18718  1 snd_pcm
mii                     4027  1 via_rhine
drm                   235996  4 ttm,drm_kms_helper,radeon
snd                    59141  6 snd_hda_codec_realtek,snd_hwdep,snd_timer,snd_pcm,snd_hda_codec,snd_hda_intel
i2c_algo_bit            5391  1 radeon
soundcore               5450  1 snd
i2c_viapro              6211  0 
i2c_core               23720  5 drm,drm_kms_helper,i2c_algo_bit,i2c_viapro,radeon
fan                     2753  0 
thermal                 8620  0 
usbhid                 41466  0 
hid                    88758  2 hid_generic,usbhid
shpchp                 25457  0 
acpi_cpufreq           10867  0 
button                  4669  0 
mperf                   1267  1 acpi_cpufreq
via_agp                 6186  1 
processor              24917  1 acpi_cpufreq
ext4                  470412  1 
crc16                   1359  1 ext4
mbcache                 5866  1 ext4
jbd2                   83376  1 ext4
sr_mod                 14898  0 
cdrom                  34848  1 sr_mod
sd_mod                 30899  3 
ata_generic             3402  0 
pata_acpi               3419  0 
usb_storage            47847  0 
sata_via                8763  2 
pata_via                9051  0 
firewire_ohci          31869  0 
libata                171318  4 pata_acpi,sata_via,pata_via,ata_generic
ehci_pci                4120  0 
uhci_hcd               24595  0 
firewire_core          52227  1 firewire_ohci
crc_itu_t               1363  1 firewire_core
ehci_hcd               48084  1 ehci_pci
usbcore               178049  5 uhci_hcd,usb_storage,ehci_hcd,ehci_pci,usbhid
scsi_mod              128695  4 usb_storage,libata,sd_mod,sr_mod
usb_common              1648  1 usbcore

i think that hda intel != snd hda intel, right? thank you.

Offline

#11 2013-09-27 15:50:08

Pse
Member
Registered: 2008-03-15
Posts: 413

Re: radeon audio codec problem

hda_intel probably refers to snd_hda_intel.

You need to run the journalctl command as root, you missed the "sudo" part so the logs are incomplete. Could you please run the command again as root?

Edit: could you reboot right before running the command (-b switch dumps the logs for the last boot, I see you haven't rebooted in several days, so the logs may be quite big).

Last edited by Pse (2013-09-27 15:51:57)

Offline

#12 2013-09-27 21:09:22

markonarch
Member
Registered: 2013-09-25
Posts: 6

Re: radeon audio codec problem

m(, my fault

-- Logs begin at Thu 2013-09-19 23:49:11 CEST, end at Fri 2013-09-27 23:06:44 CEST. --
Sep 27 23:06:13 wozi systemd-journal[114]: Runtime journal is using 184.0K (max 49.8M, leaving 74.7M of free 498.3M, current limit 49.8M).
Sep 27 23:06:13 wozi systemd-journal[114]: Runtime journal is using 188.0K (max 49.8M, leaving 74.7M of free 498.3M, current limit 49.8M).
Sep 27 23:06:13 wozi kernel: Initializing cgroup subsys cpuset
Sep 27 23:06:13 wozi kernel: Initializing cgroup subsys cpu
Sep 27 23:06:13 wozi kernel: Initializing cgroup subsys cpuacct
Sep 27 23:06:13 wozi kernel: Linux version 3.11.1-2-ARCH (tobias@T-POWA-LX) (gcc version 4.8.1 20130725 (prerelease) (GCC) ) #1 SMP PREEMPT Sun Sep 22 19:45:00 CEST 2013
Sep 27 23:06:13 wozi kernel: Command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=e738e003-5adc-4e4b-8411-e80b74e8fbe0 rw radeon.audio=1
Sep 27 23:06:13 wozi kernel: e820: BIOS-provided physical RAM map:
Sep 27 23:06:13 wozi kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009f3ff] usable
Sep 27 23:06:13 wozi kernel: BIOS-e820: [mem 0x000000000009f400-0x000000000009ffff] reserved
Sep 27 23:06:13 wozi kernel: BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved
Sep 27 23:06:13 wozi kernel: BIOS-e820: [mem 0x0000000000100000-0x000000003fedffff] usable
Sep 27 23:06:13 wozi kernel: BIOS-e820: [mem 0x000000003fee0000-0x000000003fee2fff] ACPI NVS
Sep 27 23:06:13 wozi kernel: BIOS-e820: [mem 0x000000003fee3000-0x000000003feeffff] ACPI data
Sep 27 23:06:13 wozi kernel: BIOS-e820: [mem 0x000000003fef0000-0x000000003fefffff] reserved
Sep 27 23:06:13 wozi kernel: BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
Sep 27 23:06:13 wozi kernel: BIOS-e820: [mem 0x00000000fec00000-0x00000000ffffffff] reserved
Sep 27 23:06:13 wozi kernel: NX (Execute Disable) protection: active
Sep 27 23:06:13 wozi kernel: SMBIOS 2.4 present.
Sep 27 23:06:13 wozi kernel: DMI: FUJITSU SIEMENS MS-7293VP/MS-7293VP, BIOS V2.4C 07/16/2007
Sep 27 23:06:13 wozi kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
Sep 27 23:06:13 wozi kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
Sep 27 23:06:13 wozi kernel: AGP bridge at 00:00:00
Sep 27 23:06:13 wozi kernel: Aperture from AGP @ d0000000 old size 32 MB
Sep 27 23:06:13 wozi kernel: Aperture from AGP @ d0000000 size 128 MB (APSIZE f20)
Sep 27 23:06:13 wozi kernel: e820: last_pfn = 0x3fee0 max_arch_pfn = 0x400000000
Sep 27 23:06:13 wozi kernel: MTRR default type: uncachable
Sep 27 23:06:13 wozi kernel: MTRR fixed ranges enabled:
Sep 27 23:06:13 wozi kernel:   00000-9FFFF write-back
Sep 27 23:06:13 wozi kernel:   A0000-BFFFF uncachable
Sep 27 23:06:13 wozi kernel:   C0000-CEFFF write-protect
Sep 27 23:06:13 wozi kernel:   CF000-EFFFF uncachable
Sep 27 23:06:13 wozi kernel:   F0000-F7FFF write-through
Sep 27 23:06:13 wozi kernel:   F8000-F8FFF uncachable
Sep 27 23:06:13 wozi kernel:   F9000-FFFFF write-through
Sep 27 23:06:13 wozi kernel: MTRR variable ranges enabled:
Sep 27 23:06:13 wozi kernel:   0 base 000000000 mask FC0000000 write-back
Sep 27 23:06:13 wozi kernel:   1 base 0D0000000 mask FF8000000 write-combining
Sep 27 23:06:13 wozi kernel:   2 base 03FF00000 mask FFFF00000 uncachable
Sep 27 23:06:13 wozi kernel:   3 disabled
Sep 27 23:06:13 wozi kernel:   4 disabled
Sep 27 23:06:13 wozi kernel:   5 disabled
Sep 27 23:06:13 wozi kernel:   6 disabled
Sep 27 23:06:13 wozi kernel:   7 disabled
Sep 27 23:06:13 wozi kernel: x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
Sep 27 23:06:13 wozi kernel: found SMP MP-table at [mem 0x000f3cc0-0x000f3ccf] mapped at [ffff8800000f3cc0]
Sep 27 23:06:13 wozi kernel: Scanning 1 areas for low memory corruption
Sep 27 23:06:13 wozi kernel: Base memory trampoline at [ffff880000099000] 99000 size 24576
Sep 27 23:06:13 wozi kernel: init_memory_mapping: [mem 0x00000000-0x000fffff]
Sep 27 23:06:13 wozi kernel:  [mem 0x00000000-0x000fffff] page 4k
Sep 27 23:06:13 wozi kernel: BRK [0x01b2d000, 0x01b2dfff] PGTABLE
Sep 27 23:06:13 wozi kernel: BRK [0x01b2e000, 0x01b2efff] PGTABLE
Sep 27 23:06:13 wozi kernel: BRK [0x01b2f000, 0x01b2ffff] PGTABLE
Sep 27 23:06:13 wozi kernel: init_memory_mapping: [mem 0x3fc00000-0x3fdfffff]
Sep 27 23:06:13 wozi kernel:  [mem 0x3fc00000-0x3fdfffff] page 2M
Sep 27 23:06:13 wozi kernel: init_memory_mapping: [mem 0x3c000000-0x3fbfffff]
Sep 27 23:06:13 wozi kernel:  [mem 0x3c000000-0x3fbfffff] page 2M
Sep 27 23:06:13 wozi kernel: init_memory_mapping: [mem 0x00100000-0x3bffffff]
Sep 27 23:06:13 wozi kernel:  [mem 0x00100000-0x001fffff] page 4k
Sep 27 23:06:13 wozi kernel:  [mem 0x00200000-0x3bffffff] page 2M
Sep 27 23:06:13 wozi kernel: init_memory_mapping: [mem 0x3fe00000-0x3fedffff]
Sep 27 23:06:13 wozi kernel:  [mem 0x3fe00000-0x3fedffff] page 4k
Sep 27 23:06:13 wozi kernel: BRK [0x01b30000, 0x01b30fff] PGTABLE
Sep 27 23:06:13 wozi kernel: RAMDISK: [mem 0x37a10000-0x37cfffff]
Sep 27 23:06:13 wozi kernel: ACPI: RSDP 00000000000f7bb0 00014 (v00 FSC   )
Sep 27 23:06:13 wozi kernel: ACPI: RSDT 000000003fee3040 0003C (v01 FSC    PC       42302E31 AWRD 00000000)
Sep 27 23:06:13 wozi kernel: ACPI: FACP 000000003fee30c0 00074 (v01 FSC    PC       42302E31 AWRD 00000000)
Sep 27 23:06:13 wozi kernel: ACPI: DSDT 000000003fee3180 07A88 (v01     00 AWRDACPI 00001000 MSFT 03000000)
Sep 27 23:06:13 wozi kernel: ACPI: FACS 000000003fee0000 00040
Sep 27 23:06:13 wozi kernel: ACPI: SLIC 000000003feead80 00176 (v01 FSC    PC       42302E31 AWRD 00000000)
Sep 27 23:06:13 wozi kernel: ACPI: MCFG 000000003feeaf40 0003C (v01 FSC    PC       42302E31 AWRD 00000000)
Sep 27 23:06:13 wozi kernel: ACPI: APIC 000000003feeac80 00090 (v01 FSC    PC       42302E31 AWRD 00000000)
Sep 27 23:06:13 wozi kernel: ACPI: SSDT 000000003feeafc0 0015C (v01  PmRef  Cpu0Ist 00003000 INTL 20041203)
Sep 27 23:06:13 wozi kernel: ACPI: SSDT 000000003feeb450 002F1 (v01  PmRef    CpuPm 00003000 INTL 20041203)
Sep 27 23:06:13 wozi kernel: ACPI: Local APIC address 0xfee00000
Sep 27 23:06:13 wozi kernel: No NUMA configuration found
Sep 27 23:06:13 wozi kernel: Faking a node at [mem 0x0000000000000000-0x000000003fedffff]
Sep 27 23:06:13 wozi kernel: Initmem setup node 0 [mem 0x00000000-0x3fedffff]
Sep 27 23:06:13 wozi kernel:   NODE_DATA [mem 0x3fedb000-0x3fedffff]
Sep 27 23:06:13 wozi kernel:  [ffffea0000000000-ffffea0000ffffff] PMD -> [ffff88003e600000-ffff88003f5fffff] on node 0
Sep 27 23:06:13 wozi kernel: Zone ranges:
Sep 27 23:06:13 wozi kernel:   DMA      [mem 0x00001000-0x00ffffff]
Sep 27 23:06:13 wozi kernel:   DMA32    [mem 0x01000000-0xffffffff]
Sep 27 23:06:13 wozi kernel:   Normal   empty
Sep 27 23:06:13 wozi kernel: Movable zone start for each node
Sep 27 23:06:13 wozi kernel: Early memory node ranges
Sep 27 23:06:13 wozi kernel:   node   0: [mem 0x00001000-0x0009efff]
Sep 27 23:06:13 wozi kernel:   node   0: [mem 0x00100000-0x3fedffff]
Sep 27 23:06:13 wozi kernel: On node 0 totalpages: 261758
Sep 27 23:06:13 wozi kernel:   DMA zone: 64 pages used for memmap
Sep 27 23:06:13 wozi kernel:   DMA zone: 21 pages reserved
Sep 27 23:06:13 wozi kernel:   DMA zone: 3998 pages, LIFO batch:0
Sep 27 23:06:13 wozi kernel:   DMA32 zone: 4028 pages used for memmap
Sep 27 23:06:13 wozi kernel:   DMA32 zone: 257760 pages, LIFO batch:31
Sep 27 23:06:13 wozi kernel: ACPI: PM-Timer IO Port: 0x408
Sep 27 23:06:13 wozi kernel: ACPI: Local APIC address 0xfee00000
Sep 27 23:06:13 wozi kernel: ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
Sep 27 23:06:13 wozi kernel: ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)
Sep 27 23:06:13 wozi kernel: ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] disabled)
Sep 27 23:06:13 wozi kernel: ACPI: LAPIC (acpi_id[0x03] lapic_id[0x03] disabled)
Sep 27 23:06:13 wozi kernel: ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
Sep 27 23:06:13 wozi kernel: ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
Sep 27 23:06:13 wozi kernel: ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
Sep 27 23:06:13 wozi kernel: ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
Sep 27 23:06:13 wozi kernel: ACPI: IOAPIC (id[0x04] address[0xfec00000] gsi_base[0])
Sep 27 23:06:13 wozi kernel: IOAPIC[0]: apic_id 4, version 3, address 0xfec00000, GSI 0-23
Sep 27 23:06:13 wozi kernel: ACPI: IOAPIC (id[0x05] address[0xfecc0000] gsi_base[24])
Sep 27 23:06:13 wozi kernel: IOAPIC[1]: apic_id 5, version 3, address 0xfecc0000, GSI 24-47
Sep 27 23:06:13 wozi kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Sep 27 23:06:13 wozi kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
Sep 27 23:06:13 wozi kernel: ACPI: IRQ0 used by override.
Sep 27 23:06:13 wozi kernel: ACPI: IRQ2 used by override.
Sep 27 23:06:13 wozi kernel: ACPI: IRQ9 used by override.
Sep 27 23:06:13 wozi kernel: Using ACPI (MADT) for SMP configuration information
Sep 27 23:06:13 wozi kernel: smpboot: Allowing 4 CPUs, 2 hotplug CPUs
Sep 27 23:06:13 wozi kernel: nr_irqs_gsi: 64
Sep 27 23:06:13 wozi kernel: PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
Sep 27 23:06:13 wozi kernel: PM: Registered nosave memory: [mem 0x000a0000-0x000effff]
Sep 27 23:06:13 wozi kernel: PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]
Sep 27 23:06:13 wozi kernel: e820: [mem 0x3ff00000-0xdfffffff] available for PCI devices
Sep 27 23:06:13 wozi kernel: Booting paravirtualized kernel on bare hardware
Sep 27 23:06:13 wozi kernel: setup_percpu: NR_CPUS:64 nr_cpumask_bits:64 nr_cpu_ids:4 nr_node_ids:1
Sep 27 23:06:13 wozi kernel: PERCPU: Embedded 29 pages/cpu @ffff88003fc00000 s86528 r8192 d24064 u524288
Sep 27 23:06:13 wozi kernel: pcpu-alloc: s86528 r8192 d24064 u524288 alloc=1*2097152
Sep 27 23:06:13 wozi kernel: pcpu-alloc: [0] 0 1 2 3 
Sep 27 23:06:13 wozi kernel: Built 1 zonelists in Node order, mobility grouping on.  Total pages: 257645
Sep 27 23:06:13 wozi kernel: Policy zone: DMA32
Sep 27 23:06:13 wozi kernel: Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=e738e003-5adc-4e4b-8411-e80b74e8fbe0 rw radeon.audio=1
Sep 27 23:06:13 wozi kernel: PID hash table entries: 4096 (order: 3, 32768 bytes)
Sep 27 23:06:13 wozi kernel: Checking aperture...
Sep 27 23:06:13 wozi kernel: AGP bridge at 00:00:00
Sep 27 23:06:13 wozi kernel: Aperture from AGP @ d0000000 old size 32 MB
Sep 27 23:06:13 wozi kernel: Aperture from AGP @ d0000000 size 128 MB (APSIZE f20)
Sep 27 23:06:13 wozi kernel: Calgary: detecting Calgary via BIOS EBDA area
Sep 27 23:06:13 wozi kernel: Calgary: Unable to locate Rio Grande table in EBDA - bailing!
Sep 27 23:06:13 wozi kernel: Memory: 1015352K/1047032K available (5045K kernel code, 795K rwdata, 1696K rodata, 1140K init, 1284K bss, 31680K reserved)
Sep 27 23:06:13 wozi kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
Sep 27 23:06:13 wozi kernel: Preemptible hierarchical RCU implementation.
Sep 27 23:06:13 wozi kernel:         RCU dyntick-idle grace-period acceleration is enabled.
Sep 27 23:06:13 wozi kernel:         Dump stacks of tasks blocking RCU-preempt GP.
Sep 27 23:06:13 wozi kernel:         RCU restricting CPUs from NR_CPUS=64 to nr_cpu_ids=4.
Sep 27 23:06:13 wozi kernel: NR_IRQS:4352 nr_irqs:1024 16
Sep 27 23:06:13 wozi kernel: Console: colour dummy device 80x25
Sep 27 23:06:13 wozi kernel: console [tty0] enabled
Sep 27 23:06:13 wozi kernel: allocated 4194304 bytes of page_cgroup
Sep 27 23:06:13 wozi kernel: please try 'cgroup_disable=memory' option if you don't want memory cgroups
Sep 27 23:06:13 wozi kernel: tsc: Fast TSC calibration using PIT
Sep 27 23:06:13 wozi kernel: tsc: Detected 1795.413 MHz processor
Sep 27 23:06:13 wozi kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 3592.44 BogoMIPS (lpj=5984710)
Sep 27 23:06:13 wozi kernel: pid_max: default: 32768 minimum: 301
Sep 27 23:06:13 wozi kernel: Security Framework initialized
Sep 27 23:06:13 wozi kernel: AppArmor: AppArmor disabled by boot time parameter
Sep 27 23:06:13 wozi kernel: Yama: becoming mindful.
Sep 27 23:06:13 wozi kernel: Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)
Sep 27 23:06:13 wozi kernel: Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)
Sep 27 23:06:13 wozi kernel: Mount-cache hash table entries: 256
Sep 27 23:06:13 wozi kernel: Initializing cgroup subsys memory
Sep 27 23:06:13 wozi kernel: Initializing cgroup subsys devices
Sep 27 23:06:13 wozi kernel: Initializing cgroup subsys freezer
Sep 27 23:06:13 wozi kernel: Initializing cgroup subsys net_cls
Sep 27 23:06:13 wozi kernel: Initializing cgroup subsys blkio
Sep 27 23:06:13 wozi kernel: CPU: Physical Processor ID: 0
Sep 27 23:06:13 wozi kernel: CPU: Processor Core ID: 0
Sep 27 23:06:13 wozi kernel: mce: CPU supports 6 MCE banks
Sep 27 23:06:13 wozi kernel: CPU0: Thermal monitoring enabled (TM1)
Sep 27 23:06:13 wozi kernel: Last level iTLB entries: 4KB 128, 2MB 4, 4MB 4
                             Last level dTLB entries: 4KB 256, 2MB 0, 4MB 32
                             tlb_flushall_shift: -1
Sep 27 23:06:13 wozi kernel: Freeing SMP alternatives memory: 20K (ffffffff819e5000 - ffffffff819ea000)
Sep 27 23:06:13 wozi kernel: ACPI: Core revision 20130517
Sep 27 23:06:13 wozi kernel: ACPI: All ACPI Tables successfully acquired
Sep 27 23:06:13 wozi kernel: ftrace: allocating 20088 entries in 79 pages
Sep 27 23:06:13 wozi kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
Sep 27 23:06:13 wozi kernel: smpboot: CPU0: Intel(R) Core(TM)2 CPU          4300  @ 1.80GHz (fam: 06, model: 0f, stepping: 02)
Sep 27 23:06:13 wozi kernel: Performance Events: PEBS fmt0-, 4-deep LBR, Core2 events, Intel PMU driver.
Sep 27 23:06:13 wozi kernel: perf_event_intel: PEBS disabled due to CPU errata
Sep 27 23:06:13 wozi kernel: ... version:                2
Sep 27 23:06:13 wozi kernel: ... bit width:              40
Sep 27 23:06:13 wozi kernel: ... generic registers:      2
Sep 27 23:06:13 wozi kernel: ... value mask:             000000ffffffffff
Sep 27 23:06:13 wozi kernel: ... max period:             000000007fffffff
Sep 27 23:06:13 wozi kernel: ... fixed-purpose events:   3
Sep 27 23:06:13 wozi kernel: ... event mask:             0000000700000003
Sep 27 23:06:13 wozi kernel: NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
Sep 27 23:06:13 wozi kernel: smpboot: Booting Node   0, Processors  #1
Sep 27 23:06:13 wozi kernel: Brought up 2 CPUs
Sep 27 23:06:13 wozi kernel: smpboot: Total of 2 processors activated (7184.88 BogoMIPS)
Sep 27 23:06:13 wozi kernel: devtmpfs: initialized
Sep 27 23:06:13 wozi kernel: PM: Registering ACPI NVS region [mem 0x3fee0000-0x3fee2fff] (12288 bytes)
Sep 27 23:06:13 wozi kernel: RTC time: 21:06:12, date: 09/27/13
Sep 27 23:06:13 wozi kernel: NET: Registered protocol family 16
Sep 27 23:06:13 wozi kernel: ACPI: bus type PCI registered
Sep 27 23:06:13 wozi kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
Sep 27 23:06:13 wozi kernel: PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
Sep 27 23:06:13 wozi kernel: PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
Sep 27 23:06:13 wozi kernel: PCI: Using configuration type 1 for base access
Sep 27 23:06:13 wozi kernel: mtrr: your CPUs had inconsistent fixed MTRR settings
Sep 27 23:06:13 wozi kernel: mtrr: your CPUs had inconsistent variable MTRR settings
Sep 27 23:06:13 wozi kernel: mtrr: probably your BIOS does not setup all CPUs.
Sep 27 23:06:13 wozi kernel: mtrr: corrected configuration.
Sep 27 23:06:13 wozi kernel: bio: create slab <bio-0> at 0
Sep 27 23:06:13 wozi kernel: ACPI: Added _OSI(Module Device)
Sep 27 23:06:13 wozi kernel: ACPI: Added _OSI(Processor Device)
Sep 27 23:06:13 wozi kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
Sep 27 23:06:13 wozi kernel: ACPI: Added _OSI(Processor Aggregator Device)
Sep 27 23:06:13 wozi kernel: ACPI: EC: Look up EC in DSDT
Sep 27 23:06:13 wozi kernel: ACPI: SSDT 000000003feeb3c0 00087 (v01  PmRef  Cpu1Ist 00003000 INTL 20041203)
Sep 27 23:06:13 wozi kernel: ACPI: Dynamic OEM Table Load:
Sep 27 23:06:13 wozi kernel: ACPI: SSDT           (null) 00087 (v01  PmRef  Cpu1Ist 00003000 INTL 20041203)
Sep 27 23:06:13 wozi kernel: ACPI: Interpreter enabled
Sep 27 23:06:13 wozi kernel: ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20130517/hwxface-571)
Sep 27 23:06:13 wozi kernel: ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20130517/hwxface-571)
Sep 27 23:06:13 wozi kernel: ACPI: (supports S0 S3 S4 S5)
Sep 27 23:06:13 wozi kernel: ACPI: Using IOAPIC for interrupt routing
Sep 27 23:06:13 wozi kernel: PCI: Ignoring host bridge windows from ACPI; if necessary, use "pci=use_crs" and report a bug
Sep 27 23:06:13 wozi kernel: ACPI: No dock devices found.
Sep 27 23:06:13 wozi kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-7f])
Sep 27 23:06:13 wozi kernel: acpi PNP0A08:00: host bridge window [io  0x0000-0x0cf7] (ignored)
Sep 27 23:06:13 wozi kernel: acpi PNP0A08:00: host bridge window [io  0x0d00-0x6fff] (ignored)
Sep 27 23:06:13 wozi kernel: acpi PNP0A08:00: host bridge window [io  0x8000-0xffff] (ignored)
Sep 27 23:06:13 wozi kernel: acpi PNP0A08:00: host bridge window [mem 0x000a0000-0x000bffff] (ignored)
Sep 27 23:06:13 wozi kernel: acpi PNP0A08:00: host bridge window [mem 0x000c0000-0x000dffff] (ignored)
Sep 27 23:06:13 wozi kernel: acpi PNP0A08:00: host bridge window [mem 0x3ff00000-0xbfefffff] (ignored)
Sep 27 23:06:13 wozi kernel: acpi PNP0A08:00: host bridge window [mem 0xc0000000-0xfebfffff] (ignored)
Sep 27 23:06:13 wozi kernel: PCI: root bus 00: using default resources
Sep 27 23:06:13 wozi kernel: PCI host bridge to bus 0000:00
Sep 27 23:06:13 wozi kernel: pci_bus 0000:00: root bus resource [bus 00-7f]
Sep 27 23:06:13 wozi kernel: pci_bus 0000:00: root bus resource [io  0x0000-0xffff]
Sep 27 23:06:13 wozi kernel: pci_bus 0000:00: root bus resource [mem 0x00000000-0xfffffffff]
Sep 27 23:06:13 wozi kernel: pci 0000:00:00.0: [1106:0327] type 00 class 0x060000
Sep 27 23:06:13 wozi kernel: pci 0000:00:00.0: reg 0x10: [mem 0xd0000000-0xd7ffffff pref]
Sep 27 23:06:13 wozi kernel: pci 0000:00:00.1: [1106:1327] type 00 class 0x060000
Sep 27 23:06:13 wozi kernel: pci 0000:00:00.2: [1106:2327] type 00 class 0x060000
Sep 27 23:06:13 wozi kernel: pci 0000:00:00.3: [1106:3327] type 00 class 0x060000
Sep 27 23:06:13 wozi kernel: pci 0000:00:00.4: [1106:4327] type 00 class 0x060000
Sep 27 23:06:13 wozi kernel: pci 0000:00:00.5: [1106:5327] type 00 class 0x080020
Sep 27 23:06:13 wozi kernel: pci 0000:00:00.6: [1106:6327] type 00 class 0x060000
Sep 27 23:06:13 wozi kernel: pci 0000:00:00.7: [1106:7327] type 00 class 0x060000
Sep 27 23:06:13 wozi kernel: pci 0000:00:01.0: [1106:b999] type 01 class 0x060400
Sep 27 23:06:13 wozi kernel: pci 0000:00:02.0: [1106:a327] type 01 class 0x060400
Sep 27 23:06:13 wozi kernel: pci 0000:00:02.0: PME# supported from D0 D3hot D3cold
Sep 27 23:06:13 wozi kernel: pci 0000:00:02.0: System wakeup disabled by ACPI
Sep 27 23:06:13 wozi kernel: pci 0000:00:03.0: [1106:c327] type 01 class 0x060400
Sep 27 23:06:13 wozi kernel: pci 0000:00:03.0: PME# supported from D0 D3hot D3cold
Sep 27 23:06:13 wozi kernel: pci 0000:00:03.0: System wakeup disabled by ACPI
Sep 27 23:06:13 wozi kernel: pci 0000:00:0f.0: [1106:5337] type 00 class 0x01018f
Sep 27 23:06:13 wozi kernel: pci 0000:00:0f.0: reg 0x10: [io  0xfc00-0xfc07]
Sep 27 23:06:13 wozi kernel: pci 0000:00:0f.0: reg 0x14: [io  0xf800-0xf803]
Sep 27 23:06:13 wozi kernel: pci 0000:00:0f.0: reg 0x18: [io  0xf400-0xf407]
Sep 27 23:06:13 wozi kernel: pci 0000:00:0f.0: reg 0x1c: [io  0xf000-0xf003]
Sep 27 23:06:13 wozi kernel: pci 0000:00:0f.0: reg 0x20: [io  0xec00-0xec0f]
Sep 27 23:06:13 wozi kernel: pci 0000:00:0f.0: reg 0x24: [io  0xe800-0xe8ff]
Sep 27 23:06:13 wozi kernel: pci 0000:00:0f.1: [1106:0571] type 00 class 0x01018a
Sep 27 23:06:13 wozi kernel: pci 0000:00:0f.1: reg 0x20: [io  0xe400-0xe40f]
Sep 27 23:06:13 wozi kernel: pci 0000:00:10.0: [1106:3038] type 00 class 0x0c0300
Sep 27 23:06:13 wozi kernel: pci 0000:00:10.0: reg 0x20: [io  0xe000-0xe01f]
Sep 27 23:06:13 wozi kernel: pci 0000:00:10.0: supports D1 D2
Sep 27 23:06:13 wozi kernel: pci 0000:00:10.0: PME# supported from D0 D1 D2 D3hot D3cold
Sep 27 23:06:13 wozi kernel: pci 0000:00:10.0: System wakeup disabled by ACPI
Sep 27 23:06:13 wozi kernel: pci 0000:00:10.1: [1106:3038] type 00 class 0x0c0300
Sep 27 23:06:13 wozi kernel: pci 0000:00:10.1: reg 0x20: [io  0xdc00-0xdc1f]
Sep 27 23:06:13 wozi kernel: pci 0000:00:10.1: supports D1 D2
Sep 27 23:06:13 wozi kernel: pci 0000:00:10.1: PME# supported from D0 D1 D2 D3hot D3cold
Sep 27 23:06:13 wozi kernel: pci 0000:00:10.1: System wakeup disabled by ACPI
Sep 27 23:06:13 wozi kernel: pci 0000:00:10.2: [1106:3038] type 00 class 0x0c0300
Sep 27 23:06:13 wozi kernel: pci 0000:00:10.2: reg 0x20: [io  0xd800-0xd81f]
Sep 27 23:06:13 wozi kernel: pci 0000:00:10.2: supports D1 D2
Sep 27 23:06:13 wozi kernel: pci 0000:00:10.2: PME# supported from D0 D1 D2 D3hot D3cold
Sep 27 23:06:13 wozi kernel: pci 0000:00:10.2: System wakeup disabled by ACPI
Sep 27 23:06:13 wozi kernel: pci 0000:00:10.3: [1106:3038] type 00 class 0x0c0300
Sep 27 23:06:13 wozi kernel: pci 0000:00:10.3: reg 0x20: [io  0xd400-0xd41f]
Sep 27 23:06:13 wozi kernel: pci 0000:00:10.3: supports D1 D2
Sep 27 23:06:13 wozi kernel: pci 0000:00:10.3: PME# supported from D0 D1 D2 D3hot D3cold
Sep 27 23:06:13 wozi kernel: pci 0000:00:10.3: System wakeup disabled by ACPI
Sep 27 23:06:13 wozi kernel: pci 0000:00:10.4: [1106:3104] type 00 class 0x0c0320
Sep 27 23:06:13 wozi kernel: pci 0000:00:10.4: reg 0x10: [mem 0xdffff000-0xdffff0ff]
Sep 27 23:06:13 wozi kernel: pci 0000:00:10.4: supports D1 D2
Sep 27 23:06:13 wozi kernel: pci 0000:00:10.4: PME# supported from D0 D1 D2 D3hot D3cold
Sep 27 23:06:13 wozi kernel: pci 0000:00:10.4: System wakeup disabled by ACPI
Sep 27 23:06:13 wozi kernel: pci 0000:00:11.0: [1106:3337] type 00 class 0x060100
Sep 27 23:06:13 wozi kernel: pci 0000:00:11.7: [1106:287e] type 00 class 0x060000
Sep 27 23:06:13 wozi kernel: pci 0000:00:12.0: [1106:3065] type 00 class 0x020000
Sep 27 23:06:13 wozi kernel: pci 0000:00:12.0: reg 0x10: [io  0xd000-0xd0ff]
Sep 27 23:06:13 wozi kernel: pci 0000:00:12.0: reg 0x14: [mem 0xdfffe000-0xdfffe0ff]
Sep 27 23:06:13 wozi kernel: pci 0000:00:12.0: supports D1 D2
Sep 27 23:06:13 wozi kernel: pci 0000:00:12.0: PME# supported from D0 D1 D2 D3hot D3cold
Sep 27 23:06:13 wozi kernel: pci 0000:00:12.0: System wakeup disabled by ACPI
Sep 27 23:06:13 wozi kernel: pci 0000:00:13.0: [1106:337b] type 00 class 0x060000
Sep 27 23:06:13 wozi kernel: pci 0000:00:13.1: [1106:337a] type 01 class 0x060401
Sep 27 23:06:13 wozi kernel: pci 0000:00:13.1: System wakeup disabled by ACPI
Sep 27 23:06:13 wozi kernel: pci 0000:00:01.0: PCI bridge to [bus 01]
Sep 27 23:06:13 wozi kernel: pci 0000:00:01.0:   bridge window [io  0xc000-0xcfff]
Sep 27 23:06:13 wozi kernel: pci 0000:00:01.0:   bridge window [mem 0xdfb00000-0xdfbfffff]
Sep 27 23:06:13 wozi kernel: pci 0000:00:01.0:   bridge window [mem 0xdfa00000-0xdfafffff pref]
Sep 27 23:06:13 wozi kernel: pci 0000:02:00.0: [1002:9540] type 00 class 0x030000
Sep 27 23:06:13 wozi kernel: pci 0000:02:00.0: reg 0x10: [mem 0xc0000000-0xcfffffff 64bit pref]
Sep 27 23:06:13 wozi kernel: pci 0000:02:00.0: reg 0x18: [mem 0xdfee0000-0xdfeeffff 64bit]
Sep 27 23:06:13 wozi kernel: pci 0000:02:00.0: reg 0x20: [io  0xbc00-0xbcff]
Sep 27 23:06:13 wozi kernel: pci 0000:02:00.0: reg 0x30: [mem 0x00000000-0x0001ffff pref]
Sep 27 23:06:13 wozi kernel: pci 0000:02:00.0: supports D1 D2
Sep 27 23:06:13 wozi kernel: pci 0000:02:00.1: [1002:aa38] type 00 class 0x040300
Sep 27 23:06:13 wozi kernel: pci 0000:02:00.1: reg 0x10: [mem 0xdfefc000-0xdfefffff 64bit]
Sep 27 23:06:13 wozi kernel: pci 0000:02:00.1: supports D1 D2
Sep 27 23:06:13 wozi kernel: pci 0000:00:02.0: PCI bridge to [bus 02]
Sep 27 23:06:13 wozi kernel: pci 0000:00:02.0:   bridge window [io  0xb000-0xbfff]
Sep 27 23:06:13 wozi kernel: pci 0000:00:02.0:   bridge window [mem 0xdfe00000-0xdfefffff]
Sep 27 23:06:13 wozi kernel: pci 0000:00:02.0:   bridge window [mem 0xc0000000-0xcfffffff 64bit pref]
Sep 27 23:06:13 wozi kernel: pci 0000:00:03.0: PCI bridge to [bus 03]
Sep 27 23:06:13 wozi kernel: pci 0000:00:03.0:   bridge window [io  0xa000-0xafff]
Sep 27 23:06:13 wozi kernel: pci 0000:00:03.0:   bridge window [mem 0xdfd00000-0xdfdfffff]
Sep 27 23:06:13 wozi kernel: pci 0000:00:03.0:   bridge window [mem 0xdfc00000-0xdfcfffff 64bit pref]
Sep 27 23:06:13 wozi kernel: pci 0000:04:05.0: [9710:9805] type 00 class 0x078000
Sep 27 23:06:13 wozi kernel: pci 0000:04:05.0: reg 0x10: [io  0x9c00-0x9c07]
Sep 27 23:06:13 wozi kernel: pci 0000:04:05.0: reg 0x14: [io  0x9800-0x9807]
Sep 27 23:06:13 wozi kernel: pci 0000:04:05.0: reg 0x18: [io  0x9400-0x9407]
Sep 27 23:06:13 wozi kernel: pci 0000:04:05.0: reg 0x1c: [io  0x9000-0x9007]
Sep 27 23:06:13 wozi kernel: pci 0000:04:05.0: reg 0x20: [io  0x8c00-0x8c07]
Sep 27 23:06:13 wozi kernel: pci 0000:04:05.0: reg 0x24: [io  0x8800-0x880f]
Sep 27 23:06:13 wozi kernel: pci 0000:04:06.0: [1106:3044] type 00 class 0x0c0010
Sep 27 23:06:13 wozi kernel: pci 0000:04:06.0: reg 0x10: [mem 0xdf9ff000-0xdf9ff7ff]
Sep 27 23:06:13 wozi kernel: pci 0000:04:06.0: reg 0x14: [io  0x8400-0x847f]
Sep 27 23:06:13 wozi kernel: pci 0000:04:06.0: supports D2
Sep 27 23:06:13 wozi kernel: pci 0000:04:06.0: PME# supported from D2 D3hot D3cold
Sep 27 23:06:13 wozi kernel: pci 0000:00:13.1: PCI bridge to [bus 04] (subtractive decode)
Sep 27 23:06:13 wozi kernel: pci 0000:00:13.1:   bridge window [io  0x8000-0x9fff]
Sep 27 23:06:13 wozi kernel: pci 0000:00:13.1:   bridge window [mem 0xdf900000-0xdf9fffff]
Sep 27 23:06:13 wozi kernel: pci 0000:00:13.1:   bridge window [mem 0xdf800000-0xdf8fffff 64bit pref]
Sep 27 23:06:13 wozi kernel: pci 0000:00:13.1:   bridge window [io  0x0000-0xffff] (subtractive decode)
Sep 27 23:06:13 wozi kernel: pci 0000:00:13.1:   bridge window [mem 0x00000000-0xfffffffff] (subtractive decode)
Sep 27 23:06:13 wozi kernel: acpi PNP0A08:00: ACPI _OSC support notification failed, disabling PCIe ASPM
Sep 27 23:06:13 wozi kernel: acpi PNP0A08:00: Unable to request _OSC control (_OSC support mask: 0x08)
Sep 27 23:06:13 wozi kernel: ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 6 7 *10 11 12)
Sep 27 23:06:13 wozi kernel: ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 6 7 10 *11 12)
Sep 27 23:06:13 wozi kernel: ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 6 7 10 *11 12)
Sep 27 23:06:13 wozi kernel: ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 6 7 *10 11 12)
Sep 27 23:06:13 wozi kernel: ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 6 7 10 11 12) *0, disabled.
Sep 27 23:06:13 wozi kernel: ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 6 7 10 11 12) *0, disabled.
Sep 27 23:06:13 wozi kernel: ACPI: PCI Interrupt Link [LNK0] (IRQs 3 4 6 7 10 11 12) *0, disabled.
Sep 27 23:06:13 wozi kernel: ACPI: PCI Interrupt Link [LNK1] (IRQs 3 4 6 7 10 11 12) *5
Sep 27 23:06:13 wozi kernel: ACPI: PCI Root Bridge [PCI1] (domain 0000 [bus 80-ff])
Sep 27 23:06:13 wozi kernel: acpi PNP0A08:01: host bridge window [io  0x0000-0x0cf7] (ignored)
Sep 27 23:06:13 wozi kernel: acpi PNP0A08:01: host bridge window [io  0x7000-0x7fff] (ignored)
Sep 27 23:06:13 wozi kernel: acpi PNP0A08:01: host bridge window [mem 0x000a0000-0x000bffff] (ignored)
Sep 27 23:06:13 wozi kernel: acpi PNP0A08:01: host bridge window [mem 0xbff00000-0xbfffffff] (ignored)
Sep 27 23:06:13 wozi kernel: PCI: root bus 80: using default resources
Sep 27 23:06:13 wozi kernel: PCI host bridge to bus 0000:80
Sep 27 23:06:13 wozi kernel: pci_bus 0000:80: root bus resource [bus 80-ff]
Sep 27 23:06:13 wozi kernel: pci_bus 0000:80: root bus resource [io  0x0000-0xffff]
Sep 27 23:06:13 wozi kernel: pci_bus 0000:80: root bus resource [mem 0x00000000-0xfffffffff]
Sep 27 23:06:13 wozi kernel: pci 0000:80:01.0: [1106:3288] type 00 class 0x040300
Sep 27 23:06:13 wozi kernel: pci 0000:80:01.0: reg 0x10: [mem 0xbfffc000-0xbfffffff 64bit]
Sep 27 23:06:13 wozi kernel: pci 0000:80:01.0: PME# supported from D0 D3hot D3cold
Sep 27 23:06:13 wozi kernel: pci 0000:80:01.0: System wakeup disabled by ACPI
Sep 27 23:06:13 wozi kernel: acpi PNP0A08:01: Requesting ACPI _OSC control (0x1d)
Sep 27 23:06:13 wozi kernel: acpi PNP0A08:01: ACPI _OSC control (0x1d) granted
Sep 27 23:06:13 wozi kernel: ACPI: Enabled 1 GPEs in block 10 to 1F
Sep 27 23:06:13 wozi kernel: ACPI: \_SB_.PCI0: notify handler is installed
Sep 27 23:06:13 wozi kernel: ACPI: \_SB_.PCI1: notify handler is installed
Sep 27 23:06:13 wozi kernel: Found 2 acpi root devices
Sep 27 23:06:13 wozi kernel: vgaarb: device added: PCI:0000:02:00.0,decodes=io+mem,owns=io+mem,locks=none
Sep 27 23:06:13 wozi kernel: vgaarb: loaded
Sep 27 23:06:13 wozi kernel: vgaarb: bridge control possible 0000:02:00.0
Sep 27 23:06:13 wozi kernel: PCI: Using ACPI for IRQ routing
Sep 27 23:06:13 wozi kernel: PCI: pci_cache_line_size set to 64 bytes
Sep 27 23:06:13 wozi kernel: e820: reserve RAM buffer [mem 0x0009f400-0x0009ffff]
Sep 27 23:06:13 wozi kernel: e820: reserve RAM buffer [mem 0x3fee0000-0x3fffffff]
Sep 27 23:06:13 wozi kernel: NetLabel: Initializing
Sep 27 23:06:13 wozi kernel: NetLabel:  domain hash size = 128
Sep 27 23:06:13 wozi kernel: NetLabel:  protocols = UNLABELED CIPSOv4
Sep 27 23:06:13 wozi kernel: NetLabel:  unlabeled traffic allowed by default
Sep 27 23:06:13 wozi kernel: Switched to clocksource refined-jiffies
Sep 27 23:06:13 wozi kernel: pnp: PnP ACPI init
Sep 27 23:06:13 wozi kernel: ACPI: bus type PNP registered
Sep 27 23:06:13 wozi kernel: system 00:00: [io  0x0400-0x047f] has been reserved
Sep 27 23:06:13 wozi kernel: system 00:00: [io  0x0500-0x050f] has been reserved
Sep 27 23:06:13 wozi kernel: system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
Sep 27 23:06:13 wozi kernel: system 00:01: [mem 0xf0001000-0xf0001fff] has been reserved
Sep 27 23:06:13 wozi kernel: system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
Sep 27 23:06:13 wozi kernel: system 00:02: [mem 0xf0002000-0xf0002fff] has been reserved
Sep 27 23:06:13 wozi kernel: system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
Sep 27 23:06:13 wozi kernel: system 00:03: [io  0x04d0-0x04d1] has been reserved
Sep 27 23:06:13 wozi kernel: system 00:03: [io  0x0290-0x0297] has been reserved
Sep 27 23:06:13 wozi kernel: system 00:03: [io  0x0880-0x088f] has been reserved
Sep 27 23:06:13 wozi kernel: system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active)
Sep 27 23:06:13 wozi kernel: pnp 00:04: [dma 4]
Sep 27 23:06:13 wozi kernel: pnp 00:04: Plug and Play ACPI device, IDs PNP0200 (active)
Sep 27 23:06:13 wozi kernel: pnp 00:05: Plug and Play ACPI device, IDs PNP0b00 (active)
Sep 27 23:06:13 wozi kernel: pnp 00:06: Plug and Play ACPI device, IDs PNP0800 (active)
Sep 27 23:06:13 wozi kernel: pnp 00:07: Plug and Play ACPI device, IDs PNP0c04 (active)
Sep 27 23:06:13 wozi kernel: pnp 00:08: Plug and Play ACPI device, IDs PNP0501 (active)
Sep 27 23:06:13 wozi kernel: system 00:09: [mem 0xf0000000-0xf0000fff] has been reserved
Sep 27 23:06:13 wozi kernel: system 00:09: Plug and Play ACPI device, IDs PNP0c02 (active)
Sep 27 23:06:13 wozi kernel: system 00:0a: [mem 0xe0000000-0xefffffff] has been reserved
Sep 27 23:06:13 wozi kernel: system 00:0a: Plug and Play ACPI device, IDs PNP0c02 (active)
Sep 27 23:06:13 wozi kernel: system 00:0b: [mem 0x00636500-0x00d1ccff] could not be reserved
Sep 27 23:06:13 wozi kernel: system 00:0b: [mem 0x00fffc00-0x010006ff] could not be reserved
Sep 27 23:06:13 wozi kernel: system 00:0b: [mem 0x000f0000-0x000fbfff] could not be reserved
Sep 27 23:06:13 wozi kernel: system 00:0b: [mem 0x000fc000-0x000fffff] could not be reserved
Sep 27 23:06:13 wozi kernel: system 00:0b: [mem 0x3fee0000-0x3fefffff] could not be reserved
Sep 27 23:06:13 wozi kernel: system 00:0b: [mem 0xffff0000-0xffffffff] has been reserved
Sep 27 23:06:13 wozi kernel: system 00:0b: [mem 0x00000000-0x0009ffff] could not be reserved
Sep 27 23:06:13 wozi kernel: system 00:0b: [mem 0x00100000-0x3fedffff] could not be reserved
Sep 27 23:06:13 wozi kernel: system 00:0b: [mem 0xfec00000-0xfec00fff] could not be reserved
Sep 27 23:06:13 wozi kernel: system 00:0b: [mem 0xfee00000-0xfee00fff] has been reserved
Sep 27 23:06:13 wozi kernel: system 00:0b: [mem 0xfff80000-0xfffeffff] has been reserved
Sep 27 23:06:13 wozi kernel: system 00:0b: Plug and Play ACPI device, IDs PNP0c01 (active)
Sep 27 23:06:13 wozi kernel: pnp: PnP ACPI: found 12 devices
Sep 27 23:06:13 wozi kernel: ACPI: bus type PNP unregistered
Sep 27 23:06:13 wozi kernel: Switched to clocksource acpi_pm
Sep 27 23:06:13 wozi kernel: pci 0000:00:01.0: PCI bridge to [bus 01]
Sep 27 23:06:13 wozi kernel: pci 0000:00:01.0:   bridge window [io  0xc000-0xcfff]
Sep 27 23:06:13 wozi kernel: pci 0000:00:01.0:   bridge window [mem 0xdfb00000-0xdfbfffff]
Sep 27 23:06:13 wozi kernel: pci 0000:00:01.0:   bridge window [mem 0xdfa00000-0xdfafffff pref]
Sep 27 23:06:13 wozi kernel: pci 0000:02:00.0: BAR 6: assigned [mem 0xdfe00000-0xdfe1ffff pref]
Sep 27 23:06:13 wozi kernel: pci 0000:00:02.0: PCI bridge to [bus 02]
Sep 27 23:06:13 wozi kernel: pci 0000:00:02.0:   bridge window [io  0xb000-0xbfff]
Sep 27 23:06:13 wozi kernel: pci 0000:00:02.0:   bridge window [mem 0xdfe00000-0xdfefffff]
Sep 27 23:06:13 wozi kernel: pci 0000:00:02.0:   bridge window [mem 0xc0000000-0xcfffffff 64bit pref]
Sep 27 23:06:13 wozi kernel: pci 0000:00:03.0: PCI bridge to [bus 03]
Sep 27 23:06:13 wozi kernel: pci 0000:00:03.0:   bridge window [io  0xa000-0xafff]
Sep 27 23:06:13 wozi kernel: pci 0000:00:03.0:   bridge window [mem 0xdfd00000-0xdfdfffff]
Sep 27 23:06:13 wozi kernel: pci 0000:00:03.0:   bridge window [mem 0xdfc00000-0xdfcfffff 64bit pref]
Sep 27 23:06:13 wozi kernel: pci 0000:00:13.1: PCI bridge to [bus 04]
Sep 27 23:06:13 wozi kernel: pci 0000:00:13.1:   bridge window [io  0x8000-0x9fff]
Sep 27 23:06:13 wozi kernel: pci 0000:00:13.1:   bridge window [mem 0xdf900000-0xdf9fffff]
Sep 27 23:06:13 wozi kernel: pci 0000:00:13.1:   bridge window [mem 0xdf800000-0xdf8fffff 64bit pref]
Sep 27 23:06:13 wozi kernel: pci 0000:00:01.0: setting latency timer to 64
Sep 27 23:06:13 wozi kernel: pci 0000:00:13.1: setting latency timer to 64
Sep 27 23:06:13 wozi kernel: pci_bus 0000:00: resource 4 [io  0x0000-0xffff]
Sep 27 23:06:13 wozi kernel: pci_bus 0000:00: resource 5 [mem 0x00000000-0xfffffffff]
Sep 27 23:06:13 wozi kernel: pci_bus 0000:01: resource 0 [io  0xc000-0xcfff]
Sep 27 23:06:13 wozi kernel: pci_bus 0000:01: resource 1 [mem 0xdfb00000-0xdfbfffff]
Sep 27 23:06:13 wozi kernel: pci_bus 0000:01: resource 2 [mem 0xdfa00000-0xdfafffff pref]
Sep 27 23:06:13 wozi kernel: pci_bus 0000:02: resource 0 [io  0xb000-0xbfff]
Sep 27 23:06:13 wozi kernel: pci_bus 0000:02: resource 1 [mem 0xdfe00000-0xdfefffff]
Sep 27 23:06:13 wozi kernel: pci_bus 0000:02: resource 2 [mem 0xc0000000-0xcfffffff 64bit pref]
Sep 27 23:06:13 wozi kernel: pci_bus 0000:03: resource 0 [io  0xa000-0xafff]
Sep 27 23:06:13 wozi kernel: pci_bus 0000:03: resource 1 [mem 0xdfd00000-0xdfdfffff]
Sep 27 23:06:13 wozi kernel: pci_bus 0000:03: resource 2 [mem 0xdfc00000-0xdfcfffff 64bit pref]
Sep 27 23:06:13 wozi kernel: pci_bus 0000:04: resource 0 [io  0x8000-0x9fff]
Sep 27 23:06:13 wozi kernel: pci_bus 0000:04: resource 1 [mem 0xdf900000-0xdf9fffff]
Sep 27 23:06:13 wozi kernel: pci_bus 0000:04: resource 2 [mem 0xdf800000-0xdf8fffff 64bit pref]
Sep 27 23:06:13 wozi kernel: pci_bus 0000:04: resource 4 [io  0x0000-0xffff]
Sep 27 23:06:13 wozi kernel: pci_bus 0000:04: resource 5 [mem 0x00000000-0xfffffffff]
Sep 27 23:06:13 wozi kernel: pci_bus 0000:80: resource 4 [io  0x0000-0xffff]
Sep 27 23:06:13 wozi kernel: pci_bus 0000:80: resource 5 [mem 0x00000000-0xfffffffff]
Sep 27 23:06:13 wozi kernel: NET: Registered protocol family 2
Sep 27 23:06:13 wozi kernel: TCP established hash table entries: 8192 (order: 5, 131072 bytes)
Sep 27 23:06:13 wozi kernel: TCP bind hash table entries: 8192 (order: 5, 131072 bytes)
Sep 27 23:06:13 wozi kernel: TCP: Hash tables configured (established 8192 bind 8192)
Sep 27 23:06:13 wozi kernel: TCP: reno registered
Sep 27 23:06:13 wozi kernel: UDP hash table entries: 512 (order: 2, 16384 bytes)
Sep 27 23:06:13 wozi kernel: UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
Sep 27 23:06:13 wozi kernel: NET: Registered protocol family 1
Sep 27 23:06:13 wozi kernel: pci 0000:00:01.0: disabling DAC on VIA PCI bridge
Sep 27 23:06:13 wozi kernel: pci 0000:02:00.0: Boot video device
Sep 27 23:06:13 wozi kernel: PCI: CLS 4 bytes, default 64
Sep 27 23:06:13 wozi kernel: Unpacking initramfs...
Sep 27 23:06:13 wozi kernel: Freeing initrd memory: 3008K (ffff880037a10000 - ffff880037d00000)
Sep 27 23:06:13 wozi kernel: Scanning for low memory corruption every 60 seconds
Sep 27 23:06:13 wozi kernel: audit: initializing netlink socket (disabled)
Sep 27 23:06:13 wozi kernel: type=2000 audit(1380315972.273:1): initialized
Sep 27 23:06:13 wozi kernel: HugeTLB registered 2 MB page size, pre-allocated 0 pages
Sep 27 23:06:13 wozi kernel: zbud: loaded
Sep 27 23:06:13 wozi kernel: VFS: Disk quotas dquot_6.5.2
Sep 27 23:06:13 wozi kernel: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Sep 27 23:06:13 wozi kernel: msgmni has been set to 1989
Sep 27 23:06:13 wozi kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
Sep 27 23:06:13 wozi kernel: io scheduler noop registered
Sep 27 23:06:13 wozi kernel: io scheduler deadline registered
Sep 27 23:06:13 wozi kernel: io scheduler cfq registered (default)
Sep 27 23:06:13 wozi kernel: pcieport 0000:00:02.0: irq 64 for MSI/MSI-X
Sep 27 23:06:13 wozi kernel: pcieport 0000:00:03.0: irq 65 for MSI/MSI-X
Sep 27 23:06:13 wozi kernel: ioapic: probe of 0000:00:00.5 failed with error -22
Sep 27 23:06:13 wozi kernel: pci_hotplug: PCI Hot Plug PCI Core version: 0.5
Sep 27 23:06:13 wozi kernel: pciehp: PCI Express Hot Plug Controller Driver version: 0.4
Sep 27 23:06:13 wozi kernel: vesafb: mode is 800x600x32, linelength=3200, pages=0
Sep 27 23:06:13 wozi kernel: vesafb: scrolling: redraw
Sep 27 23:06:13 wozi kernel: vesafb: Truecolor: size=0:8:8:8, shift=0:16:8:0
Sep 27 23:06:13 wozi kernel: vesafb: framebuffer at 0xc0000000, mapped to 0xffffc90010280000, using 1920k, total 1920k
Sep 27 23:06:13 wozi kernel: Console: switching to colour frame buffer device 100x37
Sep 27 23:06:13 wozi kernel: fb0: VESA VGA frame buffer device
Sep 27 23:06:13 wozi kernel: intel_idle: does not run on family 6 model 15
Sep 27 23:06:13 wozi kernel: GHES: HEST is not enabled!
Sep 27 23:06:13 wozi kernel: Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
Sep 27 23:06:13 wozi kernel: 00:08: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
Sep 27 23:06:13 wozi kernel: Linux agpgart interface v0.103
Sep 27 23:06:13 wozi kernel: i8042: PNP: No PS/2 controller found. Probing ports directly.
Sep 27 23:06:13 wozi kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
Sep 27 23:06:13 wozi kernel: serio: i8042 AUX port at 0x60,0x64 irq 12
Sep 27 23:06:13 wozi kernel: mousedev: PS/2 mouse device common for all mice
Sep 27 23:06:13 wozi kernel: rtc_cmos 00:05: RTC can wake from S4
Sep 27 23:06:13 wozi kernel: rtc_cmos 00:05: rtc core: registered rtc_cmos as rtc0
Sep 27 23:06:13 wozi kernel: rtc_cmos 00:05: alarms up to one year, y3k, 242 bytes nvram
Sep 27 23:06:13 wozi kernel: cpuidle: using governor ladder
Sep 27 23:06:13 wozi kernel: cpuidle: using governor menu
Sep 27 23:06:13 wozi kernel: drop_monitor: Initializing network drop monitor service
Sep 27 23:06:13 wozi kernel: TCP: cubic registered
Sep 27 23:06:13 wozi kernel: NET: Registered protocol family 10
Sep 27 23:06:13 wozi kernel: NET: Registered protocol family 17
Sep 27 23:06:13 wozi kernel: Key type dns_resolver registered
Sep 27 23:06:13 wozi kernel: PM: Hibernation image not present or could not be loaded.
Sep 27 23:06:13 wozi kernel: registered taskstats version 1
Sep 27 23:06:13 wozi kernel:   Magic number: 13:341:147
Sep 27 23:06:13 wozi kernel: acpi device:18: hash matches
Sep 27 23:06:13 wozi kernel: rtc_cmos 00:05: setting system clock to 2013-09-27 21:06:12 UTC (1380315972)
Sep 27 23:06:13 wozi kernel: Freeing unused kernel memory: 1140K (ffffffff818c8000 - ffffffff819e5000)
Sep 27 23:06:13 wozi kernel: Write protecting the kernel read-only data: 8192k
Sep 27 23:06:13 wozi kernel: Freeing unused kernel memory: 1088K (ffff8800014f0000 - ffff880001600000)
Sep 27 23:06:13 wozi kernel: Freeing unused kernel memory: 352K (ffff8800017a8000 - ffff880001800000)
Sep 27 23:06:13 wozi systemd-udevd[46]: starting version 207
Sep 27 23:06:13 wozi kernel: SCSI subsystem initialized
Sep 27 23:06:13 wozi kernel: ACPI: bus type USB registered
Sep 27 23:06:13 wozi kernel: usbcore: registered new interface driver usbfs
Sep 27 23:06:13 wozi kernel: usbcore: registered new interface driver hub
Sep 27 23:06:13 wozi kernel: ACPI: bus type ATA registered
Sep 27 23:06:13 wozi kernel: usbcore: registered new device driver usb
Sep 27 23:06:13 wozi kernel: ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
Sep 27 23:06:13 wozi kernel: uhci_hcd: USB Universal Host Controller Interface driver
Sep 27 23:06:13 wozi kernel: uhci_hcd 0000:00:10.0: UHCI Host Controller
Sep 27 23:06:13 wozi kernel: uhci_hcd 0000:00:10.0: new USB bus registered, assigned bus number 1
Sep 27 23:06:13 wozi kernel: uhci_hcd 0000:00:10.0: irq 20, io base 0x0000e000
Sep 27 23:06:13 wozi kernel: ehci-pci: EHCI PCI platform driver
Sep 27 23:06:13 wozi kernel: hub 1-0:1.0: USB hub found
Sep 27 23:06:13 wozi kernel: hub 1-0:1.0: 2 ports detected
Sep 27 23:06:13 wozi kernel: libata version 3.00 loaded.
Sep 27 23:06:13 wozi kernel: ehci-pci 0000:00:10.4: EHCI Host Controller
Sep 27 23:06:13 wozi kernel: ehci-pci 0000:00:10.4: new USB bus registered, assigned bus number 2
Sep 27 23:06:13 wozi kernel: ehci-pci 0000:00:10.4: irq 21, io mem 0xdffff000
Sep 27 23:06:13 wozi kernel: ehci-pci 0000:00:10.4: USB 2.0 started, EHCI 1.00
Sep 27 23:06:13 wozi kernel: hub 2-0:1.0: USB hub found
Sep 27 23:06:13 wozi kernel: hub 2-0:1.0: 8 ports detected
Sep 27 23:06:13 wozi kernel: hub 1-0:1.0: USB hub found
Sep 27 23:06:13 wozi kernel: hub 1-0:1.0: 2 ports detected
Sep 27 23:06:13 wozi kernel: pata_via 0000:00:0f.1: version 0.3.4
Sep 27 23:06:13 wozi kernel: scsi0 : pata_via
Sep 27 23:06:13 wozi kernel: scsi1 : pata_via
Sep 27 23:06:13 wozi kernel: ata1: PATA max UDMA/133 cmd 0x1f0 ctl 0x3f6 bmdma 0xe400 irq 14
Sep 27 23:06:13 wozi kernel: ata2: PATA max UDMA/133 cmd 0x170 ctl 0x376 bmdma 0xe408 irq 15
Sep 27 23:06:13 wozi kernel: sata_via 0000:00:0f.0: version 2.6
Sep 27 23:06:13 wozi kernel: sata_via 0000:00:0f.0: routed to hard irq line 11
Sep 27 23:06:13 wozi kernel: scsi2 : sata_via
Sep 27 23:06:13 wozi kernel: scsi3 : sata_via
Sep 27 23:06:13 wozi kernel: ata3: SATA max UDMA/133 cmd 0xfc00 ctl 0xf800 bmdma 0xec00 irq 21
Sep 27 23:06:13 wozi kernel: ata4: SATA max UDMA/133 cmd 0xf400 ctl 0xf000 bmdma 0xec08 irq 21
Sep 27 23:06:13 wozi kernel: uhci_hcd 0000:00:10.1: UHCI Host Controller
Sep 27 23:06:13 wozi kernel: uhci_hcd 0000:00:10.1: new USB bus registered, assigned bus number 3
Sep 27 23:06:13 wozi kernel: uhci_hcd 0000:00:10.1: irq 22, io base 0x0000dc00
Sep 27 23:06:13 wozi kernel: hub 3-0:1.0: USB hub found
Sep 27 23:06:13 wozi kernel: hub 3-0:1.0: 2 ports detected
Sep 27 23:06:13 wozi kernel: uhci_hcd 0000:00:10.2: UHCI Host Controller
Sep 27 23:06:13 wozi kernel: uhci_hcd 0000:00:10.2: new USB bus registered, assigned bus number 4
Sep 27 23:06:13 wozi kernel: uhci_hcd 0000:00:10.2: irq 21, io base 0x0000d800
Sep 27 23:06:13 wozi kernel: hub 4-0:1.0: USB hub found
Sep 27 23:06:13 wozi kernel: hub 4-0:1.0: 2 ports detected
Sep 27 23:06:13 wozi kernel: uhci_hcd 0000:00:10.3: UHCI Host Controller
Sep 27 23:06:13 wozi kernel: uhci_hcd 0000:00:10.3: new USB bus registered, assigned bus number 5
Sep 27 23:06:13 wozi kernel: uhci_hcd 0000:00:10.3: irq 23, io base 0x0000d400
Sep 27 23:06:13 wozi kernel: hub 5-0:1.0: USB hub found
Sep 27 23:06:13 wozi kernel: hub 5-0:1.0: 2 ports detected
Sep 27 23:06:13 wozi kernel: firewire_ohci 0000:04:06.0: added OHCI v1.10 device as card 0, 4 IR + 8 IT contexts, quirks 0x11
Sep 27 23:06:13 wozi kernel: ata3: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
Sep 27 23:06:13 wozi kernel: usb 2-4: new high-speed USB device number 2 using ehci-pci
Sep 27 23:06:13 wozi kernel: ata2.00: ATAPI: PBDS DH-16A1P, RF12, max UDMA/66
Sep 27 23:06:13 wozi kernel: ata2.00: configured for UDMA/66
Sep 27 23:06:13 wozi kernel: scsi 1:0:0:0: CD-ROM            PBDS     DH-16A1P         RF12 PQ: 0 ANSI: 5
Sep 27 23:06:13 wozi kernel: ata3.00: ATA-8: KINGSTON SV300S37A120G, 505ABBF1, max UDMA/133
Sep 27 23:06:13 wozi kernel: ata3.00: 234441648 sectors, multi 1: LBA48 NCQ (depth 0/32)
Sep 27 23:06:13 wozi kernel: ata3.00: configured for UDMA/133
Sep 27 23:06:13 wozi kernel: scsi 2:0:0:0: Direct-Access     ATA      KINGSTON SV300S3 505A PQ: 0 ANSI: 5
Sep 27 23:06:13 wozi kernel: usb-storage 2-4:1.0: USB Mass Storage device detected
Sep 27 23:06:13 wozi kernel: scsi4 : usb-storage 2-4:1.0
Sep 27 23:06:13 wozi kernel: usbcore: registered new interface driver usb-storage
Sep 27 23:06:13 wozi kernel: firewire_core 0000:04:06.0: created device fw0: GUID 000010dc01222788, S400
Sep 27 23:06:13 wozi kernel: ata4: SATA link down 1.5 Gbps (SStatus 0 SControl 300)
Sep 27 23:06:13 wozi kernel: sd 2:0:0:0: [sda] 234441648 512-byte logical blocks: (120 GB/111 GiB)
Sep 27 23:06:13 wozi kernel: sd 2:0:0:0: [sda] Write Protect is off
Sep 27 23:06:13 wozi kernel: sd 2:0:0:0: [sda] Mode Sense: 00 3a 00 00
Sep 27 23:06:13 wozi kernel: sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Sep 27 23:06:13 wozi kernel: sr0: scsi3-mmc drive: 48x/48x writer dvd-ram cd/rw xa/form2 cdda tray
Sep 27 23:06:13 wozi kernel: cdrom: Uniform CD-ROM driver Revision: 3.20
Sep 27 23:06:13 wozi kernel: sr 1:0:0:0: Attached scsi CD-ROM sr0
Sep 27 23:06:13 wozi kernel:  sda: sda1 sda2 sda128
Sep 27 23:06:13 wozi kernel: sd 2:0:0:0: [sda] Attached SCSI disk
Sep 27 23:06:13 wozi kernel: EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
Sep 27 23:06:13 wozi systemd[1]: systemd 207 running in system mode. (+PAM -LIBWRAP -AUDIT -SELINUX -IMA -SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ)
Sep 27 23:06:13 wozi systemd[1]: Set hostname to <wozi>.
Sep 27 23:06:13 wozi kernel: tsc: Refined TSC clocksource calibration: 1795.499 MHz
Sep 27 23:06:13 wozi systemd[1]: Starting Forward Password Requests to Wall Directory Watch.
Sep 27 23:06:13 wozi systemd[1]: Started Forward Password Requests to Wall Directory Watch.
Sep 27 23:06:13 wozi systemd[1]: Expecting device sys-subsystem-net-devices-enp0s18.device...
Sep 27 23:06:13 wozi systemd[1]: Starting Network is Online.
Sep 27 23:06:13 wozi systemd[1]: Reached target Network is Online.
Sep 27 23:06:13 wozi systemd[1]: Starting Device-mapper event daemon FIFOs.
Sep 27 23:06:13 wozi systemd[1]: Listening on Device-mapper event daemon FIFOs.
Sep 27 23:06:13 wozi systemd[1]: Starting LVM2 metadata daemon socket.
Sep 27 23:06:13 wozi systemd[1]: Listening on LVM2 metadata daemon socket.
Sep 27 23:06:13 wozi systemd[1]: Starting /dev/initctl Compatibility Named Pipe.
Sep 27 23:06:13 wozi systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
Sep 27 23:06:13 wozi systemd[1]: Starting Delayed Shutdown Socket.
Sep 27 23:06:13 wozi systemd[1]: Listening on Delayed Shutdown Socket.
Sep 27 23:06:13 wozi systemd[1]: Starting Arbitrary Executable File Formats File System Automount Point.
Sep 27 23:06:13 wozi systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
Sep 27 23:06:13 wozi systemd[1]: Starting Encrypted Volumes.
Sep 27 23:06:13 wozi systemd[1]: Reached target Encrypted Volumes.
Sep 27 23:06:13 wozi systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.
Sep 27 23:06:13 wozi systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
Sep 27 23:06:13 wozi systemd[1]: Starting udev Kernel Socket.
Sep 27 23:06:13 wozi systemd[1]: Listening on udev Kernel Socket.
Sep 27 23:06:13 wozi systemd[1]: Starting udev Control Socket.
Sep 27 23:06:13 wozi systemd[1]: Listening on udev Control Socket.
Sep 27 23:06:13 wozi systemd[1]: Starting Journal Socket.
Sep 27 23:06:13 wozi systemd[1]: Listening on Journal Socket.
Sep 27 23:06:13 wozi systemd[1]: Starting Apply Kernel Variables...
Sep 27 23:06:13 wozi systemd[1]: Starting udev Coldplug all Devices...
Sep 27 23:06:13 wozi systemd[1]: Mounting POSIX Message Queue File System...
Sep 27 23:06:13 wozi systemd[1]: Starting Create list of required static device nodes for the current kernel...
Sep 27 23:06:13 wozi systemd[1]: Starting Setup Virtual Console...
Sep 27 23:06:13 wozi systemd[1]: Started Set Up Additional Binary Formats.
Sep 27 23:06:13 wozi systemd[1]: Started Load Kernel Modules.
Sep 27 23:06:13 wozi systemd[1]: Mounting Configuration File System...
Sep 27 23:06:13 wozi systemd[1]: Mounted FUSE Control File System.
Sep 27 23:06:13 wozi systemd[1]: Mounting Debug File System...
Sep 27 23:06:13 wozi systemd[1]: Mounting Huge Pages File System...
Sep 27 23:06:13 wozi systemd[1]: Starting Journal Service...
Sep 27 23:06:13 wozi systemd[1]: Started Journal Service.
Sep 27 23:06:13 wozi kernel: EXT4-fs (sda1): re-mounted. Opts: data=ordered
Sep 27 23:06:13 wozi kernel: usb 5-1: new full-speed USB device number 2 using uhci_hcd
Sep 27 23:06:13 wozi systemd-journal[114]: Journal started
Sep 27 23:06:13 wozi systemd[1]: Expecting device dev-sda2.device...
Sep 27 23:06:13 wozi systemd[1]: Expecting device dev-disk-by\x2dlabel-swap.device...
Sep 27 23:06:13 wozi systemd[1]: Started File System Check on Root Device.
Sep 27 23:06:13 wozi systemd[1]: Mounting Temporary Directory...
Sep 27 23:06:13 wozi systemd[1]: Starting Remount Root and Kernel File Systems...
Sep 27 23:06:13 wozi systemd[1]: Starting Root Slice.
Sep 27 23:06:13 wozi systemd[1]: Created slice Root Slice.
Sep 27 23:06:13 wozi systemd[1]: Starting User and Session Slice.
Sep 27 23:06:13 wozi systemd[1]: Created slice User and Session Slice.
Sep 27 23:06:13 wozi systemd[1]: Starting System Slice.
Sep 27 23:06:13 wozi systemd[1]: Created slice System Slice.
Sep 27 23:06:13 wozi systemd[1]: Starting system-dhcpcd.slice.
Sep 27 23:06:13 wozi systemd[1]: Created slice system-dhcpcd.slice.
Sep 27 23:06:13 wozi systemd[1]: Starting system-getty.slice.
Sep 27 23:06:13 wozi systemd[1]: Created slice system-getty.slice.
Sep 27 23:06:13 wozi systemd[1]: Starting Slices.
Sep 27 23:06:13 wozi systemd[1]: Reached target Slices.
Sep 27 23:06:13 wozi systemd[1]: Started Apply Kernel Variables.
Sep 27 23:06:13 wozi systemd[1]: Mounted POSIX Message Queue File System.
Sep 27 23:06:13 wozi systemd[1]: Started Setup Virtual Console.
Sep 27 23:06:13 wozi systemd[1]: Mounted Configuration File System.
Sep 27 23:06:13 wozi systemd[1]: Mounted Debug File System.
Sep 27 23:06:13 wozi systemd[1]: Mounted Huge Pages File System.
Sep 27 23:06:13 wozi systemd[1]: Mounted Temporary Directory.
Sep 27 23:06:13 wozi systemd[1]: Started Remount Root and Kernel File Systems.
Sep 27 23:06:13 wozi systemd[1]: Started udev Coldplug all Devices.
Sep 27 23:06:13 wozi systemd[1]: Started Create list of required static device nodes for the current kernel.
Sep 27 23:06:13 wozi systemd[1]: Starting Create static device nodes in /dev...
Sep 27 23:06:13 wozi systemd[1]: Starting Load/Save Random Seed...
Sep 27 23:06:13 wozi systemd[1]: Started Load/Save Random Seed.
Sep 27 23:06:13 wozi systemd[1]: Started Create static device nodes in /dev.
Sep 27 23:06:13 wozi systemd[1]: Starting udev Kernel Device Manager...
Sep 27 23:06:13 wozi systemd[1]: Starting Local File Systems (Pre).
Sep 27 23:06:13 wozi systemd[1]: Reached target Local File Systems (Pre).
Sep 27 23:06:13 wozi systemd[1]: Starting Local File Systems.
Sep 27 23:06:13 wozi systemd-udevd[135]: starting version 207
Sep 27 23:06:13 wozi systemd[1]: Reached target Local File Systems.
Sep 27 23:06:13 wozi systemd[1]: Starting Recreate Volatile Files and Directories...
Sep 27 23:06:13 wozi systemd[1]: Started udev Kernel Device Manager.
Sep 27 23:06:13 wozi systemd[1]: Started Recreate Volatile Files and Directories.
Sep 27 23:06:13 wozi systemd[1]: Starting Update UTMP about System Reboot/Shutdown...
Sep 27 23:06:13 wozi systemd[1]: Started Update UTMP about System Reboot/Shutdown.
Sep 27 23:06:13 wozi kernel: ACPI: Requesting acpi_cpufreq
Sep 27 23:06:13 wozi kernel: agpgart: Detected VIA P4M890 chipset
Sep 27 23:06:13 wozi kernel: input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input0
Sep 27 23:06:13 wozi kernel: ACPI: Power Button [PWRB]
Sep 27 23:06:13 wozi kernel: input: Sleep Button as /devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input1
Sep 27 23:06:13 wozi kernel: ACPI: Sleep Button [SLPB]
Sep 27 23:06:13 wozi kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
Sep 27 23:06:13 wozi kernel: ACPI: Power Button [PWRF]
Sep 27 23:06:13 wozi kernel: agpgart-via 0000:00:00.0: AGP aperture is 128M @ 0xd0000000
Sep 27 23:06:13 wozi kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
Sep 27 23:06:13 wozi kernel: thermal LNXTHERM:00: registered as thermal_zone0
Sep 27 23:06:13 wozi kernel: ACPI: Thermal Zone [THRM] (40 C)
Sep 27 23:06:13 wozi kernel: ACPI: Fan [FAN] (on)
Sep 27 23:06:13 wozi kernel: [drm] Initialized drm 1.1.0 20060810
Sep 27 23:06:13 wozi kernel: via_rhine: v1.10-LK1.5.0 2010-10-09 Written by Donald Becker
Sep 27 23:06:13 wozi kernel: via-rhine 0000:00:12.0 eth0: VIA Rhine II at 0x1d000, 00:19:db:87:a3:1b, IRQ 23
Sep 27 23:06:13 wozi kernel: via-rhine 0000:00:12.0 eth0: MII PHY found at address 1, status 0x786d advertising 05e1 Link 45e1
Sep 27 23:06:13 wozi kernel: input: PC Speaker as /devices/platform/pcspkr/input/input3
Sep 27 23:06:13 wozi kernel: hda-intel 0000:02:00.1: Handle VGA-switcheroo audio client
Sep 27 23:06:13 wozi kernel: snd_hda_intel 0000:02:00.1: irq 66 for MSI/MSI-X
Sep 27 23:06:13 wozi kernel: snd_hda_intel 0000:02:00.1: PCI: Disallowing DAC for device
Sep 27 23:06:13 wozi kernel: PCI parallel port detected: 9710:9805, I/O at 0x9c00(0x9800), IRQ 18
Sep 27 23:06:13 wozi kernel: parport0: PC-style at 0x9c00 (0x9800), irq 18 [PCSPP,TRISTATE]
Sep 27 23:06:13 wozi kernel: microcode: CPU0 sig=0x6f2, pf=0x1, revision=0x56
Sep 27 23:06:13 wozi kernel: hidraw: raw HID events driver (C) Jiri Kosina
Sep 27 23:06:13 wozi kernel: usbcore: registered new interface driver usbhid
Sep 27 23:06:13 wozi kernel: usbhid: USB HID core driver
Sep 27 23:06:13 wozi kernel: ppdev: user-space parallel port driver
Sep 27 23:06:13 wozi kernel: microcode: CPU1 sig=0x6f2, pf=0x1, revision=0x56
Sep 27 23:06:13 wozi systemd-udevd[148]: renamed network interface eth0 to enp0s18
Sep 27 23:06:13 wozi kernel: input: MOSART Semi. 2.4G Keyboard Mouse as /devices/pci0000:00/0000:00:10.3/usb5/5-1/5-1:1.0/input/input4
Sep 27 23:06:13 wozi kernel: hid-generic 0003:062A:3286.0001: input,hidraw0: USB HID v1.10 Keyboard [MOSART Semi. 2.4G Keyboard Mouse] on usb-0000:00:10.3-1/input0
Sep 27 23:06:13 wozi kernel: input: MOSART Semi. 2.4G Keyboard Mouse as /devices/pci0000:00/0000:00:10.3/usb5/5-1/5-1:1.1/input/input5
Sep 27 23:06:13 wozi kernel: hid-generic 0003:062A:3286.0002: input,hiddev0,hidraw1: USB HID v1.10 Mouse [MOSART Semi. 2.4G Keyboard Mouse] on usb-0000:00:10.3-1/input1
Sep 27 23:06:14 wozi kernel: microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
Sep 27 23:06:14 wozi kernel: coretemp coretemp.0: Using relative temperature scale!
Sep 27 23:06:14 wozi kernel: coretemp coretemp.0: Using relative temperature scale!
Sep 27 23:06:14 wozi systemd[1]: Found device VT6102 [Rhine-II].
Sep 27 23:06:14 wozi kernel: [drm] radeon kernel modesetting enabled.
Sep 27 23:06:14 wozi systemd[1]: Found device KINGSTON_SV300S37A120G.
Sep 27 23:06:14 wozi systemd[1]: Found device KINGSTON_SV300S37A120G.
Sep 27 23:06:14 wozi systemd[1]: Activating swap /dev/sda2...
Sep 27 23:06:14 wozi systemd[1]: Activating swap /dev/disk/by-label/swap...
Sep 27 23:06:14 wozi kernel: Adding 1876416k swap on /dev/sda2.  Priority:-1 extents:1 across:1876416k SSFS
Sep 27 23:06:14 wozi swapon[168]: swapon: /dev/disk/by-label/swap: swapon failed: Device or resource busy
Sep 27 23:06:14 wozi systemd[1]: Activated swap /dev/sda2.
Sep 27 23:06:14 wozi systemd[1]: dev-disk-by\x2dlabel-swap.swap swap process exited, code=exited status=255
Sep 27 23:06:14 wozi systemd[1]: Failed to activate swap /dev/disk/by-label/swap.
Sep 27 23:06:14 wozi systemd[1]: Dependency failed for Swap.
Sep 27 23:06:14 wozi systemd[1]: Unit dev-disk-by\x2dlabel-swap.swap entered failed state.
Sep 27 23:06:14 wozi systemd[1]: Starting System Initialization.
Sep 27 23:06:14 wozi systemd[1]: Reached target System Initialization.
Sep 27 23:06:14 wozi systemd[1]: Starting CUPS Printer Service Spool.
Sep 27 23:06:14 wozi systemd[1]: Started CUPS Printer Service Spool.
Sep 27 23:06:14 wozi systemd[1]: Starting Paths.
Sep 27 23:06:14 wozi systemd[1]: Reached target Paths.
Sep 27 23:06:14 wozi systemd[1]: Starting ACPID Listen Socket.
Sep 27 23:06:14 wozi systemd[1]: Listening on ACPID Listen Socket.
Sep 27 23:06:14 wozi systemd[1]: Starting Avahi mDNS/DNS-SD Stack Activation Socket.
Sep 27 23:06:14 wozi systemd[1]: Listening on Avahi mDNS/DNS-SD Stack Activation Socket.
Sep 27 23:06:14 wozi systemd[1]: Starting CUPS Printing Service Sockets.
Sep 27 23:06:14 wozi systemd[1]: Listening on CUPS Printing Service Sockets.
Sep 27 23:06:14 wozi systemd[1]: Starting D-Bus System Message Bus Socket.
Sep 27 23:06:14 wozi systemd[1]: Listening on D-Bus System Message Bus Socket.
Sep 27 23:06:14 wozi systemd[1]: Starting Sockets.
Sep 27 23:06:14 wozi systemd[1]: Reached target Sockets.
Sep 27 23:06:14 wozi systemd[1]: Starting Daily Cleanup of Temporary Directories.
Sep 27 23:06:14 wozi systemd[1]: Started Daily Cleanup of Temporary Directories.
Sep 27 23:06:14 wozi systemd[1]: Starting Timers.
Sep 27 23:06:14 wozi systemd[1]: Reached target Timers.
Sep 27 23:06:14 wozi systemd[1]: Started Manage Sound Card State (restore and store).
Sep 27 23:06:14 wozi systemd[1]: Starting Restore Sound Card State...
Sep 27 23:06:14 wozi kernel: scsi 4:0:0:0: Direct-Access     Generic  2.0 Reader   -CF 1.20 PQ: 0 ANSI: 0 CCS
Sep 27 23:06:14 wozi systemd[1]: Starting Basic System.
Sep 27 23:06:14 wozi systemd[1]: Reached target Basic System.
Sep 27 23:06:14 wozi systemd[1]: Starting dhcpcd on enp0s18...
Sep 27 23:06:14 wozi systemd[1]: Starting Periodic Command Scheduler...
Sep 27 23:06:14 wozi dhcpcd[173]: dhcpcd: unknown option -- wozi
Sep 27 23:06:14 wozi dhcpcd[173]: version 6.0.5 starting
Sep 27 23:06:14 wozi crond[175]: (CRON) INFO (Syslog will be used instead of sendmail.)
Sep 27 23:06:14 wozi alsactl[172]: /usr/bin/alsactl: load_state:1729: No soundcards found...
Sep 27 23:06:14 wozi crond[175]: (CRON) INFO (running with inotify support)
Sep 27 23:06:14 wozi systemd[1]: Started Periodic Command Scheduler.
Sep 27 23:06:14 wozi systemd[1]: Starting Login Service...
Sep 27 23:06:14 wozi kernel: scsi 4:0:0:1: Direct-Access     Generic  2.0 Reader   -SM 1.20 PQ: 0 ANSI: 0 CCS
Sep 27 23:06:14 wozi systemd[1]: Starting ACPI event daemon...
Sep 27 23:06:14 wozi systemd[1]: Started ACPI event daemon.
Sep 27 23:06:14 wozi systemd[1]: Starting Avahi mDNS/DNS-SD Stack...
Sep 27 23:06:14 wozi kernel: scsi 4:0:0:2: Direct-Access     Generic  2.0 Reader   -SD 1.20 PQ: 0 ANSI: 0 CCS
Sep 27 23:06:14 wozi acpid[183]: starting up with netlink and the input layer
Sep 27 23:06:14 wozi acpid[183]: 1 rule loaded
Sep 27 23:06:14 wozi acpid[183]: waiting for events: event logging is off
Sep 27 23:06:14 wozi systemd[1]: Starting D-Bus System Message Bus...
Sep 27 23:06:14 wozi avahi-daemon[196]: Found user 'avahi' (UID 84) and group 'avahi' (GID 84).
Sep 27 23:06:14 wozi avahi-daemon[196]: Successfully dropped root privileges.
Sep 27 23:06:14 wozi avahi-daemon[196]: avahi-daemon 0.6.31 starting up.
Sep 27 23:06:14 wozi avahi-daemon[196]: WARNING: No NSS support for mDNS detected, consider installing nss-mdns!
Sep 27 23:06:14 wozi systemd[1]: Started D-Bus System Message Bus.
Sep 27 23:06:14 wozi systemd[1]: Started Restore Sound Card State.
Sep 27 23:06:14 wozi kernel: scsi 4:0:0:3: Direct-Access     Generic  2.0 Reader   -MS 1.20 PQ: 0 ANSI: 0 CCS
Sep 27 23:06:14 wozi avahi-daemon[196]: Successfully called chroot().
Sep 27 23:06:14 wozi avahi-daemon[196]: Successfully dropped remaining capabilities.
Sep 27 23:06:14 wozi avahi-daemon[196]: Loading service file /services/sftp-ssh.service.
Sep 27 23:06:14 wozi avahi-daemon[196]: Loading service file /services/ssh.service.
Sep 27 23:06:14 wozi avahi-daemon[196]: Loading service file /services/udisks.service.
Sep 27 23:06:14 wozi avahi-daemon[196]: Network interface enumeration completed.
Sep 27 23:06:14 wozi avahi-daemon[196]: Registering new address record for fe80::219:dbff:fe87:a31b on enp0s18.*.
Sep 27 23:06:14 wozi avahi-daemon[196]: Server startup complete. Host name is wozi.local. Local service cookie is 880464256.
Sep 27 23:06:14 wozi avahi-daemon[196]: Service "wozi" (/services/udisks.service) successfully established.
Sep 27 23:06:14 wozi avahi-daemon[196]: Service "wozi" (/services/ssh.service) successfully established.
Sep 27 23:06:14 wozi avahi-daemon[196]: Service "wozi" (/services/sftp-ssh.service) successfully established.
Sep 27 23:06:14 wozi avahi-daemon[196]: Registering HINFO record with values 'X86_64'/'LINUX'.
Sep 27 23:06:14 wozi systemd[1]: Started Avahi mDNS/DNS-SD Stack.
Sep 27 23:06:14 wozi systemd-logind[179]: New seat seat0.
Sep 27 23:06:14 wozi systemd-logind[179]: Watching system buttons on /dev/input/event2 (Power Button)
Sep 27 23:06:14 wozi systemd-logind[179]: Watching system buttons on /dev/input/event0 (Power Button)
Sep 27 23:06:14 wozi kernel: scsi 4:0:0:4: Direct-Access     Generic  2.0 Reader   -xD 1.20 PQ: 0 ANSI: 0 CCS
Sep 27 23:06:14 wozi systemd-logind[179]: Watching system buttons on /dev/input/event1 (Sleep Button)
Sep 27 23:06:14 wozi kernel: sd 4:0:0:1: [sdc] Attached SCSI removable disk
Sep 27 23:06:14 wozi kernel: sd 4:0:0:0: [sdb] Attached SCSI removable disk
Sep 27 23:06:14 wozi kernel: sd 4:0:0:2: [sdd] Attached SCSI removable disk
Sep 27 23:06:14 wozi kernel: sd 4:0:0:3: [sde] Attached SCSI removable disk
Sep 27 23:06:14 wozi kernel: sd 4:0:0:4: [sdf] Attached SCSI removable disk
Sep 27 23:06:14 wozi systemd[1]: Started Login Service.
Sep 27 23:06:14 wozi dhcpcd[173]: enp0s18: soliciting an IPv6 router
Sep 27 23:06:14 wozi dhcpcd[173]: enp0s18: rebinding lease of 192.168.0.110
Sep 27 23:06:14 wozi kernel: Switched to clocksource tsc
Sep 27 23:06:14 wozi kernel: hda-intel 0000:02:00.1: Codec #0 probe error; disabling it...
Sep 27 23:06:19 wozi dhcpcd[173]: enp0s18: leased 192.168.0.110 for 604800 seconds
Sep 27 23:06:19 wozi dhcpcd[173]: enp0s18: adding host route to 192.168.0.110 via 127.0.0.1
Sep 27 23:06:19 wozi dhcpcd[173]: enp0s18: adding route to 192.168.0.0/24
Sep 27 23:06:19 wozi dhcpcd[173]: enp0s18: adding default route via 192.168.0.1
Sep 27 23:06:19 wozi avahi-daemon[196]: Joining mDNS multicast group on interface enp0s18.IPv4 with address 192.168.0.110.
Sep 27 23:06:19 wozi avahi-daemon[196]: New relevant interface enp0s18.IPv4 for mDNS.
Sep 27 23:06:19 wozi avahi-daemon[196]: Registering new address record for 192.168.0.110 on enp0s18.IPv4.
Sep 27 23:06:19 wozi kernel: hda-intel 0000:02:00.1: no codecs initialized
Sep 27 23:06:19 wozi kernel: checking generic (c0000000 1e0000) vs hw (c0000000 10000000)
Sep 27 23:06:19 wozi kernel: fb: conflicting fb hw usage radeondrmfb vs VESA VGA - removing generic driver
Sep 27 23:06:19 wozi kernel: Console: switching to colour dummy device 80x25
Sep 27 23:06:19 wozi kernel: [drm] initializing kernel modesetting (RV710 0x1002:0x9540 0x174B:0xE106).
Sep 27 23:06:19 wozi kernel: radeon 0000:02:00.0: PCI: Disallowing DAC for device
Sep 27 23:06:19 wozi kernel: radeon: No suitable DMA available.
Sep 27 23:06:19 wozi kernel: [drm] register mmio base: 0xDFEE0000
Sep 27 23:06:19 wozi kernel: [drm] register mmio size: 65536
Sep 27 23:06:19 wozi kernel: ATOM BIOS: 
Sep 27 23:06:19 wozi kernel: radeon 0000:02:00.0: VRAM: 512M 0x0000000000000000 - 0x000000001FFFFFFF (512M used)
Sep 27 23:06:19 wozi kernel: radeon 0000:02:00.0: GTT: 512M 0x0000000020000000 - 0x000000003FFFFFFF
Sep 27 23:06:19 wozi kernel: [drm] Detected VRAM RAM=512M, BAR=256M
Sep 27 23:06:19 wozi kernel: [drm] RAM width 64bits DDR
Sep 27 23:06:19 wozi kernel: snd_hda_intel 0000:80:01.0: irq 66 for MSI/MSI-X
Sep 27 23:06:19 wozi kernel: snd_hda_intel 0000:80:01.0: PCI: Disallowing DAC for device
Sep 27 23:06:19 wozi kernel: [TTM] Zone  kernel: Available graphics memory: 510480 kiB
Sep 27 23:06:19 wozi kernel: [TTM] Initializing pool allocator
Sep 27 23:06:19 wozi kernel: [TTM] Initializing DMA pool allocator
Sep 27 23:06:19 wozi kernel: [drm] radeon: 512M of VRAM memory ready
Sep 27 23:06:19 wozi kernel: [drm] radeon: 512M of GTT memory ready.
Sep 27 23:06:19 wozi kernel: [drm] GART: num cpu pages 131072, num gpu pages 131072
Sep 27 23:06:19 wozi kernel: [drm] Loading RV710 Microcode
Sep 27 23:06:19 wozi kernel: [drm] PCIE GART of 512M enabled (table at 0x000000000025D000).
Sep 27 23:06:19 wozi kernel: radeon 0000:02:00.0: WB enabled
Sep 27 23:06:19 wozi kernel: radeon 0000:02:00.0: fence driver on ring 0 use gpu addr 0x0000000020000c00 and cpu addr 0xffff88003cb2bc00
Sep 27 23:06:19 wozi kernel: radeon 0000:02:00.0: fence driver on ring 3 use gpu addr 0x0000000020000c0c and cpu addr 0xffff88003cb2bc0c
Sep 27 23:06:19 wozi kernel: radeon 0000:02:00.0: fence driver on ring 5 use gpu addr 0x000000000005c598 and cpu addr 0xffffc90010f1c598
Sep 27 23:06:19 wozi kernel: [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
Sep 27 23:06:19 wozi kernel: [drm] Driver supports precise vblank timestamp query.
Sep 27 23:06:19 wozi kernel: radeon 0000:02:00.0: irq 67 for MSI/MSI-X
Sep 27 23:06:19 wozi kernel: radeon 0000:02:00.0: radeon: using MSI.
Sep 27 23:06:19 wozi kernel: [drm] radeon: irq initialized.
Sep 27 23:06:20 wozi kernel: input: HDA VIA VT82xx Front Headphone as /devices/pci0000:80/0000:80:01.0/sound/card0/input6
Sep 27 23:06:20 wozi kernel: input: HDA VIA VT82xx Line Out Side as /devices/pci0000:80/0000:80:01.0/sound/card0/input7
Sep 27 23:06:20 wozi kernel: input: HDA VIA VT82xx Line Out CLFE as /devices/pci0000:80/0000:80:01.0/sound/card0/input8
Sep 27 23:06:20 wozi kernel: input: HDA VIA VT82xx Line Out Surround as /devices/pci0000:80/0000:80:01.0/sound/card0/input9
Sep 27 23:06:20 wozi kernel: input: HDA VIA VT82xx Line Out Front as /devices/pci0000:80/0000:80:01.0/sound/card0/input10
Sep 27 23:06:20 wozi kernel: input: HDA VIA VT82xx Line as /devices/pci0000:80/0000:80:01.0/sound/card0/input11
Sep 27 23:06:20 wozi kernel: input: HDA VIA VT82xx Rear Mic as /devices/pci0000:80/0000:80:01.0/sound/card0/input12
Sep 27 23:06:20 wozi kernel: input: HDA VIA VT82xx Front Mic as /devices/pci0000:80/0000:80:01.0/sound/card0/input13
Sep 27 23:06:20 wozi systemd[1]: Starting Sound Card.
Sep 27 23:06:20 wozi systemd[1]: Reached target Sound Card.
Sep 27 23:06:20 wozi kernel: [drm] ring test on 0 succeeded in 1 usecs
Sep 27 23:06:20 wozi kernel: [drm] ring test on 3 succeeded in 0 usecs
Sep 27 23:06:20 wozi dhcpcd[173]: forked to background, child pid 299
Sep 27 23:06:20 wozi systemd[1]: Started dhcpcd on enp0s18.
Sep 27 23:06:20 wozi systemd[1]: Starting Network.
Sep 27 23:06:20 wozi systemd[1]: Reached target Network.
Sep 27 23:06:20 wozi systemd[1]: Starting Network Time Service...
Sep 27 23:06:20 wozi systemd[1]: Mounting /home/markus/nas...
Sep 27 23:06:20 wozi ntpd[300]: ntpd 4.2.6p5@1.2349-o Thu Aug  1 03:29:01 UTC 2013 (1)
Sep 27 23:06:20 wozi ntpd[306]: proto: precision = 0.155 usec
Sep 27 23:06:20 wozi ntpd[306]: ntp_io: estimated max descriptors: 1024, initial socket boundary: 16
Sep 27 23:06:20 wozi ntpd[306]: Listen and drop on 0 v4wildcard 0.0.0.0 UDP 123
Sep 27 23:06:20 wozi systemd[1]: Started Network Time Service.
Sep 27 23:06:20 wozi kernel: FS-Cache: Loaded
Sep 27 23:06:20 wozi ntpd[306]: Listen and drop on 1 v6wildcard :: UDP 123
Sep 27 23:06:20 wozi ntpd[306]: Listen normally on 2 lo 127.0.0.1 UDP 123
Sep 27 23:06:20 wozi ntpd[306]: Listen normally on 3 enp0s18 192.168.0.110 UDP 123
Sep 27 23:06:20 wozi ntpd[306]: Listen normally on 4 lo ::1 UDP 123
Sep 27 23:06:20 wozi ntpd[306]: Listen normally on 5 enp0s18 fe80::219:dbff:fe87:a31b UDP 123
Sep 27 23:06:20 wozi ntpd[306]: peers refreshed
Sep 27 23:06:20 wozi ntpd[306]: Listening on routing socket on fd #22 for interface updates
Sep 27 23:06:20 wozi kernel: FS-Cache: Netfs 'cifs' registered for caching
Sep 27 23:06:20 wozi kernel: Key type cifs.spnego registered
Sep 27 23:06:20 wozi kernel: Key type cifs.idmap registered
Sep 27 23:06:20 wozi kernel: [drm] ring test on 5 succeeded in 1 usecs
Sep 27 23:06:20 wozi kernel: [drm] UVD initialized successfully.
Sep 27 23:06:20 wozi kernel: [drm] Enabling audio support
Sep 27 23:06:20 wozi kernel: [drm] ib test on ring 0 succeeded in 0 usecs
Sep 27 23:06:20 wozi kernel: [drm] ib test on ring 3 succeeded in 0 usecs
Sep 27 23:06:20 wozi systemd[1]: Mounted /home/markus/nas.
Sep 27 23:06:20 wozi systemd[1]: Starting Remote File Systems.
Sep 27 23:06:20 wozi systemd[1]: Reached target Remote File Systems.
Sep 27 23:06:20 wozi systemd[1]: Starting Trigger Flushing of Journal to Persistent Storage...
Sep 27 23:06:20 wozi systemd-journal[114]: Permanent journal is using 122.1M (max 4.0G, leaving 4.0G of free 87.8G, current limit 4.0G).
Sep 27 23:06:20 wozi systemd[1]: Started Trigger Flushing of Journal to Persistent Storage.
Sep 27 23:06:20 wozi systemd[1]: Starting Permit User Sessions...
Sep 27 23:06:20 wozi systemd[1]: Started Permit User Sessions.
Sep 27 23:06:20 wozi systemd[1]: Starting Getty on tty1...
Sep 27 23:06:20 wozi systemd[1]: Started Getty on tty1.
Sep 27 23:06:20 wozi systemd[1]: Starting Login Prompts.
Sep 27 23:06:20 wozi systemd[1]: Reached target Login Prompts.
Sep 27 23:06:20 wozi systemd[1]: Starting Multi-User System.
Sep 27 23:06:20 wozi systemd[1]: Reached target Multi-User System.
Sep 27 23:06:20 wozi systemd[1]: Startup finished in 1.242s (kernel) + 6.942s (userspace) = 8.185s.
Sep 27 23:06:20 wozi systemd[1]: Starting user-1000.slice.
Sep 27 23:06:20 wozi systemd[1]: Created slice user-1000.slice.
Sep 27 23:06:20 wozi systemd[1]: Starting User Manager for 1000...
Sep 27 23:06:20 wozi systemd-logind[179]: New session 1 of user markus.
Sep 27 23:06:20 wozi systemd[1]: Starting Session 1 of user markus.
Sep 27 23:06:20 wozi systemd[1]: Started Session 1 of user markus.
Sep 27 23:06:20 wozi systemd[349]: Failed to open private bus connection: Failed to connect to socket /run/user/1000/dbus/user_bus_socket: No such file or directory
Sep 27 23:06:20 wozi systemd[349]: Mounted /sys/kernel/config.
Sep 27 23:06:20 wozi systemd[349]: Stopped target Sound Card.
Sep 27 23:06:20 wozi systemd[349]: Starting Default.
Sep 27 23:06:20 wozi systemd[349]: Reached target Default.
Sep 27 23:06:20 wozi systemd[349]: Startup finished in 27ms.
Sep 27 23:06:20 wozi systemd[1]: Started User Manager for 1000.
Sep 27 23:06:20 wozi login[348]: pam_unix(login:session): session opened for user markus by LOGIN(uid=0)
Sep 27 23:06:20 wozi systemd[349]: pam_unix(systemd-user:session): session opened for user markus by (uid=0)
Sep 27 23:06:20 wozi login[348]: LOGIN ON tty1 BY markus
Sep 27 23:06:20 wozi kernel: [drm] ib test on ring 5 succeeded
Sep 27 23:06:20 wozi kernel: [drm] Radeon Display Connectors
Sep 27 23:06:20 wozi kernel: [drm] Connector 0:
Sep 27 23:06:20 wozi kernel: [drm]   VGA-1
Sep 27 23:06:20 wozi kernel: [drm]   DDC: 0x7e40 0x7e40 0x7e44 0x7e44 0x7e48 0x7e48 0x7e4c 0x7e4c
Sep 27 23:06:20 wozi kernel: [drm]   Encoders:
Sep 27 23:06:20 wozi kernel: [drm]     CRT2: INTERNAL_KLDSCP_DAC2
Sep 27 23:06:20 wozi kernel: [drm] Connector 1:
Sep 27 23:06:20 wozi kernel: [drm]   HDMI-A-1
Sep 27 23:06:20 wozi kernel: [drm]   HPD1
Sep 27 23:06:20 wozi kernel: [drm]   DDC: 0x7e50 0x7e50 0x7e54 0x7e54 0x7e58 0x7e58 0x7e5c 0x7e5c
Sep 27 23:06:20 wozi kernel: [drm]   Encoders:
Sep 27 23:06:20 wozi kernel: [drm]     DFP1: INTERNAL_UNIPHY
Sep 27 23:06:20 wozi kernel: [drm] Connector 2:
Sep 27 23:06:20 wozi kernel: [drm]   DVI-I-1
Sep 27 23:06:20 wozi kernel: [drm]   HPD4
Sep 27 23:06:20 wozi kernel: [drm]   DDC: 0x7f10 0x7f10 0x7f14 0x7f14 0x7f18 0x7f18 0x7f1c 0x7f1c
Sep 27 23:06:20 wozi kernel: [drm]   Encoders:
Sep 27 23:06:20 wozi kernel: [drm]     CRT1: INTERNAL_KLDSCP_DAC1
Sep 27 23:06:20 wozi kernel: [drm]     DFP2: INTERNAL_UNIPHY2
Sep 27 23:06:20 wozi kernel: [drm] Internal thermal controller with fan control
Sep 27 23:06:20 wozi kernel: [drm] radeon: power management initialized
Sep 27 23:06:20 wozi kernel: [drm] fb mappable at 0xC035F000
Sep 27 23:06:20 wozi kernel: [drm] vram apper at 0xC0000000
Sep 27 23:06:20 wozi kernel: [drm] size 3686400
Sep 27 23:06:20 wozi kernel: [drm] fb depth is 24
Sep 27 23:06:20 wozi kernel: [drm]    pitch is 5120
Sep 27 23:06:20 wozi kernel: fbcon: radeondrmfb (fb0) is primary device
Sep 27 23:06:20 wozi kernel: Console: switching to colour frame buffer device 160x45
Sep 27 23:06:20 wozi kernel: radeon 0000:02:00.0: fb0: radeondrmfb frame buffer device
Sep 27 23:06:20 wozi kernel: radeon 0000:02:00.0: registered panic notifier
Sep 27 23:06:20 wozi kernel: [drm] Initialized radeon 2.34.0 20080528 for 0000:02:00.0 on minor 0
Sep 27 23:06:21 wozi dbus-daemon[199]: dbus[199]: [system] Activating via systemd: service name='org.freedesktop.PolicyKit1' unit='polkit.service'
Sep 27 23:06:21 wozi dbus[199]: [system] Activating via systemd: service name='org.freedesktop.PolicyKit1' unit='polkit.service'
Sep 27 23:06:21 wozi systemd[1]: Starting Authorization Manager...
Sep 27 23:06:21 wozi dbus-daemon[199]: dbus[199]: [system] Activating via systemd: service name='org.freedesktop.UDisks2' unit='udisks2.service'
Sep 27 23:06:21 wozi dbus[199]: [system] Activating via systemd: service name='org.freedesktop.UDisks2' unit='udisks2.service'
Sep 27 23:06:21 wozi systemd[1]: Starting Disk Manager...
Sep 27 23:06:21 wozi polkitd[406]: Started polkitd version 0.112
Sep 27 23:06:21 wozi polkitd[406]: Loading rules from directory /etc/polkit-1/rules.d
Sep 27 23:06:21 wozi polkitd[406]: Loading rules from directory /usr/share/polkit-1/rules.d
Sep 27 23:06:21 wozi polkitd[406]: Finished loading, compiling and executing 2 rules
Sep 27 23:06:21 wozi dbus-daemon[199]: dbus[199]: [system] Successfully activated service 'org.freedesktop.PolicyKit1'
Sep 27 23:06:21 wozi dbus[199]: [system] Successfully activated service 'org.freedesktop.PolicyKit1'
Sep 27 23:06:21 wozi polkitd[406]: Acquired the name org.freedesktop.PolicyKit1 on the system bus
Sep 27 23:06:21 wozi polkitd[406]: Registered Authentication Agent for unix-session:1 (system bus name :1.5 [/usr/lib/lxpolkit/lxpolkit], object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale de_DE.UTF-8)
Sep 27 23:06:21 wozi udisksd[418]: udisks daemon version 2.1.1 starting
Sep 27 23:06:21 wozi systemd[1]: Started Authorization Manager.
Sep 27 23:06:21 wozi kernel: fuse init (API version 7.22)
Sep 27 23:06:21 wozi systemd[1]: Mounted FUSE Control File System.
Sep 27 23:06:21 wozi dbus-daemon[199]: dbus[199]: [system] Successfully activated service 'org.freedesktop.UDisks2'
Sep 27 23:06:21 wozi dbus[199]: [system] Successfully activated service 'org.freedesktop.UDisks2'
Sep 27 23:06:21 wozi systemd[1]: Started Disk Manager.
Sep 27 23:06:21 wozi udisksd[418]: Acquired the name org.freedesktop.UDisks2 on the system message bus
Sep 27 23:06:27 wozi dhcpcd[299]: enp0s18: no IPv6 Routers available

oh, i just saw, the Logs begin date is also older, but i did reboot

Last edited by markonarch (2013-09-28 01:07:42)

Offline

Board footer

Powered by FluxBB