libretro / Lakka-LibreELEC

Lakka is a lightweight Linux distribution that transforms a small computer into a full blown game console.
https://www.lakka.tv
1.7k stars 289 forks source link

Lakka bootloop with any version #322

Closed RetroGlow closed 5 years ago

RetroGlow commented 6 years ago

Please help. We have tried other builds and everything and still no luck.

RobLoach commented 6 years ago

I've had this happen when it was a corrupted install. Try doing an md5 check on the image?

RetroGlow commented 6 years ago

how would I go about doing it?

ToKe79 commented 6 years ago

Hi, I have similar issue on old hardware (Compaq 6820s), when Lakka is installed on the internal storage, I cannot boot Lakka from USB. It looks like during the first boot it started installer instead of the live distro and the installation is corrupted.

I suggest, since it already wiped the windows xp from the internal drive, to live boot a linux distro from usb/cd and remove all partitions from the disk and then try to install again. Or instead of live try to boot installer (type installer at the boot: prompt).

http://www.lakka.tv/get/linux/generic/install/first-boot/

ToKe79 commented 6 years ago

But now I think there might be another issue - RetroArch is segfaulting (maybe incompatible display driver) and systemd restarts the service in a loop - hence the "flashing of the Lakka logo". To troubleshoot you could do following: Burn the image to USB thumb drive. Boot from the image. At boot: prompt type live tty retroarch=0 and hit Enter key. You will see the Lakka flower, wait for 30-60 seconds and press Ctrl+Alt+F3 on the keyboard to switch to the console, you should see the root prompt Lakka:~#. Then you will remount the FAT32 partition to read-write mode, so we can save some logs (if you can read EXT4-FS on your system, you may skip this step):

mount -o remount,rw /flash

Now you can get some logs by following the documentation. Very usefull is the output of following commands (replace flash with storage below if you want to save the output to the EXT4 partition):

dmesg >/flash/dmesg.txt
lspci -nnk >/flash/lspci.txt
lsusb >/flash/lsusb.txt

Also you can get a log from RetroArch:

retroarch -v &>/flash/retroarch.txt

You will find the logs on the USB drive and provide them here.

NyanProgrammer commented 6 years ago

I have the same problem on my old machine:

Pentium IV HD4650 AGP (DVI)

I use nomodeset and acpi=off, and i cant log some information

ToKe79 commented 6 years ago

@NyanProgrammer Have you tried these steps? https://github.com/libretro/Lakka-LibreELEC/issues/322#issuecomment-362070492

NyanProgrammer commented 6 years ago

I get the log files: (lsusb , not logged )

dmesg.txt:

[    0.000000] x86/fpu: x87 FPU will use FXSAVE
[    0.000000] e820: BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000000e4000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007ffbffff] usable
[    0.000000] BIOS-e820: [mem 0x000000007ffc0000-0x000000007ffcffff] ACPI data
[    0.000000] BIOS-e820: [mem 0x000000007ffd0000-0x000000007fffffff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000ff780000-0x00000000ffffffff] reserved
[    0.000000] Notice: NX (Execute Disable) protection missing in CPU!
[    0.000000] SMBIOS 2.3 present.
[    0.000000] DMI: System manufacturer System Product Name/P4S800-MX SE, BIOS 1009.002 10/20/2006
[    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000000] e820: last_pfn = 0x7ffc0 max_arch_pfn = 0x100000
[    0.000000] MTRR default type: uncachable
[    0.000000] MTRR fixed ranges enabled:
[    0.000000]   00000-9FFFF write-back
[    0.000000]   A0000-EFFFF uncachable
[    0.000000]   F0000-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 000000000 mask F80000000 write-back
[    0.000000]   1 disabled
[    0.000000]   2 disabled
[    0.000000]   3 disabled
[    0.000000]   4 disabled
[    0.000000]   5 disabled
[    0.000000]   6 disabled
[    0.000000]   7 disabled
[    0.000000] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WC  UC- UC  
[    0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [c00ff780]
[    0.000000] Scanning 1 areas for low memory corruption
[    0.000000] initial memory mapped: [mem 0x00000000-0x023fffff]
[    0.000000] Base memory trampoline at [c009b000] 9b000 size 16384
[    0.000000] BRK [0x02197000, 0x02197fff] PGTABLE
[    0.000000] 1159MB HIGHMEM available.
[    0.000000] 887MB LOWMEM available.
[    0.000000]   mapped low ram: 0 - 377fe000
[    0.000000]   low ram: 0 - 377fe000
[    0.000000] BRK [0x02198000, 0x02198fff] PGTABLE
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.000000]   Normal   [mem 0x0000000001000000-0x00000000377fdfff]
[    0.000000]   HighMem  [mem 0x00000000377fe000-0x000000007ffbffff]
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000000001000-0x000000000009efff]
[    0.000000]   node   0: [mem 0x0000000000100000-0x000000007ffbffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000007ffbffff]
[    0.000000] On node 0 totalpages: 524126
[    0.000000] free_area_init_node: node 0, pgdat c1ea1b40, node_mem_map f67fe020
[    0.000000]   DMA zone: 32 pages used for memmap
[    0.000000]   DMA zone: 0 pages reserved
[    0.000000]   DMA zone: 3998 pages, LIFO batch:0
[    0.000000]   Normal zone: 1744 pages used for memmap
[    0.000000]   Normal zone: 223230 pages, LIFO batch:31
[    0.000000]   HighMem zone: 296898 pages, LIFO batch:31
[    0.000000] Using APIC driver default
[    0.000000] Intel MultiProcessor Specification v1.4
[    0.000000]     Virtual Wire compatibility mode.
[    0.000000] MPTABLE: OEM ID: SiS     
[    0.000000] MPTABLE: Product ID: 
[    0.000000] MPTABLE: APIC at: 0xFEE00000
[    0.000000] Processor #0 (Bootup-CPU)
[    0.000000] IOAPIC[0]: apic_id 2, version 17, address 0xfec00000, GSI 0-23
[    0.000000] Processors: 1
[    0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs
[    0.000000] e820: [mem 0x80000000-0xff77ffff] available for PCI devices
[    0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
[    0.000000] setup_percpu: NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:1 nr_node_ids:1
[    0.000000] percpu: Embedded 21 pages/cpu @f67e6000 s56544 r0 d29472 u86016
[    0.000000] pcpu-alloc: s56544 r0 d29472 u86016 alloc=21*4096
[    0.000000] pcpu-alloc: [0] 0 
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 522350
[    0.000000] Kernel command line: root=/dev/ram0 rdinit=/init usbcore.autosuspend=-1 BOOT_IMAGE=/KERNEL boot=UUID=2111-5133 disk=UUID=9166222f-0683-46e2-addb-7b9389d24992 portable nomodeset quiet vt.global_cursor_default=0 loglevel=2 acpi=off tty retroarch=0
[    0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
[    0.000000] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)
[    0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
[    0.000000] Initializing CPU#0
[    0.000000] Initializing HighMem for node 0 (000377fe:0007ffc0)
[    0.000000] Initializing Movable for node 0 (00000000:00000000)
[    0.000000] Memory: 2060620K/2096504K available (10537K kernel code, 616K rwdata, 3844K rodata, 2572K init, 344K bss, 35884K reserved, 0K cma-reserved, 1187592K highmem)
[    0.000000] virtual kernel memory layout:
[    0.000000]     fixmap  : 0xfff17000 - 0xfffff000   ( 928 kB)
[    0.000000]     pkmap   : 0xff800000 - 0xffc00000   (4096 kB)
[    0.000000]     vmalloc : 0xf7ffe000 - 0xff7fe000   ( 120 MB)
[    0.000000]     lowmem  : 0xc0000000 - 0xf77fe000   ( 887 MB)
[    0.000000]       .init : 0xc1eab000 - 0xc212e000   (2572 kB)
[    0.000000]       .data : 0xc1a4a473 - 0xc1ea9140   (4475 kB)
[    0.000000]       .text : 0xc1000000 - 0xc1a4a473   (10537 kB)
[    0.000000] Checking if this processor honours the WP bit even in supervisor mode...Ok.
[    0.000000] SLUB: HWalign=128, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[    0.000000] Preemptible hierarchical RCU implementation.
[    0.000000]  Build-time adjustment of leaf fanout to 32.
[    0.000000]  RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=1.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=32, nr_cpu_ids=1
[    0.000000] NR_IRQS:2304 nr_irqs:256 16
[    0.000000] CPU 0 irqstacks, hard=f600c000 soft=f600e000
[    0.000000] Console: colour VGA+ 80x25
[    0.000000] console [tty0] enabled
[    0.000000] tsc: Fast TSC calibration failed
[    0.004000] tsc: Using PIT calibration value
[    0.004000] tsc: Detected 3520.040 MHz processor
[    0.004000] Calibrating delay loop (skipped), value calculated using timer frequency.. 7040.08 BogoMIPS (lpj=3520040)
[    0.004000] pid_max: default: 32768 minimum: 301
[    0.005039] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
[    0.005041] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
[    0.005379] CPU: Physical Processor ID: 0
[    0.005380] CPU: Processor Core ID: 0
[    0.005388] process: using mwait in idle threads
[    0.005400] Last level iTLB entries: 4KB 64, 2MB 64, 4MB 64
[    0.005401] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 64, 1GB 0
[    0.016634] Freeing SMP alternatives memory: 36K
[    0.016777] smpboot: Max logical packages: 1
[    0.016789] Enabling APIC mode:  Flat.  Using 1 I/O APICs
[    0.016829] ExtINT not setup in hardware but reported by MP table
[    0.017000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=0 pin2=0
[    0.128000] smpboot: CPU0: Intel(R) Pentium(R) 4 CPU 3.20GHz (family: 0xf, model: 0x3, stepping: 0x4)
[    0.131020] Performance Events: Netburst events, Netburst P4/Xeon PMU driver.
[    0.131034] ... version:                0
[    0.131035] ... bit width:              40
[    0.131036] ... generic registers:      18
[    0.131037] ... value mask:             000000ffffffffff
[    0.131038] ... max period:             0000007fffffffff
[    0.131039] ... fixed-purpose events:   0
[    0.131040] ... event mask:             000000000003ffff
[    0.143044] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[    0.145008] smp: Bringing up secondary CPUs ...
[    0.145010] smp: Brought up 1 node, 1 CPU
[    0.145012] smpboot: Total of 1 processors activated (7040.08 BogoMIPS)
[    0.145535] sched_clock: Marking stable (145000000, 0)->(244003816, -99003816)
[    0.145809] devtmpfs: initialized
[    0.146836] PM: Registering ACPI NVS region [mem 0x7ffd0000-0x7fffffff] (196608 bytes)
[    0.146851] reboot: ASUS P4S800 series board detected. Selecting BIOS-method for reboots.
[    0.146932] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
[    0.146939] futex hash table entries: 256 (order: 2, 16384 bytes)
[    0.146983] pinctrl core: initialized pinctrl subsystem
[    0.147187] NET: Registered protocol family 16
[    0.148021] cpuidle: using governor ladder
[    0.148030] cpuidle: using governor menu
[    0.152957] PCI: PCI BIOS revision 2.10 entry at 0xf0031, last bus=1
[    0.152958] PCI: Using configuration type 1 for base access
[    0.163030] ACPI: Interpreter disabled.
[    0.163101] vgaarb: loaded
[    0.163198] SCSI subsystem initialized
[    0.164023] libata version 3.00 loaded.
[    0.164097] usbcore: registered new interface driver usbfs
[    0.164114] usbcore: registered new interface driver hub
[    0.164128] usbcore: registered new device driver usb
[    0.164173] pps_core: LinuxPPS API ver. 1 registered
[    0.164174] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.164179] PTP clock support registered
[    0.164249] Advanced Linux Sound Architecture Driver Initialized.
[    0.164251] PCI: Probing PCI hardware
[    0.164253] PCI: root bus 00: using default resources
[    0.164255] PCI: Probing PCI hardware (bus 00)
[    0.164298] PCI host bridge to bus 0000:00
[    0.164304] pci_bus 0000:00: root bus resource [io  0x0000-0xffff]
[    0.164306] pci_bus 0000:00: root bus resource [mem 0x00000000-0xffffffff]
[    0.164309] pci_bus 0000:00: No busn resource found for root bus, will use [bus 00-ff]
[    0.164328] pci 0000:00:00.0: [1039:0661] type 00 class 0x060000
[    0.164339] pci 0000:00:00.0: reg 0x10: [mem 0xe0000000-0xe3ffffff]
[    0.164461] pci 0000:00:01.0: [1039:0003] type 01 class 0x060400
[    0.164546] pci 0000:00:02.0: [1039:0964] type 00 class 0x060100
[    0.164677] pci 0000:00:02.5: [1039:5513] type 00 class 0x01018a
[    0.164703] pci 0000:00:02.5: reg 0x10: [io  0x0000-0x0007]
[    0.164713] pci 0000:00:02.5: reg 0x14: [io  0x0000-0x0003]
[    0.164722] pci 0000:00:02.5: reg 0x18: [io  0x0000-0x0007]
[    0.164731] pci 0000:00:02.5: reg 0x1c: [io  0x0000-0x0003]
[    0.164741] pci 0000:00:02.5: reg 0x20: [io  0xffa0-0xffaf]
[    0.164761] pci 0000:00:02.5: legacy IDE quirk: reg 0x10: [io  0x01f0-0x01f7]
[    0.164762] pci 0000:00:02.5: legacy IDE quirk: reg 0x14: [io  0x03f6]
[    0.164764] pci 0000:00:02.5: legacy IDE quirk: reg 0x18: [io  0x0170-0x0177]
[    0.164766] pci 0000:00:02.5: legacy IDE quirk: reg 0x1c: [io  0x0376]
[    0.164793] pci 0000:00:02.5: PME# supported from D3cold
[    0.164865] pci 0000:00:02.7: [1039:7012] type 00 class 0x040100
[    0.164882] pci 0000:00:02.7: reg 0x10: [io  0xd800-0xd8ff]
[    0.164891] pci 0000:00:02.7: reg 0x14: [io  0xd400-0xd47f]
[    0.164959] pci 0000:00:02.7: supports D1 D2
[    0.164961] pci 0000:00:02.7: PME# supported from D3hot D3cold
[    0.165043] pci 0000:00:03.0: [1039:7001] type 00 class 0x0c0310
[    0.165057] pci 0000:00:03.0: reg 0x10: [mem 0xcfefc000-0xcfefcfff]
[    0.165167] pci 0000:00:03.1: [1039:7001] type 00 class 0x0c0310
[    0.165181] pci 0000:00:03.1: reg 0x10: [mem 0xcfefd000-0xcfefdfff]
[    0.165287] pci 0000:00:03.2: [1039:7001] type 00 class 0x0c0310
[    0.165302] pci 0000:00:03.2: reg 0x10: [mem 0xcfefe000-0xcfefefff]
[    0.165415] pci 0000:00:03.3: [1039:7002] type 00 class 0x0c0320
[    0.165430] pci 0000:00:03.3: reg 0x10: [mem 0xcfeff000-0xcfefffff]
[    0.165500] pci 0000:00:03.3: PME# supported from D0 D3hot D3cold
[    0.165575] pci 0000:00:04.0: [1039:0900] type 00 class 0x020000
[    0.165591] pci 0000:00:04.0: reg 0x10: [io  0xd000-0xd0ff]
[    0.165600] pci 0000:00:04.0: reg 0x14: [mem 0xcfefb000-0xcfefbfff]
[    0.165640] pci 0000:00:04.0: reg 0x30: [mem 0xcfec0000-0xcfedffff pref]
[    0.165668] pci 0000:00:04.0: supports D1 D2
[    0.165670] pci 0000:00:04.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.165739] pci 0000:00:05.0: [1039:0181] type 00 class 0x010185
[    0.165755] pci 0000:00:05.0: reg 0x10: [io  0xc800-0xc807]
[    0.165764] pci 0000:00:05.0: reg 0x14: [io  0xc400-0xc403]
[    0.165773] pci 0000:00:05.0: reg 0x18: [io  0xc000-0xc007]
[    0.165782] pci 0000:00:05.0: reg 0x1c: [io  0xb800-0xb803]
[    0.165791] pci 0000:00:05.0: reg 0x20: [io  0xb400-0xb40f]
[    0.165800] pci 0000:00:05.0: reg 0x24: [io  0xb000-0xb07f]
[    0.165835] pci 0000:00:05.0: PME# supported from D3cold
[    0.165908] pci 0000:00:08.0: [1814:0201] type 00 class 0x028000
[    0.165924] pci 0000:00:08.0: reg 0x10: [mem 0xcfef8000-0xcfef9fff]
[    0.166062] pci 0000:00:0a.0: [10b9:5459] type 00 class 0x070300
[    0.166078] pci 0000:00:0a.0: reg 0x10: [mem 0xcfefa000-0xcfefafff]
[    0.166087] pci 0000:00:0a.0: reg 0x14: [io  0xa800-0xa8ff]
[    0.166149] pci 0000:00:0a.0: PME# supported from D3hot D3cold
[    0.166283] pci 0000:01:00.0: [1002:9495] type 00 class 0x030000
[    0.166302] pci 0000:01:00.0: reg 0x10: [mem 0xd0000000-0xdfffffff pref]
[    0.166312] pci 0000:01:00.0: reg 0x14: [io  0xe000-0xe0ff]
[    0.166321] pci 0000:01:00.0: reg 0x18: [mem 0xcfff0000-0xcfffffff]
[    0.166353] pci 0000:01:00.0: reg 0x30: [mem 0xcffc0000-0xcffdffff pref]
[    0.166391] pci 0000:01:00.0: supports D1 D2
[    0.166438] pci 0000:01:00.0: vgaarb: setting as boot VGA device
[    0.166442] pci 0000:01:00.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    0.166481] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.166485] pci 0000:00:01.0:   bridge window [io  0xe000-0xefff]
[    0.166489] pci 0000:00:01.0:   bridge window [mem 0xcff00000-0xcfffffff]
[    0.166493] pci 0000:00:01.0:   bridge window [mem 0xd0000000-0xdfffffff pref]
[    0.166503] pci_bus 0000:00: busn_res: [bus 00-ff] end is updated to 01
[    0.166549] pci 0000:00:02.0: SIS IRQ router [1039:0964]
[    0.166558] PCI: pci_cache_line_size set to 64 bytes
[    0.166606] e820: reserve RAM buffer [mem 0x0009fc00-0x0009ffff]
[    0.166608] e820: reserve RAM buffer [mem 0x7ffc0000-0x7fffffff]
[    0.167196] clocksource: Switched to clocksource refined-jiffies
[    0.167288] FS-Cache: Loaded
[    0.167334] pnp: PnP ACPI: disabled
[    0.169976] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.169981] pci 0000:00:01.0:   bridge window [io  0xe000-0xefff]
[    0.169987] pci 0000:00:01.0:   bridge window [mem 0xcff00000-0xcfffffff]
[    0.169991] pci 0000:00:01.0:   bridge window [mem 0xd0000000-0xdfffffff pref]
[    0.170008] pci_bus 0000:00: resource 4 [io  0x0000-0xffff]
[    0.170011] pci_bus 0000:00: resource 5 [mem 0x00000000-0xffffffff]
[    0.170013] pci_bus 0000:01: resource 0 [io  0xe000-0xefff]
[    0.170015] pci_bus 0000:01: resource 1 [mem 0xcff00000-0xcfffffff]
[    0.170016] pci_bus 0000:01: resource 2 [mem 0xd0000000-0xdfffffff pref]
[    0.170050] NET: Registered protocol family 2
[    0.170262] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
[    0.170293] TCP bind hash table entries: 8192 (order: 5, 229376 bytes)
[    0.170453] TCP: Hash tables configured (established 8192 bind 8192)
[    0.170520] UDP hash table entries: 512 (order: 3, 32768 bytes)
[    0.170550] UDP-Lite hash table entries: 512 (order: 3, 32768 bytes)
[    0.170658] NET: Registered protocol family 1
[    0.174044] RPC: Registered named UNIX socket transport module.
[    0.174045] RPC: Registered udp transport module.
[    0.174047] RPC: Registered tcp transport module.
[    0.174048] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    0.174098] pci 0000:00:03.0: PCI->APIC IRQ transform: INT A -> IRQ 20
[    0.248002] pci 0000:00:03.1: PCI->APIC IRQ transform: INT B -> IRQ 21
[    0.321980] pci 0000:00:03.2: PCI->APIC IRQ transform: INT C -> IRQ 22
[    0.395964] pci 0000:00:03.3: PCI->APIC IRQ transform: INT D -> IRQ 23
[    0.396007] pci 0000:01:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.396010] PCI: CLS 64 bytes, default 64
[    0.450043] platform rtc_cmos: registered platform RTC device (no PNP device found)
[    0.450198] Scanning for low memory corruption every 60 seconds
[    0.450756] workingset: timestamp_bits=30 max_order=19 bucket_order=0
[    0.454337] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    0.456083] NFS: Registering the id_resolver key type
[    0.456095] Key type id_resolver registered
[    0.456096] Key type id_legacy registered
[    0.456102] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[    0.459942] FS-Cache: Netfs 'cifs' registered for caching
[    0.464531] bounce: pool size: 64 pages
[    0.464557] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)
[    0.464560] io scheduler noop registered
[    0.464616] io scheduler cfq registered (default)
[    0.464618] io scheduler mq-deadline registered
[    0.466067] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[    0.486526] serial8250: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[    0.486891] serial 0000:00:0a.0: PCI->APIC IRQ transform: INT A -> IRQ 18
[    0.487671] 0000:00:0a.0: ttyS1 at I/O 0xa828 (irq = 18, base_baud = 115200) is a 8250
[    0.488073] 0000:00:0a.0: ttyS2 at I/O 0xa840 (irq = 18, base_baud = 115200) is a 8250
[    0.488333] 0000:00:0a.0: ttyS3 at I/O 0xa850 (irq = 18, base_baud = 115200) is a 8250
[    0.488393] serial 0000:00:0a.0: Couldn't register serial port a858, irq 18, type 0, error -28
[    0.488452] Linux agpgart interface v0.103
[    0.488534] [drm] VGACON disable radeon kernel modesetting.
[    0.488544] [drm:radeon_init] *ERROR* No UMS support in radeon module!
[    0.488556] [drm:amdgpu_init] *ERROR* VGACON disables amdgpu kernel modesetting.
[    0.522622] brd: module loaded
[    0.522662] loop: module loaded
[    0.556313] usbcore: registered new interface driver rtsx_usb
[    0.556348] Loading iSCSI transport class v2.0-870.
[    0.557976] iscsi: registered transport (tcp)
[    0.558258] sata_sis 0000:00:05.0: version 1.0
[    0.558284] sata_sis 0000:00:05.0: PCI->APIC IRQ transform: INT A -> IRQ 17
[    0.558292] sata_sis 0000:00:05.0: Detected SiS 180/181/964 chipset in SATA mode
[    0.559914] scsi host0: sata_sis
[    0.561913] scsi host1: sata_sis
[    0.561976] ata1: SATA max UDMA/133 cmd 0xc800 ctl 0xc400 bmdma 0xb400 irq 17
[    0.561978] ata2: SATA max UDMA/133 cmd 0xc000 ctl 0xb800 bmdma 0xb408 irq 17
[    0.562182] pata_sis 0000:00:02.5: version 0.5.2
[    0.562193] pata_sis 0000:00:02.5: PCI->APIC IRQ transform: INT A -> IRQ 18
[    0.562284] pata_sis 0000:00:02.5: SiS 962/963 MuTIOL IDE UDMA133 controller
[    0.563925] scsi host2: pata_sis
[    0.565912] scsi host3: pata_sis
[    0.565974] ata3: PATA max UDMA/133 cmd 0x1f0 ctl 0x3f6 bmdma 0xffa0 irq 14
[    0.565976] ata4: PATA max UDMA/133 cmd 0x170 ctl 0x376 bmdma 0xffa8 irq 15
[    0.566420] tun: Universal TUN/TAP device driver, 1.6
[    0.566550] pcnet32: pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de
[    0.566592] Atheros(R) L2 Ethernet Driver - version 2.2.3
[    0.566593] Copyright (c) 2007 Atheros Corporation.
[    0.566726] cnic: QLogic cnicDriver v2.5.22 (July 20, 2015)
[    0.567941] uli526x: ULi M5261/M5263 net driver, version 0.9.3 (2005-7-29)
[    0.567965] e100: Intel(R) PRO/100 Network Driver, 3.5.24-k2-NAPI
[    0.567966] e100: Copyright(c) 1999-2006 Intel Corporation
[    0.567990] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI
[    0.567991] e1000: Copyright (c) 1999-2006 Intel Corporation.
[    0.568020] e1000e: Intel(R) PRO/1000 Network Driver - 3.2.6-k
[    0.568021] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[    0.568048] igb: Intel(R) Gigabit Ethernet Network Driver - version 5.4.0-k
[    0.568049] igb: Copyright (c) 2007-2014 Intel Corporation.
[    0.568077] jme: JMicron JMC2XX ethernet driver version 1.0.8
[    0.568125] sky2: driver version 1.30
[    0.568277] sis900.c: v1.08.10 Apr. 2 2006
[    0.568288] sis900 0000:00:04.0: PCI->APIC IRQ transform: INT A -> IRQ 19
[    0.569358] 0000:00:04.0: Realtek RTL8201 PHY transceiver found at address 1.
[    0.578977] 0000:00:04.0: Using transceiver found at address 1 as default
[    0.579809] eth0: SiS 900 PCI Fast Ethernet at 0x0001d000, IRQ 19, 00:13:d4:5d:cd:5f
[    0.579910] PPP generic driver version 2.4.2
[    0.579984] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    0.579985] ehci-pci: EHCI PCI platform driver
[    0.580020] ehci-pci 0000:00:03.3: PCI->APIC IRQ transform: INT D -> IRQ 23
[    0.580064] ehci-pci 0000:00:03.3: EHCI Host Controller
[    0.580076] ehci-pci 0000:00:03.3: new USB bus registered, assigned bus number 1
[    0.580123] ehci-pci 0000:00:03.3: cache line size of 64 is not supported
[    0.580171] ehci-pci 0000:00:03.3: irq 23, io mem 0xcfeff000
[    0.586907] ehci-pci 0000:00:03.3: USB 2.0 started, EHCI 1.00
[    0.587168] hub 1-0:1.0: USB hub found
[    0.587180] hub 1-0:1.0: 8 ports detected
[    0.587467] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    0.587478] ohci-pci: OHCI PCI platform driver
[    0.587504] ohci-pci 0000:00:03.0: PCI->APIC IRQ transform: INT A -> IRQ 20
[    0.587520] ohci-pci 0000:00:03.0: OHCI PCI host controller
[    0.587529] ohci-pci 0000:00:03.0: new USB bus registered, assigned bus number 2
[    0.587597] ohci-pci 0000:00:03.0: irq 20, io mem 0xcfefc000
[    0.641101] hub 2-0:1.0: USB hub found
[    0.641111] hub 2-0:1.0: 3 ports detected
[    0.641273] ohci-pci 0000:00:03.1: PCI->APIC IRQ transform: INT B -> IRQ 21
[    0.641289] ohci-pci 0000:00:03.1: OHCI PCI host controller
[    0.641296] ohci-pci 0000:00:03.1: new USB bus registered, assigned bus number 3
[    0.641351] ohci-pci 0000:00:03.1: irq 21, io mem 0xcfefd000
[    0.695084] hub 3-0:1.0: USB hub found
[    0.695094] hub 3-0:1.0: 3 ports detected
[    0.695253] ohci-pci 0000:00:03.2: PCI->APIC IRQ transform: INT C -> IRQ 22
[    0.695270] ohci-pci 0000:00:03.2: OHCI PCI host controller
[    0.695277] ohci-pci 0000:00:03.2: new USB bus registered, assigned bus number 4
[    0.695336] ohci-pci 0000:00:03.2: irq 22, io mem 0xcfefe000
[    0.729243] ata3.00: ATA-7: Maxtor 6Y080L0, YAR41BW0, max UDMA/133
[    0.729245] ata3.00: 160086528 sectors, multi 16: LBA 
[    0.729444] ata3.01: ATA-7: Hitachi HDS721680PLAT80, P21OA60A, max UDMA/133
[    0.729447] ata3.01: 160836480 sectors, multi 16: LBA48 
[    0.735223] ata3.00: configured for UDMA/133
[    0.741261] ata3.01: configured for UDMA/133
[    0.749099] hub 4-0:1.0: USB hub found
[    0.749109] hub 4-0:1.0: 2 ports detected
[    0.749258] uhci_hcd: USB Universal Host Controller Interface driver
[    0.749339] usbcore: registered new interface driver uas
[    0.749377] usbcore: registered new interface driver usb-storage
[    0.749412] i8042: PNP: No PS/2 controller found.
[    0.749413] i8042: Probing ports directly.
[    0.749936] serio: i8042 KBD port at 0x60,0x64 irq 1
[    0.749942] serio: i8042 AUX port at 0x60,0x64 irq 12
[    0.750097] mousedev: PS/2 mouse device common for all mice
[    0.750288] usbcore: registered new interface driver iforce
[    0.750450] usbcore: registered new interface driver xpad
[    0.750751] rtc_cmos rtc_cmos: rtc core: registered rtc_cmos as rtc0
[    0.750805] rtc_cmos rtc_cmos: alarms up to one day, 114 bytes nvram
[    0.750825] i2c /dev entries driver
[    0.750995] w83627ehf: Found W83627EHG chip at 0x290
[    0.751288] w83627ehf w83627ehf.656: hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info().
[    0.751335] sdhci: Secure Digital Host Controller Interface driver
[    0.751336] sdhci: Copyright(c) Pierre Ossman
[    0.751375] No iBFT detected.
[    0.751401] hidraw: raw HID events driver (C) Jiri Kosina
[    0.752160] usbcore: registered new interface driver usbhid
[    0.752162] usbhid: USB HID core driver
[    0.752525] NET: Registered protocol family 10
[    0.754090] Segment Routing with IPv6
[    0.754115] NET: Registered protocol family 17
[    0.754152] Key type dns_resolver registered
[    0.754584] microcode: sig=0xf34, pf=0x4, revision=0x17
[    0.754647] microcode: Microcode Update Driver: v2.2.
[    0.754655] Using IPI No-Shortcut mode
[    0.755097] console [netcon0] enabled
[    0.755098] netconsole: network logging started
[    0.755129] rtc_cmos rtc_cmos: setting system clock to 2018-02-22 00:26:40 UTC (1519259200)
[    0.755166] p4_clockmod: P4/Xeon(TM) CPU On-Demand Clock Modulation available
[    0.755212] ALSA device list:
[    0.755213]   No soundcards found.
[    0.872876] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    0.893138] ata1.00: ATA-7: SAMSUNG SP2004C, VM100-50, max UDMA7
[    0.893140] ata1.00: 390721968 sectors, multi 16: LBA48 NCQ (depth 0/32)
[    0.898837] usb 1-1: new high-speed USB device number 2 using ehci-pci
[    0.936109] ata1.00: configured for UDMA/133
[    0.937937] scsi 0:0:0:0: Direct-Access     ATA      SAMSUNG SP2004C  0-50 PQ: 0 ANSI: 5
[    0.938250] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    0.938432] sd 0:0:0:0: [sda] 390721968 512-byte logical blocks: (200 GB/186 GiB)
[    0.938449] sd 0:0:0:0: [sda] Write Protect is off
[    0.938452] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    0.938478] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    0.949321]  sda: sda1 sda2
[    0.949699] sd 0:0:0:0: [sda] Attached SCSI disk
[    1.017986] usb-storage 1-1:1.0: USB Mass Storage device detected
[    1.019838] scsi host4: usb-storage 1-1:1.0
[    1.259514] ata2: SATA link down (SStatus 0 SControl 300)
[    1.271834] scsi 2:0:0:0: Direct-Access     ATA      Maxtor 6Y080L0   1BW0 PQ: 0 ANSI: 5
[    1.272173] sd 2:0:0:0: [sdb] 160086528 512-byte logical blocks: (82.0 GB/76.3 GiB)
[    1.272189] sd 2:0:0:0: [sdb] Write Protect is off
[    1.272192] sd 2:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[    1.272218] sd 2:0:0:0: [sdb] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[    1.272492] sd 2:0:0:0: Attached scsi generic sg1 type 0
[    1.280527]  sdb: sdb1 sdb2 sdb3
[    1.280603] scsi 2:0:1:0: Direct-Access     ATA      Hitachi HDS72168 A60A PQ: 0 ANSI: 5
[    1.281034] sd 2:0:1:0: [sdc] 160836480 512-byte logical blocks: (82.3 GB/76.7 GiB)
[    1.281049] sd 2:0:1:0: [sdc] Write Protect is off
[    1.281052] sd 2:0:1:0: [sdc] Mode Sense: 00 3a 00 00
[    1.281078] sd 2:0:1:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.281423] sd 2:0:1:0: Attached scsi generic sg2 type 0
[    1.290461]  sdc: sdc1 sdc2
[    1.290533] sd 2:0:0:0: [sdb] Attached SCSI disk
[    1.290852] sd 2:0:1:0: [sdc] Attached SCSI disk
[    1.291752] usb 3-1: new low-speed USB device number 2 using ohci-pci
[    1.437970] Freeing unused kernel memory: 2572K
[    1.438125] Write protecting the kernel text: 10540k
[    1.438322] Write protecting the kernel read-only data: 3856k
[    1.466779] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32bd4409563, max_idle_ns: 440795202126 ns
[    1.466809] clocksource: Switched to clocksource tsc
[    1.523160] input:   USB Keyboard as /devices/pci0000:00/0000:00:03.1/usb3/3-1/3-1:1.0/0003:04D9:1503.0001/input/input3
[    1.574975] hid-generic 0003:04D9:1503.0001: input,hidraw0: USB HID v1.10 Keyboard [  USB Keyboard] on usb-0000:00:03.1-1/input0
[    1.599944] input:   USB Keyboard as /devices/pci0000:00/0000:00:03.1/usb3/3-1/3-1:1.1/0003:04D9:1503.0002/input/input4
[    1.651874] hid-generic 0003:04D9:1503.0002: input,hidraw1: USB HID v1.10 Device [  USB Keyboard] on usb-0000:00:03.1-1/input1
[    2.045416] scsi 4:0:0:0: Direct-Access     SanDisk  Cruzer Pop       1.26 PQ: 0 ANSI: 5
[    2.046935] sd 4:0:0:0: Attached scsi generic sg3 type 0
[    2.047894] sd 4:0:0:0: [sdd] 15633408 512-byte logical blocks: (8.00 GB/7.45 GiB)
[    2.049388] sd 4:0:0:0: [sdd] Write Protect is off
[    2.049391] sd 4:0:0:0: [sdd] Mode Sense: 43 00 00 00
[    2.050388] sd 4:0:0:0: [sdd] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[    2.066948]  sdd: sdd1 sdd2
[    2.070145] sd 4:0:0:0: [sdd] Attached SCSI removable disk
[    2.070579] usb 4-2: new full-speed USB device number 2 using ohci-pci
[    2.289049] input: Microsoft X-Box 360 pad as /devices/pci0000:00/0000:00:03.2/usb4/4-2/4-2:1.0/input/input5
[    2.730429] usb 1-7: new high-speed USB device number 5 using ehci-pci
[    2.741833] uvesafb: 
[    2.741839] (C) 1988-2005, ATI Technologies Inc. , 
[    2.741841] RV730, 
[    2.741841] 01.00, 
[    2.741842] OEM: ATI ATOMBIOS, 
[    2.741844] VBE v3.0
[    2.817285] uvesafb: protected mode interface info at c000:a1f6
[    2.817289] uvesafb: pmi: set display start = c00ca298, set palette = c00ca356
[    2.817394] uvesafb: VBIOS/hardware supports DDC2 transfers
[    2.851289] usb-storage 1-7:1.0: USB Mass Storage device detected
[    2.859389] scsi host5: usb-storage 1-7:1.0
[    3.100295] uvesafb: monitor limits: vf = 75 Hz, hf = 80 kHz, clk = 140 MHz
[    3.100480] uvesafb: scrolling: ypan using protected mode interface, yres_virtual=13107
[    3.108647] uvesafb: mode switch failed (eax=0x34f, err=0). Trying again with default timings.
[    3.776630] uvesafb: mode switch failed (eax=0x34f, err=0). Trying again with default timings.
[    3.902712] scsi 5:0:0:0: Direct-Access     Generic  USB SD Reader    1.00 PQ: 0 ANSI: 0
[    3.907697] scsi 5:0:0:1: Direct-Access     Generic  USB CF Reader    1.01 PQ: 0 ANSI: 0
[    3.912693] scsi 5:0:0:2: Direct-Access     Generic  USB SM Reader    1.02 PQ: 0 ANSI: 0
[    3.917693] scsi 5:0:0:3: Direct-Access     Generic  USB MS Reader    1.03 PQ: 0 ANSI: 0
[    3.922471] sd 5:0:0:0: Attached scsi generic sg4 type 0
[    3.922727] sd 5:0:0:1: Attached scsi generic sg5 type 0
[    3.923008] sd 5:0:0:2: Attached scsi generic sg6 type 0
[    3.923510] sd 5:0:0:3: Attached scsi generic sg7 type 0
[    3.928442] sd 5:0:0:0: [sde] Attached SCSI removable disk
[    3.929942] sd 5:0:0:1: [sdf] Attached SCSI removable disk
[    3.930690] sd 5:0:0:2: [sdg] Attached SCSI removable disk
[    3.931313] sd 5:0:0:3: [sdh] Attached SCSI removable disk
[    4.447437] Console: switching to colour frame buffer device 80x30
[    4.447556] uvesafb: mode switch failed (eax=0x34f, err=0). Trying again with default timings.
[    5.114200] uvesafb: framebuffer at 0xd0000000, mapped to 0xf8400000, using 16384k, total 16384k
[    5.114202] fb0: VESA VGA frame buffer device
[    6.077006] EXT4-fs (sdd2): couldn't mount as ext3 due to feature incompatibilities
[    6.078109] EXT4-fs (sdd2): couldn't mount as ext2 due to feature incompatibilities
[    6.116410] EXT4-fs (sdd2): mounted filesystem with ordered data mode. Opts: (null)
[   20.818500] ### BIG FAT WARNING
[   20.818526] ### sdd2 is removable. suspend/resume may not work
[   20.820434] ### BIG FAT WARNING
[   20.820458] ### sdd1 is removable. suspend/resume may not work
[   20.940793] systemd[1]: systemd 232 running in system mode. (-PAM -AUDIT -SELINUX -IMA -APPARMOR -SMACK -SYSVINIT -UTMP -LIBCRYPTSETUP -GCRYPT -GNUTLS -ACL -XZ -LZ4 -SECCOMP +BLKID -ELFUTILS +KMOD -IDN)
[   20.941026] systemd[1]: Detected architecture x86.
[   20.941311] systemd[1]: Set hostname to <Lakka>.
[   20.987721] systemd[1]: Listening on RPCbind Server Activation Socket.
[   20.987959] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[   20.988076] systemd[1]: Listening on Journal Socket.
[   20.988297] systemd[1]: Created slice User and Session Slice.
[   20.988380] systemd[1]: Listening on udev Control Socket.
[   21.004181] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
[   21.004335] systemd[1]: Listening on Journal Socket (/dev/log).
[   21.281296] systemd-journald[247]: Received request to flush runtime journal from PID 1
[   22.377594] snd_intel8x0 0000:00:02.7: PCI->APIC IRQ transform: INT C -> IRQ 18
[   22.740851] snd_intel8x0 0000:00:02.7: intel8x0_measure_ac97_clock: measured 51144 usecs (2461 samples)
[   22.740858] snd_intel8x0 0000:00:02.7: clocking to 48000
[   22.763847] rt2500pci 0000:00:08.0: PCI->APIC IRQ transform: INT A -> IRQ 19
[   22.822598] ieee80211 phy0: rt2x00_set_chip: Info - Chipset detected - rt: 2560, rf: 0003, rev: 0004
[   22.825869] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
[   22.896337] 8021q: 802.1Q VLAN Support v1.8
[   23.283836] fuse init (API version 7.26)
[   23.343777] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[   23.926542] eth0: Media Link Off
[   24.138994] EXT4-fs (sdc1): recovery complete
[   24.144948] EXT4-fs (sdc2): recovery complete
[   24.149045] EXT4-fs (sdc1): mounted filesystem with ordered data mode. Opts: (null)
[   24.189263] EXT4-fs (sdc2): mounted filesystem with ordered data mode. Opts: (null)
[   24.207611] EXT4-fs (sdb3): recovery complete
[   24.224954] EXT4-fs (sdb2): recovery complete
[   24.255302] EXT4-fs (sdb3): mounted filesystem with ordered data mode. Opts: (null)
[   24.282712] EXT4-fs (sdb2): mounted filesystem with ordered data mode. Opts: (null)
[   29.174510] eth0: Media Link On 100mbps full-duplex

lspci.txt:

    Subsystem: ASUSTeK Computer Inc. 661FX/M661FX/M661MX Host [1043:8113]
00:01.0 PCI bridge [0604]: Silicon Integrated Systems [SiS] AGP Port (virtual PCI-to-PCI bridge) [1039:0003]
00:02.0 ISA bridge [0601]: Silicon Integrated Systems [SiS] SiS964 [MuTIOL Media IO] LPC Controller [1039:0964] (rev 36)
00:02.5 IDE interface [0101]: Silicon Integrated Systems [SiS] 5513 IDE Controller [1039:5513] (rev 01)
    Subsystem: ASUSTeK Computer Inc. 5513 IDE Controller [1043:810e]
    Kernel driver in use: pata_sis
00:02.7 Multimedia audio controller [0401]: Silicon Integrated Systems [SiS] SiS7012 AC'97 Sound Controller [1039:7012] (rev a0)
    Subsystem: ASUSTeK Computer Inc. SiS7012 AC'97 Sound Controller [1043:810f]
    Kernel driver in use: snd_intel8x0
    Kernel modules: snd_intel8x0
00:03.0 USB controller [0c03]: Silicon Integrated Systems [SiS] USB 1.1 Controller [1039:7001] (rev 0f)
    Subsystem: ASUSTeK Computer Inc. USB 1.1 Controller [1043:810e]
    Kernel driver in use: ohci-pci
