Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Trying to get my webcam working...
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
amphibious
Apprentice
Apprentice


Joined: 25 Sep 2003
Posts: 174
Location: boston, massachusetts, usa

PostPosted: Sun Dec 21, 2003 1:50 am    Post subject: Trying to get my webcam working... Reply with quote

So I just got a new HP zt3000, and it's awesome. I had no problems getting the 1920x1200 display working, but now when it comes to by new Logitech QuickCam Notebook ProI'm having a little problem. I followed the instructions on http://www.smcc.demon.nl/webcam/...
Quote:

* Locate your kernel sources; they are usually installed in /usr/src/linux or something like /usr/src/linux-2.4.20.
* Check if the full source is available; if there are only include files present, install the full source from CD or DVD. Better yet, download a vanilla kernel from kernel.org and built from that.
* Start up the kernel configurator, with 'make menuconfig', 'make xconfig' or any (graphical) tool that's available on your system.
* Make sure the "Philips Webcam driver" is enabled under the USB section; you may have to turn on "Video 4 Linux" first. Compile as module. Exit the configurator.
* Go to drivers/usb/ (drivers/usb/media/ for kernel 2.5/2.6). There you will find the existing PWC driver. Check the version number in pwc.h
* Copy the *.c and *.h files from the pwc-X.Y.tar.gz packaged over the existing ones.
* Go back to the root of the kernel sources, and do a 'make modules', followed by 'make modules_install' as root.

If this all went well, you should now have a new PWC module available for your system!


So I 'make modules' then I 'make modules_install' and everything is fine... but when I try to run 'camstream' the device doesn't show up... I'm sure I'm missing something here but I'm still too n00bian to figure it out.

Any suggestions?

Thanks!
_________________
http://amphibio.us
Back to top
View user's profile Send private message
CMI
Apprentice
Apprentice


Joined: 19 Aug 2003
Posts: 205

PostPosted: Sun Dec 21, 2003 1:53 am    Post subject: Reply with quote

Youll have to modprobe pwc

I do everythign in-kernel though, cleaner that way ;)
_________________
SECOMGroup - Lineman.net
LightPHPCMS - PhotoGallery
Back to top
View user's profile Send private message
amphibious
Apprentice
Apprentice


Joined: 25 Sep 2003
Posts: 174
Location: boston, massachusetts, usa

PostPosted: Sun Dec 21, 2003 2:25 am    Post subject: Reply with quote

When I modprobe pwc I get a bunch of errors...

By doing something "in kernel" you mean including it by hitting 'y' instead of making it a module by hitting 'm', right? After I do that do I need to run 'make dep && make clean bzImage modules modules_install' then 'cp /usr/...../bzImage /boot'? Or can I do something a little less time consuming to get it working?

Thanks!
_________________
http://amphibio.us
Back to top
View user's profile Send private message
CMI
Apprentice
Apprentice


Joined: 19 Aug 2003
Posts: 205

PostPosted: Sun Dec 21, 2003 2:34 am    Post subject: Reply with quote

What you mentioned is what I was talking about. I don't know what your module errors are so can't help you there.

Ive foudn htat most of my compile time was actualy spent with modules. Its actualy faster when i build my lean kernel with everything included than the same drivers outside in modules.
_________________
SECOMGroup - Lineman.net
LightPHPCMS - PhotoGallery
Back to top
View user's profile Send private message
amphibious
Apprentice
Apprentice


Joined: 25 Sep 2003
Posts: 174
Location: boston, massachusetts, usa

PostPosted: Sun Dec 21, 2003 2:40 am    Post subject: Reply with quote

thanks. :)
_________________
http://amphibio.us
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum