AVI camera driver question

What works, and doesn't, for you. Be specific, and please include Puppy version.
Post Reply
Message
Author
User avatar
steven01
Posts: 16
Joined: Tue 11 Jul 2006, 14:05
Location: Wales, United Kingdom

AVI camera driver question

#1 Post by steven01 »

Hello everyone. I bought a 300K pixel webcam recently and it's time to start using it with Puppy 2.00. I've searched on Google for Linux AVI drivers and found various possibilities. However, I was wondering if anyone has found an AVI driver that works well with Puppy 2.00. Also, when I have a driver file should I use

Code: Select all

modprobe [driver filename]
to install it? Thanks.

Steven.

User avatar
Lobster
Official Crustacean
Posts: 15522
Joined: Wed 04 May 2005, 06:06
Location: Paradox Realm
Contact:

#2 Post by Lobster »

Try and persuade Nickbiker to find some time to recompile his wonderful wizard for the 2.6 kernel (as used in the 2.xx series of Puppy)
If you are using 1.09 or earlier of Puppy his webcam wizard may well work. He got my camera working under the 1.xx series of Puppy. His code incidentally is excellent.
http://www.moyo.me.uk/pupplinux/

Someone mentioned to me a network webcam that you plug directly into a network - it has a network card built in and needs no computer - anyone know about/use this?
Puppy Raspup 8.2Final 8)
Puppy Links Page http://www.smokey01.com/bruceb/puppy.html :D

User avatar
steven01
Posts: 16
Joined: Tue 11 Jul 2006, 14:05
Location: Wales, United Kingdom

usbvideo: Unknown symbol

#3 Post by steven01 »

Hello again. I've installed an application called "wwwcam" to use with my webcam. At the moment it is reporting

Code: Select all

Cannot open /dev/video
when run. So I looked around a bit and found the usbvideo module in /lib/modules/2.6.16.7.... and tried to insert it like this:

Code: Select all

modprobe usbvideo
The result (in dmesg) is:

Code: Select all

usbvideo: Unknown symbol v41_compat_ioct132
usbvideo: Unknown symbol video_devdata
usbvideo: Unknown symbol video_unregister_device
usbvideo: Unknown symbol video_register_device
usbvideo: Unknown symbol video_usercopy
Does anyone know

1. How I can fix this problem?
2. Am I trying to insert the right kind of driver anyway.

Sorry, but I'm not sure what chip set the camera uses :x . Any help would be appriciated. Thanks.

Steven.

User avatar
fluxit
Posts: 326
Joined: Sat 24 Jun 2006, 04:14
Location: Ketchikan, AK USA

#4 Post by fluxit »

What does usbview show for the camera?

Post Reply