LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 08-08-2009, 03:14 AM   #1
tramni1980
Member
 
Registered: Jul 2006
Location: Köln, Germany
Distribution: Slackware64-14.2 & -current, DragonFly BSD, OpenBSD
Posts: 819

Rep: Reputation: 55
webcam 046d:08f0 problem


Hello!
I am running Slackware Linux 12.2 with kernel generic-smp-2.6.27.7-smp.
It should support the logitech quickcam messenger webcam, as its driver is compiled as a module into that kernel. The vendor ID is 046d and the device ID is 08f0. The module quickcam_messenger is loaded on boot, but there is some warning that I can make nothing of:
Code:
dmesg | grep -i cam
usb 3-2: Product: Camera
quickcam_messenger: Logitech Quickcam Messenger USB v0.01
videodev: "QCM USB Camera" has no release callback. Please fix your driver for proper sysfs support, see http://lwn.net/Articles/36850/
The problem is that kopete does not recognize my camera, the screen for the camera setting is blank. Skype does not recognize it either.

The third party driver, called quickcam, that can be downloaded from the page:
http://home.mag.cx/messenger/source/
cannot be compiled on kernel 2.6.27.7. On the kernel that shipped with Slackware 12.1 it compiled ok and kopete did recognize my cam then.

What should I do to make my camera work?

Regards,
Martin
 
Old 08-09-2009, 11:56 AM   #2
mcnalu
Member
 
Registered: Dec 2006
Location: Glasgow, UK
Distribution: Slackware current
Posts: 423

Rep: Reputation: 73
I got my webcam working in 12.1 by compiling uvcvideo (but although it worked in test in skype, it didn't in calls).

Not sure about 12.2, but the 2.6.29 kernel in 13RC2 includes the uvcvideo module and the webcam worked out the box.
 
Old 08-11-2009, 04:32 PM   #3
tramni1980
Member
 
Registered: Jul 2006
Location: Köln, Germany
Distribution: Slackware64-14.2 & -current, DragonFly BSD, OpenBSD
Posts: 819

Original Poster
Rep: Reputation: 55
Quote:
Originally Posted by mcnalu View Post
I got my webcam working in 12.1 by compiling uvcvideo (but although it worked in test in skype, it didn't in calls).

Not sure about 12.2, but the 2.6.29 kernel in 13RC2 includes the uvcvideo module and the webcam worked out the box.
Is your product ID 08f0?
 
Old 08-11-2009, 06:46 PM   #4
shotwellj
Member
 
Registered: Jul 2005
Location: Tempe, AZ
Distribution: Slackware
Posts: 66

Rep: Reputation: 15
Searching around led to this link: http://www.kuhrti.de/index.php/artic...n-ubuntu-9-04/

Specifically, it seems that a patch may need to be applied for 2.6.28 kernels (patch at http://kuhrti.de/files/qc_2.6.28_patch.txt). I don't know if this is relevant to your issue.

Here is a little trick, google for your error along with "ubunutu 9.04". Damned shame that this is helpful, oh well.


Jacob
 
Old 08-11-2009, 09:57 PM   #5
tramni1980
Member
 
Registered: Jul 2006
Location: Köln, Germany
Distribution: Slackware64-14.2 & -current, DragonFly BSD, OpenBSD
Posts: 819

Original Poster
Rep: Reputation: 55
Quote:
Originally Posted by shotwellj View Post
Searching around led to this link: http://www.kuhrti.de/index.php/artic...n-ubuntu-9-04/

Specifically, it seems that a patch may need to be applied for 2.6.28 kernels (patch at http://kuhrti.de/files/qc_2.6.28_patch.txt). I don't know if this is relevant to your issue.

Here is a little trick, google for your error along with "ubunutu 9.04". Damned shame that this is helpful, oh well.


Jacob
Jacob, thank you very much for your reply. I read the instruction and I will definitely follow it. There is one thing that is not 100% clear to me: what to do as a substitute for the Ubuntu command:
Code:
sudo apt-get install libgstreamer0.10-dev pkg-config subversion linux-headers-$(uname -r) build-essential
Thanks again,

Martin
 
Old 08-11-2009, 11:50 PM   #6
shotwellj
Member
 
Registered: Jul 2005
Location: Tempe, AZ
Distribution: Slackware
Posts: 66

Rep: Reputation: 15
This line is bringing an Ubuntu user's computer to a state where they can compile the driver. Ubunutu doesn't contain such things as pkg-tool by default. This line can be ignored.

I should have been more specific in my first post. I was only addressing compilation of the module and I was only suggesting that you try the patch. As for any other issues relating to tasks beyond compiling the module, it might actually be harmful to follow some of the commands here, but most likely the commands will just fail.

Everything before "Let's give it a test" would be sensible to try, but maybe don't blacklist the module unless you are sure this is appropriate/useful.

Regards,
Jacob
 
Old 08-12-2009, 09:01 AM   #7
tramni1980
Member
 
Registered: Jul 2006
Location: Köln, Germany
Distribution: Slackware64-14.2 & -current, DragonFly BSD, OpenBSD
Posts: 819

Original Poster
Rep: Reputation: 55
Quote:
Originally Posted by shotwellj View Post
This line is bringing an Ubuntu user's computer to a state where they can compile the driver. Ubunutu doesn't contain such things as pkg-tool by default. This line can be ignored.

I should have been more specific in my first post. I was only addressing compilation of the module and I was only suggesting that you try the patch. As for any other issues relating to tasks beyond compiling the module, it might actually be harmful to follow some of the commands here, but most likely the commands will just fail.

Everything before "Let's give it a test" would be sensible to try, but maybe don't blacklist the module unless you are sure this is appropriate/useful.

Regards,
Jacob
Jacob,

The patch worked wonderfully so now finally I can use my webcam. Thank you very much for your assistance.

Regards and best wishes,

Martin Ivanov
 
  


Reply



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
webcam logitech 046d:0870 specialized Slackware 5 07-29-2009 07:46 PM
LXer: Setting Up Motion webcam security system with your Webcam with Email & FTP. LXer Syndicated Linux News 0 06-24-2009 09:42 PM
webcam problem saran_sai Linux - Hardware 2 09-17-2008 04:41 AM
Logitech QuickCam IM - 046d:08f6 Linux_Chick Linux - Hardware 3 02-16-2007 08:33 AM
How To Install A Usb Webcam [Genius WebCam on Suse 9.1 Personal] ofvergara SUSE / openSUSE 4 11-29-2006 12:09 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 11:12 AM.

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