Gentoo Archives: gentoo-user

From: Franta <sdoma@××××××××.cz>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] USB issue
Date: Thu, 02 Feb 2006 00:00:00
Message-Id: 1138837874.5648.1.camel@frankies.at_home
In Reply to: Re: [gentoo-user] USB issue by Richard Fish
1 On Wed, 2006-02-01 at 16:06 -0700, Richard Fish wrote:
2 > On 2/1/06, Franta <sdoma@××××××××.cz> wrote:
3 > > Hi,
4 > >
5 > > that's me onesmore.
6 > >
7 > > Again the things changed were some emerge -u world.
8 > >
9 > > There are no USB disks coming up anymore. Dunno when this issue came up.
10 > >
11 > > I have a digital camera which I connected to my PC. It came up
12 > > as /dev/sdaX and due to my USB settings as /dev/psmart.
13 > >
14 > > I have an USB key, which came up as /dev/sdaX and due to my USB settings
15 > > as /dev/cruiser.
16 > >
17 > > I did'nt use any of them for half a year or so. Last week I tried to
18 > > save some photos to th PC.
19 >
20 > There have been a _lot_ of changes in udev, and most likely your
21 > /etc/udev/rules.d/10-local.rules needs some work. The most
22 > significant is that for vendor/product/etc matches, you now need "=="
23 > instead of just "=". Also, all rules are matched, unless you use the
24 > last_rule option, although you can use the ":=" syntax for some things
25 > to prevent later rules from overriding your settings.
26 >
27 > Here are my key rules:
28 >
29 > # usb disk keys
30 > BUS=="usb", KERNEL=="sd[a-z][0-9]", SYSFS{product}=="Flash Disk",
31 > NAME="%k", SYMLINK="usbkey%n"
32 > BUS=="usb", SUBSYSTEM=="block", SYSFS{product}=="Flash Disk",
33 > KERNEL=="sd[a-z]", NAME="%k", SYMLINK="usbkey"
34 >
35 > -Richard
36 >
37
38 Hmmm, I'll try to remove my custom settings. But just now, at least
39 the /dev/sd[a-z][0-9] should come up, shouldn't it?
40
41
42 --
43 gentoo-user@g.o mailing list