modprode命令找不到
Tofloor
poster avatar
whu-gentle
deepin
2019-01-13 23:04
Author
联想拯救者,装了deepin装系统之后,无线网络连接失败。从网上看到要删除ideapad_laptop驱动,需要用到modprode命令,但终端提示找不到这个命令,求解。
Reply Favorite View the author
All Replies
avatar
dd2019
deepin
2019-01-15 00:15
#1
你命令打错了, 输入 modp 然后按一下 TAB 键, 自动补全
Reply View the author
avatar
electricface
deepin
2019-01-15 03:30
#2
是 modprobe
Reply View the author
avatar
whu-gentle
deepin
2019-01-16 01:37
#3
https://bbs.deepin.org/post/173663
你命令打错了, 输入 modp 然后按一下 TAB 键, 自动补全

谢谢谢谢(被自己菜哭
Reply View the author
avatar
Island
deepin
2019-01-16 04:36
#4
安装器有做适配 
# Fix wireless issue of lenovo y700
fix_lenovo_y700() {
  if is_productname_exists "80NV"; then
    if is_pci_exists "8086:3166"; then
      msg "fix lenovo y700"

      # Add ideapad to blacklist of kernel module.
      echo "blacklist ideapad_laptop" | tee -a /etc/modprobe.d/ideapad.conf
    fi
  fi
}

请问你是什么型号,我提交到安装器中

Reply View the author