audio at aoa on an old MacMini

2024-06-05 Thread Jan Stary
This is current/macppc on an Apple MacMini 7447A (dmesg below). The audio device is aoa0 at macobio0 offset 0x1: irq 30,1,2 audio0 at aoa0 Looking at aoa(4), it should be supported, at least dmesg says it's a "model PowerMac10,2" and shows the lines above. sndiod

Re: mounting audio cd

2024-06-01 Thread Manfred Koch
Hi cdio seems to be the right for me, thank you for all your thoughts. Manfred On 6/1/24 16:16, Nick Holland wrote: On 5/31/24 14:15, MIZSEI Zoltán wrote: Interestingly BeOS and Haiku lets you to mount an audio cd, it generates a vfs from the toc and shows the tracks as wav or flac (fixme

Re: mounting audio cd

2024-06-01 Thread Nick Holland
On 5/31/24 14:15, MIZSEI Zoltán wrote: Interestingly BeOS and Haiku lets you to mount an audio cd, it generates a vfs from the toc and shows the tracks as wav or flac (fixme), it does an automatic conversion behind the courtains if you copy a file from an audio cd. To each their own, I guess

Re: mounting audio cd

2024-06-01 Thread Kirill A . Korinsky
On Sat, 01 Jun 2024 07:44:10 +0100, Geoff Steckel wrote: > > On 5/31/24 15:46, Harald Arnesen wrote: > > MIZSEI Zoltán [31/05/2024 20.15]: > > > >> Interestingly BeOS and Haiku lets you to mount an audio cd, it > >> generates a vfs from the toc and shows t

Re: mounting audio cd

2024-06-01 Thread Harald Arnesen
Geoff Steckel [01/06/2024 08.44]: On 5/31/24 15:46, Harald Arnesen wrote: MIZSEI Zoltán [31/05/2024 20.15]: Interestingly BeOS and Haiku lets you to mount an audio cd, it generates a vfs from the toc and shows the tracks as wav or flac (fixme), it does an automatic conversion behind

Re: mounting audio cd

2024-06-01 Thread Geoff Steckel
On 5/31/24 15:46, Harald Arnesen wrote: MIZSEI Zoltán [31/05/2024 20.15]: Interestingly BeOS and Haiku lets you to mount an audio cd, it generates a vfs from the toc and shows the tracks as wav or flac (fixme), it does an automatic conversion behind the courtains if you copy a file from

Re: mounting audio cd

2024-05-31 Thread Harald Arnesen
MIZSEI Zoltán [31/05/2024 20.15]: Interestingly BeOS and Haiku lets you to mount an audio cd, it generates a vfs from the toc and shows the tracks as wav or flac (fixme), it does an automatic conversion behind the courtains if you copy a file from an audio cd. Linux also had such a thing

Re: mounting audio cd

2024-05-31 Thread MIZSEI Zoltán
Interestingly BeOS and Haiku lets you to mount an audio cd, it generates a vfs from the toc and shows the tracks as wav or flac (fixme), it does an automatic conversion behind the courtains if you copy a file from an audio cd.

Re: mounting audio cd

2024-05-31 Thread Manfred Koch
Hi, yes I run a GUI, you are right that that I cannot mount a audio CD. To rip a audio CD, I was transient in the operator group. That worked. Nevertheless thank you for the answer. Sorry for the mix up Manfred On 5/30/24 20:54, Ampie Niemand wrote: On Thu, May 30, 2024 at 06:43:13PM +0200

Re: mounting audio cd

2024-05-30 Thread Ampie Niemand
On Thu, May 30, 2024 at 06:43:13PM +0200, Manfred Koch wrote: Hi all, I have tried to mount an audio cd with the command: doas mount -t cd9660 /dev/cd0c /cdrom mount_cd9660: /dev/cd0c on /cdrom: Invalid argument You cannot mount it like that because its an audio CD and not a Data CD

mounting audio cd

2024-05-30 Thread Manfred Koch
Hi all, I have tried to mount an audio cd with the command: doas mount -t cd9660 /dev/cd0c /cdrom mount_cd9660: /dev/cd0c on /cdrom: Invalid argument doas dmesg | grep cd shows me: cd0 at scsibus1 targ 0 lun 0: removable cd0(ahci0:0:0): Check Condition (error 0x70) on opcode 0x0 cd0

7.5 problems with browser video and audio, part 2

2024-04-10 Thread whistlez
: $ sndiod -dd the browsers audio (firefox, chromium, ungoogled-chromium and iridium) works for about 10-15 seconds. After that it stops to work. The following are the logs: snd0: rec hw xrun, rused = 6720/7680 snd0: play hw xrun, pused = 960/7680 snd0: watchdog timeout firefox0: detached

7.5 problems with browser video and audio

2024-04-08 Thread whistlez
does not work. I tried to uninstall and reinstall two or three dozen of packages linked to the browser but I haven't solved the problem. I have the same problem with firefox. But if I play a video with "mpv video.mp4" it works very well, also the audio works. So it seems someth

Re: No audio playback with azalia0 Intel Braswell HD Audio

2024-02-08 Thread jrmu
> Please use sendbug(1) to make a report, and make sure it includes the > acpidump from the system. > > -peter I hope this helps. Below is the output of sendbug: >Synopsis: No audio playback with azalia0 Intel Braswell HD Audio >Category: Audio bug r

Re: No audio playback with azalia0 Intel Braswell HD Audio

2024-02-06 Thread Peter Hessler
It seems that your audio is connected in an.interesting way: "808622A8" at acpi0 not configured I guess we'll need a driver to support that. Please use sendbug(1) to make a report, and make sure it includes the acpidump from the system. -peter On 2024 Feb 05 (Mon) at 20:2

Re: No audio playback with azalia0 Intel Braswell HD Audio

2024-02-06 Thread Alexandre Ratchov
On Mon, Feb 05, 2024 at 08:28:16PM -0800, jrmu wrote: > Greetings, > > I am attempting to play audio on an HP Chromebook 11 G5 Setzer, > but OpenBSD appears to be missing the necessary codecs. Are there any > workarounds? I'm guessing that switching from the built-in speakers

Re: No audio playback with azalia0 Intel Braswell HD Audio

2024-02-06 Thread Jan Stary
azalia0 at pci0 dev 27 function 0 "Intel Braswell HD Audio" rev 0x35: msi azalia0: no supported codecs You would have something like azalia0 at pci1 dev 27 function 0 "Intel 3400 HD Audio" rev 0x06: msi azalia0: codecs: Conexant/0x5069, Intel/0x2804, using Conexant/0x50

No audio playback with azalia0 Intel Braswell HD Audio

2024-02-05 Thread jrmu
Greetings, I am attempting to play audio on an HP Chromebook 11 G5 Setzer, but OpenBSD appears to be missing the necessary codecs. Are there any workarounds? I'm guessing that switching from the built-in speakers to headphones won't make any difference. Any suggestions appreciated. Here's

Re: Audio issue: noise/interference

2023-07-10 Thread Ricky Cintron
On 2023-07-08 05:22, Alexandre Ratchov wrote: On Fri, Jul 07, 2023 at 06:23:26PM -0400, Ricky Cintron wrote: I recently resolved an audio issue where I could hear a constant, light static noise in my earphones. It wasn't loud or distracting, but it was always there. The solution was to remove

Re: Audio issue: noise/interference

2023-07-10 Thread Ricky Cintron
On 2023-07-07 23:26, Chris Bennett wrote: On Fri, Jul 07, 2023 at 06:23:26PM -0400, Ricky Cintron wrote: I recently resolved an audio issue where I could hear a constant, light static noise in my earphones. It wasn't loud or distracting, but it was always there. The solution was to remove 'mix

Re: Audio issue: noise/interference

2023-07-08 Thread Alexandre Ratchov
On Fri, Jul 07, 2023 at 06:23:26PM -0400, Ricky Cintron wrote: > I recently resolved an audio issue where I could hear a constant, light > static noise in my earphones. It wasn't loud or distracting, but it was > always there. The solution was to remove 'mix' as a source for mix2 a

Re: Audio issue: noise/interference

2023-07-07 Thread Chris Bennett
On Fri, Jul 07, 2023 at 06:23:26PM -0400, Ricky Cintron wrote: > I recently resolved an audio issue where I could hear a constant, light > static noise in my earphones. It wasn't loud or distracting, but it was > always there. The solution was to remove 'mix' as a source for mix2 and >

Audio issue: noise/interference

2023-07-07 Thread Ricky Cintron
I recently resolved an audio issue where I could hear a constant, light static noise in my earphones. It wasn't loud or distracting, but it was always there. The solution was to remove 'mix' as a source for mix2 and mix3. However, once I got rid of that static, I noticed some additional noise

Re: "ticking" noise when recording audio

2023-06-30 Thread Courtney
Sorry for the delay on this, it has been a busy month. I'm finding some time to get to this. I enabled UAUDIO_DEBUG and got some info. Here's what I got from /var/log/messages when I started sndiod w/ debugging & started running aucat Jun 30 13:51:22 towerDefense /bsd: uaudio_set_params: rate

Re: "ticking" noise when recording audio

2023-06-04 Thread Steve Litt
Courtney Hicks said on Thu, 1 Jun 2023 11:35:24 -0700 >I hope this reaches you. I think my mail server is having troubles >communicating with the mailing list. I changed the rate and buffer >size using aucat, not sndiod, and that changed the rate. I have >the .wav attached. Also of note, I pasted

Re: "ticking" noise when recording audio

2023-06-03 Thread Alexandre Ratchov
On Fri, Jun 02, 2023 at 11:32:31AM -0700, Courtney wrote: > It seems when I make any changes to sndiod, the output remains > the same. I played with -z, -b, -e, -r. Here's the audioctl output. > Note, the device changed to aucioctl2 but it is still the same > device in question. > > audioctl -f

Re: "ticking" noise when recording audio

2023-06-02 Thread Courtney
It seems when I make any changes to sndiod, the output remains the same. I played with -z, -b, -e, -r. Here's the audioctl output. Note, the device changed to aucioctl2 but it is still the same device in question. audioctl -f /dev/audioctl2 name=uaudio1 mode=play pause=0 active=1 nblks=16

Re: "ticking" noise when recording audio

2023-06-02 Thread Alexandre Ratchov
On Thu, Jun 01, 2023 at 11:35:24AM -0700, Courtney Hicks wrote: > I hope this reaches you. I think my mail server is having troubles > communicating with the mailing list. I changed the rate and buffer > size using aucat, not sndiod, and that changed the rate. I have > the .wav attached. The

Re: "ticking" noise when recording audio

2023-06-02 Thread Alexandre Ratchov
On Thu, Jun 01, 2023 at 11:35:24AM -0700, Courtney Hicks wrote: > I hope this reaches you. I think my mail server is having troubles > communicating with the mailing list. I changed the rate and buffer > size using aucat, not sndiod, and that changed the rate. I have > the .wav attached. Also of

Re: "ticking" noise when recording audio

2023-06-01 Thread Alexandre Ratchov
- If you change the sndiod(8) rate (-r option), or buffer size (-b option) does the ticking change? - could you send me a short .wav file with the ticking sound? On Wed, May 31, 2023 at 11:59:20PM -0700, Courtney Hicks wrote: > Hello all, > > I am trying to record audio from a USB

"ticking" noise when recording audio

2023-06-01 Thread Courtney Hicks
Hello all, I am trying to record audio from a USB device. I successfully get audio from it, however, there is a constant "ticking" sound that happens whether or not audio is actually playing through the device. Here's the device from the dmesg: uvideo0 at uhub0 port 7 configuration 1

Re: [arm64] [sound] simpleaudio, but no audio to attach

2023-04-19 Thread Patrick Wildt
On Wed, Apr 19, 2023 at 06:09:06AM -, Stuart Henderson wrote: > On 2023-04-18, S V wrote: > > Hello, misc@! > > > > I'm using ARM64/current and see that my audio chip got detected by > > simpleaudio > > but OpenBSD can't attach audio to it > > > &

Re: [arm64] [sound] simpleaudio, but no audio to attach

2023-04-19 Thread Stuart Henderson
On 2023-04-18, S V wrote: > Hello, misc@! > > I'm using ARM64/current and see that my audio chip got detected by simpleaudio > but OpenBSD can't attach audio to it > > Any suggestions on there to start reading? I'm not developer, > but I tried to read different m

[arm64] [sound] simpleaudio, but no audio to attach

2023-04-18 Thread S V
Hello, misc@! I'm using ARM64/current and see that my audio chip got detected by simpleaudio but OpenBSD can't attach audio to it Any suggestions on there to start reading? I'm not developer, but I tried to read different match/attach functions in simpleaudio.c/audio.c with no result for now. I

LG GRAM 14 (14Z90Q-G.AA58F), zzz almost works, keyboard problem (acpitz related ?), some unexpected crashes, audio works ok

2023-04-01 Thread Rémi Bougard
configured hid at ihidev0 reportid 7 not configured hid at ihidev0 reportid 11 not configured hid at ihidev0 reportid 12 not configured hid at ihidev0 reportid 13 not configured ims1 at ihidev0 reportid 14: 0 buttons wsmouse2 at ims1 mux 0 hid at ihidev0 reportid 92 not configured dwiic1 at pci0 d

[azalia] Audio stuck problem with Realtek ALC 892

2023-01-12 Thread Jose Maldonado
Hi, right now I have a workstation with Ryzen 7 3800x, B550 Motherboard and a audio codec Realtek ALC892. From my first installation the only issue with OpenBSD is audio random stuck, a old problem with Realtek Audio and Ryzen PC not solved. In my hunting a test two awful patch

Re: USB mic no audio

2022-08-17 Thread Alexandre Ratchov
On Tue, Aug 16, 2022 at 05:44:29PM -0700, Courtney wrote: > > $ sndiod -dd -f rsnd/2 ... > snd0: 48000Hz, s24le3, play 0:1, rec 0:0, 16 blocks of 480 frames > snd0: device started This appears to be a play-only device, so recording can't work, probably USB attach order has changed. I'd suggest

USB mic no audio

2022-08-16 Thread Courtney
Hello again all, I have in my moments of spare time been taking shots at getting my USB mic to work on OpenBSD. I haven't asked yet because I have been spending time trying to understand audio better on OpenBSD. I think I know enough to ask. I have 3 audio devices: rsnd/0 - integrated audio

Re: sndiod and multiple audio devices

2022-08-14 Thread Maksim Rodin
Greetings all, > > I recently bought a logi webcam and I was able to configure it with help > from the FAQ.  However, when I switched the default audio device from rsnd/0 > to rsnd/1 via sndiod(8) two things happen: > > 1) I am able to record audio through my webcam (rsnd/1)

