What webcam will work Ubuntu 7.10

Asked by swift240

Hi all,
I use Ubuntu 7.10 and I have a web cam Omnipresence, this dont work with Ubuntu 7.10.
So what web cam does actually work with Ubuntu 7.10?

TIA,

Mike.

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
swift240
Solved:
Last query:
Last reply:
Revision history for this message
swift240 (swift240-gmail) said :
#1

OOOpps srry the driver is OmniVision Technologies Inc.

Mike.

Revision history for this message
marcobra (Marco Braida) (marcobra) said :
#2

I found something about your OmniVision Technologies Inc webcam

Try this http://www.rastageeks.org/ov51x-jpeg/index.php/Ov51xJpegHackedInstall

in short:

Please open a terminal from Applications->Accessories->Terminal and type:

sudo gedit /etc/apt/sources.list

give your user password when requested, you don't see nothing when you type it, then press enter.

Then add this rows at the end of file copy and paste from here:

# ov51x-jpeg repository
deb http://www.rastageeks.org/downloads/debian binary/
deb-src http://www.rastageeks.org/downloads/debian source/

Save and close

Then type:

sudo apt-get update
sudo apt-get install ov51x-jpeg-source module-assistant camorama
sudo module-assistant a-i ov51x-jpeg
sudo depmod -a
sudo modprobe ov51x-jpeg

Then edit your /etc/modules file:

sudo gedit /etc/modules

and add this row:
ov51x-jpeg

Save and exit and reboot your pc.
Open Camorama from menu: Applications->Graphics->Camorama

Hope this help

Revision history for this message
swift240 (swift240-gmail) said :
#3

>
Thank you for your help, but alas this did not work.

When clicking on Camorama I get this error.

Could not connect to Video device (/dev/video0)

Mike.

Revision history for this message
Jim Qode (jimqode) said :
#4

Your video device may be called /dev/video instead of /dev/video0. They look like files so go there and check if it exists.

Revision history for this message
swift240 (swift240-gmail) said :
#5

Well I tried that, but I got A I dont have permission coming back at me.
I shall guy another webcam called Logitech 4000 pro

Mike.

On 15/11/2007, Jim Qode <email address hidden> wrote:
>
> Your question #17831 on Ubuntu changed:
> https://answers.launchpad.net/ubuntu/+question/17831
>
> Status: Open => Answered
>
> Jim Qode proposed the following answer:
> Your video device may be called /dev/video instead of /dev/video0. They
> look like files so go there and check if it exists.
>
> --
> If this answers your question, please go to the following page to let us
> know that it is solved:
> https://answers.launchpad.net/ubuntu/+question/17831/+confirm?answer_id=3
>
> If you still need help, you can reply to this email or go to the
> following page to enter your feedback:
> https://answers.launchpad.net/ubuntu/+question/17831
>
> You received this question notification because you are a direct
> subscriber of the question.
>

--
http://uk.geocities.com/swift240/index.html

Revision history for this message
marcobra (Marco Braida) (marcobra) said :
#6

Try to change permission to the /dev/video

Please open a Terminal from the menu Applications->Accessories->Terminal and type:

sudo chmod 777 /dev/video

give your user password when requested, you don't see nothing when you type it, then press enter.

Then try ekiga and from Edit->Preferences->Device->Video Device : Video Plugin - select v4l2

Thank you

Revision history for this message
swift240 (swift240-gmail) said :
#7

marcobra wrote:
> Your question #17831 on Ubuntu changed:
> https://answers.launchpad.net/ubuntu/+question/17831
>
> Status: Open => Answered
>
> marcobra proposed the following answer:
> Try to change permission to the /dev/video
>
> Please open a Terminal from the menu Applications->Accessories->Terminal
> and type:
>
> sudo chmod 777 /dev/video
>
> give your user password when requested, you don't see nothing when you
> type it, then press enter.
>
> Then try ekiga and from Edit->Preferences->Device->Video Device : Video
> Plugin - select v4l2
>
> Thank you
>
>
Ok I done exactly as you said, and got this error.

chmod: cannot access `/dev/video': No such file or directory

Mike.

Revision history for this message
swift240 (swift240-gmail) said :
#8

It now works, I tried another USB card.

Thank you very much.