我在 Ubuntu 18.04 LTS(在 ssh 中)。我的内核版本是:
root@sintrones-abox:/# uname -r
5.4.0-122-generic
我需要修改该文件linux-x.x.x/drivers/usb/serial/option.c
以便安装 5G 模块的特定驱动程序。无论如何,这是/usr/src
文件夹:
root@sintrones-abox:/# ls /usr/src
backport-iwlwifi-8324 linux-headers-5.4.0-122-generic linux-hwe-5.4-headers-5.4.0-122
drivers/usb/serial
我在路径中找到了文件夹:
/usr/src/linux-hwe-5.4-headers-5.4.0-122/drivers/usb/serial/
无论如何,在这个文件夹中没有 option.c 文件。这些是文件:
root@sintrones-abox:/# ls /usr/src/linux-hwe-5.4-headers-5.4.0-122/drivers/usb/serial/
ezusb_convert.pl Kconfig Makefile Makefile-keyspan_pda_fw
我如何找到 option.c?我试过了make
,但是:
root@sintrones-abox:/usr/src/linux-hwe-5.4-headers-5.4.0-122/drivers/usb/serial# make
make: *** No targets. Stop.