snd_uaudio multichannel problems

2016-10-10 Thread Goran Mekić
Hello, I own 2 18ch audio interfaces, and both have the same symptoms described in https://lists.freebsd.org/pipermail/freebsd-questions/2016-October/273960.html. Since I wrote that mail, I did a little research. My hypotesis is that audio is 9 times faster as driver is handling 18 channels

Re: snd_uaudio multichannel problems

2016-10-10 Thread Goran Mekić
On Mon, Oct 10, 2016 at 07:43:07PM +0200, Hans Petter Selasky wrote: > On 10/10/16 19:31, Goran Mekić wrote: > Hi, > > Up to 127 channels are supported using USB audio. > > Which version of FreeBSD are you using? > > What does dmesg say about your audio device. >

Re: snd_uaudio multichannel problems

2016-10-11 Thread Goran Mekić
On Tue, Oct 11, 2016 at 11:48:35AM +0200, Hans Petter Selasky wrote: > kldload cuse > > # Start virtual OSS like this. -M mirrors output from 0 && 1 to 6 && 7 > virtual_oss \ > -S \ > -i 8 \ > -C 18 -c 18 -r 96000 -b 32 -s 1536 -f /dev/dspX \ > -c 2 -d dsp \ > -c 18 -d vdsp.jack \ > -M

Re: snd_uaudio multichannel problems

2016-10-11 Thread Goran Mekić
On Tue, Oct 11, 2016 at 10:09:53AM +0200, Hans Petter Selasky wrote: > How do you want to use your audio device? > > --HPS In the long run, I would really like to configure jack for it, as our hackerspace project is porting jack2 to freebsd, but as we're still in research phase, I would be

Re: snd_uaudio multichannel problems

2016-10-11 Thread Goran Mekić
On Tue, Oct 11, 2016 at 11:15:01AM +0200, Hans Petter Selasky wrote: > What version of FreeBSD are you using? 11 > How many channels of the 18 should jack be able to access? Ideally, all 18. I tried with -i 18 -o 18, but I get mono (left) channel only which is 2x the speed. signature.asc

XHCI reseting controller

2019-03-25 Thread Goran Mekić
Hello, I have https://www.asrock.com/MB/AMD/Fatal1ty%20X370%20Professional%20Gaming/index.asp and I have the following in my log: xhci0: Resetting controller usb_alloc_device: set address 2 failed (USB_ERR_TIMEOUT, ignored) usbd_setup_device_desc: getting device descriptor at addr 2 failed,

Re: XHCI reseting controller

2019-03-26 Thread Goran Mekić
ugen0.2 power_off" and what I saw is that ubt0 was detached once I did that. When I powered it back on, the problem reappeared. I added this to /boot/device.hints: hint.ubt.0.disabled="1" I hope that way FreeBSD will touch the problematic USB less. Accent on "hope". :o(

Re: VirtualBox Extensions Pack (for USB and Video)

2019-05-07 Thread Goran Mekić
As far as I know bhyve doesn't have USB passthroug which I understand you're after. It might be false as I didn't check since last year On 7 May 2019 16:44:45 CEST, Tomasz CEDRO wrote: >On Tue, May 7, 2019 at 4:40 PM Johannes Lundberg >wrote: >> On 5/7/19 7:26 AM, Tomasz CEDRO wrote: >> > On