sndiod and multiple audio devices

2022-08-13 Thread Isaac Meerwarth
Greetings all, I recently bought a logi webcam and I was able to configure it with help from the FAQ.  However, when I switched the default audio device from rsnd/0 to rsnd/1 via sndiod(8) two things happen: 1) I am able to record audio through my webcam (rsnd/1) 2) I loose audio out in my

Re: Firefox and stuttering USB audio

2022-08-09 Thread Courtney
THANK YOU!! This seems to have solved the issue. Thankfully I had already set /tmp to be an in-memory filesystem so this will do wonders. I'm assuming you haven't had any issues with the firefox cache being blown away every reboot? Doesn't really matter anyway, I prefer good audio over firefox

Re: Firefox and stuttering USB audio

2022-08-07 Thread Mihai Popescu
Courtney, I will try to suggest something. First, I was having problems in the past with Firefox. I use to let mpv play in the background ( a stream of internet radio) and the sound has stuttering and pauses whenever Firefox loaded some pages. I was told to use sndio for mpv as an option with

Re: Firefox and stuttering USB audio

2022-08-02 Thread Courtney
Hi Alexandre, I did your test, I don't see a pause cycle when I have firefox play a video. I do get those messages every time there is an audio glitch. At some times with chromium open I will get far fewer of these messages but no interrupt. When I say far fewer, I mean I could maybe get 1

