You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
编译驱动时提示make: *** /lib/modules/4.19.193/build: No such file or directory
执行sudo apt install linux-headers-$(uname -r)提示E: Unable to locate package linux-headers-4.19.193
请问要怎么解决?
@windskyxb
编译驱动时提示make: *** /lib/modules/4.19.193/build: No such file or directory
执行sudo apt install linux-headers-$(uname -r)提示E: Unable to locate package linux-headers-4.19.193
请问要怎么解决?
这里边只需要安装 gcc 和 make 就好,不需要安装 linux-headers-xxx 的包,至于 make 没有找到文件,得按照文章所述进入到 AX88179_178A_Linux_Driver/source 目录下执行
git clone https://github.com/nothingstopsme/AX88179_178A_Linux_Driver.git
cd AX88179_178A_Linux_Driver/source/
# 然后再执行 make 和 make install
make
make install
https://blog.wj2015.com/2023/05/15/ubuntu22.04%E5%AE%89%E8%A3%85%E4%BD%BF%E7%94%A8%E7%BB%BF%E8%81%94%E5%8D%83%E5%85%86%E7%BD%91%E5%8F%A3/
前言此篇博客的目标是为 Ubuntu 22.04 的服务器扩展一个千兆网口,JD 上踩过其他品牌的坑,最终还是选择了绿联(PS:没给广告费),虽然官网比较简陋提供的驱动也都还有点问题,但好歹是 Linux 下一番折腾还是能用的。 自带驱动问题我使用的是 Ubuntu 22.04 的操作系统,内核版本 5.19,里边自带一个 ax88179_179a 的内核模块,使用 lsmod 和 modin
The text was updated successfully, but these errors were encountered: