LinuxQuestions.org
Visit Jeremy's Blog.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 10-31-2021, 02:00 AM   #1
SuSE_Lamer
Member
 
Registered: Nov 2004
Location: Hamburg/Germany
Distribution: Debian 10
Posts: 190

Rep: Reputation: 16
Question Webcam Hercules "Dualpix Chat and Show": problems


Hello,

recently I wanted to use a USB-webcam of "Hercules" on Linux Debian 10. I plugged it in, and saw that "Cheese" has recognized it, but "Skype" and "Camorama" did not. After second try even "Cheese" did not recognize a cam and showed an error "could not connect to video device (/dev/video0)".

USB-ID of the device is 06f8:3007. I searched a bit and found several posts from the past saying that this cam needs a special driver. Unfortunately, I did not find this driver on Debian 10. Can anybody give me a hint on it?

Thanks in advance
Andrey
 
Old 10-31-2021, 07:34 PM   #2
frankbell
LQ Guru
 
Registered: Jan 2006
Location: Virginia, USA
Distribution: Slackware, Ubuntu MATE, Mageia, and whatever VMs I happen to be playing with
Posts: 19,828
Blog Entries: 28

Rep: Reputation: 6329Reputation: 6329Reputation: 6329Reputation: 6329Reputation: 6329Reputation: 6329Reputation: 6329Reputation: 6329Reputation: 6329Reputation: 6329Reputation: 6329
I assume you've double-checked the cable and a different USB port to rule them out.

You might try guvcview. I've had that work when Cheese didn't. That the camera worked once with Cheese, though, is a bit puzzling. Have you tested the camera on aonther machine?
 
Old 11-07-2021, 01:58 AM   #3
SuSE_Lamer
Member
 
Registered: Nov 2004
Location: Hamburg/Germany
Distribution: Debian 10
Posts: 190

Original Poster
Rep: Reputation: 16
Hello,
Quote:
Originally Posted by frankbell View Post
I assume you've double-checked the cable and a different USB port to rule them out.

You might try guvcview. I've had that work when Cheese didn't. That the camera worked once with Cheese, though, is a bit puzzling. Have you tested the camera on aonther machine?
I tried this cam on different laptops with different Linux distros. And now I tried again on Debian with "guvcview" - no video device found. But even if it would work in "guvcview" - I need it in Skype, as long as Skype does not recognize the cam, any other application is just for testing.

The cam itself reacts on plugging (blue LED goes on and off), and lsusb shows a cam with full name and ID. I suppose, it uses special driver. I tried 2 another cams - from Logitech and Medion (German hardware manufacturer), they both worked out of the box.

Regards,
Andrey
 
Old 11-07-2021, 07:31 PM   #4
computersavvy
Senior Member
 
Registered: Aug 2016
Posts: 3,345

Rep: Reputation: 1486Reputation: 1486Reputation: 1486Reputation: 1486Reputation: 1486Reputation: 1486Reputation: 1486Reputation: 1486Reputation: 1486Reputation: 1486
A viable work-around would be to use one of the cameras that are known to work.

A fix would be to plug in the camera, use 'lsusb -v' to get the vendorroduct id (shown as 4 digit hexadecimal numbers) then use that along with the device name to identify the proper driver if there is one. Once the driver is known then installing it is relatively straight forward.
 
Old 11-21-2021, 02:59 PM   #5
SuSE_Lamer
Member
 
Registered: Nov 2004
Location: Hamburg/Germany
Distribution: Debian 10
Posts: 190

Original Poster
Rep: Reputation: 16
Hello
Quote:
Originally Posted by computersavvy View Post
A fix would be to plug in the camera, use 'lsusb -v' to get the vendorroduct id (shown as 4 digit hexadecimal numbers) then use that along with the device name to identify the proper driver if there is one. Once the driver is known then installing it is relatively straight forward.
your hint is great... the problem is that I did it already - see my first / initial post, and this brought up my question... the USB-ID is in the first post.

