![]() |
|
OpenBSD General Other questions regarding OpenBSD which do not fit in any of the categories below. |
![]() |
|
Thread Tools | Display Modes |
|
|||
![]()
i dont understand how to change it so it uses the input functionality
with mixerctl i get this Code:
outputs.dac=255,255 outputs.dac_mute=off record.enable=sysctl Code:
uaudio0 at uhub0 port 3 configuration 1 interface 1 "Burr-Brown from TI USB Audio CODEC" rev 1.10/1.00 addr 2 uaudio0: class v1, full-speed, sync, channels: 2 play, 2 rec, 3 ctls
__________________
100% off the chain ![]() Last edited by J65nko; 8th January 2023 at 12:06 AM. Reason: [code] and [/code] tags added ;-) |
|
||||
![]()
Looks like the kernel recognises the record channels.
Can we see the full output of Code:
sndioctl -d EDIT: welcome to the forums! |
|
|||
![]()
Thanks. The first output of sndioctl -d is set to my usb headphone dac audio2 and the second one is set to my usb microphone dac on audio1
Code:
041:output[0].level=0..255 (255) 042:output[0].mute=0..1 (0) 001:server.device=0 002:server.device=1 008:audacio0.level=0..127 (127) 014:ffplay0.level=0..127 (127) 018:firefox0.level=0..127 (127) 013:mplayer0.level=0..127 (127) 017:mpv0.level=0..127 (127) 019:seamonk0.level=0..127 (127) 020:seamonk1.level=0..127 (127) 021:seamonk2.level=0..127 (127) Code:
003:output[0].level=0..255 (255) 004:output[0].mute=0..1 (0) 001:server.device=0 002:server.device=1
__________________
100% off the chain ![]() |
|
||||
![]()
Looks like audio recording hasn't been enabled.
Does this bring up an inputs.mic entry for you:Code:
# sysctl kern.audio.record=1 Code:
# tee -a /etc/sysctl.conf >/dev/null <<! kern.audio.record=1 ! |
|
|||
![]()
i already enabled that
__________________
100% off the chain ![]() |
|
|||
![]()
its a xlr input to usb output, i would think it would work given that openbsd sees the input channel's
__________________
100% off the chain ![]() |
|
||||
![]()
Do you have a link to the actual device itself? Sorry but I'm not sure I understand "xlr input to usb output". Excuse my ignorance.
You could try using usbdevs(8) to extract further information about the device. |
|
|||
![]()
__________________
100% off the chain ![]() |
|
|||
![]()
also if i set my devicde to the micorphone i can get it to work but i cant hear anything
__________________
100% off the chain ![]() |
|
||||
![]()
What does usbdevs(8) say about the device?
I'm out of my depth here though. Never used anything like that Behringer. Sorry. |
|
|||
![]() Quote:
Code:
addr 02: 08bb:2902 Burr-Brown from TI, USB Audio CODEC
__________________
100% off the chain ![]() |
|
|||
![]()
btw i found a kinda workaround,
Code:
sndiod_flags= -f rsnd/2 -s default -f rsnd/1 -m rec -s rec
__________________
100% off the chain ![]() Last edited by dcc; 12th January 2023 at 08:50 AM. Reason: default* |
|
|||
![]()
well i found the fix(firefox is having a issuse with the input thou)
Code:
sndiod_flags= -f rsnd/2 -s play -m play -f rsnd/1 -m rec -s rec Code:
export AUDIOPLAYDEVICE=snd/play export AUDIORECDEVICE=snd/rec
__________________
100% off the chain ![]() |
![]() |
Thread Tools | |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
No audio emu rear output | stefand | OpenBSD General | 10 | 1st July 2017 07:51 PM |
DVI output in X | backrow | OpenBSD General | 5 | 14th April 2011 04:39 AM |
PHP displays no output what-so-ever on some errors. | Carpetsmoker | Programming | 9 | 9th November 2010 09:55 PM |
netstat -s -p ip output meaning | putrycy | FreeBSD General | 3 | 20th August 2010 08:29 AM |
dwm status bar won't display apm output | asemisldkfj | General software and network | 6 | 16th August 2009 11:07 PM |