Re: freebsd hdmi audi

2024-07-08 Thread Dag-Erling Smørgrav
Steven Friedrich writes: > FreeBSD is missing some magic that Linux has. Perhaps FreeBSD could > find the magic bits. OK, I'll look around, maybe they're in my other coat. DES -- Dag-Erling Smørgrav - d...@freebsd.org

Re: freebsd hdmi audi

2024-07-05 Thread Steven Friedrich
FreeBSD is missing some magic that Linux has.  Perhaps FreeBSD could find the magic bits.  Or perhaps I should just enjoy Linux, and forget about 30+years of unix experience... On 7/5/24 18:08, Dag-Erling Smørgrav wrote: Steven Friedrich writes: I already have that sir: In that case, I have

Re: freebsd hdmi audi

2024-07-05 Thread Dag-Erling Smørgrav
Steven Friedrich writes: > I already have that sir: In that case, I have nothing else to offer than “it works for me”. > I've been trying to get freebsd to fix this for years. That is a very odd statement. Perhaps you should think it over. DES -- Dag-Erling Smørgrav - d...@freebsd.org

Re: freebsd hdmi audi

2024-07-04 Thread Steven Friedrich
Here's a run of my testSound shell script: testSound Begin FreeBSD testSound on Envy FreeBSD Audio Driver Installed devices: pcm0: on hdaa0 (1p:1v/1r:1v)     snddev flags=0x2e2     [pcm0:play:dsp0.p0]: spd 48000, fmt 0x00200010

Re: freebsd hdmi audi

2024-07-04 Thread Steven Friedrich
I already have that sir: cat /etc/sysctl.conf.local net.local.stream.recvspace=65536 net.local.stream.sendspace=65536 # net.inet.ip.fw.verbose_limit=5 hw.snd.default_unit=2 hw.snd.verbose=2 Also, I have written a testSound shell script: cat testSound #!/bin/sh echo "Begin `uname -s` `basename -

Re: freebsd hdmi audi

2024-07-04 Thread Dag-Erling Smørgrav
Steven Friedrich writes: > Installed devices: > pcm0: on hdaa0 (1p:1v/1r:1v) > [...] > pcm1: on hdaa0 (1p:1v/1r:1v) > [...] > pcm2: on hdaa1 (1p:1v/0r:0v) default > [...] add hw.snd.default_unit=2 to /etc/sysctl.conf and reboot. DES -- Dag-Erling Smørgrav - d...@freebsd.org

Re: freebsd hdmi audi

2024-07-03 Thread Steven Friedrich
Which specific CPUs are producing sound on hdmi port?  Are you running an external monitor on the dell laptop? My systems contain; i3-7100 (Kaby Lake), i7-8700 (Coffee Lake), i7-10700 (Comet Lake). I suspect that with each CPU variation, Intel moved control registers/bits around. I'm using

Re: freebsd hdmi audi

2024-07-02 Thread Steven Friedrich
Thank you for a response, it's the first in a decade for this issue. I have two HP's, a Slimline with an i7, and an Envy with an i7. Both are small towers (desktops). I too use drm-kmod and x11. dmesg: hdacc0: at cad 0 on hdac0 hdaa0: at nid 1 on hdacc0 pcm0: at nid 20 and 27 on hdaa0 pcm

Re: freebsd hdmi audi

2024-07-02 Thread Dave Cottlehuber
On Tue, 2 Jul 2024, at 03:56, Steven Friedrich wrote: > Linux routes sound from the audio driver to the video driver causing > sound to come out of the HDMI cable. FreeBSD can't. This affects ALL i3, > i5, i7, i9 systems. > FreeBSD can't even support x11 on my GMKtec K8 with Radeon 780M > graphi