User Details
- User Since
- Dec 25 2022, 8:21 AM (111 w, 10 h)
Jan 22 2024
HDMI Audio sound patches into GhostBSD source code /usr/ghost14/ghostbsd-src January 19, 2024 Thank you Marcos Devesas Campos
HDMI audio sound patchs into GhostBSD & FreeBSD
Applied the three patches manually: D36431, D37878, D37879
D36431 date was September 2, 2022
D37879 date was December 26, 2022
D37878 date was December 26, 2022
fetch https://reviews.freebsd.org/D36431?download=true
wget -c https://reviews.freebsd.org/file/data/cc5gnx6lx7pcvduupcbj/PHID-FILE-ombv7ctfqm3de2dyqgeq/D36431.diff
fetch https://reviews.freebsd.org/D37878?download=true
wget -c https://reviews.freebsd.org/file/data/bicc7vdmyzwnylvq5soa/PHID-FILE-wc6uoit423pb3lpagwsq/D37878.diff
fetch https://reviews.freebsd.org/D37879?download=true
wget -c https://reviews.freebsd.org/file/data/ln65jga5vwpz4j2ijmnx/PHID-FILE-cnp5deghq74u3kcfwtxs/D37879.diff
Standard update to /usr/src code to the latest
Jan 20 2024
Happy to have your testing and participation in getting Marcos VCHIQ HDMI audio sound patch reviewed. I post many URL links below to share ideas for further reading and learning.. YES, this is first a FreeBSD code review and not related to other BSD and URL links. So the point is to specifically comment about using FreeBSD source code. Sorry for the overload, but I wanted a good post to answer your question and share links for the background information.
Jan 19 2024
git clone Freebsd source code.
make -j4 buildworld -DNO_CLEAN # 16 hours
make -j4 buildkernel KERNCONF=GENERIC-VCHIQ # 5 hours errors out because of the minor formating string errors. Like nobody compiled the code.
Jan 13 2024
Concatenated 7 git diff -u patch files into one_large_vchiq_freebsd_patch_file.patch and updated this diff. I see that the FreeBSD (src) does not yet contain Marcos Devesas Campos VCHIQ revision D378378 https://reviews.freebsd.org/D37878. So make a decision to use or not use that code before incorporating this D43399 revision.
Jan 11 2024
I do not know how to add the 5 other patch files to be included in this diff comparision. Seems like 132598, got over written with this "update diff" instead of being added. Time for me to read and study hand book. okay
add file vchiq_2835_arm_.c.patch to diff section
Dec 25 2022
Hello using aarch64 FreeBSD 14.0-CURRENT on Raspberry Pi 4B with 8GB dram. I am new user to FreeBSD and asking to look at file /usr/src/lib/libc/gen/scandir.c The #ifdef #endif at the end of the file encloses functions alphasort() and versionsort() What happens #ifndef I_AM_SCANDIR_B is undefined?? for aarch64