public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Logitech Quickcam Express USB Address Aquisition Issues
@ 2005-08-07  7:02 Chris White
  2005-08-07  7:36 ` Andrew Morton
                   ` (2 more replies)
  0 siblings, 3 replies; 12+ messages in thread
From: Chris White @ 2005-08-07  7:02 UTC (permalink / raw)
  To: linux-kernel

[-- Attachment #1: Type: text/plain, Size: 1576 bytes --]

[Pre Note: please CC me all responses, thanks]

Currently, I have a Logitech Quickcam Express webcamera.  Unfortunately, it seems to have issues getting assigned an address.  I quote the following from dmesg:

usb 1-1.1: new full speed USB device using ehci_hcd and address 11
usb 1-1.1: device descriptor read/64, error -32
usb 1-1.1: device descriptor read/64, error -32
usb 1-1.1: new full speed USB device using ehci_hcd and address 12
usb 1-1.1: device descriptor read/64, error -32
usb 1-1.1: device descriptor read/64, error -32
usb 1-1.1: new full speed USB device using ehci_hcd and address 13
usb 1-1.1: device not accepting address 13, error -32
usb 1-1.1: new full speed USB device using ehci_hcd and address 14
usb 1-1.1: device not accepting address 14, error -32

As far as the host goes, I have the following USB hosts:

0000:00:11.0 USB Controller: NEC Corporation USB (rev 43)
0000:00:11.1 USB Controller: NEC Corporation USB (rev 43)
0000:00:11.2 USB Controller: NEC Corporation USB 2.0 (rev 04)

The first is my builtin Intel USB controller, the second is one belkin USB 1.0 card, and another 2.0 card.  I've tried it in all three just to verify one of my hosts wasn't broken.  Considering my printer works with it, as well as my scanner, I'm sort of thinking that's not an issue.

I searched up google a bit and recieved some warnings about acpi causing problems, so I disabled that, but was still unsucessful in getting that to work.  Please let me know if any other information is required.  Thanks ahead of time.

Chris White

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: Logitech Quickcam Express USB Address Aquisition Issues
  2005-08-07  7:36 ` Andrew Morton
@ 2005-08-07  7:11   ` Chris White
       [not found]   ` <mailman.1123400700.14696.linux-kernel2news@redhat.com>
  1 sibling, 0 replies; 12+ messages in thread
From: Chris White @ 2005-08-07  7:11 UTC (permalink / raw)
  To: Andrew Morton; +Cc: linux-kernel, linux-usb-devel

[-- Attachment #1: Type: text/plain, Size: 334 bytes --]

> Which kernel version?

Yes, I was just about to slap myself for fogetting that, it's under greg-kh's 2.6.12.13 git repository sources.
 
> Did it work OK under a previous kernel version?  If so, which?

I haven't attempted that, but I'll probably give a 2.6.9/2.4 series kernel a shot later on tommorow night.

Chris White

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: Logitech Quickcam Express USB Address Aquisition Issues
  2005-08-07  7:02 Logitech Quickcam Express USB Address Aquisition Issues Chris White
@ 2005-08-07  7:36 ` Andrew Morton
  2005-08-07  7:11   ` Chris White
       [not found]   ` <mailman.1123400700.14696.linux-kernel2news@redhat.com>
  2005-08-07  9:23 ` Ondrej Zary
  2005-08-07 11:36 ` christos gentsis
  2 siblings, 2 replies; 12+ messages in thread
From: Andrew Morton @ 2005-08-07  7:36 UTC (permalink / raw)
  To: Chris White; +Cc: linux-kernel, linux-usb-devel

Chris White <chriswhite@gentoo.org> wrote:
>
> [Pre Note: please CC me all responses, thanks]
> 
> Currently, I have a Logitech Quickcam Express webcamera.  Unfortunately, it
> seems to have issues getting assigned an address.  I quote the following
> from dmesg:
> 
> usb 1-1.1: new full speed USB device using ehci_hcd and address 11
> usb 1-1.1: device descriptor read/64, error -32
> usb 1-1.1: device descriptor read/64, error -32
> usb 1-1.1: new full speed USB device using ehci_hcd and address 12
> usb 1-1.1: device descriptor read/64, error -32
> usb 1-1.1: device descriptor read/64, error -32
> usb 1-1.1: new full speed USB device using ehci_hcd and address 13
> usb 1-1.1: device not accepting address 13, error -32
> usb 1-1.1: new full speed USB device using ehci_hcd and address 14
> usb 1-1.1: device not accepting address 14, error -32
> 
> As far as the host goes, I have the following USB hosts:
> 
> 0000:00:11.0 USB Controller: NEC Corporation USB (rev 43)
> 0000:00:11.1 USB Controller: NEC Corporation USB (rev 43)
> 0000:00:11.2 USB Controller: NEC Corporation USB 2.0 (rev 04)
> 
> The first is my builtin Intel USB controller, the second is one belkin
> USB 1.0 card, and another 2.0 card.  I've tried it in all three just to
> verify one of my hosts wasn't broken.  Considering my printer works with
> it, as well as my scanner, I'm sort of thinking that's not an issue.
> 
> I searched up google a bit and recieved some warnings about acpi causing
> problems, so I disabled that, but was still unsucessful in getting that to
> work.  Please let me know if any other information is required.  Thanks
> ahead of time.
> 

(Added linux-usb-devel)

Which kernel version?

Did it work OK under a previous kernel version?  If so, which?


^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: Logitech Quickcam Express USB Address Aquisition Issues
       [not found]   ` <mailman.1123400700.14696.linux-kernel2news@redhat.com>
@ 2005-08-07  8:40     ` Pete Zaitcev
  2005-08-08  8:57       ` Chris White
  0 siblings, 1 reply; 12+ messages in thread
From: Pete Zaitcev @ 2005-08-07  8:40 UTC (permalink / raw)
  To: Chris White; +Cc: zaitcev, linux-kernel, linux-usb-devel

On Sun, 7 Aug 2005 16:11:12 +0900, Chris White <chriswhite@gentoo.org> wrote:

> > Did it work OK under a previous kernel version?  If so, which?
> 
> I haven't attempted that, but I'll probably give a 2.6.9/2.4 series
> kernel a shot later on tommorow night.

Does that thing work with Windows?

I strongly suspect that it's simply broken at this point.

-- Pete

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: Logitech Quickcam Express USB Address Aquisition Issues
  2005-08-07  7:02 Logitech Quickcam Express USB Address Aquisition Issues Chris White
  2005-08-07  7:36 ` Andrew Morton
@ 2005-08-07  9:23 ` Ondrej Zary
  2005-08-07 11:36 ` christos gentsis
  2 siblings, 0 replies; 12+ messages in thread
From: Ondrej Zary @ 2005-08-07  9:23 UTC (permalink / raw)
  To: Chris White; +Cc: linux-kernel

Chris White wrote:
  > As far as the host goes, I have the following USB hosts:
> 
> 0000:00:11.0 USB Controller: NEC Corporation USB (rev 43)
> 0000:00:11.1 USB Controller: NEC Corporation USB (rev 43)
> 0000:00:11.2 USB Controller: NEC Corporation USB 2.0 (rev 04)
> 
> The first is my builtin Intel USB controller, the second is one belkin USB 1.0 card, and another 2.0 card.  I've tried it in all three just to verify one of my hosts wasn't broken.  Considering my printer works with it, as well as my scanner, I'm sort of thinking that's not an issue.
It looks like one add-on USB 2.0 card with NEC chip which is backward 
compatible with USB 1.0. No Intel here.

-- 
Ondrej Zary

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: Logitech Quickcam Express USB Address Aquisition Issues
  2005-08-07  7:02 Logitech Quickcam Express USB Address Aquisition Issues Chris White
  2005-08-07  7:36 ` Andrew Morton
  2005-08-07  9:23 ` Ondrej Zary
@ 2005-08-07 11:36 ` christos gentsis
  2005-08-07 18:54   ` Alistair John Strachan
  2 siblings, 1 reply; 12+ messages in thread
From: christos gentsis @ 2005-08-07 11:36 UTC (permalink / raw)
  To: Chris White; +Cc: linux-kernel

On Sun, 2005-08-07 at 16:02 +0900, Chris White wrote:
> [Pre Note: please CC me all responses, thanks]
> 
> Currently, I have a Logitech Quickcam Express webcamera.  Unfortunately, it seems to have issues getting assigned an address.  I quote the following from dmesg:
> 
> usb 1-1.1: new full speed USB device using ehci_hcd and address 11
> usb 1-1.1: device descriptor read/64, error -32
> usb 1-1.1: device descriptor read/64, error -32
> usb 1-1.1: new full speed USB device using ehci_hcd and address 12
> usb 1-1.1: device descriptor read/64, error -32
> usb 1-1.1: device descriptor read/64, error -32
> usb 1-1.1: new full speed USB device using ehci_hcd and address 13
> usb 1-1.1: device not accepting address 13, error -32
> usb 1-1.1: new full speed USB device using ehci_hcd and address 14
> usb 1-1.1: device not accepting address 14, error -32
> 
> As far as the host goes, I have the following USB hosts:
> 
> 0000:00:11.0 USB Controller: NEC Corporation USB (rev 43)
> 0000:00:11.1 USB Controller: NEC Corporation USB (rev 43)
> 0000:00:11.2 USB Controller: NEC Corporation USB 2.0 (rev 04)
> 
> The first is my builtin Intel USB controller, the second is one belkin USB 1.0 card, and another 2.0 card.  I've tried it in all three just to verify one of my hosts wasn't broken.  Considering my printer works with it, as well as my scanner, I'm sort of thinking that's not an issue.
> 
> I searched up google a bit and recieved some warnings about acpi causing problems, so I disabled that, but was still unsucessful in getting that to work.  Please let me know if any other information is required.  Thanks ahead of time.
> 
> Chris White

does the drivers for the Phillips web cams come back to the kernel?
because i thought that it was taken out... 

http://www.smcc.demon.nl/webcam/

check this site and see if your cam was one of the cams that supported
from the driver that discontinue... so if is supported by this driver,
download and install it... it works i try it with my cam ;)



