Vmalloc.h implicit functions

Valdis Kl=?utf-8?Q?=c4=93?=tnieks valdis.kletnieks at vt.edu
Wed Sep 8 21:39:35 EDT 2021


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's
the *device*.

For example, this laptop has an Ethernet and a wireless card:
[~] lspci -nn |grep -i net
01: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 r8169
driver, and the second uses the ath9k driver. Both those drivers support a
wide range of devices.  iwlwifi is another driver that supports a whole bunch
of devices.

Meanwhile, a USB trackball I use is:

[~] lsusb | grep Track
Bus 001 Device 002: ID 045e:0023 Microsoft Corp. Trackball Optical

And those [10ec:8136], [168c:0036], and [045e:0023] are actually important, as
that is what the *HARDWARE* device identifies itself as, and what the kernel
uses to identify which driver should be used to support the device.. There are
many 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, or
where it came from.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 494 bytes
Desc: not available
URL: <http://lists.kernelnewbies.org/pipermail/kernelnewbies/attachments/20210908/82d39a2b/attachment.sig>


More information about the Kernelnewbies mailing list