Trouble installing my webcam

Questions about hardware, drivers and peripherals
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
Muzer

Re: Trouble installing my webcam

Post by Muzer »

I found this on the Ubuntu forum
Steve, I just had the same error while attempting to get my webcam working in ARCH.

You may try this out:

firstly
* verify you have svn installed
* remove any instance of r5u870 or the ry5u870 modules you may already have from previous attempts.

Code: Select all

svn co http://svn.mediati.org/svn/r5u870/trunk ~/r5u870
cd ~/r5u870
sudo make
sudo make install
sudo modprobe r5u870
then try xawtv to see if it works (sudo apt-get install xawtv)

test it using

Code: Select all

xawtv /dev/video0

Since Mint is basically a customised Ubuntu, this should work fine. Let me know how it goes!
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
Muzer

Re: Trouble installing my webcam

Post by Muzer »

Try typing this:

Code: Select all

sudo chmod 666 /dev/video0
And try again.


To make it do it on every boot, type the following:

Code: Select all

gksu gedit /etc/rc.local
Now, ABOVE the line that says "exit 0", type:

Code: Select all

sudo chmod 666 /dev/video0
Save and exit, then reboot and make sure it works.



You may want a better piece of software to actually use your webcam, after you've done the initial testing. In that case, I would recommend cheese.

Code: Select all

sudo aptitude install cheese
You should be able to access it via the menu.
vishwasmeshram

Re: Trouble installing my webcam

Post by vishwasmeshram »

i have the same problem ......
i tried what is said above..but cant fix it
plz help!!!!!!
Locked

Return to “Hardware Support”