[Bug 1033146] Re: Microsoft LifeCam HD-3000 with Ubuntu 12.04: webcam light blinks, and freezes with guvcview

2015-04-30 Thread François Jacques
Hi,

This is a development message which shouldn't be reported that often.
It's not the root cause of issues seen with the LifeCam... just
misleading.

I investigated the issue down to the kernel driver with additional
traces. The set frequency operation at 48 khz goes through just fine,
but the validation get frequency request performed right after isn't
supported by the lifecam. The error code returned on that operation
isn't 0, and in that case the driver issues that message. However,
having a non-success for this operation is perfectly fine.

For more information, refer to USB Audio specification, when the adapter
doesn't support such Get operation. See page 67 in
http://www.usb.org/developers/docs/devclass_docs/audio10.pdf

If the addressed Control or Entity does not support readout of a certain 
attribute, the control pipe must
indicate a stall when an attempt is made to read that attribute.

So, IMHO, the warning that we see is a development warning, not a bug
per se. The status code should be checked and the driver should remain
silent UNLESS some really unexpected status code comes up.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1033146

Title:
  Microsoft LifeCam HD-3000 with Ubuntu 12.04: webcam light blinks, and
  freezes with guvcview

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/guvcview/+bug/1033146/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1033146] Re: Microsoft LifeCam HD-3000 with Ubuntu 12.04: webcam light blinks, and freezes with guvcview

2015-04-11 Thread lars_stefan_axelsson
I'm on ubuntu 12.04.5 (Linux daemon 3.13.0-49-generic
#81~precise1-Ubuntu SMP Wed Mar 25 16:32:15 UTC 2015 x86_64 x86_64
x86_64 GNU/Linux) and I can also confirm this bug. Ironic since I
checked uvcvideo for useable webcams before buying it...

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1033146

Title:
  Microsoft LifeCam HD-3000 with Ubuntu 12.04: webcam light blinks, and
  freezes with guvcview

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/guvcview/+bug/1033146/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1033146] Re: Microsoft LifeCam HD-3000 with Ubuntu 12.04: webcam light blinks, and freezes with guvcview

2014-12-17 Thread François Jacques
Same problem with Linux 3.16.0-28-lowlatency #38-Ubuntu SMP PREEMPT Fri
Dec 12 18:06:05 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1033146

Title:
  Microsoft LifeCam HD-3000 with Ubuntu 12.04: webcam light blinks, and
  freezes with guvcview

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/guvcview/+bug/1033146/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1033146] Re: Microsoft LifeCam HD-3000 with Ubuntu 12.04: webcam light blinks, and freezes with guvcview

2014-12-15 Thread Stuart
This problem is present in Ubuntu 14.04 and 14.10

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1033146

Title:
  Microsoft LifeCam HD-3000 with Ubuntu 12.04: webcam light blinks, and
  freezes with guvcview

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/guvcview/+bug/1033146/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1033146] Re: Microsoft LifeCam HD-3000 with Ubuntu 12.04: webcam light blinks, and freezes with guvcview

2014-01-30 Thread Ian
This is a problem that affects programs that don't use the video or
Flash.

If I  I try to set the webcam as the source of sound in audacity, there
is a delay of a count of 20 or so before it acknowledges that it is set
up, and another long delay of many seconds before anything actually is
recorded when I press record.

So this isn't a guvcview bug - although that's where I came across it
too - it's a problem with the webcam / snd-usb-audio.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1033146

Title:
  Microsoft LifeCam HD-3000 with Ubuntu 12.04: webcam light blinks, and
  freezes with guvcview

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/guvcview/+bug/1033146/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1033146] Re: Microsoft LifeCam HD-3000 with Ubuntu 12.04: webcam light blinks, and freezes with guvcview

2014-01-16 Thread Shantanu Tushar
Well disabling snd-usb-audio is not really a solution, one needs the
mic to work when on a video call. Also, I have only Adobe flash player
installed in Chrome, and even closing Chrome doesn't help.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1033146

Title:
  Microsoft LifeCam HD-3000 with Ubuntu 12.04: webcam light blinks, and
  freezes with guvcview

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/guvcview/+bug/1033146/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 1033146] Re: Microsoft LifeCam HD-3000 with Ubuntu 12.04: webcam light blinks, and freezes with guvcview

2013-12-21 Thread redfox7691
Well, it was a lot of time ago... :-)

I asked to linux-uvc-devel list and Oleksij Rempel suggested me to look the
audio module: he wrote me

This message is not from uvcvideo, it comes from snd-usb-audio: cannot
get freq at ep 0x82. What if you black list the snd-usb-audio, will then
video work?

After some days I realized that I was doing the tests always with Chrome
running, with gmail (and google chat) opened: I've made some tries and I've
found that embedded flash player was buggy.

Ciao,
Claudio