00:03.1 USB controller [0c03]: Silicon Integrated Systems [SiS] USB 1.1 Controller [1039:7001] (rev 0f)
    Subsystem: ASUSTeK Computer Inc. USB 1.1 Controller [1043:810e]
    Kernel driver in use: ohci-pci
00:03.2 USB controller [0c03]: Silicon Integrated Systems [SiS] USB 1.1 Controller [1039:7001] (rev 0f)
    Subsystem: ASUSTeK Computer Inc. USB 1.1 Controller [1043:810e]
    Kernel driver in use: ohci-pci
00:03.3 USB controller [0c03]: Silicon Integrated Systems [SiS] USB 2.0 Controller [1039:7002]
    Subsystem: ASUSTeK Computer Inc. USB 2.0 Controller [1043:810e]
    Kernel driver in use: ehci-pci
00:04.0 Ethernet controller [0200]: Silicon Integrated Systems [SiS] SiS900 PCI Fast Ethernet [1039:0900] (rev 90)
    Subsystem: ASUSTeK Computer Inc. SiS900 PCI Fast Ethernet [1043:810e]
    Kernel driver in use: sis900
00:05.0 IDE interface [0101]: Silicon Integrated Systems [SiS] SATA [1039:0181] (rev 01)
    Subsystem: ASUSTeK Computer Inc. SATA [1043:810e]
    Kernel driver in use: sata_sis
00:08.0 Network controller [0280]: Ralink corp. RT2500 Wireless 802.11bg [1814:0201] (rev 01)
    Subsystem: Ralink corp. RT2500 Wireless 802.11bg [1814:2560]
    Kernel driver in use: rt2500pci
    Kernel modules: rt2500pci
00:0a.0 Modem [0703]: ULi Electronics Inc. SmartLink SmartPCI561 56K Modem [10b9:5459]
    Subsystem: Smart Link Ltd. SmartLink SmartPCI561 56K Modem [10a5:5459]
    Kernel driver in use: serial
01:00.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. [AMD/ATI] RV730 [Radeon HD 4600 AGP Series] [1002:9495]
    Subsystem: PC Partner Limited / Sapphire Technology RV730 [Radeon HD 4600 AGP Series] (Radeon HD 4650 AGP DDR2) [174b:0028]

retroarch.txt:

[INFO] === Build =======================================
Capabilities: MMX MMXEXT SSE1 SSE2 SSE3 
Built: Nov 21 2017
[INFO] Version: 1.6.9
[INFO] Git: c056726
[INFO] =================================================
[INFO] [Config]: Loading default config.
[INFO] [Config]: loading config from: (null).
[INFO] Looking for config in: "/storage/.config/retroarch/retroarch.cfg".
[INFO] Environ SET_PIXEL_FORMAT: RGB565.
[INFO] Redirecting save file to "/storage/savefiles/.srm".
[INFO] Redirecting savestate to "/storage/savestates/.state".
[INFO] Version of libretro API: 1
[INFO] Compiled against API: 1
[INFO] [Audio]: Set audio input rate to: 29970.03 Hz.
[INFO] Found shader "/tmp/shaders/slang-conversion-template.glsl"
[INFO] Found shader "/tmp/shaders/stock.glsl"
[INFO] [Video]: Video @ fullscreen
[INFO] [Video]: Starting threaded video driver ...
[ERROR] [KMS]: Couldn't find a suitable DRM device.
[INFO] [GL]: Found GL context: null
[INFO] [GL]: Detecting screen resolution 320x240.
[INFO] [GL]: Vendor: (null), Renderer: (null).
[INFO] [GL]: Version: (null).
Segmentation fault (core dumped)
ToKe79 commented 6 years ago

@NyanProgrammer This error means, that support for your GPU is not available in the kernel. [ERROR] [KMS]: Couldn't find a suitable DRM device.

Your GPU is:

01:00.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. [AMD/ATI] RV730 [Radeon HD 4600 AGP Series] [1002:9495]
    Subsystem: PC Partner Limited / Sapphire Technology RV730 [Radeon HD 4600 AGP Series] (Radeon HD 4650 AGP DDR2) [174b:0028]

We use kernel 4.11 for Generic, truly I do not know how the support for ATI in this kernel is.

NyanProgrammer commented 6 years ago

But ubuntu Mate 17.04 has a 4.X kernel and runs fine in this machine with compiz and GPU support (free driver)

ToKe79 commented 6 years ago

That is probably driver for X, not for KMS/DRM which is used by Lakka. I think more support for R700 core was added in 4.13 and later kernel.

[    0.488534] [drm] VGACON disable radeon kernel modesetting.
[    0.488544] [drm:radeon_init] *ERROR* No UMS support in radeon module!
[    0.488556] [drm:amdgpu_init] *ERROR* VGACON disables amdgpu kernel modesetting.

@gouchi @kivutar - can you shed some light on this? I checked make menuconfig and did not find anything else we could change to enable the support, but on the other hand I am not into kernel stuff either. Thank you!

NyanProgrammer commented 6 years ago

This will sound weird or something.... but I want to help , well I work all day but i think I know enough C/C++ to help or acquire some information... of course I want to learn new "tricks" and Knowledge ... So I'll spent some time to help or start to understand the code

ToKe79 commented 6 years ago

Any help is really appreciated, but in this case I think we would have to update the kernel version for Generic builds. As the underlying OS is based on LibreELEC and we currently use the 8.2 branch, we use the same kernel version. When LE 9.0 gets stable, and there will be some hero who will merge it to Lakka, the kernel will get updated too.

However I could try to make a special build with updated kernel, but cannot make promises. Depends on my free time and skills :-)

gouchi commented 6 years ago

The GPU is supported by CONFIG_DRM_RADEON but as it using AGP I think we should try to make a test by enabling AGP support for ATI/AMD.

Ntemis commented 6 years ago

Yes that would fix this

ToKe79 commented 6 years ago

@NyanProgrammer can you try this image? http://nightly.builds.lakka.tv/special_builds/agp_ati_amd/

NyanProgrammer commented 6 years ago

Not worked... TwT, but I get more logs dmesg.txt lspci.txt lsusb.txt retroarch.txt

gouchi commented 6 years ago

I didn't check closely enough ;-)

00:00.0 Host bridge [0600]: Silicon Integrated Systems [SiS] 661FX/M661FX/M661MX Host [1039:0661] (rev 11)

So we should try to enable CONFIG_AGP_SIS

00:01.0 PCI bridge [0604]: Silicon Integrated Systems [SiS] AGP Port (virtual PCI-to-PCI bridge) [1039:0003]

So we should try to enable CONFIG_HOTPLUG_PCI_SHPC

ToKe79 commented 6 years ago

@NyanProgrammer I posted udpated image at http://nightly.builds.lakka.tv/special_builds/agp_ati_amd/

NyanProgrammer commented 6 years ago

Not worked , i get new logs. dmesg.txt lspci.txt lsusb.txt retroarch.txt

gouchi commented 6 years ago

Why did you add nomodeset to the cmdline ? Please remove it.

[ 0.000000] Kernel command line: root=/dev/ram0 rdinit=/init usbcore.autosuspend=-1 BOOT_IMAGE=/KERNEL boot=UUID=2402-2213 disk=UUID=a116313f-f78f-4a9a-9add-045daf1eada6 portable nomodeset quiet vt.global_cursor_default=0 loglevel=2 acpi=off tty retroarch=0

It seems 00:01.0 PCI bridge [0604]: Silicon Integrated Systems [SiS] AGP Port (virtual PCI-to-PCI bridge) [1039:0003] is still not detected according to the lspci log.

NyanProgrammer commented 6 years ago

Without nomodeset option , display turn off (not signal), so... i cant do something

gouchi commented 6 years ago

If you remove it you can't get log by ssh ? or instead of using tty retroarch=0 try using textmode.

Please try to remove it and test with the updated image.

Thank you.

NyanProgrammer commented 6 years ago

Yes , I tried SSH and tty, but it seems ssh cant start, Im not sure , but after 10~ minutes the machine shutdown, I think something crash or something and call system shutdown, this happen only without nomodeset... (I tried updated image )

Note: Previous version of lakka run on this machine (Lakka-Generic.i386-devel-20161221183352-r21729-g274b40f.img)

gouchi commented 6 years ago

Please add ssh to the cmdline so that you can ssh to the station.

alejandrosenes commented 6 years ago

Same problem with 32Bits edition, tested on intel atom d510 and mac mini 2.1 1.83 C2Duo

NyanProgrammer commented 6 years ago

Well , SSH not work properly.... i cant start session (the same screen , and i cant write any command) .... the same after 30 minutes... imagen

gouchi commented 6 years ago

Hi,

Is it possible to get the usual logs for the version (Lakka-Generic.i386-devel-20161221183352-r21729-g274b40f) as it was working at that time.

Thank you.

NyanProgrammer commented 6 years ago

I get the logs from the old version ,I hope this can be useful(Lakka-Generic.i386-devel-20161221183352-r21729-g274b40f) dmesg.txt lspci.txt lsusb.txt

gouchi commented 6 years ago

lspci shows that radeon driver is used and we don't need agpgart-sis driver.

Can you try to boot with, if you see something ?

live debugging nosplash break=load_modules

Thank you.

mostfurious commented 6 years ago

Same issue here, (cant post at Lakka forums) here are my logs: Retroarch.txt

