https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230434
--- Comment #10 from ch...@crvintel.com ---
I tried connecting the USB sound card using a powered USB hub and the problem
remains.
--
You are receiving this mail because:
You are the assignee for the bug.
__
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230434
--- Comment #11 from Hans Petter Selasky ---
Can you also trace the USB device while trying to record:
usbdump -i usbusX -f Y -s 65536
dd if=/dev/dsp0 of=/dev/null bs=128
--HPS
--
You are receiving this mail because:
You are the assig
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230434
--- Comment #12 from ch...@crvintel.com ---
Have I got this right:
The soundcard is on usbus0 and is /dev/dsp0.0, so am I right using:
usbdump -i usbus0 -f 0.0 -s 65536
--
You are receiving this mail because:
You are the assignee for the
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230434
--- Comment #13 from ch...@crvintel.com ---
The device filter I have wrong, it is 0.7 and the output from usbdump is:
16:54:53.405462 usbus0.7 SUBM-ISOC-EP=0084,SPD=FULL,NFR=8,SLEN=0,IVAL=0
16:54:53.405472 usbus0.7
DONE-ISOC-EP=0084
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230434
--- Comment #14 from ch...@crvintel.com ---
dd output as follows:
[tmp]# dd if=/dev/dsp0.0 of=/dev/null bs=128
dd: /dev/dsp0.0: Invalid argument
0+0 records in
0+0 records out
0 bytes transferred in 5.006964 secs (0 bytes/sec)
[tmp]#
--
Y
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230434
--- Comment #15 from Hans Petter Selasky ---
Did you start usbdump before doing dd and after CTRL+C usbdump after dd has
exited?
--
You are receiving this mail because:
You are the assignee for the bug.
___
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230434
--- Comment #16 from ch...@crvintel.com ---
Yes, I did this. I could not seem to get the filter expression to work so let
it capture all packets and pasted above the output from 0.7. Is this OK?
--
You are receiving this mail because:
You
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230434
--- Comment #17 from Hans Petter Selasky ---
Can you join #bsdusb on EF-net ?
--
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-usb@freebsd.org mailing list
h
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230434
--- Comment #18 from ch...@crvintel.com ---
No, sorry.
--
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-usb@freebsd.org mailing list
https://lists.freebsd.org
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230434
--- Comment #19 from Hans Petter Selasky ---
I'm a little surprised that you get a timeout that quickly.
What is HZ set to?
sysctl -a | grep hz
If hz=1000, then it should be OK.
--HPS
--
You are receiving this mail because:
You are th
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230434
--- Comment #20 from Hans Petter Selasky ---
I'll give my RPI3 a spin over the weekend and see if I can reproduce this
issue.
--
You are receiving this mail because:
You are the assignee for the bug.
__
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230434
--- Comment #21 from ch...@crvintel.com ---
Thanks for your patience Hans.
kern.clockrate: { hz = 1000, tick = 1000, profhz = 8129, stathz = 127 }
kern.hz: 1000
Looks OK.
--
You are receiving this mail because:
You are the assignee for
12 matches
Mail list logo