Re: Problems with Webcam and USB 3.X [solved]

2021-04-14 Thread Hans Petter Selasky
On 4/14/21 5:16 PM, Nilton Jose Rizzo wrote: On 4/14/21 4:27 PM, Nilton Jose Rizzo wrote: "-s uvc_driver.quirks=0x100" When I start webcamd with this, return a LONG list of other variables and webcamd not run. Is it right? Try: "-m uvc_driver.quirks=0x100" It's

Re: stable/13, vm page counts do not add up

2021-04-14 Thread Andriy Gapon
On 14/04/2021 16:32, Mark Johnston wrote: On Wed, Apr 14, 2021 at 02:21:44PM +0300, Andriy Gapon wrote: On 14/04/2021 00:18, Mark Johnston wrote: fbt::vm_page_unwire:entry /args[0]->oflags & 0x4/ { @unwire[stack()] = count(); } Unrelated report, dtrace complains about this probe on

Re: Problems with Webcam and USB 3.X

2021-04-14 Thread Hans Petter Selasky
On 4/14/21 4:27 PM, Nilton Jose Rizzo wrote: "-s uvc_driver.quirks=0x100" When I start webcamd with this, return a LONG list of other variables and webcamd not run. Is it right? Try: "-m uvc_driver.quirks=0x100" --HPS ___

Re: Problems with Webcam and USB 3.X

2021-04-14 Thread Nilton Jose Rizzo
> > Hi, > > The following thread suggests using a UVC quirk: > > https://sourceforge.net/p/linux-uvc/mailman/linux-uvc-devel/?viewmonth=202102 > > Translated to webcamd parameters, it becomes: > > "-s uvc_driver.quirks=0x100" When I start webcamd with this, return a LONG list of

Re: Problems with Webcam and USB 3.X

2021-04-14 Thread Hans Petter Selasky
On 4/14/21 4:15 PM, Nilton Jose Rizzo wrote: The last version tha I Know that work need libhal, Just do "make config" and de-select HAL support, before building. Webcamd doesn't need it. --HPS ___ freebsd-current@freebsd.org mailing list

Re: Problems with Webcam and USB 3.X

2021-04-14 Thread Nilton Jose Rizzo
> > On 4/14/21 3:41 PM, Nilton Jose Rizzo wrote: > >> > >> Hi, > >> > Hi, > :< - CUT - >: > Does downgrading webcamd to an older version make it work again? > > I probably need to search for that error message. Maybe it is a known > issue already fixed. So far it looks like a

Re: Problems with Webcam and USB 3.X

2021-04-14 Thread Hans Petter Selasky
Hi, The following thread suggests using a UVC quirk: https://sourceforge.net/p/linux-uvc/mailman/linux-uvc-devel/?viewmonth=202102 Translated to webcamd parameters, it becomes: "-s uvc_driver.quirks=0x100" Can you try that? --HPS ___

Re: stable/13, vm page counts do not add up

2021-04-14 Thread Mark Johnston
On Wed, Apr 14, 2021 at 02:21:44PM +0300, Andriy Gapon wrote: > On 14/04/2021 00:18, Mark Johnston wrote: > > fbt::vm_page_unwire:entry > > /args[0]->oflags & 0x4/ > > { > > @unwire[stack()] = count(); > > } > > Unrelated report, dtrace complains about this probe on my stable/13 system: >

Re: Problems with Webcam and USB 3.X

2021-04-14 Thread Nilton Jose Rizzo
> > Hi, > > On 4/14/21 1:10 PM, Nilton Jose Rizzo wrote: > > root@valfenda:/usr/ports/multimedia/webcamd # webcamd -d ugem1.3 -m > > uvc_driver.trace=1 > ^^^ ugem -> ugen > > ugen was spelled wrong. Ops .. Sorry. output

Re: Problems with Webcam and USB 3.X

2021-04-14 Thread Hans Petter Selasky
Hi, On 4/14/21 1:10 PM, Nilton Jose Rizzo wrote: root@valfenda:/usr/ports/multimedia/webcamd # webcamd -d ugem1.3 -m uvc_driver.trace=1 ^^^ ugem -> ugen ugen was spelled wrong. --HPS ___

Re: stable/13, vm page counts do not add up

2021-04-14 Thread Andriy Gapon
On 14/04/2021 00:18, Mark Johnston wrote: fbt::vm_page_unwire:entry /args[0]->oflags & 0x4/ { @unwire[stack()] = count(); } Unrelated report, dtrace complains about this probe on my stable/13 system: failed to resolve translated type for args[0] And I do not have any idea why...

Re: Problems with Webcam and USB 3.X

2021-04-14 Thread Nilton Jose Rizzo
> > On 4/14/21 3:49 AM, Nilton Jose Rizzo wrote: > >> > >> On 4/14/21 3:05 AM, Nilton Jose Rizzo wrote: > >>> 22:03:30.860068 usbus1.3 > >>> SUBM-ISOC-EP=0081,SPD=HIGH,NFR=128,SLEN=0,IVAL=0 > >>> 22:03:30.860079 usbus1.3 > >>> DONE-ISOC-EP=0081,SPD=HIGH,NFR=128,SLEN=13608,IVAL=0,ERR=0 >

Re: Problems with Webcam and USB 3.X

2021-04-14 Thread Hans Petter Selasky
On 4/14/21 3:49 AM, Nilton Jose Rizzo wrote: On 4/14/21 3:05 AM, Nilton Jose Rizzo wrote: 22:03:30.860068 usbus1.3 SUBM-ISOC-EP=0081,SPD=HIGH,NFR=128,SLEN=0,IVAL=0 22:03:30.860079 usbus1.3 DONE-ISOC-EP=0081,SPD=HIGH,NFR=128,SLEN=13608,IVAL=0,ERR=0 :< CUT >: Hi, I see