Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
After udev upgrade kernel error messages [solved]
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
roelof
Guru
Guru


Joined: 05 Feb 2009
Posts: 488

PostPosted: Sat May 15, 2010 4:13 pm    Post subject: After udev upgrade kernel error messages [solved] Reply with quote

Hello,

When I boot my computer I see this error message when udev is started.

udevd-work[1730] kernel provided name "dv1394-0" and name=dv1394/0" disagree.
Please use SYMLINK+= or change the kernel to provide the proper name.

Where and how can I change this ?

Roelof


Last edited by roelof on Sun May 16, 2010 6:20 pm; edited 1 time in total
Back to top
View user's profile Send private message
krinn
Watchman
Watchman


Joined: 02 May 2003
Posts: 7470

PostPosted: Sun May 16, 2010 4:10 am    Post subject: Reply with quote

one of the files that is there, find the good one yourself :
Code:

pwd
/lib/udev/rules.d
cat * | grep dv13
Back to top
View user's profile Send private message
roelof
Guru
Guru


Joined: 05 Feb 2009
Posts: 488

PostPosted: Sun May 16, 2010 10:05 am    Post subject: Reply with quote

Hello Krinn,

I changed the file to this :
Code:

# old style firewire devices
KERNEL=="dv1394/[0-9]*", TAG+="udev-acl"
KERNEL=="video1394/[0-9]*", TAG+="udev-acl"


But the problem stays.

Roelof
Back to top
View user's profile Send private message
krinn
Watchman
Watchman


Joined: 02 May 2003
Posts: 7470

PostPosted: Sun May 16, 2010 10:31 am    Post subject: Reply with quote

mine is
Code:

KERNEL=="dv1394-[0-9]*", NAME="dv1394/%n", GROUP="video"


i would try it like that
Code:

KERNEL=="dv1394-[0-9]*", NAME="dv1394-%n", GROUP="video"


as these files belong to udev, you might also try to re-emerge udev (and don't forget etc-update)

and also, these files should be overwrite by /etc/udev/rules.d ones so check there if you have put one that also got the dv1394 entry
Back to top
View user's profile Send private message
roelof
Guru
Guru


Joined: 05 Feb 2009
Posts: 488

PostPosted: Sun May 16, 2010 10:36 am    Post subject: Reply with quote

Oke,

We talking both about the acl-rules file ?

Roelof
Back to top
View user's profile Send private message
krinn
Watchman
Watchman


Joined: 02 May 2003
Posts: 7470

PostPosted: Sun May 16, 2010 12:44 pm    Post subject: Reply with quote

hu, no
i check the 70-acl.rules file and in it i have
Code:
KERNEL=="dv1394-[0-9]*", ENV{ACL_MANAGE}="1"


lol, i don't know the filename that hold the
Code:
KERNEL=="dv1394-[0-9]*",   NAME="dv1394/%n", GROUP="video"


i'm lazzy, too many files in the directory, i was letting you find the good one :)
but this is that one that should be tweak imo
Back to top
View user's profile Send private message
krinn
Watchman
Watchman


Joined: 02 May 2003
Posts: 7470

PostPosted: Sun May 16, 2010 12:48 pm    Post subject: Reply with quote

ok, i'm stopping been a bad lazzy ass. Here it is:

Code:
grep dv1394 *
50-udev-default.rules:# FireWire (deprecated dv1394 and video1394 drivers)
50-udev-default.rules:KERNEL=="dv1394-[0-9]*",   NAME="dv1394/%n", GROUP="video"
70-acl.rules:KERNEL=="dv1394-[0-9]*", ENV{ACL_MANAGE}="1"


so i will modify the 50-udev-default.rules file, i won't modify the acl one as the entry seems correct considering your error showing a mismtach with dv1394-0 and dv1394/0, this is the case in the 50-udev...rules file
Back to top
View user's profile Send private message
roelof
Guru
Guru


Joined: 05 Feb 2009
Posts: 488

PostPosted: Sun May 16, 2010 6:20 pm    Post subject: Reply with quote

Hello

Thank you
That did the job.

Roelof
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum