0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

Raspberry Pi Mouseの準備を進めてみた(その2)

Last updated at Posted at 2019-11-29

ラズパイの無線LAN接続がうまくいかず、試行錯誤。
ifconfigしてもwlan0が見つかりません。認識されていないです。

このページラズパイ3で無線LANを有効にした時のお話を試してみます。
長く悩んでいましたが、次のコマンドで解決しました。うれしい!

cd /lib/firmware/brcm/
wget https://github.com/RPi-Distro/firmware-nonfree/raw/master/brcm/brcmfmac43430-sdio.bin
wget https://github.com/RPi-Distro/firmware-nonfree/raw/master/brcm/brcmfmac43430-sdio.txt
shutdown -r now

ラズパイボードをロボットに搭載して、無線LANでの接続が確認できました。
次からロボット動かしていきます。

IMG_4971.png

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?