2008-07-27, 12:09
Hi,
I have problem with /lib/udev/uvcdynctrl.
The logitech.xml is not imported automatically as it should
when plugging in the camera.
/tmp/uvcdynctrl-udev.log looks like this, showing the error message
in the last line:
I have problem with /lib/udev/uvcdynctrl.
The logitech.xml is not imported automatically as it should
when plugging in the camera.
/tmp/uvcdynctrl-udev.log looks like this, showing the error message
in the last line:
Code:
Triggered at Sun Jul 27 17:49:10 CEST 2008
ACTION=add
BASH=/bin/sh
BASH_ARGC=()
BASH_ARGV=()
BASH_LINENO=([0]="0")
BASH_SOURCE=([0]="/lib/udev/uvcdynctrl")
BASH_VERSINFO=([0]="3" [1]="2" [2]="39" [3]="1" [4]="release" [5]="x86_64-suse-linux-gnu")
BASH_VERSION='3.2.39(1)-release'
DEVLINKS=/dev/video
DEVNAME=/dev/video0
DEVPATH=/devices/pci0000:00/0000:00:0b.1/usb1/1-6/1-6:1.0/video4linux/video0
DIRSTACK=()
EUID=0
GROUPS=()
HOSTNAME=camel
HOSTTYPE=x86_64
IFS='
'
MACHTYPE=x86_64-suse-linux-gnu
MAJOR=81
MINOR=0
OPTERR=1
OPTIND=1
OSTYPE=linux-gnu
PATH=/usr/local/bin:/bin:/usr/bin:/usr/X11R6/bin:.
PIPESTATUS=([0]="0")
POSIXLY_CORRECT=y
PPID=7925
PS4='+ '
PWD=/
SEQNUM=1945
SHELL=/bin/bash
SHELLOPTS=braceexpand:hashall:interactive-comments:posix
SHLVL=1
SUBSYSTEM=video4linux
TERM=dumb
UDEVD_EVENT=1
UDEV_LOG=3
UID=0
_='Triggered at Sun Jul 27 17:49:10 CEST 2008\n'
logfile=/tmp/uvcdynctrl-udev.log
uvcdynctrlpath=uvcdynctrl
xmlpath=/etc/udev/data
VID of new device: ''
PID of new device: ''
ERROR: Unable to extract USB VID from '/sys/../idVendor'.
Apparently the reason for this is, that $PHYSDEVPATH is missing.
Any idea, why this is the case? How can I fix this?
My system is OpenSuSE 11.0 X86-64, Kernel 2.6.25.5-1.1-default.
uvcdnyctrl and libwebcam were pulled from svc yesterday.
Cheerio
Peter