Re: Firefox and stuttering USB audio

2022-07-31 Thread Alexandre Ratchov
On Sat, Jul 30, 2022 at 02:39:08PM -0700, Courtney wrote: > I hope it isn't in bad etiquette to resurrect an old piece of mail. > OK for me, your mail is attached to the thread. > Since May I mitigated the stuttering audio issue with Firefox running > by using Firefox ESR 91. Clear

Re: Firefox and stuttering USB audio

2022-07-30 Thread Courtney
I hope it isn't in bad etiquette to resurrect an old piece of mail. Since May I mitigated the stuttering audio issue with Firefox running by using Firefox ESR 91. Clearly something beyond 91 added something that doesn't jive well with OpenBSD. Now that 91 ESR is gone and it is 102 the issue has

Re: USB audio garbled over time

2022-07-12 Thread Courtney
I solved my issue. I started having this issue on Linux too, again very randomly. Tried a different USB port and everything works. Whatever is happening with the controller on these ports, it doesn't play nicely with audio hardware but the other one does. Pretty sure I went from USB 2.0 to USB

Re: USB audio garbled over time

2022-07-01 Thread Courtney
everyone, I am running OpenBSD -current branch right now. I have a FiiO E10k plugged into my board. Here is the part of the dmesg when it is connected Jun 30 15:02:48 towerDefense /bsd: uaudio0 at uhub0 port 14 configuration 1 interface 2 "FiiO DigiHug USB Audio" rev 1.10/0.01 addr 6 Jun 3

