 |
 |
 |
 |
| Hardware & Laptops Help with your hardware, including laptop issues |

7th November 2008, 11:33 AM
|
|
Registered User
|
|
Join Date: Oct 2006
Posts: 124

|
|
|
Webcams
Hey wondering if anyone has had any luck with there webcam with fedora9
Mine does not seem to work at all...
lsusb
Bus 003 Device 002: ID 05e1:0501 Syntek Semiconductor Co., Ltd
Anyone had anyluck getting this device going
My notebooks model is an Asus F3JP
If anyone had got this working could you please give me some instruction on how to get this working please...
|

7th November 2008, 11:59 AM
|
 |
Registered User
|
|
Join Date: Aug 2007
Location: Switzerland
Posts: 479

|
|
|
try installing the kmod-gspca (should be in the rpmfusion repo)
|

7th November 2008, 01:18 PM
|
|
Registered User
|
|
Join Date: Oct 2006
Posts: 124

|
|
Still not working chief
I found some drivers....
but can not compile them... Seems so give me error
heres the site I found them at:
http://syntekdriver.sourceforge.net/index.php?mode=news
http://sourceforge.net/project/showf...roup_id=178178
Below is the error I'm getting
make -f Makefile.standalone doc
Quote:
[root@localhost stk11xx-1.3.1]# make -f Makefile.standalone doc
Generating document with Doxygen...
Warning: Tag `USE_WINDOWS_ENCODING' at line 64 of file doxygen.cfg has become obsolete.
To avoid this warning please update your configuration file using "doxygen -u"
Warning: Tag `MAX_DOT_GRAPH_WIDTH' at line 1196 of file doxygen.cfg has become obsolete.
To avoid this warning please update your configuration file using "doxygen -u"
Warning: Tag `MAX_DOT_GRAPH_HEIGHT' at line 1204 of file doxygen.cfg has become obsolete.
To avoid this warning please update your configuration file using "doxygen -u"
/home/synergy/Download/stk11xx-1.3.1/stk11xx.h:256: Warning: Compound stk11xx_image_buf is not documented.
/home/synergy/Download/stk11xx-1.3.1/stk11xx.h:265: Warning: Compound stk11xx_coord is not documented.
/home/synergy/Download/stk11xx-1.3.1/stk11xx.h:274: Warning: Compound stk11xx_video is not documented.
/home/synergy/Download/stk11xx-1.3.1/stk11xx.h:234: Warning: Compound stk11xx_iso_buf is not documented.
/home/synergy/Download/stk11xx-1.3.1/stk11xx.h:291: Warning: Compound usb_stk11xx is not documented.
/home/synergy/Download/stk11xx-1.3.1/stk11xx.h:245: Warning: Compound stk11xx_frame_buf is not documented.
/home/synergy/Download/stk11xx-1.3.1/stk11xx-bayer.c:48: Warning: Member MAX(a, b) (define) of file stk11xx-bayer.c is not documented.
/home/synergy/Download/stk11xx-1.3.1/stk11xx-bayer.c:49: Warning: Member MIN(a, b) (define) of file stk11xx-bayer.c is not documented.
/home/synergy/Download/stk11xx-1.3.1/stk11xx-bayer.c:50: Warning: Member CLIP(a, low, high) (define) of file stk11xx-bayer.c is not documented.
/home/synergy/Download/stk11xx-1.3.1/stk11xx-bayer.c:143: Warning: Member stk11xx_yuv_interp[256][8] (variable) of file stk11xx-bayer.c is not documented.
/home/synergy/Download/stk11xx-1.3.1/stk11xx-bayer.c:257: Warning: The following parameters of stk11xx_correct_brightness(uint8_t *img, const int width, const int height, const int brightness, int palette, int depth) are not documented:
parameter 'palette'
/home/synergy/Download/stk11xx-1.3.1/stk11xx-sysfs.c:224: Warning: The following parameters of show_brightness(struct device *class, struct device_attribute *attr, char *buf) are not documented:
parameter 'attr'
/home/synergy/Download/stk11xx-1.3.1/stk11xx-sysfs.c:385: Warning: The following parameters of show_colour(struct device *class, struct device_attribute *attr, char *buf) are not documented:
parameter 'attr'
/home/synergy/Download/stk11xx-1.3.1/stk11xx-sysfs.c:277: Warning: The following parameters of show_contrast(struct device *class, struct device_attribute *attr, char *buf) are not documented:
parameter 'attr'
/home/synergy/Download/stk11xx-1.3.1/stk11xx-sysfs.c:202: Warning: The following parameters of show_fps(struct device *class, struct device_attribute *attr, char *buf) are not documented:
parameter 'attr'
/home/synergy/Download/stk11xx-1.3.1/stk11xx-sysfs.c:439: Warning: The following parameters of show_hflip(struct device *class, struct device_attribute *attr, char *buf) are not documented:
parameter 'attr'
/home/synergy/Download/stk11xx-1.3.1/stk11xx-sysfs.c:102: Warning: The following parameters of show_informations(struct device *class, struct device_attribute *attr, char *buf) are not documented:
parameter 'attr'
/home/synergy/Download/stk11xx-1.3.1/stk11xx-sysfs.c:52: Warning: The following parameters of show_release(struct device *class, struct device_attribute *attr, char *buf) are not documented:
parameter 'attr'
/home/synergy/Download/stk11xx-1.3.1/stk11xx-sysfs.c:491: Warning: The following parameters of show_vflip(struct device *class, struct device_attribute *attr, char *buf) are not documented:
parameter 'attr'
/home/synergy/Download/stk11xx-1.3.1/stk11xx-sysfs.c:74: Warning: The following parameters of show_videostatus(struct device *class, struct device_attribute *attr, char *buf) are not documented:
parameter 'attr'
/home/synergy/Download/stk11xx-1.3.1/stk11xx-sysfs.c:331: Warning: The following parameters of show_whitebalance(struct device *class, struct device_attribute *attr, char *buf) are not documented:
parameter 'attr'
/home/synergy/Download/stk11xx-1.3.1/stk11xx-sysfs.c:246: Warning: The following parameters of store_brightness(struct device *class, struct device_attribute *attr, const char *buf, size_t count) are not documented:
parameter 'attr'
/home/synergy/Download/stk11xx-1.3.1/stk11xx-sysfs.c:407: Warning: The following parameters of store_colour(struct device *class, struct device_attribute *attr, const char *buf, size_t count) are not documented:
parameter 'attr'
/home/synergy/Download/stk11xx-1.3.1/stk11xx-sysfs.c:299: Warning: The following parameters of store_contrast(struct device *class, struct device_attribute *attr, const char *buf, size_t count) are not documented:
parameter 'attr'
/home/synergy/Download/stk11xx-1.3.1/stk11xx-sysfs.c:461: Warning: The following parameters of store_hflip(struct device *class, struct device_attribute *attr, const char *buf, size_t count) are not documented:
parameter 'attr'
/home/synergy/Download/stk11xx-1.3.1/stk11xx-sysfs.c:513: Warning: The following parameters of store_vflip(struct device *class, struct device_attribute *attr, const char *buf, size_t count) are not documented:
parameter 'attr'
/home/synergy/Download/stk11xx-1.3.1/stk11xx-sysfs.c:353: Warning: The following parameters of store_whitebalance(struct device *class, struct device_attribute *attr, const char *buf, size_t count) are not documented:
parameter 'attr'
|
make -f Makefile.standalone cleandoc
Quote:
[root@localhost stk11xx-1.3.1]$ make -f Makefile.standalone cleandoc
Removing documentation generated by Doxygen...
|
make -f Makefile.standalone
Quote:
[root@localhost stk11xx-1.3.1]# make -f Makefile.standalone
make -C /lib/modules/2.6.26.6-79.fc9.i686/build SUBDIRS=/home/synergy/Download/stk11xx-1.3.1 modules
make: *** /lib/modules/2.6.26.6-79.fc9.i686/build: No such file or directory. Stop.
make: *** [driver] Error 2
|
|

7th November 2008, 08:41 PM
|
 |
Registered User
|
|
Join Date: Aug 2007
Location: Switzerland
Posts: 479

|
|
|
the first problem is just some doxygen problem, which would create the documentation. so don't worry about that.
about the second one: have you installed kernel-devel and/or kernel-headers?
|

8th November 2008, 02:06 AM
|
|
Registered User
|
|
Join Date: Oct 2006
Posts: 124

|
|
|
Fresh install so most likely I have not installed kernel-devel or the kernel-headers
so should I install them then try to compile again?
|

8th November 2008, 04:06 PM
|
 |
Registered User
|
|
Join Date: Aug 2007
Location: Switzerland
Posts: 479

|
|
|
yes, i'd do that...
|

9th November 2008, 03:25 AM
|
|
Registered User
|
|
Join Date: Oct 2006
Posts: 124

|
|
Thanks newiLuvatar
It compiled with out a error
Quote:
[root@localhost stk11xx-1.3.1]# make -f Makefile.standalone
make -C /lib/modules/2.6.26.6-79.fc9.i686/build SUBDIRS=/home/synergy/Download/stk11xx-1.3.1 modules
make[1]: Entering directory `/usr/src/kernels/2.6.26.6-79.fc9.i686'
CC [M] /home/synergy/Download/stk11xx-1.3.1/stk11xx-usb.o
CC [M] /home/synergy/Download/stk11xx-1.3.1/stk11xx-v4l.o
CC [M] /home/synergy/Download/stk11xx-1.3.1/stk11xx-sysfs.o
CC [M] /home/synergy/Download/stk11xx-1.3.1/stk11xx-dev.o
CC [M] /home/synergy/Download/stk11xx-1.3.1/stk11xx-buf.o
CC [M] /home/synergy/Download/stk11xx-1.3.1/stk11xx-bayer.o
CC [M] /home/synergy/Download/stk11xx-1.3.1/stk11xx-dev-a311.o
CC [M] /home/synergy/Download/stk11xx-1.3.1/stk11xx-dev-a821.o
CC [M] /home/synergy/Download/stk11xx-1.3.1/stk11xx-dev-6a31.o
CC [M] /home/synergy/Download/stk11xx-1.3.1/stk11xx-dev-6a33.o
CC [M] /home/synergy/Download/stk11xx-1.3.1/stk11xx-dev-6a51.o
CC [M] /home/synergy/Download/stk11xx-1.3.1/stk11xx-dev-6a54.o
LD [M] /home/synergy/Download/stk11xx-1.3.1/stk11xx.o
Building modules, stage 2.
MODPOST 1 modules
CC /home/synergy/Download/stk11xx-1.3.1/stk11xx.mod.o
LD [M] /home/synergy/Download/stk11xx-1.3.1/stk11xx.ko
make[1]: Leaving directory `/usr/src/kernels/2.6.26.6-79.fc9.i686'
|
|

9th November 2008, 06:49 AM
|
|
Registered User
|
|
Join Date: Oct 2006
Posts: 124

|
|
hmmm well it compiled but yet it didn't actually work
But yes I did some research and managed to get it working
|

9th November 2008, 02:25 PM
|
 |
Registered User
|
|
Join Date: Aug 2007
Location: Switzerland
Posts: 479

|
|
|
thats good to hear :-)
|

10th November 2008, 12:11 AM
|
 |
Registered User
|
|
Join Date: Dec 2006
Location: Rio de Janeiro
Age: 63
Posts: 85

|
|
|
Hello, I have a LG webcam lic 200 but I cant make it work under linux fedora 9. I installed cheese in order to see if function, but got no success. Any hint?
|

10th November 2008, 07:13 AM
|
|
Registered User
|
|
Join Date: Oct 2006
Posts: 124

|
|
|
Try yum install kmod-gspca
|

25th November 2008, 11:10 AM
|
|
Registered User
|
|
Join Date: Sep 2006
Location: Manchester, UK
Age: 24
Posts: 96

|
|
I don't have kmod-gspca in any of my repositories. Did they take it out? I've just done a 'yum clean all' and 'yum update' but still nothing.
Using repos:
fedora
rpmfusion-free-updates
rpmfusion-nonfree-updates
rpmfusion-free
rpmfusion-nonfree
fusion
updates
EDIT: Using Fedora 10 with all latest updates
EDIT2: Nevermind, I found this thread about gspca http://forums.fedoraforum.org/showthread.php?t=204364 - But that still doesn't stop Cheese having a whiteout.
Thanks,
Ben
Last edited by _Chipwiz_Ben_; 25th November 2008 at 11:24 AM.
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
Similar Threads
|
| Thread |
Thread Starter |
Forum |
Replies |
Last Post |
|
webcams 2
|
pammiwhammi |
Servers & Networking |
4 |
28th February 2005 01:18 AM |
|
Webcams?
|
pammiwhammi |
Hardware & Laptops |
6 |
6th February 2005 02:29 AM |
|
USB Webcams?
|
sagefire |
Hardware & Laptops |
1 |
19th November 2003 04:22 AM |
Current GMT-time: 18:10 (Wednesday, 19-06-2013)
|
|
 |
 |
 |
 |
|
|