FreeBSD 13 (PersonalBSD)
#1
The latest release from sleepwalker and his PersonalBSD project is working quite well now (there was a previous mouse/keyboard driver issue that has been resolved).

Go through base/installer image from PersonalBSD.org sd-card (if your u-boot supports USB it will also work that way), you can run the PersonalBSD image as your FreeBSD setup, or install it as I did using bsdinstall.

No built in wifi, so I use a rtl8188 based usb adapter which uses the rtwn driver.

just requires modifying /etc/rc.conf:

# wifi setup
wlans_rtwn0="wlan0"
ifconfig_wlan0="WPA SYNCDHCP"

and adding my network to /etc/wpa_supplicant.conf

network={
    ssid="wifi_ssid_name"
    psk="wifi_password"
}

Desktop Setup/Packages

If you absolutely need packages not in the PersonalBSD repos, modify /usr/local/pkg/repos/FreeBSD.conf to enable the normal FreeBSD repo.

FreeBSD:  {
    enabled: yes
    priority: 0
}

follow step5 onward for XFCE4 desktop from this walkthrough (https://leonardcucos.com/how-to-install-...ce-4-2021/), and the command ee is your friend if you hate modifying config files with vi.

I did not enable HALD as that has not been necessary for some time, but its in all the older guides.

Caveats:

FreeBSD 13 does not understand big.LITTLE scheduling yet, so worse performance across the board.

There is no ETA on the wifi driver for the built in adapter, given how horribly it performed recently on NetBSD, it will likely be a while if it ever gets supported.

There will not nearly be as much support for FreeBSD as linux distros for the PBP, so unless you're comfortable applying patches to ports yourself this may not be the OS for you (this is above even my pay grade).

The FreeBSD Quarterly Repo has more packages than Latest, so I wouldn't bother switching to it.  Firefox is still only v87, sadly.

Package Conflicts are annoying, some things break when using multiple repos, try building things from ports.

P.S.

Had to use right-ctrl for tmux/screen window switching as the default key map differentiates them.

Edit:

Be ready to compile from ports as package repos are not completely working for all desktop apps.
  Reply


Messages In This Thread
FreeBSD 13 (PersonalBSD) - by evantaylor - 08-29-2021, 07:00 PM
RE: FreeBSD 13 (PersonalBSD) - by evantaylor - 09-03-2021, 01:25 AM
RE: FreeBSD 13 (PersonalBSD) - by tllim - 09-26-2021, 11:34 PM
RE: FreeBSD 13 (PersonalBSD) - by evantaylor - 10-26-2021, 09:31 PM
RE: FreeBSD 13 (PersonalBSD) - by ScarFez - 11-19-2021, 12:37 PM
RE: FreeBSD 13 (PersonalBSD) - by evantaylor - 03-07-2022, 10:26 PM
RE: FreeBSD 13 (PersonalBSD) - by dumetrulo - 07-04-2022, 04:57 AM
FreeBSD 13 (PersonalBSD) - by petersen77 - 08-31-2022, 01:49 PM
RE: FreeBSD 13 (PersonalBSD) - by evantaylor - 10-28-2022, 10:29 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  FreeBSD support pastra 18 28,131 11-19-2021, 01:30 PM
Last Post: MNtinkerer
  PINEBOOK Pro USB-C Docking Deck on FreeBSD S199pWa1k9r 2 4,405 03-04-2021, 01:53 PM
Last Post: Arwen

Forum Jump:


Users browsing this thread: 1 Guest(s)