Re: USB audio garbled over time

2022-06-30 Thread Alexandre Ratchov
0 at uhub0 port 14 configuration 1 > interface 2 "FiiO DigiHug USB Audio" rev 1.10/0.01 addr 6 > Jun 30 15:02:48 towerDefense /bsd: uaudio0: class v1, full-speed, sync, > channels: 2 play, 2 rec, 3 ctls > Jun 30 15:02:48 towerDefense /bsd: audio1 at uaudio0 > > I have been

USB audio garbled over time

2022-06-30 Thread Courtney
Hello everyone, I am running OpenBSD -current branch right now. I have a FiiO E10k plugged into my board. Here is the part of the dmesg when it is connected Jun 30 15:02:48 towerDefense /bsd: uaudio0 at uhub0 port 14 configuration 1 interface 2 "FiiO DigiHug USB Audio" rev 1.10/0.01

Re: White noise with audio over headphones

2022-06-16 Thread Alexandre Ratchov
On Thu, Jun 16, 2022 at 09:46:18AM -0500, Rob Whitlock wrote: > On Wed, Jun 15, 2022 at 11:27 PM Alexandre Ratchov wrote: > > On Wed, Jun 15, 2022 at 02:59:40PM -0500, Rob Whitlock wrote: > > I have a Lenovo T450 that plays audio over the speakers and headphones >