2013/12/20 Felipe Tanus 1033...@bugs.launchpad.net

 @redfox7691: Thanks for the information. Disabling snd-usb-audio works
 for me, but I don't have the pepper plugin installed on chromium or
 google chrome. Can you share the procedure you used to find this
 problem, and hopefully I'll be able to detect the problems on my box?

 Thanks

 --
 You received this bug notification because you are subscribed to the bug
 report.
 https://bugs.launchpad.net/bugs/1033146

 Title:
   Microsoft LifeCam HD-3000 with Ubuntu 12.04: webcam light blinks, and
   freezes with guvcview

 To manage notifications about this bug go to:

 https://bugs.launchpad.net/ubuntu/+source/guvcview/+bug/1033146/+subscriptions



-- 
*Ordine degli Ingegneri di Pistoia N.672*
*Dott. Ing. Claudio Bizzarri*
TEL: 05731930260 - FAX: 0245503888
Via Piastre e Prunetta, 88 - 51100 Pistoia
CF: *BZZCLD67E05G713C *PI: *01330220474*
-= www.geebeesystem.com =-

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1033146

Title:
  Microsoft LifeCam HD-3000 with Ubuntu 12.04: webcam light blinks, and
  freezes with guvcview

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/guvcview/+bug/1033146/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1033146] Re: Microsoft LifeCam HD-3000 with Ubuntu 12.04: webcam light blinks, and freezes with guvcview

2013-12-21 Thread redfox7691
Well, it was a lot of time ago... :-)

I asked to linux-uvc-devel list and Oleksij Rempel suggested me to look
the audio module: he wrote me

This message is not from uvcvideo, it comes from snd-usb-audio: cannot
get freq at ep 0x82. What if you black list the snd-usb-audio, will
then video work?

After some days I realized that I was doing the tests always with Chrome
running, with gmail (and google chat) opened: I've made some tries and
I've found that embedded flash player was buggy.

Ciao,
Claudio

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1033146

Title:
  Microsoft LifeCam HD-3000 with Ubuntu 12.04: webcam light blinks, and
  freezes with guvcview

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/guvcview/+bug/1033146/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1033146] Re: Microsoft LifeCam HD-3000 with Ubuntu 12.04: webcam light blinks, and freezes with guvcview

2013-12-20 Thread Felipe Tanus
@redfox7691: Thanks for the information. Disabling snd-usb-audio works
for me, but I don't have the pepper plugin installed on chromium or
google chrome. Can you share the procedure you used to find this
problem, and hopefully I'll be able to detect the problems on my box?

Thanks

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1033146

Title:
  Microsoft LifeCam HD-3000 with Ubuntu 12.04: webcam light blinks, and
  freezes with guvcview

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/guvcview/+bug/1033146/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1033146] Re: Microsoft LifeCam HD-3000 with Ubuntu 12.04: webcam light blinks, and freezes with guvcview

2012-09-02 Thread redfox7691
SOLVED: all my troubles were caused by the latest built-in chrome flash
player (pepper version 11.3.31.232). In chrome:plugins, advanced
settings, I've disabled pepper flash player, leaving only adobe flash
player 11.2.r202. All of troubles are gone.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1033146

Title:
  Microsoft LifeCam HD-3000 with Ubuntu 12.04: webcam light blinks, and
  freezes with guvcview

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/guvcview/+bug/1033146/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1033146] Re: Microsoft LifeCam HD-3000 with Ubuntu 12.04: webcam light blinks, and freezes with guvcview

2012-08-10 Thread redfox7691
Temporary solution: it seems that the problem is caused from snd-usb-audio 
module: this module is loaded because LifeCam is an double USB device, audio 
and video.
Putting the line blacklist snd-usb-audio into /etc/modprobe.d/blacklist.conf 
solves problem with video but stops every other usb audio device.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1033146

Title:
  Microsoft LifeCam HD-3000 with Ubuntu 12.04: webcam light blinks, and
  freezes with guvcview

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/guvcview/+bug/1033146/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1033146] Re: Microsoft LifeCam HD-3000 with Ubuntu 12.04: webcam light blinks, and freezes with guvcview

2012-08-09 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: guvcview (Ubuntu)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1033146

Title:
  Microsoft LifeCam HD-3000 with Ubuntu 12.04: webcam light blinks, and
  freezes with guvcview

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/guvcview/+bug/1033146/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1033146] Re: Microsoft LifeCam HD-3000 with Ubuntu 12.04: webcam light blinks, and freezes with guvcview

2012-08-06 Thread redfox7691
Just tested 3.4.7 kernel, same results: LifeCam HD-3000 does not work.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1033146

Title:
  Microsoft LifeCam HD-3000 with Ubuntu 12.04: webcam light blinks, and
  freezes with guvcview

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/guvcview/+bug/1033146/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1033146] Re: Microsoft LifeCam HD-3000 with Ubuntu 12.04: webcam light blinks, and freezes with guvcview

2012-08-05 Thread redfox7691
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1033146

Title:
  Microsoft LifeCam HD-3000 with Ubuntu 12.04: webcam light blinks, and
  freezes with guvcview

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/guvcview/+bug/1033146/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs