我在尝试使用命令 modprode 时收到此消息,bash: modprobe: command not found
I get this message when trying to use the command modprode, bash: modprobe: command not found
如何安装 modprobe?我已经使用 apt-get 安装了 kmod。我正在使用 Debian 8。谢谢。
您应该 运行 命令 modprobe
作为 root ,键入:
su -
输入你的 root 密码然后 运行 modprobe
,或者安装和配置 sudo
sudo modprobe module_name
如何安装 modprobe?我已经使用 apt-get 安装了 kmod。我正在使用 Debian 8。谢谢。
您应该 运行 命令 modprobe
作为 root ,键入:
su -
输入你的 root 密码然后 运行 modprobe
,或者安装和配置 sudo
sudo modprobe module_name