Re: White noise with audio over headphones

2022-06-16 Thread Rob Whitlock
On Wed, Jun 15, 2022 at 11:27 PM Alexandre Ratchov wrote: > On Wed, Jun 15, 2022 at 02:59:40PM -0500, Rob Whitlock wrote: > > I have a Lenovo T450 that plays audio over the speakers and headphones > but > > when the headphones are used there is some white noise playing all the

Re: White noise with audio over headphones

2022-06-15 Thread Alexandre Ratchov
On Wed, Jun 15, 2022 at 02:59:40PM -0500, Rob Whitlock wrote: > I have a Lenovo T450 that plays audio over the speakers and headphones but > when the headphones are used there is some white noise playing all the time > as well as the audio. This white noise is not there with Windows 10 o

White noise with audio over headphones

2022-06-15 Thread Rob Whitlock
I have a Lenovo T450 that plays audio over the speakers and headphones but when the headphones are used there is some white noise playing all the time as well as the audio. This white noise is not there with Windows 10 or Linux. OpenBSD recognizes the audio codec as a Realtek ALC292 but Linux

Re: Firefox and stuttering USB audio

2022-06-04 Thread Courtney
TFW your software is so complicated it might as well be proprietary. I'll be sticking with Firefox ESR for now and hope by the time the time the ESR version bumps this will be resolved. Otherwise I'll have to play the worlds smallest violin. ESR doesn't have the issue. On 6/1/22 16:02, Raul

Re: Gemini Lake HD Audio (azalia?) not working on StarLabs StarLite MK IV

2022-06-03 Thread Jonathan Gray
On Fri, Jun 03, 2022 at 05:33:15PM +0100, Chris Narkiewicz wrote: > > Your device is subclass audio not subclass hd audio. Try this: > > I can confirm that the patch works. Also, headphones are correctly > detected when plugged. > > Many thanks for the help. thanks, committed

Re: Firefox and stuttering USB audio

2022-06-01 Thread Raul Miller
On Wed, Jun 1, 2022 at 6:13 PM Mihai Popescu wrote: > I am not able to understand why a simple application like mpv for > example is able to play videos and streams at high resolutions with > good performance, but a "browser" needs 10 times the CPU cores and > memory and it still does it wrong

Re: Firefox and stuttering USB audio

2022-06-01 Thread Mihai Popescu
The idea of changing the OS implementation in order to suit an internet browser is hilarious at least. The browsers developers are not interested in proper implementation and inbreed of browser with OS internals, no! All that matters is to make something work for the browser itself. I am not able

Re: Firefox and stuttering USB audio

2022-06-01 Thread Geoff Steckel
these interruptions the most. I have also simply had firefox idling with one tab open on the new tab page causing these interruptions sometimes even. I have a buddy using Arch Linux and said even now with newer versions of ff he's been having some strange behavior too. When audio stutters on my

Re: Firefox and stuttering USB audio

2022-06-01 Thread Courtney
at 02:25:16PM +0200, Peter Fröhlich wrote: Just FYI, when I updated from a smooth 7.0 to 7.1 about a week ago, I started experiencing audio/video stuttering that I did not before. I am unclear on what exactly the problem is, whether it's the kernel, a driver, Firefox, etc. I just know that I went

Re: Firefox and stuttering USB audio

2022-06-01 Thread Courtney
to ESR could be a solution for you? Courtney On 5/26/22 05:25, Peter Fröhlich wrote: Just FYI, when I updated from a smooth 7.0 to 7.1 about a week ago, I started experiencing audio/video stuttering that I did not before. I am unclear on what exactly the problem is, whether it's the kernel

Re: Gemini Lake HD Audio (azalia?) not working on StarLabs StarLite MK IV

2022-05-31 Thread Jonathan Gray
On Wed, Jun 01, 2022 at 03:03:44AM +0100, Chris Narkiewicz wrote: > Hi, > > I have a StarLabs StarLite mk iv laptop with Gemini Lake CPU and audio > device is "not configured". > > Relevant pcidump -vv output: > 0:14:0: Intel Gemini Lake HD Audio > 0

Re: Firefox and stuttering USB audio

2022-05-29 Thread Alexandre Ratchov
On Thu, May 26, 2022 at 02:25:16PM +0200, Peter Fröhlich wrote: > Just FYI, when I updated from a smooth 7.0 to 7.1 about a week ago, I > started experiencing audio/video stuttering that I did not before. I > am unclear on what exactly the problem is, whether it's the kernel, a > dri

Re: Firefox and stuttering USB audio

2022-05-26 Thread Peter Fröhlich
Just FYI, when I updated from a smooth 7.0 to 7.1 about a week ago, I started experiencing audio/video stuttering that I did not before. I am unclear on what exactly the problem is, whether it's the kernel, a driver, Firefox, etc. I just know that I went from a "no audio/video issues whats

