Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Assistance Kernel & Hardware
  • Search

FL1100 based Expresscard-to-USB3.0 adapter not detected

Kernel not recognizing your hardware? Problems with power management or PCMCIA? What hardware is compatible with Gentoo? See here. (Only for kernels supported by Gentoo.)
Post Reply
Advanced search
2 posts • Page 1 of 1
Author
Message
powerN00b
n00b
n00b
User avatar
Posts: 26
Joined: Thu Jul 11, 2024 11:36 am

FL1100 based Expresscard-to-USB3.0 adapter not detected

  • Quote

Post by powerN00b » Fri Feb 20, 2026 3:16 am

Last year I purchased this Expresscard-to-USB3.0 adapter. It works on Windows10, but not on linux, it seems :( Its not being detected at all, even after I enabled all hotplug options for pci and ibm extensions!
Am I only one having issues with this chip?
Top
NeddySeagoon
Administrator
Administrator
User avatar
Posts: 56088
Joined: Sat Jul 05, 2003 9:37 am
Location: 56N 3W

  • Quote

Post by NeddySeagoon » Sun Feb 22, 2026 4:47 pm

powerN00b,

There are lots of kernel knobs for PCI Express Port support

Code: Select all

  │ ┌───────────────────────────────────────────────────────────────────────────────┐ │  
  │ │    --- PCI support                                                            │ │  
  │ │    [*]   PCI Express Port Bus support                                         │ │  
  │ │    - -     PCI Express Hotplug driver                                         │ │  
  │ │    [*]     PCI Express Advanced Error Reporting support                       │ │  
  │ │    < >       PCI Express error injection support                              │ │  
  │ │    - -       PCI Express CXL RAS support                                      │ │  
  │ │    [ ]       PCI Express ECRC settings control                                │ │  
  │ │    [*]   PCI Express ASPM control                                             │ │  
  │ │            Default ASPM policy (BIOS default)  --->                           │ │  
  │ │    [ ]   PCI Express Downstream Port Containment support                      │ │  
  │ │    [ ]   PCI Express Precision Time Measurement support                       │ │  
  │ │    - -   PCI Express Error Disconnect Recover support                         │ │  
some of them are hidden until other options are selected.
Here the - - symbol means hidden.

You can see hidden options with the 'z' toggle and read the help to discover how to fix it. Thus

Code: Select all

 ┌─────────────────────────── PCI Express Hotplug driver ────────────────────────────┐
  │ CONFIG_HOTPLUG_PCI_PCIE:                                                          │  
  │                                                                                   │  
  │ Say Y here if you have a motherboard that supports PCIe native                    │  
  │ hotplug.                                                                          │  
  │                                                                                   │  
  │ Thunderbolt/USB4 PCIe tunneling depends on native PCIe hotplug.                   │  
  │                                                                                   │  
  │ When in doubt, say N.                                                             │  
  │                                                                                   │  
  │ Symbol: HOTPLUG_PCI_PCIE [=n]                                                     │  
  │ Type  : bool                                                                      │  
  │ Defined at drivers/pci/pcie/Kconfig:16                                            │  
  │   Prompt: PCI Express Hotplug driver                                              │  
  │   Depends on: PCI [=y] && HOTPLUG_PCI [=n] && PCIEPORTBUS [=y]                    │  
  │   Location:                                                                       │  
  │     -> Device Drivers                                                             │  
  │       -> PCI support (PCI [=y])                                                   │  
  │         -> PCI Express Port Bus support (PCIEPORTBUS [=y])                        │  
  │           -> PCI Express Hotplug driver (HOTPLUG_PCI_PCIE [=n]) 
The boolean Depends on: PCI [=y] && HOTPLUG_PCI [=n] && PCIEPORTBUS [=y] must bu true. I have HOTPLUG_PCI [=n] so that's the option to enable.

Until your new card appears in

Code: Select all

lspci
the kernel can't even see it.
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Top
Post Reply

2 posts • Page 1 of 1

Return to “Kernel & Hardware”

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy

 

 

magic