From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kay Sievers Date: Thu, 25 Nov 2004 17:13:21 +0000 Subject: Re: ERROR IN LOGFILE Message-Id: <1101402801.13444.30.camel@localhost.localdomain> List-Id: References: <1101377945.5937.2.camel@localhost> In-Reply-To: <1101377945.5937.2.camel@localhost> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-hotplug@vger.kernel.org On Thu, 2004-11-25 at 17:47 +0100, Sasa Ostrouska wrote: > On Thu, 2004-11-25 at 17:10 +0100, Kay Sievers wrote: > > On Thu, 2004-11-25 at 11:19 +0100, Sasa Ostrouska wrote: > > > Hi to all of you !! > > > > > > I played today with my quickcam and saw the following message in the > > > /var/log/messages > > > I use slackware-current and I would like to know more about that. > > > Can somebody explain me how can I get rid of that error message ? > > > > > Nov 25 11:14:05 localhost wait_for_sysfs[5761]: either wait_for_sysfs > > > (udev 042) needs an update to handle the device > > > '/class/video4linux/video0' properly (no device symlink) or the > > > sysfs-support of your device's driver needs to be fixed, please report > > > to > > > > It's cause the driver of your camera does not create a link in sysfs to > > the physical device behind the videodevice. This is needed for modern > > hardware integration or udev's BUS= matches. > > > > How does "ls -l /sys/class/video4linux/video0" look like? > > > root@rc-vaio:/home/sasa# ls -l /sys/class/video4linux/video0/ > total 0 > -r--r--r-- 1 root root 4096 2004-11-25 17:44 dev > -r--r--r-- 1 root root 4096 2004-11-25 17:44 name > root@rc-vaio:/home/sasa# > > > > What's the name of the module? Is it in the stock kernel? > > > The name of the module is quickcam and it is not in the stock kernel. > I compiled it from source. You may bug the author of the driver to pass the physical device to the driver core to get the links automatically created at the videodevice registration. As an example, for my ov511 usb-webcam it looks like this: [kay@pim ~]$ tree /sys/class/video4linux/video0/ /sys/class/video4linux/video0/ |-- bridge |-- brightness |-- contrast |-- custom_id |-- dev |-- device -> ../../../devices/pci0000:00/0000:00:1d.1/usb3/3-1 |-- driver -> ../../../bus/usb/drivers/usb |-- exposure |-- hue |-- model |-- name |-- saturation `-- sensor Good luck, Kay ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://productguide.itmanagersjournal.com/ _______________________________________________ Linux-hotplug-devel mailing list http://linux-hotplug.sourceforge.net Linux-hotplug-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/linux-hotplug-devel