>> What does lscpu show? I suspect being a big.little platform you'll >> find that all the CPUs work but it might only run one cluster at a >> time, or only power up the second cluster under load. I'm not sure >> what the algorithms the cpu frequency drivers use for the exynos >> platforms, I suspect it depends on other factors as well such as >> thermal temp (the tmon util in kernel-tools might give you insight >> there). >> >>> I will now attempt to get the system installed on the eMMC card. I will >>> report on that progress later. >>> > ---cut--- > > I also have a running F26, thanks to Dennis for his tips. > > @ Peter > [root@localhost ~]# lscpu > Architecture: armv7l > Byte Order: Little Endian > CPU(s): 8 > On-line CPU(s) list: 0-3 > Off-line CPU(s) list: 4-7 So all the CPUs are there and it's running as big.little, that seems fine to me, if you load it up does it flip from the A7 processors to the A15 or does it bring all 8 online? > I've compared this system with a running F24 system and load the same kernel > modules via "modprobe". > Fedora 26 > [root@localhost ~]# lsusb > Bus 006 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub > Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub So those two are the ones of interest, it is finding the USB3 controllers, I suspect you'll see the modules too (dwc3 or xhci modules) > Fedora 24 The kernel version is more useful than the release. > [root@myodroid ~]# lsusb > Bus 006 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub > Bus 005 Device 003: ID 0bda:8153 Realtek Semiconductor Corp. RTL8153 Gigabit > Ethernet Adapter > Bus 005 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub > Bus 004 Device 003: ID 05e3:0735 Genesys Logic, Inc. > Bus 004 Device 002: ID 05e3:0616 Genesys Logic, Inc. hub > Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub > Bus 003 Device 002: ID 05e3:0610 Genesys Logic, Inc. 4-port hub > Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub > Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub > Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub > [root@myodroid ~]# > > The module "r8152" was manual loaded, but no Ethernet Adapter was found. >From what Dennis sent me from dmesg I see errors around LPM (Link Power Management) and a quick google tells me it's not an unusual problem [1] with USB-3 controllers. The dwc3 driver has seen a lot of development to add things like usb 3.1/3.2 support, USB-C and various power related stuff (being the PSU for a lot of devices now too) so TBH I'm not surprised there's regression here, the question here is what regressed it. You'd need to do a git bisect to work that out or in the very least a Fedora kernel 4.11.3-300 worked 4.11.4-300 it stopped because the difference between what ever F-24 kernel you have and what ever F-26 kernel is likely vast. If you're running the 4.11.8 kernel in F-26 have you at least tried the latest 4.12.8 F-26 kernel to see if that's the same/better/worse or a 4.13 rc6 F-27 kernel? Peter [1] https://askubuntu.com/questions/879975/usb-3-controller-doesnt-recognize-devices-on-motherboard-without-built-in-usb-3 _______________________________________________ arm mailing list -- arm@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to arm-leave@xxxxxxxxxxxxxxxxxxxxxxx