|
urgent : webcam installation 1 Year, 9 Months ago
|
Karma: 0
|
|
I am using ubuntu 9.1 but unable to install driver for my quantum webcam.I
have the cd consisting linux driver which is a .sh file.I tried many times
but unable to install driver.Please help me in urgent.
|
|
|
|
|
|
|
Re:urgent : webcam installation 1 Year, 9 Months ago
|
Karma: 3
|
|
Ankit,
Please copy the directory/file to your computer and then try to run .sh file as root, using sudo. Also, you may need to chmod sh file to 755.
I am not sure if Quantum (Looks a Chinese model) is directly supported.
Also try to find any README file in the installation CD.
Keep all of us updated.
|
|
|
|
Prabhat Sandheliya
LinuxIndore.com
|
|
|
Re:urgent : webcam installation 1 Year, 8 Months ago
|
Karma: 5
|
|
Can you attach that .sh file here? I want to see what is it doing.
|
|
|
|
./chetan
|
|
|
Re:urgent : webcam installation 1 Year, 8 Months ago
|
Karma: 0
|
|
<code>#
# Load the needed modules for the zc301 driver.
#
# you may need these commented out lines if your insmod is too old.
#IS24=`uname -r | grep -c ^2.2`
#
#if [ $IS24 == "1" ]
#then
#insmod /lib/modules/2.2.14/misc/videodev.o
#else
#insmod /lib/modules/2.4.0-test10/kernel/drivers/media/video/videodev.o
#fi
#
# Load the modules.
#
# Video4Linux Support
/sbin/insmod videodev
# USB Core Module
/sbin/insmod usbcore
# USB UHCI/OHCI Controller Modules (new)
/sbin/insmod usb-uhci
#/sbin/insmod usb-ohci
# USB UHCI Controller Modules (old)
#/sbin/insmod uhci
# that for the sys request key, comment it out if the quickcam works well.
# if you get any erors: use Alt + SysRq + S = Emergency Sync (write everything on HDD)
# use Alt + SysRq + U = Unmount all HDD's
# use Alt + SysRq + B = Reboot system immediatly
#echo "1" > /proc/sys/kernel/sysrq
# zc301.o is in current directory, after copying in /lib/modules/.../usb,
/sbin/insmod ./vm301.o
/sbin/lsmod
</code>
|
|
|
|
Last Edit: 2010/05/20 22:34 By ankit200490.
|
|
|
Re:urgent : webcam installation 1 Year, 8 Months ago
|
Karma: 5
|
|
Ankit,
There is no attachment, can you post it again. or just open it in gedit and paste content here.
|
|
|
|
./chetan
|
|
|
Re:urgent : webcam installation 1 Year, 8 Months ago
|
Karma: 0
|
|
Ankit for this driver you need kernel source to be installed on your machine ( sometimes it works evenif source is not installed but having kernel header installed - it depends how the driver is designed, to be on safe side install kernel source & then go for it )
|
|
|
|
Parasthetux
|
|
|