Laptop Webcam + DELL XPS M1530 tips

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
hotweiss

Re: Laptop Webcam - DELL XPS M1530

Post by hotweiss »

This is the solution:

1)

Code: Select all

sudo  apt-get install linux-uvc-source module-assistant auto-install linux-uvc
2)

Code: Select all

modprobe uvcvideo
3) Reboot

You can read more about it here:

http://www.avalpa.com/assets/andrea/stu ... dio15.html
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.
hotweiss

Re: Laptop Webcam + DELL XPS M1530 tips

Post by hotweiss »

Try this then:

A) First we’ll need to install the files needed to build the driver by typing the following in Terminal:
sudo apt-get install build-essential subversion linux-headers-`uname -r`

B) Now we will build the driver by typing the following commands in Terminal:

Code: Select all

cd /usr/src
and then

Code: Select all

sudo svn checkout svn://svn.berlios.de/linux-uvc/linux-uvc/trunk
and then

Code: Select all

cd trunk
and then

Code: Select all

sudo make
and then

Code: Select all

sudo cp -a uvcvideo.ko /lib/modules/`uname -r`/ubuntu/media/usbvideo/
C) Reboot, and your webcam will now be working.
hotweiss

Re: Laptop Webcam + DELL XPS M1530 tips

Post by hotweiss »

Ok, this I think will work for sure:

Code: Select all

sudo apt-get install subversion build-essential linux-headers-$(uname -r) &&
wget http://linuxtv.org/hg/~jfrancois/gspca/archive/tip.tar.bz2 &&

Code: Select all

tar xf tip.tar.bz2 &&

Code: Select all

cd gspca-* &&

Code: Select all

make &&

Code: Select all

sudo make install &&

Code: Select all

sudo depmod -ae $(uname -r)
PS-make sure to enable your backports repository
hotweiss

Re: Laptop Webcam + DELL XPS M1530 tips

Post by hotweiss »

Mickoes wrote:Hmm doesn't detect my webcam anymore :(. I do not have a device0 folder. Maybe we should clean what we installed? Maybe there's a conflict between uvc and gspaca?
Sure, try to uninstall the gspaca drivers...
Locked

Return to “Hardware Support”