First of all Merry Christmas for everyone,
I'm currently installing FreeBSD on a NUC like PC (Gigabyte brix bxbt 1900),
and I can't get the sound working or VLC playing a video.
I installed using memstick image ( 10.2 amd64 uefi support), no problem so far.
I have lxde installed and running with no error. If I try to read a mp3 file with LXMusic 0.4.5 (XMMS2 client), I have no sound at all. I use a headphone connected to the box. The progress bar is going too fast, it reaches the end of a 4min track in about 10 seconds. If I try to read an avi file with vlc, I only have the first image. I used the vlc binary ports and after that compiled it, same result.
I'm new to FreeBSD, I've been using UNIXes for years but no desktop.
Here are the results of various commands and info gathered so far
After launching LXMusic, this line appears in dmesg
The brix use a Realtek ALC283 sound card.
My questions are :
Are the two problems connected ?
Do the memstick image contains everything for sound/video, or do I need to add some package ?
Is this sound card usually works correctly in FreeBSD?
Is there other commands or config file I should check?
I'm currently installing FreeBSD on a NUC like PC (Gigabyte brix bxbt 1900),
and I can't get the sound working or VLC playing a video.
I installed using memstick image ( 10.2 amd64 uefi support), no problem so far.
I have lxde installed and running with no error. If I try to read a mp3 file with LXMusic 0.4.5 (XMMS2 client), I have no sound at all. I use a headphone connected to the box. The progress bar is going too fast, it reaches the end of a 4min track in about 10 seconds. If I try to read an avi file with vlc, I only have the first image. I used the vlc binary ports and after that compiled it, same result.
I'm new to FreeBSD, I've been using UNIXes for years but no desktop.
Here are the results of various commands and info gathered so far
Code:
root@brix:~ # dmesg | grep pcm
pcm0: <Realtek (0x0283) (Right Analog Headphones)> at nid 33 on hdaa0
pcm1: <Intel (0x2882) (HDMI/DP 8ch)> at nid 4 on hdaa1
Code:
root@brix:~ # cat /dev/sndstat
Installed devices:
pcm0: <Realtek (0x0283) (Right Analog Headphones)> (play) default
pcm1: <Intel (0x2882) (HDMI/DP 8ch)> (play)
Code:
root@brix:~ # kldload snd_hda
kldload: can't load snd_hda: module already loaded or in kernel
After launching LXMusic, this line appears in dmesg
Code:
pcm0: chn_write(): pcm0:virtual:dsp0.vp0: play interrupt timeout, channel dead
The brix use a Realtek ALC283 sound card.
My questions are :
Are the two problems connected ?
Do the memstick image contains everything for sound/video, or do I need to add some package ?
Is this sound card usually works correctly in FreeBSD?
Is there other commands or config file I should check?