Re: Firefox and stuttering USB audio

2022-05-09 Thread Michael Stolovitzsky
On 5/6/22 10:29, Courtney wrote: Hello all, [snip] * Setting dom.ipc.processCount to a lower number in about:config * Muddled with sndiod -b and -z flags * Set softdep,noatime for my different partitions in fstab (NVMe drive) * Tried with/without SMT (Intel 10700k) * Set some sysctl flags:

Firefox and stuttering USB audio

2022-05-06 Thread Courtney
Hello all, First time on the mailing list, please forgive me if I am missing any "netiquette". I've been using OpenBSD on my desktop these last few weeks. I have been trying to solve an issue with Only Firefox causing stuttering issues with my audio output. Some things I

Re: Dell G3 3590 audio and touchpad

2022-04-03 Thread Adriano Barbosa
(which took around 60 minutes to build). I repeated it twice to > > > > > > > > make > > > > > > > sure I > > > > > > > > didn't miss any step, but the result was the same, still getting > > > > > "Intel >

Re: Dell G3 3590 audio and touchpad

2022-04-03 Thread Jonathan Gray
step, but the result was the same, still getting > > > > "Intel > > > > > > 300 > > > > > > > Series cAVS" rev 0x10 at pci0 dev 31 function 3 not configured in > > > > dmesg. > > > > > > > Should I do anything else or anything different? >

Re: Dell G3 3590 audio and touchpad

2022-04-03 Thread Adriano Barbosa
t; > > didn't miss any step, but the result was the same, still getting > > > "Intel > > > > > 300 > > > > > > Series cAVS" rev 0x10 at pci0 dev 31 function 3 not configured in > > > dmesg. > > > > > > Should I do anything else o

Re: Dell G3 3590 audio and touchpad

2022-04-03 Thread Jonathan Gray
rev 0x10 at pci0 dev 31 function 3 not configured in > > dmesg. > > > > > Should I do anything else or anything different? > > > > > > > > > > Obrigado! > > > > > > > > I've committed this change. Try a snapshot in a few days time. > > &

Re: Dell G3 3590 audio and touchpad

2022-04-03 Thread Adriano Barbosa
result was the same, still getting > "Intel > > > 300 > > > > Series cAVS" rev 0x10 at pci0 dev 31 function 3 not configured in > dmesg. > > > > Should I do anything else or anything different? > > > > > > > > Obrigado! >

Re: Dell G3 3590 audio and touchpad

2022-04-02 Thread Jonathan Gray
ed in dmesg. > > > Should I do anything else or anything different? > > > > > > Obrigado! > > > > I've committed this change. Try a snapshot in a few days time. > > > > > Managed to compile correctly and the audio patch works. > Thank you

Re: Dell G3 3590 audio and touchpad

2022-04-02 Thread Adriano Barbosa
re I > > didn't miss any step, but the result was the same, still getting "Intel > 300 > > Series cAVS" rev 0x10 at pci0 dev 31 function 3 not configured in dmesg. > > Should I do anything else or anything different? > > > > Obrigado! > > I've committed this ch

Re: Dell G3 3590 audio and touchpad

2022-04-01 Thread Jonathan Gray
On Fri, Apr 01, 2022 at 05:11:35PM -0400, Adriano Barbosa wrote: > Thank you for your help and sorry for the delay. > I had to learn how to compile from source and still not sure if I did it > correctly or if the patch didn't work. > I downloaded src.tar.gz and sys.tar.gz from 7.0 release, updated

Re: Dell G3 3590 audio and touchpad

2022-04-01 Thread Adriano Barbosa
Obrigado! Em qui., 31 de mar. de 2022 às 19:50, Jonathan Gray escreveu: > On Thu, Mar 31, 2022 at 10:54:17AM -0400, Adriano Barbosa wrote: > > Hi misc > > > > I'm trying to make audio and touchpad work on a Dell laptop. > > I've never played with this kind of stuff and

Re: Dell G3 3590 audio and touchpad

2022-03-31 Thread Jonathan Gray
On Thu, Mar 31, 2022 at 10:54:17AM -0400, Adriano Barbosa wrote: > Hi misc > > I'm trying to make audio and touchpad work on a Dell laptop. > I've never played with this kind of stuff and I don't even know how to > properly start. > I have no hope on making NVIDIA hardware to w

Re: Dell G3 3590 audio and touchpad

2022-03-31 Thread Adriano Barbosa
Audio, Interface: 00, Revision: 10 0x000c: BIST: 00, Header Type: 00, Latency Timer: 20, Cache Line Size: 10 0x0010: BAR mem 64bit addr: 0xa5518000/0x4000 0x0018: BAR empty () 0x001c: BAR empty () 0x0020: BAR mem 64bit addr: 0xa520/0x0010 0x0028: Cardbus CIS

