View previous topic :: View next topic |
Author |
Message |
shredator Tux's lil' helper
Joined: 14 Apr 2005 Posts: 82
|
Posted: Mon Apr 19, 2021 9:38 pm Post subject: [solved] xhci not working |
|
|
Hello,
I'm having trouble getting the usb ports on my laptop to work. lspci shows:
Code: |
00:14.0 USB controller: Intel Corporation 100 Series/C230 Series Chipset Family USB 3.0 xHCI Controller (rev 31)
04:00.0 USB controller: ASMedia Technology Inc. ASM1142 USB 3.1 Host Controller
|
If i boot manjaro, lspci -k shows that the xhci_hcd module is being used for both. I built the xhci module into my gentoo kernel (currently gentoo-sources-5.11.14). If I boot gentoo and lspci -k, it shows no module for that hardware. dmesg | grep xhci returns nothing.
Does anyone have any suggestions on where to look next?
Thanks!
Last edited by shredator on Tue Apr 20, 2021 2:31 pm; edited 1 time in total |
|
Back to top |
|
|
Buffoon Veteran
Joined: 17 Jun 2015 Posts: 1369 Location: EU or US
|
Posted: Mon Apr 19, 2021 10:20 pm Post subject: |
|
|
Not really, but check the kernel version:
Code: | file /path/to/your/installed/kernel_image |
versus
_________________ Life is a tragedy for those who feel and a comedy for those who think. |
|
Back to top |
|
|
shredator Tux's lil' helper
Joined: 14 Apr 2005 Posts: 82
|
Posted: Tue Apr 20, 2021 5:03 am Post subject: |
|
|
Code: | > uname -a
Linux rlt 5.11.14-gentoo #7 SMP PREEMPT Mon Apr 19 07:33:14 PDT 2021 x86_64 Intel(R) Core(TM) i7-6700HQ CPU @ 2.60GHz GenuineIntel GNU/Linux |
Code: | file /boot/efi/kern
/boot/efi/kern: Linux kernel x86 boot executable bzImage, version 5.11.14-gentoo (root@rlt) #7 SMP PREEMPT Mon Apr 19 07:33:14 PDT 2021, RO-rootFS, swap_dev 0x6, Normal VGA |
Does that reveal anything? |
|
Back to top |
|
|
pietinger Moderator
Joined: 17 Oct 2006 Posts: 5372 Location: Bavaria
|
Posted: Tue Apr 20, 2021 8:13 am Post subject: |
|
|
shredator wrote: | Does that reveal anything? |
Yes, your booted kernel is the same as you think it should be.
shredator wrote: | Does anyone have any suggestions on where to look next? |
Only in your kernel config !
I think you made the kernel config by yourself and you did a stub kernel. The only question is:
Did you made all configurations with "make menuconfig" or did you some configurations by editing the .config ?
You know, when you activate some parameters in the kernel config, this can lead to (invisible) activating of other parameters ? |
|
Back to top |
|
|
Buffoon Veteran
Joined: 17 Jun 2015 Posts: 1369 Location: EU or US
|
Posted: Tue Apr 20, 2021 8:16 am Post subject: |
|
|
You didn't miss CONFIG_USB_PCI ... did you? _________________ Life is a tragedy for those who feel and a comedy for those who think. |
|
Back to top |
|
|
shredator Tux's lil' helper
Joined: 14 Apr 2005 Posts: 82
|
Posted: Tue Apr 20, 2021 2:31 pm Post subject: |
|
|
Buffoon wrote: | You didn't miss CONFIG_USB_PCI ... did you? |
No, of cours--wait, yep, yep.
Thanks, all good now! |
|
Back to top |
|
|
|