Sorry for being late but it took me so long to find this:
10ec:b822:103c:831b
Is this the driver you were talking about?? On 9 Sep 2021, at 3:40 AM, Valdis Klētnieks <valdis.kletnieks@xxxxxx> wrote:
On Wed, 08 Sep 2021 12:02:39 +0200, Omar Mustafa said:The driver is RTL8822BE Bluetooth
That's not what I asked for. And that's not the *driver*, that'sthe *device*.For example, this laptop has an Ethernet and a wireless card:[~] lspci -nn |grep -i net01:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL810xE PCI Express Fast Ethernet controller [10ec:8136] (rev 07)02:00.0 Network controller [0280]: Qualcomm Atheros QCA9565 / AR9565 Wireless Network Adapter [168c:0036] (rev 01)and there's no RTL810xE or QCA8565 driver. The first actually uses the r8169driver, and the second uses the ath9k driver. Both those drivers support awide range of devices. iwlwifi is another driver that supports a whole bunchof devices.Meanwhile, a USB trackball I use is:[~] lsusb | grep TrackBus 001 Device 002: ID 045e:0023 Microsoft Corp. Trackball OpticalAnd those [10ec:8136], [168c:0036], and [045e:0023] are actually important, asthat is what the *HARDWARE* device identifies itself as, and what the kerneluses to identify which driver should be used to support the device.. There aremany actual instances where the hardware device has both a USB and PCI variant- and only one or the other is actually supported by an in-tree driver.And you still haven't told us what driver source you're trying to compile, orwhere it came from._______________________________________________Kernelnewbies mailing listKernelnewbies@xxxxxxxxxxxxxxxxxhttps://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
|
_______________________________________________
Kernelnewbies mailing list
Kernelnewbies@xxxxxxxxxxxxxxxxx
https://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies