Results 1 to 10 of 14
and not the 'ub' low speed driver issue,
but with 2.6.11.* my pendrive used to plug in and get assigned '/dev/usb/stick' a rule I made myself, now this used to ...
- 07-09-2005 #1Linux Enthusiast
- Join Date
- Jun 2005
- Posts
- 668
Anyone having issues with udev rules and 2.6.12?
and not the 'ub' low speed driver issue,
but with 2.6.11.* my pendrive used to plug in and get assigned '/dev/usb/stick' a rule I made myself, now this used to work 100% fine, anyway now on .12 it completely ignores that rule and just gets assigned /dev/sd[a,b] or whatever.
Anyone noticed this too? (Slack 10.1 official with patches)
I'm sure it'll get fixed if its a simple kernel issue, they seem to mess about a lot with the USB mass-storage side of things.
thanks a lot.
- 07-09-2005 #2
Can you post the rule?
- 07-10-2005 #3Linux Enthusiast
- Join Date
- Jun 2005
- Posts
- 668
kernow@ulysses:~$ cat /etc/udev/rules.d/udev.rules | grep stick
# usb stick added by kernow
BUS="usb", SYSFS{serial}="08C1FA4122326956", NAME="usb/stick"
# end usb stick
kernow@ulysses:~$
- 07-10-2005 #4
udev is still BUGGY!.......
it was ok back around the 2.6.8 kernel~Mike ~~~ Forum Rules
Testing? What's that? If it compiles, it is good, if it boots up, it is perfect. ~ Linus Torvalds
http://loft306.org
- 07-10-2005 #5Linux Enthusiast
- Join Date
- Jun 2005
- Posts
- 668
it was fine on 2.6.11.* too
as in rock solid.. my ipod rule still works
I have had no problems with udev before, I usually find it very good.
can't see why my rule is getting ignored now suddenly though
- 07-12-2005 #6Linux Enthusiast
- Join Date
- Jun 2005
- Posts
- 668
went from 2.6.12 -> 2.6.12.2 - no fix
even altered my rule and changed the identifier from {serial} to {model} et cetera. . no fix
I am considering resorting to 2.6.11 or something, but thats a bit.. meh
theres no new udev out in the offcial slackware 10.1 tree, so I'm not going to upgrade..
- 07-13-2005 #7forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 18,096
Yep, from what I've been reading here and there, these issues have been popping up for lots of people using various distros. I went back to 2.6.11 and all seems okay again.
- 07-14-2005 #8Linux Enthusiast
- Join Date
- Jun 2005
- Posts
- 668
thanks for your reply, maybe thats the only thing to do right now
- 07-23-2005 #9Linux Enthusiast
- Join Date
- Jun 2005
- Posts
- 668
went back to 2.6.11 too, and everythings working superbly
- 07-24-2005 #10forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 18,096
Glad that worked for you. Just noticed that udev 064 came out today. I've not tried it just yet, but maybe it will fix the issues.
Originally Posted by kern


Reply With Quote