Skip to content

Commit

Permalink
RUNNING: Update note about Wi-Fi
Browse files Browse the repository at this point in the history
Thanks to diederik, it works now out of the box with Model B, so
remove the note saying it doesn't and adjust it to only apply to
SOQuartz.
  • Loading branch information
CounterPillow committed Apr 12, 2023
1 parent 328d5d5 commit f2762d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions RUNNING.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@ as browsers do not yet support this API.
### Wi-Fi

Plebian (or Debian, for that matter) does not yet properly package the wireless
firmware needed for the Model B or SOQuartz's Wi-Fi chip. Therefore, Wi-Fi won't
work out of the box.
firmware needed for the SOQuartz's Wi-Fi chip. Therefore, Wi-Fi won't work out
of the box on SOQuartz, but it will work on Model B.


## Further Reading
Expand Down

3 comments on commit f2762d7

@stevenlafl
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These make it work with SOQuartz CM4:

curl -o "/lib/firmware/brcm/brcmfmac43455-sdio.pine64,soquartz-cm4io.bin" "https://raw.githubusercontent.com/RPi-Distro/firmware-nonfree/buster/brcm/brcmfmac43455-sdio.bin"
curl -o "/lib/firmware/brcm/brcmfmac43455-sdio.pine64,soquartz-cm4io.clm_blob" "https://raw.githubusercontent.com/RPi-Distro/firmware-nonfree/buster/brcm/brcmfmac43455-sdio.clm_blob"
curl -o "/lib/firmware/brcm/brcmfmac43455-sdio.pine64,soquartz-cm4io.txt" "https://raw.githubusercontent.com/RPi-Distro/firmware-nonfree/buster/brcm/brcmfmac43455-sdio.txt"
curl -o "/lib/firmware/brcm/BCM4345C0.pine64,soquartz-cm4io.hcd" "https://raw.githubusercontent.com/RPi-Distro/bluez-firmware/master/broadcom/BCM4345C0.hcd"

@CounterPillow
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That will load customised rpi specific firmware onto that wifi chip so I don't recommend this, usually you'll need just one device specific symlink. to the .txt

@diederikdehaas
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@stevenlafl can you try creating a link from /lib/firmware/brcm/brcmfmac43455-sdio.pine64,soquartz-cm4io.txt to /lib/firmware/brcm/brcmfmac43455-sdio.AW-CM256SM.txt and installing the firmware-brcm80211 package if you didn't already have it? With a bit of luck, that should be enough for Wi-Fi.

I guess the .hcd file is bluetooth and I haven't gotten that working properly myself, so can't comment on that.

Please sign in to comment.