这以DKMS方式提供Realtek r8125驱动程序,以便即使在内核升级后也可以保留最新的驱动程序。 安装 有3种方法来安装此DKMS模块。 选择1作为您的口味。 那些不会互相干扰。 因此,您可以执行所有3种方法,但不需要这样做。 为了获得更新的驱动程序,建议使用Debian软件包进行安装。 Debian软件包 发行包文件 从Github存储库的...
Those are not interfering with each other. So you can do all 3 methods but absolutely you don't need to. Installation using the Debian package is recommended for the sake of getting the newer driver. Debian package Released package file Download the latest Debian package from the Release tab ...
Debian package build You can build yourself this after installing some dependencies includingdkms. apt install devscripts debmake debhelper build-essential dkms -y dpkg-buildpackage -b -rfakeroot -us -uc LICENSE GPL-2+ on Realtek driver and the debian packaing. ...
Update Debian package version to 9.013.02-1 1234567891011121314151617181920212223 #!/bin/bash if [[ $EUID -ne 0 ]]; then echo "You must run this with superuser priviliges. Try \"sudo ./dkms-install.sh\"" 2>&1 exit 1 else echo "About to run dkms install steps..." fi ...
Update Debian package version to 9.013.02-1 123456789101112131415161718192021222324 #!/bin/bash if [[ $EUID -ne 0 ]]; then echo "You must run this with superuser priviliges. Try \"sudo ./dkms-remove.sh\"" 2>&1 exit 1 else echo "About to run dkms removal steps..." fi ...
事实上,由Debian官方维护的r8125-dkms已经进入sid仓库和bookworm仓库的non-freeComponent,由Proxmox维护的r8125-dkms也已经进入 PVE 8.x的pve-no-subscriptionComponent(见这里的r8125-dkms)。版本虽然相对会老一些,但针对他们所维护的内核是适配的。也就是说,你如果不想追新,你可以直接在sources.list中启用bookworm/...
NotificationsYou must be signed in to change notification settings Fork73 Star385 Releases 9.009.01-1 Compare awesometicreleased this07 Jun 09:30 ·34 commitsto master since this release 9.009.01-1 8cc5c69 Debian package version: 9.009.01-1 ...
@@ -28,59 +28,17 @@ Installation using the Debian package is recommended for the sake of getting the ### Debian package ### Released package file Download the latest Debian package from the Release tab on the Github repository. Then enter the following command. ```bash sudo dpkg -i re...
if [ -r /etc/debian_version ]; then is_update_initramfs=y elif [ -r /etc/lsb-release ]; then for distrib in $distrib_list do /bin/grep -i "$distrib" /etc/lsb-release 2>&1 /dev/null && \ is_update_initramfs=y && break done fi if [ "$is_update_initramfs" = "y" ]; th...
Debian package dkms-install.sh This script is from aircrack-ng team. You can install the DKMS module by a simple command. Download or clone this repository and move to the extracted directory, then run the script. apt install build-* dkms pve-headers-$(uname -r) git clone https://github...