Coder Social home page Coder Social logo

Comments (9)

durankeeley avatar durankeeley commented on August 15, 2024

That is weird when I did my pikvm I did the wifi in the first steps and that worked.

https://docs.pikvm.org/first_steps/#first-power-on

from pikvm-board.

geerlingguy avatar geerlingguy commented on August 15, 2024

To be honest I didn't try that method :D

I tried setting up WiFi after the first boot, following the docs I linked to, and had trouble there.

from pikvm-board.

ThomasVon2021 avatar ThomasVon2021 commented on August 15, 2024

To be honest I didn't try that method :D

I tried setting up WiFi after the first boot, following the docs I linked to, and had trouble there.

Excuse me, have you solved this problem? If not, I will test again

from pikvm-board.

PhilipTS avatar PhilipTS commented on August 15, 2024

I am also having this issue. I got a CM4 with eMMC 16GB and WiFi (all I could find).
After spending a day trying with an sdcard i read that i have to exclusively use the eMMC. (my first CM4).

I got everything working and I decided to give WiFi a try.
I just can't get it to work. I don't even see the device in ifconfig.

from pikvm-board.

arjanwaard avatar arjanwaard commented on August 15, 2024

Check https://askubuntu.com/questions/1326027/raspberry-pi-4-compute-module-4-cm4-no-wifi-with-ubuntu-20-04-server
Looks like the same issue
Just cd to /lib/firmware/brcm
rw and "ln -s brcmfmac43455-sdio.raspberrypi,4-model-b.txt brcmfmac43455-sdio.raspberrypi,4-compute-module.txt" should probably fix it

from pikvm-board.

arjanwaard avatar arjanwaard commented on August 15, 2024

modprobe brcmfmac
modprobe brcmutil
indeed now gives a link visible with "ip link"
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP mode DEFAULT group default qlen 1000
link/ether dc:a6:32:fe:d3:eb brd ff:ff:ff:ff:ff:ff
3: tailscale0: <POINTOPOINT,MULTICAST,NOARP,UP,LOWER_UP> mtu 1280 qdisc fq_codel state UNKNOWN mode DEFAULT group default qlen 500
link/none
5: wlan0: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN mode DEFAULT group default qlen 1000
link/ether dc:a6:32:fe:d3:ec brd ff:ff:ff:ff:ff:ff

from pikvm-board.

PhilipTS avatar PhilipTS commented on August 15, 2024

@arjanwaard Thank You ... you were spot on ... just change the name of the symbolic link based on my error message.

[root@pikvm brcm]# dmesg | grep brcmfmac
[    9.403488] brcmfmac: F1 signature read @0x18000000=0x15264345
[    9.408782] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6
[    9.433063] usbcore: registered new interface driver brcmfmac
[    9.478935] brcmfmac mmc1:0001:1: Direct firmware load for brcm/brcmfmac43455-sdio.txt failed with error -2
[   10.509914] brcmfmac: brcmf_sdio_htclk: HT Avail timeout (1000000): clkctl 0x50

cd /lib/firmware/brcm

ln -s brcmfmac43455-sdio.raspberrypi,4-model-b.txt brcmfmac43455-sdio.txt

reboot

[root@pikvm ~]# dmesg | grep brcmfmac
[    9.484862] brcmfmac: F1 signature read @0x18000000=0x15264345
[    9.493202] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6
[    9.507221] usbcore: registered new interface driver brcmfmac
[    9.739061] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6
[    9.750276] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6
[    9.776707] brcmfmac: brcmf_c_preinit_dcmds: Firmware: BCM4345/6 wl0: Apr 15 2021 03:03:20 version 7.45.234 (4ca95bb CY) FWID 01-996384e2
[    9.908705] brcmfmac: brcmf_cfg80211_set_power_mgmt: power save enabled

[root@pikvm ~]# ifconfig wlan0
wlan0: flags=4099<UP,BROADCAST,MULTICAST>  mtu 1500
        ether e4:5f:01:6e:f9:4a  txqueuelen 1000  (Ethernet)

from pikvm-board.

PhilipTS avatar PhilipTS commented on August 15, 2024

@ThomasVon2021 it would be good if you included the above in the wiki somewhere, how to enable WiFi.

from pikvm-board.

ThomasVon2021 avatar ThomasVon2021 commented on August 15, 2024

The wifi problem has been solved.See:
https://github.com/ThomasVon2021/pikvm-CM4-Board/wiki#setting-up-wi-fi

from pikvm-board.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.