Regards.
 
Old 11-21-2021, 06:34 PM   #6
computersavvy
Senior Member
 
Registered: Aug 2016
Posts: 3,345

Rep: Reputation: 1486Reputation: 1486Reputation: 1486Reputation: 1486Reputation: 1486Reputation: 1486Reputation: 1486Reputation: 1486Reputation: 1486Reputation: 1486
This search gives several links that may help. 'debian driver 06f8:3007'
 
Old 11-24-2021, 07:25 PM   #7
Mike_Walsh
Member
 
Registered: Jul 2017
Location: King's Lynn, UK
Distribution: Nowt but Puppies....
Posts: 660

Rep: Reputation: 362Reputation: 362Reputation: 362Reputation: 362
Take a look here:-

http://www.ideasonboard.org/uvc/

This is the web-page of the UVC driver project. If you scroll down to your Hercules cam (06f8:3007) you can clearly see it's definitely supported by the UVC (USB Video Class) kernel-module driver. A separate or 'special' driver is not required, since this has been a part of the kernel for quite a number of years.

I don't really understand this stuff, but for some reason your kernel doesn't appear to be loading the driver..? Therefore, "modprobe" commands may be needed, but others will have to help with those.... (sorry!)

As to the behaviour of Cheese, that's more often down to 'issues' with the gstreamer framework it runs on than anything else...


Mike.

Last edited by Mike_Walsh; 11-24-2021 at 07:31 PM.
 
Old 12-04-2021, 04:03 PM   #8
SuSE_Lamer
Member
 
Registered: Nov 2004
Location: Hamburg/Germany
Distribution: Debian 10
Posts: 190

Original Poster
Rep: Reputation: 16
Hello Mike,
Quote:
Originally Posted by Mike_Walsh View Post
Take a look here:-

http://www.ideasonboard.org/uvc/

This is the web-page of the UVC driver project. If you scroll down to your Hercules cam (06f8:3007) you can clearly see it's definitely supported by the UVC (USB Video Class) kernel-module driver. A separate or 'special' driver is not required, since this has been a part of the kernel for quite a number of years.

I don't really understand this stuff, but for some reason your kernel doesn't appear to be loading the driver..? Therefore, "modprobe" commands may be needed, but others will have to help with those.... (sorry!)

As to the behaviour of Cheese, that's more often down to 'issues' with the gstreamer framework it runs on than anything else...

Mike.
today I experienced again that strange thing: I plugged the cam in and "Camorama" showed me an image. "Skype" also showed a cam in the list of devices. But when I removed cam and plugged it again, same error - no vide0 found.

I suppose, you are right: kernel has problems with loading required kernel module. But why? Logitech devices are recognized without any issues every time I insert them. Would be great to know a difference.

Regards
Andrey
 
Old 12-09-2021, 03:30 PM   #9
SuSE_Lamer
Member
 
Registered: Nov 2004
Location: Hamburg/Germany
Distribution: Debian 10
Posts: 190

Original Poster
Rep: Reputation: 16
Hello,
I have an update: today - rather occasionally -I experienced following: I plugged this cam into built-in USB port - "Camorama" says, no "vide0". But when I plugged the same cam into USB-port in the ExpressCard (I have a USB 3.0 card in my ExpressPort slot), it worked.

I suppose, there is an issue with loading kernel module when reacting to USB events. Question to kernel experts: can it be?

Regards,
Andrey
 
  


Reply

Tags
driver, webcam


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Hercules Webcam with Skype Ian D Linux - Software 1 03-27-2020 04:50 AM
Hercules Dualpix HD manu-tm Linux - Newbie 6 11-27-2009 09:18 AM
Hercules Classic link webcam + ubuntu intrepid ReneBE Linux - Hardware 0 03-19-2009 06:39 AM
is there a prog like gaim that has voice chat, chat to groups, and webcam support? kublador Linux - Software 3 07-08-2008 07:53 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 04:37 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration