by JJF » Sep 19th, '14, 10:24
Doktor5000 and Jiml8
Attached are the last lines of the " journalctl -af " before and after I plugged the device:
- Code: Select all
Sep 19 11:06:35 localhost.localdomain kernel: Shorewall:net2fw:DROP:IN=eth0 OUT= MAC=40:61:86:4a:dd:e0:00:22:b0:db:c7:9e:08:00 SRC=94.102.51.229 DST=10.0.0.7 LEN=48 TOS=0x00 PREC=0x00 TTL=120 ID=39487 PROTO=TCP SPT=30546 DPT=5900 WINDOW=65535 RES=0x00 SYN URGP=0
Sep 19 11:07:06 localhost.localdomain kernel: usb 4-1: USB disconnect, device number 2
Sep 19 11:08:12 localhost.localdomain kernel: usb 4-1: new full-speed USB device number 3 using uhci_hcd
Sep 19 11:08:12 localhost.localdomain kernel: usb 4-1: New USB device found, idVendor=041e, idProduct=400d
Sep 19 11:08:13 localhost.localdomain kernel: usb 4-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Sep 19 11:08:13 localhost.localdomain mtp-probe[7067]: checking bus 4, device 3: "/sys/devices/pci0000:00/0000:00:1d.0/usb4/4-1"
Sep 19 11:08:13 localhost.localdomain mtp-probe[7067]: bus: 4, device: 3 was not an MTP device
Sep 19 11:08:13 localhost.localdomain kernel: usb 4-1: Product: Creative WebCam
Sep 19 11:08:13 localhost.localdomain kernel: usb 4-1: Manufacturer: CTL
I also looked at the links trying to install "epcam" which, apparently, would support the device. However trying to follow the enclosed instructions in the "install" , it failed to pass the "make" phase with the following report:
- Code: Select all
[root@localhost Epcam]# make
Building EPCAM driver for 2.5/2.6 kernel.
Remember: you must have read/write access to your kernel source tree.
make -C /lib/modules/`uname -r`/build M=/home/jacob/Epcam modules
make[1]: Entering directory '/usr/src/kernel-3.12.25-desktop-3.mga4'
CC [M] /home/jacob/Epcam/drivers/usb/epcam.o
In file included from /home/jacob/Epcam/drivers/usb/epcam.c:89:0:
/home/jacob/Epcam/drivers/usb/epcam.h:5:28: fatal error: linux/videodev.h: No such file or directory
#include <linux/videodev.h>
^
compilation terminated.
scripts/Makefile.build:308: recipe for target '/home/jacob/Epcam/drivers/usb/epcam.o' failed
make[2]: *** [/home/jacob/Epcam/drivers/usb/epcam.o] Error 1
Makefile:1228: recipe for target '_module_/home/jacob/Epcam' failed
make[1]: *** [_module_/home/jacob/Epcam] Error 2
make[1]: Leaving directory '/usr/src/kernel-3.12.25-desktop-3.mga4'
Makefile:49: recipe for target 'default' failed
make: *** [default] Error 2
Is there a chance that you can further help
Tks
JJF
Last edited by
isadora on Sep 19th, '14, 13:52, edited 1 time in total.
Reason: Command-output placed between [CODE]-tags, for better readability. ;)