Narrow screen resolution Wide screen resolution Auto adjust screen size Increase font size Decrease font size Default font size default color grey color red color blue color

Linux Indore - Linux Users Group

Welcome, Guest
Please Login or Register.    Lost Password?
Go to bottomPage: 12
TOPIC: urgent : webcam installation
#593
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.
ankit200490 (User)
Fresh Boarder
Posts: 4
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#594
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 (Moderator)
Linux Bigot
Moderator
Posts: 87
graphgraph
User Offline Click here to see the profile of this user
Gender: Male CodeRevolts Location: Indore, MP, India Birthday: 10/17
The administrator has disabled public write access.
Prabhat Sandheliya
LinuxIndore.com
 
#597
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 (Admin)
Moderator
Posts: 93
graph
User Offline Click here to see the profile of this user
Gender: Male tuxchetan tuxchetan tuxchetan@gmail.com tuxchetan tuxchetan Location: Indore Birthday: 01/01
The administrator has disabled public write access.
./chetan
 
#600
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>
ankit200490 (User)
Fresh Boarder
Posts: 4
graphgraph
User Offline Click here to see the profile of this user
Last Edit: 2010/05/20 22:34 By ankit200490.
The administrator has disabled public write access.
 
#602
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 (Admin)
Moderator
Posts: 93
graph
User Offline Click here to see the profile of this user
Gender: Male tuxchetan tuxchetan tuxchetan@gmail.com tuxchetan tuxchetan Location: Indore Birthday: 01/01
The administrator has disabled public write access.
./chetan
 
#605
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 (Moderator)
I am just a growing TUX
Moderator
Posts: 59
graphgraph
User Offline Click here to see the profile of this user
Gender: Male parasthetux@gmail.com parasuprime@yahoo.com Location: SGSITS indore Birthday: 01/01
The administrator has disabled public write access.
Parasthetux
 
Go to topPage: 12