Re: Dell G3 3590 audio and touchpad

2022-03-31 Thread Michael Stolovitzsky
On 3/31/22 17:54, Adriano Barbosa wrote: Hi misc I'm trying to make audio and touchpad work on a Dell laptop. I've never played with this kind of stuff and I don't even know how to properly start. I have no hope on making NVIDIA hardware to work, but I believe Realtek ALC295 audio could work

Dell G3 3590 audio and touchpad

2022-03-31 Thread Adriano Barbosa
Hi misc I'm trying to make audio and touchpad work on a Dell laptop. I've never played with this kind of stuff and I don't even know how to properly start. I have no hope on making NVIDIA hardware to work, but I believe Realtek ALC295 audio could work as, from what I got, it is supported

Re: Who is responding to my audio volume keys?

2022-02-01 Thread Jan Stary
On Dec 18 10:27:19, maillists.rul...@mailbox.org wrote: > /etc/rc.conf.local: > sndiod_flags=-f rsnd/0 -F rsnd/1 > ... > > /etc/hotplug/{attach,detach}: > ... > DEVCLASS=$1 > DEVNAME=$2 > case $DEVCLASS in > 0) > case $DEVNAME in >

Re: HP Probook audio only playing on left speaker

2022-01-10 Thread Nick Holland
On 1/9/22 8:51 PM, Jordan Geoghegan wrote: Hello, I have an HP Probook (dmesg below) that is only playing audio from the left headphone speaker. No matter how I try I cannot get any audio to play over the right side speaker. I have very little experience debugging audio issues on OpenBSD

HP Probook audio only playing on left speaker

2022-01-09 Thread Jordan Geoghegan
Hello, I have an HP Probook (dmesg below) that is only playing audio from the left headphone speaker. No matter how I try I cannot get any audio to play over the right side speaker. I have very little experience debugging audio issues on OpenBSD as everything has largely "just worked&qu

Re: Who is responding to my audio volume keys?

2021-12-20 Thread Alexandre Ratchov
On Mon, Dec 20, 2021 at 09:59:29AM +0100, Richard Ulmer wrote: > Hi Alexandre, Hi Christian, > thanks for you responses! In the meantime Ralf Horstmann had also > contacted me and helped me find a workaround. > > Alexandre Ratchov wrote: > > Keyboard volume keys control

Re: Who is responding to my audio volume keys?

2021-12-19 Thread Alexandre Ratchov
ot;. > > Can someone point me to the relevant man page? > Keyboard volume keys control volume of first audio device. This is not configurable. Unfortunately key strokes are not consumed, so they propagate to Xorg and generate XF86XK_Audio{Raise,Lower}Volume which may cause programs to

Re: Who is responding to my audio volume keys?

2021-12-19 Thread Christian Weisgerber
guring this. There has to be someone listening to these > keys, but I couldn't find who it is. It's handled by the kernel. There are a bunch of drivers that pick up volume key presses--mostly wskbd(4), but also umstc(4) and some acpi drivers--and call a function provided by audio(4) that changes

Re: Audio codec support for new(er) Framework laptops?

2021-10-29 Thread Avalon
Thank you! :) On October 29, 2021 4:31:29 AM CDT, Alexandre Ratchov wrote: >On Fri, Oct 29, 2021 at 09:13:57AM +, aval...@posteo.net wrote: >> Hi Misc! >> >> Does anyone know whether the Tempo 92HD95B audio codec is supported? >> >> https://temposem

Re: Audio codec support for new(er) Framework laptops?

2021-10-29 Thread Alexandre Ratchov
On Fri, Oct 29, 2021 at 09:13:57AM +, aval...@posteo.net wrote: > Hi Misc! > > Does anyone know whether the Tempo 92HD95B audio codec is supported? > > https://temposemi.com/products/pclaptop-hd/92hd95/ > > I'm considering getting the Framework laptop and Joshua Stein'

Audio codec support for new(er) Framework laptops?

2021-10-29 Thread avalonw
Hi Misc! Does anyone know whether the Tempo 92HD95B audio codec is supported? https://temposemi.com/products/pclaptop-hd/92hd95/ I'm considering getting the Framework laptop and Joshua Stein's website indicates that at this point, it's pretty well supported https://jcs.org/2021/08/06

Re: mpd - All audio outputs are disabled

2021-10-19 Thread Stuart Henderson
ly remember it was a stupid thing.  Any hint please? >> >> I can do aucat -i file.wav no problem. >> Changed ownership of audio0 to my username >> > > audio and MIDI-related files in /dev are supposed to be owned by root, > by default only sndiod(8) uses t

Re: mpd - All audio outputs are disabled

