-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
有一个问题反馈 #4
Comments
执行下面这个命令, 把输出贴出来:
|
|
看起来你的发行版有点奇怪。 能否提供这个 Linux 发行版的具体名称和版本? 通常可以通过 |
ubuntu20.04,内核刚开始用的是bbr最新版,后面改成xanmod内核了 |
我开了个 Ubuntu 20.04 的 vm, 从 这里 下载了 6.6.1 的 image 和 headers , 安装之后, 因此, 我怀疑你遇到这个问题的原因是, 你在从「bbr最新版」内核更换到 xanmod 内核后, 没有卸载 bbr 内核, 由于 grub 默认是用 版本号最新 的内核启动, 这导致你实际上使用的是你之前的「bbr最新版」内核。 此外, 我还注意到 Ubuntu 20.04 的 gcc 版本太旧, 实际上也无法为 6.x 的 xanmod 的内核编译内核模块, 你可能还需要先更新 gcc。 建议换比较新的发行版, 或者尝试使用 5.8 之后的 5.x 内核。
|
应该是不支持xanmod1的内核了。因为xanmod1支持了BBR3,我的一些机器都换了这个内核。。安装brutal都失败了。
1、编译安装GCC-13,,劝退,,头皮发麻。 2、降回5.10的内核版本。。放弃xanmod1。。 |
不是不支持 xanmod1 的内核, 而是 gcc 太老了。 |
我也遇到这个问题,可以分享一下吗? |
问了chatgpt我也没解决办法就来问你了,我的内核是bbr的6.6.1版本,但是我无法安装你的这个模块请看问题代码如下:
root@hks1-20231110231330b4e904:
# bash <(curl -fsSL https://tcp.hy2.sh/)# uname -rChecking linux-headers ... ok
Cleaning old installations ...
Checking installed version ... v1.0.0
Checking latest version ... v1.0.0
Rebuilding DKMS modules as needed ...
Kernel preparation unnecessary for this kernel. Skipping...
Building module:
cleaning build area...
make -j1 KERNELRELEASE=6.6.1 KERNEL_DIR=/lib/modules/6.6.1/build all...(bad exit status: 2)
ERROR (dkms apport): binary package for tcp-brutal: 1.0.0 not found
Error! Bad return status for module build on kernel: 6.6.1 (x86_64)
Consult /var/lib/dkms/tcp-brutal/1.0.0/build/make.log for more information.
Enabling auto load kernel module brutal on system boot ... ok
Loading kernel module brutal ... modprobe: FATAL: Module brutal not found in directory /lib/modules/6.6.1
bash <(curl -fsSL https://tcp.hy2.sh): error: Failed to load kernel module, kernel module might not be installed successfully.
bash <(curl -fsSL https://tcp.hy2.sh): warning: tcp-brutal is installed but failed to load.
There is nothing to do today.
root@hks1-20231110231330b4e904:
6.6.1
可以看下图片,请宇宙第一帅哥看一下
谢谢你
The text was updated successfully, but these errors were encountered: