Welcome to GhostBSD. Nice work getting to the desktop. You say your sound does not work. Can you run this command and share the output here or on our telegram channel.
cat /dev/sndstat
Your key bindings may work if you load a certain module
Put in your /etc/rc.conf file the following in the
kld_list line with spaces separating your entry with the others
acpi_video
So your kld_list line in your rc.conf file should look something like this
kld_list="something something acpi_video something"
Alternatively you can load it right away with the command
kldload acpi_video
cat /dev/sndstat
Your key bindings may work if you load a certain module
Put in your /etc/rc.conf file the following in the
kld_list line with spaces separating your entry with the others
acpi_video
So your kld_list line in your rc.conf file should look something like this
kld_list="something something acpi_video something"
Alternatively you can load it right away with the command
kldload acpi_video
Statistics: Posted by neville — Tue Oct 15, 2024 7:29 am