问题

raspberry pi3安装后发现wifi 启动不了, brcmf_sdio加载失败了,return error code为-110

处理方法

  1. 打开 /etc/dracut.conf.d/raspberrypi_modules.conf

  2. 删除掉add_drivers中的"sdhci_iproc"

  3. 去掉omit_drivers上的注释

  4. 运行"mkinitrd -f"

  5. 重启机器

  6. ifconfig wlan0 up, 就能看到wlan0启动起来了

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-06-20
  • 2021-09-01
  • 2022-02-09
  • 2021-12-24
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-12-23
  • 2021-10-11
  • 2022-01-05
  • 2021-11-15
  • 2021-08-08
  • 2022-12-23
  • 2021-11-17
相关资源
相似解决方案