Posts by OlliLaukkanen

    I'm not able to establish a wired network connection to my Kodi box. I tried two other devices on the same cable, which are connecting just fine. So the cable should be fine. After some research I got some output (MAC anonymized):

    lspci -v

    dmesg | grep jme

    Code
    [    1.027144] jme: JMicron JMC2XX ethernet driver version 1.0.8
    [    1.027177] jme 0000:02:00.5: can't disable ASPM; OS doesn't have ASPM control
    [    1.028208] jme 0000:02:00.5 eth0: JMC250 Gigabit Ethernet chiprev:23 pcirev:3 macaddr:80:ee:73:11:11:11
    [  682.829085] jme 0000:02:00.5 eth0: Link is down
    [  682.857367] jme 0000:02:00.5 eth0: Link is down

    ip link

    Code
    2: eth0:  mtu 1500 qdisc pfifo_fast qlen 1000
    link/ether 80:ee:73:11:11:11 brd ff:ff:ff:ff:ff:ff

    Is there maybe some module, that needs to be loaded or is the device itself defective? Suggestions are very welcome.

    It's a Shuttle XS35GTV2 with a JMicronJMC250 PCI Express Gigabit Ethernet Controller.

    EDIT: Today, I booted Ubuntu from a USB drive with the same result.

    EDIT2 (2017 Oct 13): On Windows 10 x64 the wired network adapter works. Is this maybe a driver / kernel / general linux issue?

    EDIT3 (2017 Oct 14): Further searching and trial & error brought the solution:

    SOLUTION:

    - Connect via Wifi

    - SSH connect to your kodi box

    - create autostart.sh with:

    Code
    nano /storage/.config/autostart.sh

    add the following content and save:

    Code
    ethtool -s eth0 speed 100 duplex full autoneg off
    exit 0

    - Reboot your machine

    This activates the network connection at boot time. Further reading:

    JMicron JMC250 gigabit adapter - link not working / Networking, Server, and Protection / Arch Linux Forums

    [SOLVED] Jmicron JMC250 on a Sager NP8150

    I just installed v7.90.010 ALPHA onto a newly bought SSD on my Shuttle XS35GTV2.
    Since the first boot it shows the attached error messages. With the old SSD and version 7.90.009 it did not happen.

    Is there anything I can or need to do about this? I searched the Interwebs, but did not find something useful.

    Merry Christmas!

    (For search purposes:

    SYSLINUX 6.03 EDD 2014-10-06 Copyright (C) 1994-2014 H. Peter Anvin et al
    [ 0.7741161 ACPI Error: No handler for Region [ECRM] (ffff88007d0263a8) [EmbeddedControl] (20160831/evregion-166)

    [ 0.774320] ACPI Error: Region EmbeddedControl (ID=3) has no handler (20160831/exfldio-299)

    [ 0.774513] ACPI Error: Method parse/execution failed [\_SB.PCIO.SBRG.ECO._REG] (Mode ffff88007d028b40), AE_NOT_EXIST (20160831/psparse-543)
    )