You are not logged in.

#1 2017-01-28 17:54:34

joaki97
Member
Registered: 2016-08-31
Posts: 7

usb error on Arch, no error on ubuntu 16.4

I tried tonigth ubuntu 16.4.1 on live usb and i didn't have any error on startup. how I can install and test ubuntu kernel on arch, or how to compile kernel like ubuntu folks did this? I recive usb 1-1.6 device descriptor read/64 error 110. Bluetooth module is attached on this port. Acer aspire 5750. Bluetooth is AR5BBU22.

Offline

#2 2017-01-28 20:03:06

Trilby
Inspector Parrot
Registered: 2011-11-29
Posts: 29,520
Website

Re: usb error on Arch, no error on ubuntu 16.4

Ubuntu most likely uses a different kernel version and almost certainly a different config.  If you pull the same versions sources and get the kernel config they use, you could compile the same kernel they get on ubuntu.  Pick one of these two methods:
https://wiki.archlinux.org/index.php/Ke … ompilation
https://wiki.archlinux.org/index.php/Ke … ild_System

Building a kernel is no small task though - especially if you're not on new and/or high-end hardware.  If you just want to test the ububtu kernel, you should be able to just copy it from a ubuntu system and put it in /boot, make an initramfs, and add an entry in your boot loader.  This would be much faster than building your own.  Building your own, on the other hand, might help pinpoint whether the issue you're tracking is a result of the difference in kernel versions or a difference in the configs.  The former of these could likely be tested by trying an LTS kernel in arch (which would be the easiest of all the above options).


"UNIX is simple and coherent..." - Dennis Ritchie, "GNU's Not UNIX" -  Richard Stallman

Offline

#3 2017-01-28 20:43:22

skottish
Forum Fellow
From: Here
Registered: 2006-06-16
Posts: 7,942

Re: usb error on Arch, no error on ubuntu 16.4

joaki97,

I believe that the error is being caused by ohci_hcd being loaded before ehci_hcd. A possible solution is here:

https://bugs.archlinux.org/task/12009#comment34281

If you do this, make sure the file created ends in .conf.

Offline

#4 2017-01-28 22:51:45

joaki97
Member
Registered: 2016-08-31
Posts: 7

Re: usb error on Arch, no error on ubuntu 16.4

skottish,

thank you, thats fix errors smile

Offline

Board footer

Powered by FluxBB