PÁLI Gábor János
PÁLI Gábor János
That is great to hear! I think I can integrate the changes you have made. Here is the plan: - The symlink could added as part of the image build...
Hi @huanghwh: Yes, it is a known issue and there is no fix created for it yet. Please consult https://github.com/pgj/freebsd-wifibox/issues/65#issuecomment-1734695999 above for the workaround.
@suchipi, @huanghwh please note that I have updated the `net/wifibox-alpine` port to version `20240106` where the necessary symlinks are getting created during the build. You can find it here: https://github.com/pgj/freebsd-wifibox-port/tree/c2a1abd8dcacd218d325fb545da30c1de98cdcc5...
Thanks @MegaManSec for testing the different variations and submitting the fix for a mistake I made earlier. How did you add the `.txt` file to the guest image? Wifibox launches...
On the `wifibox console`, you can use `dmesg` to get all the messages from the kernel during the boot process.
What port options did you configure?
Right after boot, can you use the `ifconfig wlan0 up` command on the `wifibox console` to create the missing `wlan0` interface?
@MegaManSec please try version `20240629` of the `net/wifibox-alpine` port from the following branch: https://github.com/pgj/freebsd-wifibox-port/tree/brcm43602 There you can find two changes: - By setting the `BRCM_FWCONF_FILES` for the `make` command, you...
Aw, thanks! Yes, `bc` is not available at the moment, because the `busybox` package was stripped down. I have updated `busybox` to serve this binary as well as the related,...
That is awesome! Thanks for testing the changes. I think the reason why the `brcmfmac` driver works without the `.txt` file is because it contains certain firmware configuration parameters only....