Search found 9 matches

by Richard
Tue Oct 22, 2024 6:53 pm
Forum: General support
Topic: Package install for format and write .iso image on USB sticks?
Replies: 5
Views: 1012

Re: Package install for format and write .iso image on USB sticks?

There is no gui app like Balena Etcher in BSD. You can use the good "dd" command. $ sudo dd if=xyz.iso of=/dev/daX bs=1M && sync Double check the correct output device (dev/daX) because dd starts its work immediately without further questions. To check it before starting dd: $ gpa...
by Richard
Tue Oct 22, 2024 5:20 pm
Forum: Sound Device
Topic: Sound device...
Replies: 7
Views: 1672

Re: Sound device...

neville wrote: Mon Oct 21, 2024 8:47 pm Edit your/etc/sysctl.conf file and put this in it

hw.snd.default_unit=2

Then reboot

Thank you very much, problem solved! ;)
by Richard
Tue Oct 22, 2024 5:09 pm
Forum: Sound Device
Topic: Sound device...
Replies: 7
Views: 1672

Re: Sound device...

My Intel B75 O.E.M. motherboard does not have any analog audio chip, it only outputs digital audio from the graphics card's HDMI port or USB ports.
by Richard
Tue Oct 22, 2024 5:02 pm
Forum: General support
Topic: Package install for format and write .iso image on USB sticks?
Replies: 5
Views: 1012

Re: Package install for format and write .iso image on USB sticks?

I tried to install Etcher, Balena Etcher, balena-etcher no go, it doesn't exist in GhostBSD.
I have the balena-etcher package but it is a Debian package that I don't know if it can be installed on GhostBSD and how.
by Richard
Tue Oct 22, 2024 4:53 pm
Forum: General support
Topic: Package install for format and write .iso image on USB sticks?
Replies: 5
Views: 1012

Re: Package install for format and write .iso image on USB sticks?

No, I'm a Debian/Devuan user, for years.
by Richard
Mon Oct 21, 2024 12:39 pm
Forum: Sound Device
Topic: Sound device...
Replies: 7
Views: 1672

Re: Sound device...

cat /dev/sndstat
Installed devices:
pcm0: <NVIDIA HDMI... default
pcm1: <NVIDIA HDMI...
pcm2: <Creative Technology...

basically pcm2 Creative Technology, should become the default.
by Richard
Mon Oct 21, 2024 11:23 am
Forum: Sound Device
Topic: Sound device...
Replies: 7
Views: 1672

Re: Sound device...

hi, thanks for replying.
So I open /etc/sysctl.conf with sudo gedit and add an entry, but which entry?
by Richard
Mon Oct 21, 2024 7:39 am
Forum: General support
Topic: Package install for format and write .iso image on USB sticks?
Replies: 5
Views: 1012

Package install for format and write .iso image on USB sticks?

Hello, what software package can i install on GhostBSD to format and write .iso images to USB sticks?

Thank you.
by Richard
Mon Oct 21, 2024 5:10 am
Forum: Sound Device
Topic: Sound device...
Replies: 7
Views: 1672

Sound device...

Hi, GhostBSD has an annoying flaw: every time i turn on my computer, i have to tell it which is the correct audio output hardware (in my case it's a Creative digital USB sound bar).
It is seen regularly and works fine, but if I tell it...
Solutions?

Thank you.