[INFO] RetroArch 1.6.9 (Git c056726) [INFO] === Build ======================================= Capabilities: MMX MMXEXT SSE1 SSE2 SSE3 Built: Nov 21 2017 [INFO] Version: 1.6.9 [INFO] Git: c056726 [INFO] ================================================= [INFO] [Config]: Loading default config. [INFO] [Config]: loading config from: (null). [INFO] Looking for config in: "/storage/.config/retroarch/retroarch.cfg". [INFO] Looking for config in: "/storage/.retroarch.cfg". [WARN] Config: using skeleton config "/etc/retroarch.cfg" as base for a new config file. [WARN] Config: Created new config file in: "/storage/.config/retroarch/retroarch.cfg". [INFO] Environ SET_PIXEL_FORMAT: RGB565. [INFO] Redirecting save file to "/storage/savefiles/.srm". [INFO] Redirecting savestate to "/storage/savestates/.state". [INFO] Version of libretro API: 1 [INFO] Compiled against API: 1 [INFO] [Audio]: Set audio input rate to: 29970.03 Hz. [INFO] Found shader "/tmp/shaders/slang-conversion-template.glsl" [INFO] Found shader "/tmp/shaders/stock.glsl" [INFO] [Video]: Video @ fullscreen [INFO] [Video]: Starting threaded video driver ... [INFO] [DRM]: Found 2 connectors. [INFO] [DRM]: Connector 0 connected: yes [INFO] [DRM]: Connector 0 has 14 modes. [INFO] [DRM]: Connector 0 assigned to monitor index: #1. [INFO] [DRM]: Connector 1 connected: no [INFO] [DRM]: Connector 1 has 0 modes. [INFO] [DRM]: Mode 0: (1280x1024) 1280 x 1024, 60 Hz [INFO] [DRM]: Mode 1: (1280x1024) 1280 x 1024, 75 Hz [INFO] [DRM]: Mode 2: (1152x864) 1152 x 864, 75 Hz [INFO] [DRM]: Mode 3: (1024x768) 1024 x 768, 75 Hz [INFO] [DRM]: Mode 4: (1024x768) 1024 x 768, 70 Hz [INFO] [DRM]: Mode 5: (1024x768) 1024 x 768, 60 Hz [INFO] [DRM]: Mode 6: (832x624) 832 x 624, 75 Hz [INFO] [DRM]: Mode 7: (800x600) 800 x 600, 75 Hz [INFO] [DRM]: Mode 8: (800x600) 800 x 600, 72 Hz [INFO] [DRM]: Mode 9: (800x600) 800 x 600, 60 Hz [INFO] [DRM]: Mode 10: (640x480) 640 x 480, 75 Hz [INFO] [DRM]: Mode 11: (640x480) 640 x 480, 73 Hz [INFO] [DRM]: Mode 12: (640x480) 640 x 480, 60 Hz [INFO] [DRM]: Mode 13: (720x400) 720 x 400, 70 Hz [INFO] [GL]: Found GL context: kms [INFO] [GL]: Detecting screen resolution 1280x1024. [INFO] [EGL] Found EGL_EXT_platform_base, trying eglGetPlatformDisplayEXT [INFO] [EGL]: EGL version: 1.4 [INFO] [EGL]: Current context: 0x7f4b7002f400. [INFO] [KMS]: New FB: 1280x1024 (stride: 5120). [INFO] [GL]: Vendor: X.Org R300 Project, Renderer: Gallium 0.4 on ATI RS480. [INFO] [GL]: Version: 2.1 Mesa 17.1.3. [INFO] [GL]: Using resolution 1280x1024 [INFO] [GL]: Default shader backend found: glsl. [INFO] [Shader driver]: Using GLSL shader backend. [INFO] [GLSL]: Checking GLSL shader support ... [WARN] [GL]: Stock GLSL shaders will be used. [INFO] [GLSL]: Found GLSL vertex shader. [INFO] [GLSL]: Found GLSL fragment shader. [INFO] [GLSL]: Linking GLSL program. [INFO] [GLSL]: Found GLSL vertex shader. [INFO] [GLSL]: Found GLSL fragment shader. [INFO] [GLSL]: Linking GLSL program. [INFO] [GLSL]: Found GLSL vertex shader. [INFO] [GLSL]: Found GLSL fragment shader. [INFO] [GLSL]: Linking GLSL program. [INFO] [GLSL]: Found GLSL vertex shader. [INFO] [GLSL]: Found GLSL fragment shader. [INFO] [GLSL]: Linking GLSL program. [INFO] [GLSL]: Found GLSL vertex shader. [INFO] [GLSL]: Found GLSL fragment shader. [INFO] [GLSL]: Linking GLSL program. [INFO] [GLSL]: Found GLSL vertex shader. [INFO] [GLSL]: Found GLSL fragment shader. [INFO] [GLSL]: Linking GLSL program. [INFO] [GLSL]: Found GLSL vertex shader. [INFO] [GLSL]: Found GLSL fragment shader. [INFO] [GLSL]: Linking GLSL program. [INFO] [GLSL]: Found GLSL vertex shader. [INFO] [GLSL]: Found GLSL fragment shader. [INFO] [GLSL]: Linking GLSL program. [INFO] [GL]: Using 4 textures. [INFO] [GL]: Loaded 1 program(s). [INFO] [Font]: Using font rendering backend: freetype. [INFO] [Video]: Graphics driver did not initialize an input driver. Attempting to pick a suitable driver. [INFO] [udev]: Keyboard #0 (/dev/input/event2). [INFO] [udev]: Mouse #0 (/dev/input/event3). [INFO] [udev]: Mouse #1 (/dev/input/mouse0). [INFO] [Joypad]: Found joypad driver: "udev". [INFO] ALSA: Using signed 16-bit format. [INFO] ALSA: Period size: 1024 frames [INFO] ALSA: Buffer size: 2048 frames [INFO] [Menu]: Found menu display driver: "menu_display_gl". [INFO] [Font]: Using font rendering backend: freetype. [INFO] [Font]: Using font rendering backend: freetype. [INFO] SRAM will not be saved. [INFO] Loading history file: [/storage/.config/retroarch/content_history.lpl]. [INFO] Loading history file: [/storage/.config/retroarch/content_favorites.lpl]. [INFO] Loading history file: [/storage/.config/retroarch/content_music_history.lpl]. [INFO] Loading history file: [/storage/.config/retroarch/content_video_history.lpl]. [INFO] Loading history file: [/storage/.config/retroarch/content_image_history.lpl]. Unable to find target for this triple (no targets are registered) Segmentation fault (core dumped)

dmseg.txt

[ 0.000000] Linux version 4.11.12-rt14 (kivutar@Server01) (gcc version 6.2.0 (GCC) ) #1 SMP PREEMPT RT Sat Nov 18 21:12:49 CST 2017 [ 0.000000] Command line: BOOT_IMAGE=/KERNEL boot=UUID=2111-3926 disk=UUID=b9ef8ad9-785d-4546-a992-032454f63ce7 portable quiet vt.global_cursor_default=0 loglevel=2 tty retroarch=0 [ 0.000000] x86/fpu: x87 FPU will use FXSAVE [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009f7ff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009f800-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000005beeffff] usable [ 0.000000] BIOS-e820: [mem 0x000000005bef0000-0x000000005bef2fff] ACPI NVS [ 0.000000] BIOS-e820: [mem 0x000000005bef3000-0x000000005befffff] ACPI data [ 0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.4 present. [ 0.000000] DMI: Hewlett-Packard HP dx5150 MT/09AC, BIOS 1.13 02/24/2006 [ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved [ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable [ 0.000000] AGP: No AGP bridge found [ 0.000000] e820: last_pfn = 0x5bef0 max_arch_pfn = 0x400000000 [ 0.000000] MTRR default type: uncachable [ 0.000000] MTRR fixed ranges enabled: [ 0.000000] 00000-9FFFF write-back [ 0.000000] A0000-BFFFF uncachable [ 0.000000] C0000-C7FFF write-protect [ 0.000000] C8000-CBFFF uncachable [ 0.000000] CC000-CFFFF write-back [ 0.000000] D0000-FFFFF uncachable [ 0.000000] MTRR variable ranges enabled: [ 0.000000] 0 base 0000000000 mask FFC0000000 write-back [ 0.000000] 1 base 0040000000 mask FFF0000000 write-back [ 0.000000] 2 base 0050000000 mask FFF8000000 write-back [ 0.000000] 3 base 0058000000 mask FFFC000000 write-back [ 0.000000] 4 base 005BF00000 mask FFFFF00000 uncachable [ 0.000000] 5 disabled [ 0.000000] 6 disabled [ 0.000000] 7 disabled [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT
[ 0.000000] found SMP MP-table at [mem 0x000f4500-0x000f450f] mapped at [ffff8800000f4500] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Base memory trampoline at [ffff880000099000] 99000 size 24576 [ 0.000000] BRK [0x03cf3000, 0x03cf3fff] PGTABLE [ 0.000000] BRK [0x03cf4000, 0x03cf4fff] PGTABLE [ 0.000000] BRK [0x03cf5000, 0x03cf5fff] PGTABLE [ 0.000000] BRK [0x03cf6000, 0x03cf6fff] PGTABLE [ 0.000000] BRK [0x03cf7000, 0x03cf7fff] PGTABLE [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F8790 000014 (v00 HP ) [ 0.000000] ACPI: RSDT 0x000000005BEF3040 000030 (v01 HP AWRDACPI 42302E31 AWRD 00000000) [ 0.000000] ACPI: FACP 0x000000005BEF30C0 000084 (v02 HP AWRDACPI 42302E31 AWRD 00000000) [ 0.000000] ACPI: DSDT 0x000000005BEF31C0 003447 (v01 HP AWRDACPI 00001000 MSFT 0100000E) [ 0.000000] ACPI: FACS 0x000000005BEF0000 000040 [ 0.000000] ACPI: MCFG 0x000000005BEF6740 00003C (v01 HP AWRDACPI 42302E31 AWRD 00000000) [ 0.000000] ACPI: APIC 0x000000005BEF6680 00005E (v01 HP AWRDACPI 42302E31 AWRD 00000000) [ 0.000000] ACPI: Local APIC address 0xfee00000 [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000005beeffff] [ 0.000000] NODE_DATA(0) allocated [mem 0x5beec000-0x5beeffff] [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000005beeffff] [ 0.000000] Normal empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000005beeffff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000005beeffff] [ 0.000000] On node 0 totalpages: 376462 [ 0.000000] DMA zone: 64 pages used for memmap [ 0.000000] DMA zone: 21 pages reserved [ 0.000000] DMA zone: 3998 pages, LIFO batch:0 [ 0.000000] DMA32 zone: 5820 pages used for memmap [ 0.000000] DMA32 zone: 372464 pages, LIFO batch:31 [ 0.000000] SB4X0 revision 0x11 [ 0.000000] Ignoring ACPI timer override. [ 0.000000] If you got timer trouble try acpi_use_timer_override [ 0.000000] ACPI: PM-Timer IO Port: 0x4008 [ 0.000000] ACPI: Local APIC address 0xfee00000 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1]) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 2, version 33, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 21 low level) [ 0.000000] ACPI: IRQ9 used by override. [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 2 CPUs, 1 hotplug CPUs [ 0.000000] e820: [mem 0x5bf00000-0xdfffffff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on bare hardware [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns [ 0.000000] setup_percpu: NR_CPUS:16 nr_cpumask_bits:16 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] percpu: Embedded 36 pages/cpu @ffff88005bc00000 s107904 r8192 d31360 u1048576 [ 0.000000] pcpu-alloc: s107904 r8192 d31360 u1048576 alloc=1*2097152 [ 0.000000] pcpu-alloc: [0] 0 1 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 370557 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: root=/dev/ram0 rdinit=/init usbcore.autosuspend=-1 BOOT_IMAGE=/KERNEL boot=UUID=2111-3926 disk=UUID=b9ef8ad9-785d-4546-a992-032454f63ce7 portable quiet vt.global_cursor_default=0 loglevel=2 tty retroarch=0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] AGP: Checking aperture... [ 0.000000] AGP: No AGP bridge found [ 0.000000] AGP: Node 0: aperture [bus addr 0x2400000000-0x2401ffffff] (32MB) [ 0.000000] Aperture beyond 4GB. Ignoring. [ 0.000000] Memory: 1434772K/1505848K available (12819K kernel code, 1039K rwdata, 25288K rodata, 3468K init, 512K bss, 71076K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Preemptible hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=16 to nr_cpu_ids=2. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=2 [ 0.000000] NR_IRQS:4352 nr_irqs:440 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty0] enabled [ 0.000000] tsc: Fast TSC calibration using PIT [ 0.001000] tsc: Detected 1794.824 MHz processor [ 0.001000] tsc: Marking TSC unstable due to TSCs unsynchronized [ 0.001000] Calibrating delay loop (skipped), value calculated using timer frequency.. 3589.64 BogoMIPS (lpj=1794824) [ 0.001000] pid_max: default: 32768 minimum: 301 [ 0.001000] ACPI: Core revision 20170119 [ 0.003601] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.004176] Dentry cache hash table entries: 262144 (order: 10, 4194304 bytes) [ 0.008482] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.009565] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.009571] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.010033] Last level iTLB entries: 4KB 512, 2MB 8, 4MB 4 [ 0.010034] Last level dTLB entries: 4KB 512, 2MB 8, 4MB 4, 1GB 0 [ 0.027246] smpboot: Max logical packages: 2 [ 0.027714] ..TIMER: vector=0x30 apic1=0 pin1=0 apic2=-1 pin2=-1 [ 0.038000] smpboot: CPU0: AMD Sempron(tm) Processor 3000+ (family: 0xf, model: 0x2f, stepping: 0x2) [ 0.041028] Performance Events: AMD PMU driver. [ 0.041037] ... version: 0 [ 0.041039] ... bit width: 48 [ 0.041040] ... generic registers: 4 [ 0.041041] ... value mask: 0000ffffffffffff [ 0.041042] ... max period: 00007fffffffffff [ 0.041043] ... fixed-purpose events: 0 [ 0.041044] ... event mask: 000000000000000f [ 0.053081] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter. [ 0.055007] smp: Bringing up secondary CPUs ... [ 0.055009] smp: Brought up 1 node, 1 CPU [ 0.055013] smpboot: Total of 1 processors activated (3589.64 BogoMIPS) [ 0.055467] devtmpfs: initialized [ 0.057218] PM: Registering ACPI NVS region [mem 0x5bef0000-0x5bef2fff] (12288 bytes) [ 0.057330] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns [ 0.057352] futex hash table entries: 512 (order: 4, 65536 bytes) [ 0.057438] xor: measuring software checksum speed [ 0.067029] prefetch64-sse: 6152.000 MB/sec [ 0.077008] generic_sse: 6144.000 MB/sec [ 0.077010] xor: using function: prefetch64-sse (6152.000 MB/sec) [ 0.077015] pinctrl core: initialized pinctrl subsystem [ 0.077366] NET: Registered protocol family 16 [ 0.079024] cpuidle: using governor ladder [ 0.079034] cpuidle: using governor menu [ 0.079037] PCCT header not found. [ 0.079043] node 0 link 0: io port [b000, ffff] [ 0.079047] TOM: 0000000060000000 aka 1536M [ 0.079050] node 0 link 0: mmio [a0000, bffff] [ 0.079053] node 0 link 0: mmio [60000000, fe02ffff] [ 0.079056] node 0 link 0: mmio [e0000000, e03fffff] [ 0.079060] bus: [bus 00-03] on node 0 link 0 [ 0.079062] bus: 00 [io 0x0000-0xffff] [ 0.079063] bus: 00 [mem 0x000a0000-0x000bffff] [ 0.079065] bus: 00 [mem 0x60000000-0xfcffffffff] [ 0.079314] ACPI: bus type PCI registered [ 0.079454] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000) [ 0.079458] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820 [ 0.079484] PCI: Using configuration type 1 for base access [ 0.108036] raid6: sse2x1 gen() 503 MB/s [ 0.125013] raid6: sse2x1 xor() 2070 MB/s [ 0.142035] raid6: sse2x2 gen() 851 MB/s [ 0.159009] raid6: sse2x2 xor() 2337 MB/s [ 0.176016] raid6: sse2x4 gen() 1269 MB/s [ 0.193011] raid6: sse2x4 xor() 1433 MB/s [ 0.193013] raid6: using algorithm sse2x4 gen() 1269 MB/s [ 0.193014] raid6: .... xor() 1433 MB/s, rmw enabled [ 0.193016] raid6: using intx1 recovery algorithm [ 0.193108] ACPI: Added _OSI(Module Device) [ 0.193110] ACPI: Added _OSI(Processor Device) [ 0.193111] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.193112] ACPI: Added _OSI(Processor Aggregator Device) [ 0.196964] ACPI: Interpreter enabled [ 0.196995] ACPI: (supports S0 S3 S5) [ 0.197018] ACPI: Using IOAPIC for interrupt routing [ 0.197122] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.204942] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.204952] acpi PNP0A03:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI] [ 0.204960] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.205183] PCI host bridge to bus 0000:00 [ 0.205188] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.205190] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.205193] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.205195] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000dffff window] [ 0.205198] pci_bus 0000:00: root bus resource [mem 0x60000000-0xfebfffff window] [ 0.205201] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.205213] pci 0000:00:00.0: [1002:5950] type 00 class 0x060000 [ 0.205229] pci 0000:00:00.0: [Firmware Bug]: reg 0x1c: invalid BAR (can't size) [ 0.205366] pci 0000:00:01.0: [1002:5a3f] type 01 class 0x060400 [ 0.205525] pci 0000:00:05.0: [1002:5a37] type 01 class 0x060400 [ 0.205578] pci 0000:00:05.0: PME# supported from D0 D3hot D3cold [ 0.205734] pci 0000:00:12.0: [1002:4379] type 00 class 0x01018f [ 0.205759] pci 0000:00:12.0: reg 0x10: [io 0xfc00-0xfc07] [ 0.205773] pci 0000:00:12.0: reg 0x14: [io 0xf800-0xf803] [ 0.205787] pci 0000:00:12.0: reg 0x18: [io 0xf400-0xf407] [ 0.205800] pci 0000:00:12.0: reg 0x1c: [io 0xf000-0xf003] [ 0.205813] pci 0000:00:12.0: reg 0x20: [io 0xec00-0xec0f] [ 0.205827] pci 0000:00:12.0: reg 0x24: [mem 0xfe02f000-0xfe02f1ff] [ 0.205841] pci 0000:00:12.0: reg 0x30: [mem 0x00000000-0x0007ffff pref] [ 0.205899] pci 0000:00:12.0: supports D1 D2 [ 0.206066] pci 0000:00:13.0: [1002:4374] type 00 class 0x0c0310 [ 0.206090] pci 0000:00:13.0: reg 0x10: [mem 0xfe02e000-0xfe02efff] [ 0.206269] pci 0000:00:13.0: System wakeup disabled by ACPI [ 0.206356] pci 0000:00:13.1: [1002:4375] type 00 class 0x0c0310 [ 0.206379] pci 0000:00:13.1: reg 0x10: [mem 0xfe02d000-0xfe02dfff] [ 0.206554] pci 0000:00:13.1: System wakeup disabled by ACPI [ 0.206647] pci 0000:00:13.2: [1002:4373] type 00 class 0x0c0320 [ 0.206672] pci 0000:00:13.2: reg 0x10: [mem 0xfe02c000-0xfe02cfff] [ 0.206797] pci 0000:00:13.2: supports D1 D2 [ 0.206799] pci 0000:00:13.2: PME# supported from D0 D1 D2 D3hot [ 0.206866] pci 0000:00:13.2: System wakeup disabled by ACPI [ 0.206965] pci 0000:00:14.0: [1002:4372] type 00 class 0x0c0500 [ 0.206985] pci 0000:00:14.0: reg 0x10: [io 0x0500-0x050f] [ 0.207020] pci 0000:00:14.0: reg 0x14: [mem 0xfe02b000-0xfe02b3ff] [ 0.207086] HPET not enabled in BIOS. You might try hpet=force boot option [ 0.207249] pci 0000:00:14.1: [1002:4376] type 00 class 0x010182 [ 0.207273] pci 0000:00:14.1: reg 0x10: [io 0x0000-0x0007] [ 0.207287] pci 0000:00:14.1: reg 0x14: [io 0x0000-0x0003] [ 0.207300] pci 0000:00:14.1: reg 0x18: [io 0x0000-0x0007] [ 0.207314] pci 0000:00:14.1: reg 0x1c: [io 0x0000-0x0003] [ 0.207328] pci 0000:00:14.1: reg 0x20: [io 0xe400-0xe40f] [ 0.207357] pci 0000:00:14.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.207360] pci 0000:00:14.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.207362] pci 0000:00:14.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.207364] pci 0000:00:14.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.207528] pci 0000:00:14.3: [1002:4377] type 00 class 0x060100 [ 0.207756] pci 0000:00:14.4: [1002:4371] type 01 class 0x060401 [ 0.207872] pci 0000:00:14.4: System wakeup disabled by ACPI [ 0.207957] pci 0000:00:14.5: [1002:4370] type 00 class 0x040100 [ 0.207981] pci 0000:00:14.5: reg 0x10: [mem 0xfe02a000-0xfe02a0ff] [ 0.208177] pci 0000:00:14.5: System wakeup disabled by ACPI [ 0.208269] pci 0000:00:18.0: [1022:1100] type 00 class 0x060000 [ 0.208400] pci 0000:00:18.1: [1022:1101] type 00 class 0x060000 [ 0.208526] pci 0000:00:18.2: [1022:1102] type 00 class 0x060000 [ 0.208651] pci 0000:00:18.3: [1022:1103] type 00 class 0x060000 [ 0.208844] pci 0000:01:05.0: [1002:5954] type 00 class 0x030000 [ 0.208855] pci 0000:01:05.0: reg 0x10: [mem 0xd0000000-0xd7ffffff pref] [ 0.208861] pci 0000:01:05.0: reg 0x14: [io 0xcc00-0xccff] [ 0.208867] pci 0000:01:05.0: reg 0x18: [mem 0xfdaf0000-0xfdafffff] [ 0.208884] pci 0000:01:05.0: reg 0x30: [mem 0x00000000-0x0001ffff pref] [ 0.208906] pci 0000:01:05.0: supports D1 D2 [ 0.208979] pci 0000:01:05.1: [1002:5854] type 00 class 0x038000 [ 0.208987] pci 0000:01:05.1: reg 0x10: [mem 0xc8000000-0xcfffffff pref] [ 0.208992] pci 0000:01:05.1: reg 0x14: [mem 0xfdae0000-0xfdaeffff] [ 0.209053] pci 0000:01:05.1: supports D1 D2 [ 0.209137] pci 0000:00:01.0: PCI bridge to [bus 01] [ 0.209142] pci 0000:00:01.0: bridge window [io 0xc000-0xcfff] [ 0.209145] pci 0000:00:01.0: bridge window [mem 0xfda00000-0xfdafffff] [ 0.209150] pci 0000:00:01.0: bridge window [mem 0xc8000000-0xd7ffffff 64bit pref] [ 0.209229] pci 0000:02:00.0: [14e4:1677] type 00 class 0x020000 [ 0.209257] pci 0000:02:00.0: reg 0x10: [mem 0xfdef0000-0xfdefffff 64bit] [ 0.209398] pci 0000:02:00.0: PME# supported from D3hot D3cold [ 0.209493] pci 0000:02:00.0: disabling ASPM on pre-1.1 PCIe device. You can enable it with 'pcie_aspm=force' [ 0.209504] pci 0000:00:05.0: PCI bridge to [bus 02] [ 0.209508] pci 0000:00:05.0: bridge window [io 0xd000-0xdfff] [ 0.209511] pci 0000:00:05.0: bridge window [mem 0xfde00000-0xfdefffff] [ 0.209516] pci 0000:00:05.0: bridge window [mem 0xfdb00000-0xfdbfffff 64bit pref] [ 0.209631] pci 0000:00:14.4: PCI bridge to [bus 03] (subtractive decode) [ 0.209640] pci 0000:00:14.4: bridge window [io 0xb000-0xbfff] [ 0.209645] pci 0000:00:14.4: bridge window [mem 0xfdd00000-0xfddfffff] [ 0.209651] pci 0000:00:14.4: bridge window [mem 0xfdc00000-0xfdcfffff pref] [ 0.209654] pci 0000:00:14.4: bridge window [io 0x0000-0x0cf7 window] (subtractive decode) [ 0.209656] pci 0000:00:14.4: bridge window [io 0x0d00-0xffff window] (subtractive decode) [ 0.209659] pci 0000:00:14.4: bridge window [mem 0x000a0000-0x000bffff window] (subtractive decode) [ 0.209661] pci 0000:00:14.4: bridge window [mem 0x000c0000-0x000dffff window] (subtractive decode) [ 0.209664] pci 0000:00:14.4: bridge window [mem 0x60000000-0xfebfffff window] (subtractive decode) [ 0.209852] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 10 11) 0, disabled. [ 0.209935] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 10 11) 0, disabled. [ 0.210053] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 10 11) 0, disabled. [ 0.210134] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 10 11) 0, disabled. [ 0.210214] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 10 11) 0, disabled. [ 0.210294] ACPI: PCI Interrupt Link [LNKF] (IRQs 9) 0, disabled. [ 0.210372] ACPI: PCI Interrupt Link [LNK0] (IRQs 3 4 5 6 7 10 11) 0, disabled. [ 0.210452] ACPI: PCI Interrupt Link [LNK1] (IRQs 3 4 5 6 7 10 11) [ 0.211440] pci 0000:01:05.0: vgaarb: setting as boot VGA device [ 0.211445] pci 0000:01:05.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none [ 0.211450] pci 0000:01:05.0: vgaarb: bridge control possible [ 0.211451] vgaarb: loaded [ 0.211581] SCSI subsystem initialized [ 0.212050] libata version 3.00 loaded. [ 0.212117] ACPI: bus type USB registered [ 0.212172] usbcore: registered new interface driver usbfs [ 0.212194] usbcore: registered new interface driver hub [ 0.212223] usbcore: registered new device driver usb [ 0.212281] pps_core: LinuxPPS API ver. 1 registered [ 0.212282] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti giometti@linux.it [ 0.212288] PTP clock support registered [ 0.212417] wmi: Mapper loaded [ 0.212447] Advanced Linux Sound Architecture Driver Initialized. [ 0.212450] PCI: Using ACPI for IRQ routing [ 0.224510] PCI: pci_cache_line_size set to 64 bytes [ 0.224579] e820: reserve RAM buffer [mem 0x0009f800-0x0009ffff] [ 0.224582] e820: reserve RAM buffer [mem 0x5bef0000-0x5bffffff] [ 0.225176] clocksource: Switched to clocksource refined-jiffies [ 0.225353] FS-Cache: Loaded [ 0.225442] pnp: PnP ACPI init [ 0.225653] pnp 00:00: disabling [mem 0x00000000-0x00000fff window] because it overlaps 0000:00:12.0 BAR 6 [mem 0x00000000-0x0007ffff pref] [ 0.225679] pnp 00:00: disabling [mem 0x00000000-0x00000fff window disabled] because it overlaps 0000:01:05.0 BAR 6 [mem 0x00000000-0x0001ffff pref] [ 0.225772] system 00:00: [io 0x0228-0x022f] has been reserved [ 0.225775] system 00:00: [io 0x040b] has been reserved [ 0.225779] system 00:00: [io 0x04d6] has been reserved [ 0.225782] system 00:00: [io 0x0c00-0x0c01] has been reserved [ 0.225785] system 00:00: [io 0x0c14] has been reserved [ 0.225788] system 00:00: [io 0x0c50-0x0c52] has been reserved [ 0.225791] system 00:00: [io 0x0c6c-0x0c6d] has been reserved [ 0.225795] system 00:00: [io 0x0c6f] has been reserved [ 0.225798] system 00:00: [io 0x0cd4-0x0cdf] has been reserved [ 0.225801] system 00:00: [io 0x4000-0x40fe] has been reserved [ 0.225804] system 00:00: [io 0x4210-0x4217] has been reserved [ 0.225809] system 00:00: [mem 0xfee00400-0xfee00fff window] has been reserved [ 0.225817] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active) [ 0.226076] pnp 00:01: Plug and Play ACPI device, IDs PNP0b00 (active) [ 0.226257] system 00:02: [io 0x04d0-0x04d1] has been reserved [ 0.226261] system 00:02: [io 0x0800-0x087f] has been reserved [ 0.226264] system 00:02: [io 0x0900-0x090f] has been reserved [ 0.226271] system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active) [ 0.226431] pnp 00:03: Plug and Play ACPI device, IDs IFX0101 (active) [ 0.226538] pnp 00:04: [dma 2] [ 0.226598] pnp 00:04: Plug and Play ACPI device, IDs PNP0700 (active) [ 0.226861] pnp 00:05: Plug and Play ACPI device, IDs PNP0501 (active) [ 0.227292] pnp 00:06: [dma 3] [ 0.227367] pnp 00:06: Plug and Play ACPI device, IDs PNP0401 (active) [ 0.227465] pnp 00:07: Plug and Play ACPI device, IDs PNP0f13 (active) [ 0.227540] pnp 00:08: Plug and Play ACPI device, IDs PNP0303 PNP030b (active) [ 0.227701] system 00:09: [mem 0xe0000000-0xefffffff] has been reserved [ 0.227709] system 00:09: Plug and Play ACPI device, IDs PNP0c02 (active) [ 0.228083] system 00:0a: [mem 0x000d1800-0x000d3fff] has been reserved [ 0.228088] system 00:0a: [mem 0x000f0000-0x000f7fff] could not be reserved [ 0.228091] system 00:0a: [mem 0x000f8000-0x000fbfff] could not be reserved [ 0.228094] system 00:0a: [mem 0x000fc000-0x000fffff] could not be reserved [ 0.228098] system 00:0a: [mem 0x5bf00000-0x5bffffff] could not be reserved [ 0.228101] system 00:0a: [mem 0x5bef0000-0x5befffff] could not be reserved [ 0.228105] system 00:0a: [mem 0xffff0000-0xffffffff] has been reserved [ 0.228108] system 00:0a: [mem 0x00000000-0x0009ffff] could not be reserved [ 0.228112] system 00:0a: [mem 0x00100000-0x5beeffff] could not be reserved [ 0.228115] system 00:0a: [mem 0x5c000000-0x5fffffff] has been reserved [ 0.228119] system 00:0a: [mem 0xfec00000-0xfec00fff] could not be reserved [ 0.228122] system 00:0a: [mem 0xfee00000-0xfee00fff] could not be reserved [ 0.228125] system 00:0a: [mem 0xfff80000-0xfffeffff] has been reserved [ 0.228133] system 00:0a: Plug and Play ACPI device, IDs PNP0c01 (active) [ 0.228146] pnp: PnP ACPI: found 11 devices [ 0.236109] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.236126] clocksource: Switched to clocksource acpi_pm [ 0.236192] pci 0000:00:12.0: BAR 6: assigned [mem 0x60000000-0x6007ffff pref] [ 0.236199] pci 0000:01:05.0: BAR 6: assigned [mem 0xfda00000-0xfda1ffff pref] [ 0.236202] pci 0000:00:01.0: PCI bridge to [bus 01] [ 0.236206] pci 0000:00:01.0: bridge window [io 0xc000-0xcfff] [ 0.236210] pci 0000:00:01.0: bridge window [mem 0xfda00000-0xfdafffff] [ 0.236213] pci 0000:00:01.0: bridge window [mem 0xc8000000-0xd7ffffff 64bit pref] [ 0.236218] pci 0000:00:05.0: PCI bridge to [bus 02] [ 0.236221] pci 0000:00:05.0: bridge window [io 0xd000-0xdfff] [ 0.236224] pci 0000:00:05.0: bridge window [mem 0xfde00000-0xfdefffff] [ 0.236227] pci 0000:00:05.0: bridge window [mem 0xfdb00000-0xfdbfffff 64bit pref] [ 0.236232] pci 0000:00:14.4: PCI bridge to [bus 03] [ 0.236236] pci 0000:00:14.4: bridge window [io 0xb000-0xbfff] [ 0.236243] pci 0000:00:14.4: bridge window [mem 0xfdd00000-0xfddfffff] [ 0.236248] pci 0000:00:14.4: bridge window [mem 0xfdc00000-0xfdcfffff pref] [ 0.236260] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window] [ 0.236262] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window] [ 0.236265] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window] [ 0.236267] pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000dffff window] [ 0.236269] pci_bus 0000:00: resource 8 [mem 0x60000000-0xfebfffff window] [ 0.236272] pci_bus 0000:01: resource 0 [io 0xc000-0xcfff] [ 0.236274] pci_bus 0000:01: resource 1 [mem 0xfda00000-0xfdafffff] [ 0.236276] pci_bus 0000:01: resource 2 [mem 0xc8000000-0xd7ffffff 64bit pref] [ 0.236279] pci_bus 0000:02: resource 0 [io 0xd000-0xdfff] [ 0.236281] pci_bus 0000:02: resource 1 [mem 0xfde00000-0xfdefffff] [ 0.236284] pci_bus 0000:02: resource 2 [mem 0xfdb00000-0xfdbfffff 64bit pref] [ 0.236286] pci_bus 0000:03: resource 0 [io 0xb000-0xbfff] [ 0.236288] pci_bus 0000:03: resource 1 [mem 0xfdd00000-0xfddfffff] [ 0.236291] pci_bus 0000:03: resource 2 [mem 0xfdc00000-0xfdcfffff pref] [ 0.236293] pci_bus 0000:03: resource 4 [io 0x0000-0x0cf7 window] [ 0.236295] pci_bus 0000:03: resource 5 [io 0x0d00-0xffff window] [ 0.236298] pci_bus 0000:03: resource 6 [mem 0x000a0000-0x000bffff window] [ 0.236300] pci_bus 0000:03: resource 7 [mem 0x000c0000-0x000dffff window] [ 0.236302] pci_bus 0000:03: resource 8 [mem 0x60000000-0xfebfffff window] [ 0.236429] NET: Registered protocol family 2 [ 0.236721] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.236979] TCP bind hash table entries: 16384 (order: 7, 917504 bytes) [ 0.237820] TCP: Hash tables configured (established 16384 bind 16384) [ 0.238067] UDP hash table entries: 1024 (order: 5, 131072 bytes) [ 0.238199] UDP-Lite hash table entries: 1024 (order: 5, 131072 bytes) [ 0.238493] NET: Registered protocol family 1 [ 0.240762] RPC: Registered named UNIX socket transport module. [ 0.240765] RPC: Registered udp transport module. [ 0.240766] RPC: Registered tcp transport module. [ 0.240767] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 0.240779] pci 0000:00:00.0: MSI quirk detected; MSI disabled [ 0.240787] pci 0000:00:01.0: MSI quirk detected; subordinate MSI disabled [ 0.393646] pci 0000:01:05.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff] [ 0.393658] PCI: CLS 32 bytes, default 64 [ 0.458906] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x19df0ff0a90, max_idle_ns: 440795206899 ns [ 0.459183] Scanning for low memory corruption every 60 seconds [ 0.459915] workingset: timestamp_bits=40 max_order=19 bucket_order=0 [ 0.466506] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.466642] FS-Cache: Netfs 'nfs' registered for caching [ 0.467995] NFS: Registering the id_resolver key type [ 0.468042] Key type id_resolver registered [ 0.468043] Key type id_legacy registered [ 0.468050] nfs4filelayout_init: NFSv4 File Layout Driver Registering... [ 0.470228] FS-Cache: Netfs 'cifs' registered for caching [ 0.475915] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 250) [ 0.475920] io scheduler noop registered [ 0.476126] io scheduler cfq registered (default) [ 0.476128] io scheduler mq-deadline registered [ 0.476581] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0 [ 0.476589] ACPI: Power Button [PWRB] [ 0.476715] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1 [ 0.476718] ACPI: Power Button [PWRF] [ 0.478409] (NULL device ): hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info(). [ 0.478503] thermal LNXTHERM:00: registered as thermal_zone0 [ 0.478505] ACPI: Thermal Zone [THRM] (27 C) [ 0.478821] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled [ 0.499712] 00:05: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.500499] Linux agpgart interface v0.103 [ 0.500627] [drm] radeon kernel modesetting enabled. [ 0.501278] [drm] initializing kernel modesetting (RS480 0x1002:0x5954 0x103C:0x3009 0x00). [ 0.501300] [drm] register mmio base: 0xFDAF0000 [ 0.501301] [drm] register mmio size: 65536 [ 0.501576] [drm] Generation 2 PCI interface, using max accessible memory [ 0.501583] radeon 0000:01:05.0: VRAM: 64M 0x000000005C000000 - 0x000000005FFFFFFF (64M used) [ 0.501586] radeon 0000:01:05.0: GTT: 512M 0x0000000060000000 - 0x000000007FFFFFFF [ 0.501608] [drm] Detected VRAM RAM=64M, BAR=128M [ 0.501610] [drm] RAM width 128bits DDR [ 0.502748] [TTM] Zone kernel: Available graphics memory: 717386 kiB [ 0.502750] [TTM] Initializing pool allocator [ 0.502761] [TTM] Initializing DMA pool allocator [ 0.502813] [drm] radeon: 64M of VRAM memory ready [ 0.502815] [drm] radeon: 512M of GTT memory ready. [ 0.502857] [drm] GART: num cpu pages 131072, num gpu pages 131072 [ 0.507133] [drm] radeon: 1 quad pipes, 1 z pipes initialized. [ 0.507147] [drm] PCIE GART of 512M enabled (table at 0x0000000058600000). [ 0.507191] radeon 0000:01:05.0: WB enabled [ 0.507196] radeon 0000:01:05.0: fence driver on ring 0 use gpu addr 0x0000000060000000 and cpu addr 0xffff8800585cc000 [ 0.507199] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013). [ 0.507200] [drm] Driver supports precise vblank timestamp query. [ 0.507202] radeon 0000:01:05.0: radeon: MSI limited to 32-bit [ 0.507298] [drm] radeon: irq initialized. [ 0.507316] [drm] Loading R300 Microcode [ 0.507853] [drm] radeon: ring at 0x0000000060001000 [ 0.507875] [drm] ring test succeeded in 1 usecs [ 0.508382] [drm] ib test succeeded in 0 usecs [ 0.508830] [drm:radeon_get_legacy_connector_info_from_bios] ERROR* Unknown connector type: 8 [ 0.508833] [drm] Radeon Display Connectors [ 0.508834] [drm] Connector 0: [ 0.508835] [drm] VGA-1 [ 0.508838] [drm] DDC: 0x68 0x68 0x68 0x68 0x68 0x68 0x68 0x68 [ 0.508838] [drm] Encoders: [ 0.508839] [drm] CRT1: INTERNAL_DAC2 [ 0.508840] [drm] Connector 1: [ 0.508841] [drm] DVI-D-1 [ 0.508842] [drm] HPD1 [ 0.508844] [drm] DDC: 0x198 0x198 0x19c 0x19c 0x1a0 0x1a0 0x1a4 0x1a4 [ 0.508845] [drm] Encoders: [ 0.508846] [drm] DFP1: INTERNAL_DVO1 [ 0.550091] [drm] fb mappable at 0xD0040000 [ 0.550093] [drm] vram apper at 0xD0000000 [ 0.550094] [drm] size 5242880 [ 0.550095] [drm] fb depth is 24 [ 0.550096] [drm] pitch is 5120 [ 0.550228] fbcon: radeondrmfb (fb0) is primary device [ 0.625173] Console: switching to colour frame buffer device 160x64 [ 0.637404] radeon 0000:01:05.0: fb0: radeondrmfb frame buffer device [ 0.638559] [drm] Initialized radeon 2.49.0 20080528 for 0000:01:05.0 on minor 0 [ 0.638759] [drm] amdgpu kernel modesetting enabled. [ 0.662172] brd: module loaded [ 0.662248] loop: module loaded [ 0.692427] usbcore: registered new interface driver rtsx_usb [ 0.692462] Loading iSCSI transport class v2.0-870. [ 0.693764] iscsi: registered transport (tcp) [ 0.693767] megasas: 07.701.17.00-rc1 [ 0.695416] sata_sil 0000:00:12.0: version 2.4 [ 0.697595] scsi host0: sata_sil [ 0.698844] scsi host1: sata_sil [ 0.698965] ata1: SATA max UDMA/100 mmio m512@0xfe02f000 tf 0xfe02f080 irq 23 [ 0.698969] ata2: SATA max UDMA/100 mmio m512@0xfe02f000 tf 0xfe02f0c0 irq 23 [ 0.702852] scsi host2: pata_atiixp [ 0.704128] scsi host3: pata_atiixp [ 0.704255] ata3: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0xe400 irq 14 [ 0.704258] ata4: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0xe408 irq 15 [ 0.704995] tun: Universal TUN/TAP device driver, 1.6 [ 0.705277] pcnet32: pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de [ 0.705355] Atheros(R) L2 Ethernet Driver - version 2.2.3 [ 0.705356] Copyright (c) 2007 Atheros Corporation. [ 0.705572] cnic: QLogic cnicDriver v2.5.22 (July 20, 2015) [ 0.706723] tg3.c:v3.137 (May 11, 2014) [ 0.717370] tg3 0000:02:00.0 eth0: Tigon3 [partno(BCM95751) rev 4200] (PCI Express) MAC address 00:16:17:57:e9:a7 [ 0.717378] tg3 0000:02:00.0 eth0: attached PHY is 5750 (10/100/1000Base-T Ethernet) (WireSpeed[1], EEE[0]) [ 0.717381] tg3 0000:02:00.0 eth0: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[0] TSOcap[1] [ 0.717383] tg3 0000:02:00.0 eth0: dma_rwctrl[76180000] dma_mask[64-bit] [ 0.717512] uli526x: ULi M5261/M5263 net driver, version 0.9.3 (2005-7-29) [ 0.717571] e100: Intel(R) PRO/100 Network Driver, 3.5.24-k2-NAPI [ 0.717572] e100: Copyright(c) 1999-2006 Intel Corporation [ 0.717613] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI [ 0.717614] e1000: Copyright (c) 1999-2006 Intel Corporation. [ 0.717655] e1000e: Intel(R) PRO/1000 Network Driver - 3.2.6-k [ 0.717656] e1000e: Copyright(c) 1999 - 2015 Intel Corporation. [ 0.717705] igb: Intel(R) Gigabit Ethernet Network Driver - version 5.4.0-k [ 0.717707] igb: Copyright (c) 2007-2014 Intel Corporation. [ 0.717746] ixgbe: Intel(R) 10 Gigabit PCI Express Network Driver - version 5.0.0-k [ 0.717748] ixgbe: Copyright (c) 1999-2016 Intel Corporation. [ 0.718925] ixgb: Intel(R) PRO/10GbE Network Driver - version 1.0.135-k2-NAPI [ 0.718927] ixgb: Copyright (c) 1999-2008 Intel Corporation. [ 0.718965] jme: JMicron JMC2XX ethernet driver version 1.0.8 [ 0.719082] sky2: driver version 1.30 [ 0.719478] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.719480] ehci-pci: EHCI PCI platform driver [ 0.719904] ehci-pci 0000:00:13.2: EHCI Host Controller [ 0.719925] ehci-pci 0000:00:13.2: new USB bus registered, assigned bus number 1 [ 0.720151] ehci-pci 0000:00:13.2: irq 19, io mem 0xfe02c000 [ 0.727041] ehci-pci 0000:00:13.2: USB 2.0 started, EHCI 1.00 [ 0.727509] hub 1-0:1.0: USB hub found [ 0.727526] hub 1-0:1.0: 8 ports detected [ 0.727981] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.727997] ohci-pci: OHCI PCI platform driver [ 0.728410] ohci-pci 0000:00:13.0: OHCI PCI host controller [ 0.728428] ohci-pci 0000:00:13.0: new USB bus registered, assigned bus number 2 [ 0.728582] ohci-pci 0000:00:13.0: irq 19, io mem 0xfe02e000 [ 0.784457] hub 2-0:1.0: USB hub found [ 0.784476] hub 2-0:1.0: 4 ports detected [ 0.785149] ohci-pci 0000:00:13.1: OHCI PCI host controller [ 0.785172] ohci-pci 0000:00:13.1: new USB bus registered, assigned bus number 3 [ 0.785303] ohci-pci 0000:00:13.1: irq 19, io mem 0xfe02d000 [ 0.841439] hub 3-0:1.0: USB hub found [ 0.841457] hub 3-0:1.0: 4 ports detected [ 0.841784] uhci_hcd: USB Universal Host Controller Interface driver [ 0.841910] usbcore: registered new interface driver uas [ 0.841953] usbcore: registered new interface driver usb-storage [ 0.842105] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12 [ 0.845263] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.845276] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.845564] mousedev: PS/2 mouse device common for all mice [ 0.846137] rtc_cmos 00:01: RTC can wake from S4 [ 0.846365] rtc_cmos 00:01: rtc core: registered rtc_cmos as rtc0 [ 0.846485] rtc_cmos 00:01: alarms up to one month, 242 bytes nvram [ 0.846533] i2c /dev entries driver [ 0.846983] piix4_smbus 0000:00:14.0: SMBus Host Controller at 0x500, revision 0 [ 0.847418] sdhci: Secure Digital Host Controller Interface driver [ 0.847420] sdhci: Copyright(c) Pierre Ossman [ 0.847565] sdhci-pltfm: SDHCI platform and OF driver helper [ 0.847567] No iBFT detected. [ 0.847601] hidraw: raw HID events driver (C) Jiri Kosina [ 0.848763] usbcore: registered new interface driver usbhid [ 0.848766] usbhid: USB HID core driver [ 0.849625] NET: Registered protocol family 10 [ 0.851254] Segment Routing with IPv6 [ 0.851345] NET: Registered protocol family 17 [ 0.851399] Key type dns_resolver registered [ 0.851621] microcode: AMD CPU family 0xf not supported [ 0.853851] Btrfs loaded, crc32c=crc32c-generic [ 0.854355] console [netcon0] enabled [ 0.854358] netconsole: network logging started [ 0.854408] rtc_cmos 00:01: setting system clock to 2018-05-09 04:23:52 UTC (1525839832) [ 0.854536] ALSA device list: [ 0.854538] No soundcards found. [ 0.868724] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input2 [ 0.883607] ata3.00: ATAPI: LITE-ON CD-RW SOHR-4839S, 1QS5, max UDMA/33 [ 0.905532] ata3.00: configured for UDMA/33 [ 1.005459] ata1: SATA link down (SStatus 0 SControl 310) [ 1.212029] usb 3-1: new low-speed USB device number 2 using ohci-pci [ 1.309517] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 310) [ 1.312039] ata2.00: ATA-7: WDC WD400BD-60LRA0, 07.01D07, max UDMA/100 [ 1.312042] ata2.00: 78165360 sectors, multi 16: LBA48 [ 1.314661] ata2.00: configured for UDMA/100 [ 1.315961] scsi 1:0:0:0: Direct-Access ATA WDC WD400BD-60LR 1D07 PQ: 0 ANSI: 5 [ 1.316529] sd 1:0:0:0: [sda] 78165360 512-byte logical blocks: (40.0 GB/37.3 GiB) [ 1.316548] sd 1:0:0:0: [sda] Write Protect is off [ 1.316552] sd 1:0:0:0: [sda] Mode Sense: 00 3a 00 00 [ 1.316583] sd 1:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 1.317151] sd 1:0:0:0: Attached scsi generic sg0 type 0 [ 1.319554] scsi 2:0:0:0: CD-ROM LITE-ON CD-RW SOHR-4839S 1QS5 PQ: 0 ANSI: 5 [ 1.321837] sda: sda1 sda2 [ 1.322508] sd 1:0:0:0: [sda] Attached SCSI disk [ 1.332406] sr 2:0:0:0: [sr0] scsi3-mmc drive: 107x/48x writer cd/rw xa/form2 cdda tray [ 1.332409] cdrom: Uniform CD-ROM driver Revision: 3.20 [ 1.332727] sr 2:0:0:0: Attached scsi CD-ROM sr0 [ 1.333095] sr 2:0:0:0: Attached scsi generic sg1 type 5 [ 1.339801] Freeing unused kernel memory: 3468K [ 1.339806] Write protecting the kernel read-only data: 40960k [ 1.343226] Freeing unused kernel memory: 1500K [ 1.349764] Freeing unused kernel memory: 1336K [ 1.409182] input: USB OPTICAL MOUSE as /devices/pci0000:00/0000:00:13.1/usb3/3-1/3-1:1.0/0003:2188:0AE1.0001/input/input5 [ 1.409388] hid-generic 0003:2188:0AE1.0001: input,hidraw0: USB HID v1.11 Mouse [USB OPTICAL MOUSE ] on usb-0000:00:13.1-1/input0 [ 1.768044] usb 1-6: new high-speed USB device number 3 using ehci-pci [ 1.889958] usb-storage 1-6:1.0: USB Mass Storage device detected [ 1.891172] scsi host4: usb-storage 1-6:1.0 [ 3.175956] scsi 4:0:0:0: Direct-Access Kingston Datatraveler G3 1.00 PQ: 0 ANSI: 0 CCS [ 3.177646] sd 4:0:0:0: Attached scsi generic sg2 type 0 [ 3.178417] sd 4:0:0:0: [sdb] 7557704 512-byte logical blocks: (3.87 GB/3.60 GiB) [ 3.179072] sd 4:0:0:0: [sdb] Write Protect is off [ 3.179074] sd 4:0:0:0: [sdb] Mode Sense: 0b 00 00 08 [ 3.179780] sd 4:0:0:0: [sdb] No Caching mode page found [ 3.179782] sd 4:0:0:0: [sdb] Assuming drive cache: write through [ 3.196869] sdb: sdb1 sdb2 [ 3.199542] sd 4:0:0:0: [sdb] Attached SCSI removable disk [ 4.523516] EXT4-fs (sdb2): couldn't mount as ext3 due to feature incompatibilities [ 4.524877] EXT4-fs (sdb2): couldn't mount as ext2 due to feature incompatibilities [ 4.549199] EXT4-fs (sdb2): mounted filesystem with ordered data mode. Opts: (null) [ 35.660764] ### BIG FAT WARNING [ 35.660794] ### sdb2 is removable. suspend/resume may not work [ 35.663748] ### BIG FAT WARNING [ 35.663776] ### sdb1 is removable. suspend/resume may not work [ 35.813542] systemd[1]: systemd 232 running in system mode. (-PAM -AUDIT -SELINUX -IMA -APPARMOR -SMACK -SYSVINIT -UTMP -LIBCRYPTSETUP -GCRYPT -GNUTLS -ACL -XZ -LZ4 -SECCOMP +BLKID -ELFUTILS +KMOD -IDN) [ 35.813822] systemd[1]: Detected architecture x86-64. [ 35.814141] systemd[1]: Running with unpopulated /etc. [ 35.814375] systemd[1]: Set hostname to . [ 35.814428] systemd[1]: Cannot open /etc/machine-id: No such file or directory [ 35.852685] systemd[1]: Populated /etc with preset unit settings. [ 35.883400] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe. [ 35.883825] systemd[1]: Listening on RPCbind Server Activation Socket. [ 35.883993] systemd[1]: Listening on udev Control Socket. [ 35.884204] systemd[1]: Listening on udev Kernel Socket. [ 36.352626] systemd-journald[248]: Received request to flush runtime journal from PID 1 [ 37.953832] k8temp 0000:00:18.3: hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info(). [ 39.049779] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null) [ 39.068098] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready [ 39.294551] EXT4-fs (sda2): recovery complete [ 39.312411] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null) [ 40.738270] tg3 0000:02:00.0 eth0: Link is up at 100 Mbps, full duplex [ 40.738275] tg3 0000:02:00.0 eth0: Flow control is on for TX and on for RX [ 40.739073] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready [ 40.747950] 8021q: 802.1Q VLAN Support v1.8 [ 179.606605] usb 3-1: USB disconnect, device number 2 [ 179.995032] usb 3-1: new low-speed USB device number 3 using ohci-pci [ 180.192574] input: USB OPTICAL MOUSE as /devices/pci0000:00/0000:00:13.1/usb3/3-1/3-1:1.0/0003:2188:0AE1.0002/input/input6 [ 180.193607] hid-generic 0003:2188:0AE1.0002: input,hidraw0: USB HID v1.11 Mouse [USB OPTICAL MOUSE ] on usb-0000:00:13.1-1/input0

lspci.txt

00:00.0 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD/ATI] RS480/RS482/RS485 Host Bridge [1002:5950] (rev 10) Subsystem: Hewlett-Packard Company RS480/RS482/RS485 Host Bridge [103c:3009] 00:01.0 PCI bridge [0604]: Advanced Micro Devices, Inc. [AMD/ATI] RC4xx/RS4xx PCI Bridge [int gfx] [1002:5a3f] 00:05.0 PCI bridge [0604]: Advanced Micro Devices, Inc. [AMD/ATI] RC4xx/RS4xx PCI Express Port 2 [1002:5a37] Kernel driver in use: pcieport 00:12.0 IDE interface [0101]: Advanced Micro Devices, Inc. [AMD/ATI] IXP SB4x0 Serial ATA Controller [1002:4379] Subsystem: Hewlett-Packard Company IXP SB4x0 Serial ATA Controller [103c:3009] Kernel driver in use: sata_sil 00:13.0 USB controller [0c03]: Advanced Micro Devices, Inc. [AMD/ATI] IXP SB4x0 USB Host Controller [1002:4374] Subsystem: Hewlett-Packard Company IXP SB4x0 USB Host Controller [103c:3009] Kernel driver in use: ohci-pci 00:13.1 USB controller [0c03]: Advanced Micro Devices, Inc. [AMD/ATI] IXP SB4x0 USB Host Controller [1002:4375] Subsystem: Hewlett-Packard Company IXP SB4x0 USB Host Controller [103c:3009] Kernel driver in use: ohci-pci 00:13.2 USB controller [0c03]: Advanced Micro Devices, Inc. [AMD/ATI] IXP SB4x0 USB2 Host Controller [1002:4373] Subsystem: Hewlett-Packard Company IXP SB4x0 USB2 Host Controller [103c:3009] Kernel driver in use: ehci-pci 00:14.0 SMBus [0c05]: Advanced Micro Devices, Inc. [AMD/ATI] IXP SB4x0 SMBus Controller [1002:4372] (rev 11) Subsystem: Hewlett-Packard Company IXP SB4x0 SMBus Controller [103c:3009] Kernel driver in use: piix4_smbus 00:14.1 IDE interface [0101]: Advanced Micro Devices, Inc. [AMD/ATI] IXP SB4x0 IDE Controller [1002:4376] Subsystem: Hewlett-Packard Company IXP SB4x0 IDE Controller [103c:3009] Kernel driver in use: pata_atiixp 00:14.3 ISA bridge [0601]: Advanced Micro Devices, Inc. [AMD/ATI] IXP SB4x0 PCI-ISA Bridge [1002:4377] Subsystem: Hewlett-Packard Company IXP SB4x0 PCI-ISA Bridge [103c:3009] 00:14.4 PCI bridge [0604]: Advanced Micro Devices, Inc. [AMD/ATI] IXP SB4x0 PCI-PCI Bridge [1002:4371] 00:14.5 Multimedia audio controller [0401]: Advanced Micro Devices, Inc. [AMD/ATI] IXP SB400 AC'97 Audio Controller [1002:4370] (rev 02) Subsystem: Hewlett-Packard Company IXP SB400 AC'97 Audio Controller [103c:3009] Kernel driver in use: snd_atiixp Kernel modules: snd_atiixp 00:18.0 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] K8 [Athlon64/Opteron] HyperTransport Technology Configuration [1022:1100] 00:18.1 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] K8 [Athlon64/Opteron] Address Map [1022:1101] 00:18.2 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] K8 [Athlon64/Opteron] DRAM Controller [1022:1102] 00:18.3 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] K8 [Athlon64/Opteron] Miscellaneous Control [1022:1103] Kernel driver in use: k8temp Kernel modules: k8temp 01:05.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. [AMD/ATI] RS480 [Radeon Xpress 200 Series] [1002:5954] Subsystem: Hewlett-Packard Company RS480 [Radeon Xpress 200 Series] [103c:3009] Kernel driver in use: radeon 01:05.1 Display controller [0380]: Advanced Micro Devices, Inc. [AMD/ATI] RS480 [Radeon Xpress 200 Series] (Secondary) [1002:5854] Subsystem: Hewlett-Packard Company RS480 [Radeon Xpress 200 Series] (Secondary) [103c:3008] 02:00.0 Ethernet controller [0200]: Broadcom Limited NetXtreme BCM5751 Gigabit Ethernet PCI Express [14e4:1677] (rev 20) Subsystem: Hewlett-Packard Company NetXtreme BCM5751 Gigabit Ethernet PCI Express [103c:3009] Kernel driver in use: tg3

gouchi commented 6 years ago

Also try with our nightly builds.

Thank you.

NyanProgrammer commented 5 years ago

I tried the nightly builds and nothing changed

gouchi commented 5 years ago

Please provide some logs.

Thank you.

gouchi commented 5 years ago

Hi,

May you try this command to launch RA ?

Thank you.