Hello everybody I am new in the group, I hope that every body is OK.
So my problem is about my 7260 :
To install the driver of the webcam quickcam E3500 I did this :
1°/ I've downloaded the tskernel source from
ftp://ftp.embeddedarm.com/ts-arm-linux-cd/sources/tskernel-2.4.26-ts11-src.tar.gz
2°/ I put the source tree into:
*/usr/src/linux24 *on my xubuntu AMD64 machine
3°/ I edited in the Makefile (/usr/src/linux24/Makefile) the root
directory of the kernel source tree to reflect the location :
(TOPDIR := $(shell /bin/pwd))
CROSS_COMPILE = $(shell cd
$(TOPDIR)/../usr/local/opt/crosstool/arm-linux/gcc-3.3.4-glibc-2.3.2/bin/
&& pwd)/arm-linux-
(gcc-3.3.4-glibc-2.3.2 is my compiler)
4/° cd linux24
make mrproper
make ts7260_config
make oldconfig
make dep
make vmlinux
make modules
make modules_install
5°/ I edited also the Makefile of the UVCdriver by this :
KERNEL_DIR := /lib/modules/2.4.26-ts11/build
INSTALL_MOD_DIR := /home/lazsoy/Robotique/UVC/
CROSS_COMPILE :=
/usr/src/usr/local/opt/crosstool/arm-linux/gcc-3.3.4-glibc-2.3.2/bin/arm-linux-
uvcvideo:
@echo "Building USB Video Class driver..."
@sh svn-version.sh > version.h 2>/dev/null
@(make -C $(KERNEL_DIR) M=$(PWD) ARCH=arm
CROSS_COMPILE=$(CROSS_COMPILE) modules)
install:
@echo "Installing USB Video Class driver..."
@(make -C $(KERNEL_DIR) M=$(PWD) ARCH=arm
INSTALL_MOD_DIR=$(INSTALL_MOD_DIR)
INSTALL_MOD_PATH=$(INSTALL_MOD_PATH) modules_install)
6°/ After i went to UVC
and execute
make
make uvcvideo
make install
No errors but the module uvcvideo.ko was not created :(
also I have read in the web that the UVCvideo depends of these
different modules :
/lib/modules/2.6.21/kernel/drivers/media/video/*uvcvideo*.ko:
/lib/modules/2.6.21/kernel/drivers/usb/core/usbcore.ko
/lib/modules/2.6.21/kernel/drivers/media/video/compat_ioctl32.ko
/lib/modules/2.6.21/kernel/drivers/media/video/videodev.ko
/lib/modules/2.6.21/kernel/drivers/media/video/v4l1-compat.ko
/lib/modules/2.6.21/kernel/drivers/media/video/v4l2-common.ko
Concerning me I have not the directory "media" in
/lib/modules/2.4.26/kernel/drivers
we think that's the problem?????
I am completly depressed because since two days i am occupied with
this driver but i couldnt install it.
------------------------------------
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/ts-7000/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/ts-7000/join
(Yahoo! ID required)
<*> To change settings via email:
<*> To unsubscribe from this group, send an email to:
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|