Search found 45 matches

by chadbsd
Tue Nov 26, 2024 7:54 pm
Forum: General Questions
Topic: User manual for Backup Station?
Replies: 2
Views: 4530

Re: User manual for Backup Station?

Sure, but let's look at making it more user intuitive instead. The design could be optimized for clarity, usability, and flexibility. Here's a breakdown of how the workflow design could be improved: 1. Streamline Entry Points Current Design: - All features flow back to the Dashboard. - The workflow ...
by chadbsd
Sun Nov 24, 2024 8:08 am
Forum: Lobby
Topic: How can we cater to GhostBSD's community?
Replies: 1
Views: 158

Re: How can we cater to GhostBSD's community?

I'd say simply being kind would go a long way to improve any community.

Here's another perspective. https://github.com/vimanuelt/writings/b ... Culture.md
by chadbsd
Sat Nov 23, 2024 9:27 pm
Forum: Lobby
Topic: Ideologically Driven Tech Choices
Replies: 3
Views: 428

Re: Ideologically Driven Tech Choices

Welcome to GhostBSD. The GhostBSD project seems to take a simple "be kind" approach to woke/non-woke controversy. Here is what can be found in the "Code of Conduct." The GhostBSD community has always worked to be a welcoming and respectful community, and we want to ensure that do...
by chadbsd
Tue Oct 29, 2024 8:27 am
Forum: Installing GhostBSD
Topic: No sound on fresh install of laptop (HP 6730B from 2008)
Replies: 2
Views: 923

Re: No sound on fresh install of laptop

To get the audio working for the Intel ICH9 HD Audio Controller, here are some steps that typically resolve issues with onboard Intel HD audio: 1. Ensure the Sound Driver is Loaded: FreeBSD uses the `snd_hda` driver for Intel HD Audio devices. First, check if the driver is loaded: kldstat | grep snd...
by chadbsd
Mon Oct 21, 2024 3:36 am
Forum: General support
Topic: Tuner and Shortwave applications are not working
Replies: 5
Views: 876

Re: Tuner and Shortwave applications are not working

Running 'sudo pkg install gtk4' will get rid of the gtk4 error message. After you install gtk4, please let us know the next error message. It is worth noting that there is no maintainer for this application. You will need to notify ' ports@FreeBSD.org ' about any Rust related error messages. The Gho...
by chadbsd
Sat Oct 19, 2024 7:37 am
Forum: General support
Topic: Issues with dd
Replies: 1
Views: 655

Re: Issues with dd

su
umount /dev/da2
umount /dev/da2sp1
gpart destroy -f da2
dd if=/home/ghost/Downloads/Zorin-OS-17.2-Core-64-bit.iso of=/dev/da2 bs=1m
by chadbsd
Fri Oct 11, 2024 6:04 pm
Forum: General Hardware Support
Topic: new installation, but random lock ups like every 8 mintues or so
Replies: 6
Views: 2081

Re: new installation, but random lock ups like every 8 mintues or so

It could be caused by the latest GhostBSD update. I believe the fix would be for the GhostBSD project team to create a new ISO.

Until a new ISO can be created, you might try updating the live environment by running 'Update Station' before installing GhostBSD.
If that doesn't help please let us know.
by chadbsd
Thu Jul 25, 2024 6:44 am
Forum: General support
Topic: User Interface Problems on GhostBSD
Replies: 1
Views: 1006

Re: User Interface Problems on GhostBSD

In that situation, do the following as root user.

pkg update -f
pkg upgrade -yf
reboot
by chadbsd
Sun Jul 21, 2024 6:36 pm
Forum: Installing GhostBSD
Topic: Problems with OpenCore multiboot and GBSD
Replies: 3
Views: 1394

Re: Problems with OpenCore multiboot and GBSD

To fix the issue of GhostBSD not being recognized by OpenCore after installing macOS Ventura, you can try the following steps: Verify Boot Information GhostBSD typically uses the FreeBSD bootloader, which writes boot information to the primary partition where the OS is installed. To find out where G...