^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: Logitech Quickcam Express USB Address Aquisition Issues
  2005-08-07 11:36 ` christos gentsis
@ 2005-08-07 18:54   ` Alistair John Strachan
  2005-08-07 18:58     ` Alistair John Strachan
  0 siblings, 1 reply; 12+ messages in thread
From: Alistair John Strachan @ 2005-08-07 18:54 UTC (permalink / raw)
  To: christos gentsis; +Cc: Chris White, linux-kernel

On Sunday 07 Aug 2005 12:36, christos gentsis wrote:
[snip]
> >
> > I searched up google a bit and recieved some warnings about acpi causing
> > problems, so I disabled that, but was still unsucessful in getting that
> > to work.  Please let me know if any other information is required. 
> > Thanks ahead of time.
> >
> > Chris White
>
> does the drivers for the Phillips web cams come back to the kernel?
> because i thought that it was taken out...
>
> http://www.smcc.demon.nl/webcam/
>
> check this site and see if your cam was one of the cams that supported
> from the driver that discontinue... so if is supported by this driver,
> download and install it... it works i try it with my cam ;)
>

The in-kernel pwc driver doesn't work for me either. I highly recommend you 
try the above if this turns out to not be a hardware fault.

-- 
Cheers,
Alistair.

'No sense being pessimistic, it probably wouldn't work anyway.'
Third year Computer Science undergraduate.
1F2 55 South Clerk Street, Edinburgh, UK.

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: Logitech Quickcam Express USB Address Aquisition Issues
  2005-08-07 18:54   ` Alistair John Strachan
@ 2005-08-07 18:58     ` Alistair John Strachan
  2005-08-08  2:38       ` Chris White
  0 siblings, 1 reply; 12+ messages in thread
From: Alistair John Strachan @ 2005-08-07 18:58 UTC (permalink / raw)
  To: christos gentsis; +Cc: Chris White, linux-kernel

On Sunday 07 Aug 2005 19:54, Alistair John Strachan wrote:
> On Sunday 07 Aug 2005 12:36, christos gentsis wrote:
> [snip]
>
> > > I searched up google a bit and recieved some warnings about acpi
> > > causing problems, so I disabled that, but was still unsucessful in
> > > getting that to work.  Please let me know if any other information is
> > > required. Thanks ahead of time.
> > >
> > > Chris White
> >
> > does the drivers for the Phillips web cams come back to the kernel?
> > because i thought that it was taken out...
> >
> > http://www.smcc.demon.nl/webcam/
> >
> > check this site and see if your cam was one of the cams that supported
> > from the driver that discontinue... so if is supported by this driver,
> > download and install it... it works i try it with my cam ;)
>
> The in-kernel pwc driver doesn't work for me either. I highly recommend you
> try the above if this turns out to not be a hardware fault.

Sorry, I didn't even check the link. Try the driver from:

http://www.saillard.org/linux/pwc/

Which seems to work better.

-- 
Cheers,
Alistair.

'No sense being pessimistic, it probably wouldn't work anyway.'
Third year Computer Science undergraduate.
1F2 55 South Clerk Street, Edinburgh, UK.

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: Logitech Quickcam Express USB Address Aquisition Issues
  2005-08-07 18:58     ` Alistair John Strachan
@ 2005-08-08  2:38       ` Chris White
  2005-08-08  8:27         ` Hugo Mills
  2005-08-08  9:02         ` christos gentsis
  0 siblings, 2 replies; 12+ messages in thread
From: Chris White @ 2005-08-08  2:38 UTC (permalink / raw)
  To: Alistair John Strachan; +Cc: christos gentsis, linux-kernel

[-- Attachment #1: Type: text/plain, Size: 274 bytes --]

> Sorry, I didn't even check the link. Try the driver from:
> 
> http://www.saillard.org/linux/pwc/
> 
> Which seems to work better.
> 
> -- 
> Cheers,
> Alistair.


Err, mine's a logitech camera, why is everyone recommending philips
drivers :P?

Chris White

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: Logitech Quickcam Express USB Address Aquisition Issues
  2005-08-08  2:38       ` Chris White
@ 2005-08-08  8:27         ` Hugo Mills
  2005-08-08  9:02         ` christos gentsis
  1 sibling, 0 replies; 12+ messages in thread
From: Hugo Mills @ 2005-08-08  8:27 UTC (permalink / raw)
  To: Chris White; +Cc: Alistair John Strachan, christos gentsis, linux-kernel

[-- Attachment #1: Type: text/plain, Size: 601 bytes --]

On Mon, Aug 08, 2005 at 11:38:01AM +0900, Chris White wrote:
> > Sorry, I didn't even check the link. Try the driver from:
> > 
> > http://www.saillard.org/linux/pwc/
> > 
> > Which seems to work better.
> 
> Err, mine's a logitech camera, why is everyone recommending philips
> drivers :P?

   Because many of the Logitech cameras are based on the Philips
chipset.

   Hugo.

-- 
=== Hugo Mills: hugo@... carfax.org.uk | darksatanic.net | lug.org.uk ===
  PGP key: 1C335860 from wwwkeys.eu.pgp.net or http://www.carfax.org.uk
           --- All hope abandon,  Ye who press Enter here. ---           

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: Logitech Quickcam Express USB Address Aquisition Issues
  2005-08-07  8:40     ` Pete Zaitcev
@ 2005-08-08  8:57       ` Chris White
  0 siblings, 0 replies; 12+ messages in thread
From: Chris White @ 2005-08-08  8:57 UTC (permalink / raw)
  To: Pete Zaitcev; +Cc: zaitcev, linux-kernel, linux-usb-devel

[-- Attachment #1: Type: text/plain, Size: 459 bytes --]

> Does that thing work with Windows?
> 
> I strongly suspect that it's simply broken at this point.
> 
> -- Pete
> 

And that is the final answer for $14,000.  Looks like I got Yet Another 
Large Paperweight(tm) to deal with.  Yup, this thing is broken.  I tried
it on my dad's machine today, and Windows chucked the thing out as invalid
format right away.  Oh well, maybe I should enroll in an electronics class
and fix it myself.

Chris White

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: Logitech Quickcam Express USB Address Aquisition Issues
  2005-08-08  2:38       ` Chris White
  2005-08-08  8:27         ` Hugo Mills
@ 2005-08-08  9:02         ` christos gentsis
  1 sibling, 0 replies; 12+ messages in thread
From: christos gentsis @ 2005-08-08  9:02 UTC (permalink / raw)
  To: Chris White; +Cc: Alistair John Strachan, linux-kernel

On Mon, 2005-08-08 at 11:38 +0900, Chris White wrote:
> Err, mine's a logitech camera, why is everyone recommending philips
> drivers :P?
> 
> Chris White

what happens with the most of the computer peripherals the company that
sell it is different with the company that produce it... in this case
philips sell the ship for the cameras to other companies and logitech
use that chip. in the website say which cameras are based to the philips
chip


^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2005-08-08  9:27 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-08-07  7:02 Logitech Quickcam Express USB Address Aquisition Issues Chris White
2005-08-07  7:36 ` Andrew Morton
2005-08-07  7:11   ` Chris White
     [not found]   ` <mailman.1123400700.14696.linux-kernel2news@redhat.com>
2005-08-07  8:40     ` Pete Zaitcev
2005-08-08  8:57       ` Chris White
2005-08-07  9:23 ` Ondrej Zary
2005-08-07 11:36 ` christos gentsis
2005-08-07 18:54   ` Alistair John Strachan
2005-08-07 18:58     ` Alistair John Strachan
2005-08-08  2:38       ` Chris White
2005-08-08  8:27         ` Hugo Mills
2005-08-08  9:02         ` christos gentsis

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox