Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
04-10-2007, 03:58 AM
|
#1
|
Member
Registered: Feb 2007
Distribution: Debian
Posts: 113
Rep:
|
udev issue
When I restart my system, it loads the kernel, it checks the clock, and inmidiately after, it says:
Initating udev: udevd[435]: add to rules: unknown key ´ATTRS{idVendor}´
udevd[435]: add to rules: unknown key ´ATTRS{idProduct}´
udevd[435]: add to rules: unknown key ´ATTRS{idVendor}´
udevd[435]: add to rules: unknown key ´ATTRS{idProduct}´
udevd[435]: add to rules: unknown key ´ATTRS{idVendor}´
udevd[435]: add to rules: unknown key ´ATTRS{idProduct}´
udevd[435]: add to rules: unknown key ´ATTRS{idVendor}´
udevd[435]: add to rules: unknown key ´ATTRS{idProduct}´
udevd[435]: add to rules: unknown key ´ATTRS{idVendor}´
udevd[435]: add to rules: unknown key ´ATTRS{idProduct}´
udevd[435]: add to rules: unknown key ´ATTRS{idVendor}´
udevd[435]: add to rules: unknown key ´ATTRS{idProduct}´
udevd[435]: add to rules: unknown key ´ATTRS{idVendor}´
udevd[435]: add to rules: unknown key ´ATTRS{idProduct}´
udevd[435]: add to rules: unknown key ´ATTRS{idVendor}´
udevd[435]: add to rules: unknown key ´ATTRS{idProduct}´
Why is this? It didn't happen always, I think something may have originated this. What could it be?
What's the solution to this?
Thank you very much!
|
|
|
04-10-2007, 02:46 PM
|
#2
|
Senior Member
Registered: Jan 2005
Location: Manalapan, NJ
Distribution: Fedora x86 and x86_64, Debian PPC and ARM, Android
Posts: 4,593
|
You've installed kino, likely on Fedora, in which case this is a known bug. If this is not the case, please provide information on your distribution.
To correct the problem, edit the file /etc/udev/rules.d/kino.rules, and change all occurrences of ATTRS to SYSFS. With vi, you can do this with the command:
%s/ATTRS/SYSFS/g
|
|
|
04-10-2007, 10:38 PM
|
#3
|
Member
Registered: Feb 2007
Distribution: Debian
Posts: 113
Original Poster
Rep:
|
Thank you a lot! The problem was solved doing this very thing you said.
But I'm a newbie, please, could you tell me what did I do?
What's that that loads at the begin when I start my machine? udev? and why the conflicts?
Thank you very much!
|
|
|
04-10-2007, 11:46 PM
|
#4
|
Senior Member
Registered: Jan 2005
Location: Manalapan, NJ
Distribution: Fedora x86 and x86_64, Debian PPC and ARM, Android
Posts: 4,593
|
Wikipedia has a good article on udev. Basically, it creates the device entries (how software interacts with peripherals), and it uses the files in /etc/udev to control that process. The Kino software was created with rules for a newer version of udev, but the Kino packagers forgot to update the rules. The bug was reported to the Fedora developers, but was identified as an upstream issue (that is, the Kino developers need to correct it). I don't see the bug in the Kino bug list, but it's a relatively trivia issue. They'll likely correct it in the next release.
|
|
|
All times are GMT -5. The time now is 01:22 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|