2021-10-18 Thread Alexandre Ratchov
gt; I can do aucat -i file.wav no problem. > Changed ownership of audio0 to my username > audio and MIDI-related files in /dev are supposed to be owned by root, by default only sndiod(8) uses them directly. Most probably _mpd user and you are trying to connect to sndiod simultaneously. If so

mpd - All audio outputs are disabled

2021-10-18 Thread Mario St-Gelais
Hum, I had subject problem in the past following an upgrade, It happened again, yet, I cannot remember what the heck I used to do to solve it. I vaguely remember it was a stupid thing.  Any hint please? I can do aucat -i file.wav no problem. Changed ownership of audio0 to my username -- Mario

Re: Bidirectional audio between OpenBSD sndiod <-> Debian pulseaudio

2021-05-10 Thread Alexandre Ratchov
add additional layer to sound system for sure. > > I've tried to use alsa-sndio module from https://github.com/Duncaen/alsa-sndio > > Module builds successfully, but > > $ sudo alsactl init > returns it can't find any audio hardware (Debian system is headless and run > on

Re: Bidirectional audio between OpenBSD sndiod <-> Debian pulseaudio

2021-05-10 Thread Martin
://github.com/Duncaen/alsa-sndio Module builds successfully, but $ sudo alsactl init returns it can't find any audio hardware (Debian system is headless and run on VM). Tried to add snd-dummy module from https://www.alsa-project.org/main/index.php/Matrix:Module-dummy $ sudo modprobe snd-dummy

Re: Bidirectional audio between OpenBSD sndiod <-> Debian pulseaudio

2021-05-09 Thread Alexandre Ratchov
On Sat, May 08, 2021 at 10:29:35AM +, Martin wrote: > Hi list, > > It is great to have bidirectional audio between OpenBSD host and Debian guest > (headless). I hope I move in a right way to make this thing working. > > Required configuration: > mic-in on OpenBSD hos

Bidirectional audio between OpenBSD sndiod <-> Debian pulseaudio

2021-05-08 Thread Martin
Hi list, It is great to have bidirectional audio between OpenBSD host and Debian guest (headless). I hope I move in a right way to make this thing working. Required configuration: mic-in on OpenBSD host >> Debian VMM guest audio-out from Debian VMM guest >> OpenBSD host Does a

Re: audio stops frequently with current

2021-02-27 Thread Bryan Steele
... > azalia1 at pci11 dev 0 function 4 "AMD 17h/3xh HD Audio" rev 0x00: msi > azalia1: codecs: Realtek ALC892 > audio0 at azalia1 There is still an issue with MSI interrupts for HD Audio devices on AMD systems, in the past we've been able to workaround it in the driver. Yo

Re: audio stops frequently with current

2021-02-27 Thread srfsh
Gregory Edigarov wrote: > Hello, > > symptoms like this: > chromium plays video with audio (youtube) > mostly after pause, it loses audio. > while this happen it could show spinner, > but sometimes it can play video no problem, but no audio. It shouldn't be related to -cu

audio stops frequently with current

2021-02-26 Thread Gregory Edigarov
Hello, symptoms like this: chromium plays video with audio (youtube) mostly after pause, it loses audio. while this happen it could show spinner, but sometimes it can play video no problem, but no audio.  dmesg: OpenBSD 6.9-beta (GENERIC.MP) #346: Fri Feb 19 23:56:21 MST 2021     dera...@amd64

HP 13-w0XX laptop's Realtek ALC295 audio codec - Not all speakers produce sound

2021-02-03 Thread Eugene Moz.
function 0 "Intel 100 Series PCIE" rev 0xf1: msi pci8 at ppb7 bus 109 nvme0 at pci8 dev 0 function 0 "Samsung SM961/PM961 NVMe" rev 0x00: msix, NVMe 1.2 nvme0: SAMSUNG MZVLW512HMJP-000H1, firmware CXY70H1Q, serial S36ENX0HB24906 scsibus1 at nvme0: 2 targets, initiator 0 sd0 at sc

Re: Sound/audio onFirefox on 6.8

2020-10-27 Thread Duncan Patton a Campbell
at 03:58:55PM -0600, Duncan Patton a Campbell wrote: > > > > Hey Maurice. The audio works elsewhere and this looks to be > > a Zombie Bugzilla bug come back from the dead. Something > > about needing to directly link to sndio and skip the "cubeb" something

Re: Sound/audio onFirefox on 6.8

2020-10-26 Thread Alexandre Ratchov
On Fri, Oct 23, 2020 at 03:58:55PM -0600, Duncan Patton a Campbell wrote: > > Hey Maurice. The audio works elsewhere and this looks to be > a Zombie Bugzilla bug come back from the dead. Something > about needing to directly link to sndio and skip the "cubeb"

  1   2   3   4   5   6   7   8   9   >