From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.54) id 1F4RtH-0007sa-Vb for garchives@archives.gentoo.org; Thu, 02 Feb 2006 00:00:00 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.5/8.13.5) with SMTP id k11NwUjW019982; Wed, 1 Feb 2006 23:58:30 GMT Received: from av1.karneval.cz (av1.karneval.cz [81.27.192.107]) by robin.gentoo.org (8.13.5/8.13.5) with ESMTP id k11NsD7o003857 for ; Wed, 1 Feb 2006 23:54:13 GMT Received: from localhost (localhost [127.0.0.1]) by av1.karneval.cz (Postfix) with ESMTP id D744A2B26C for ; Thu, 2 Feb 2006 00:54:12 +0100 (CET) Received: from av1.karneval.cz ([127.0.0.1]) by localhost (av1 [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 05587-03 for ; Thu, 2 Feb 2006 00:54:12 +0100 (CET) Received: from mail.karneval.cz (mx1.karneval.cz [81.27.192.53]) by av1.karneval.cz (Postfix) with ESMTP id EF85D2B258 for ; Thu, 2 Feb 2006 00:54:11 +0100 (CET) Received: from [10.112.15.14] (unknown [10.112.15.14]) by mail.karneval.cz (Postfix) with ESMTP id E0CA21B9F70 for ; Thu, 2 Feb 2006 00:54:11 +0100 (CET) Subject: Re: [gentoo-user] USB issue From: Franta To: gentoo-user@lists.gentoo.org In-Reply-To: <7573e9640602011506y7d404b4fo5b8fbf80ff2333b2@mail.gmail.com> References: <1138832707.4476.23.camel@frankies.at_home> <7573e9640602011506y7d404b4fo5b8fbf80ff2333b2@mail.gmail.com> Content-Type: text/plain Date: Thu, 02 Feb 2006 00:51:14 +0100 Message-Id: <1138837874.5648.1.camel@frankies.at_home> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@gentoo.org Reply-to: gentoo-user@lists.gentoo.org Mime-Version: 1.0 X-Mailer: Evolution 2.4.2.1 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by karneval.cz X-Archives-Salt: a76ff8e5-1cc3-4feb-a728-76715b740a79 X-Archives-Hash: 29781ba888b27280bb51678e58d794ce On Wed, 2006-02-01 at 16:06 -0700, Richard Fish wrote: > On 2/1/06, Franta wrote: > > Hi, > > > > that's me onesmore. > > > > Again the things changed were some emerge -u world. > > > > There are no USB disks coming up anymore. Dunno when this issue came up. > > > > I have a digital camera which I connected to my PC. It came up > > as /dev/sdaX and due to my USB settings as /dev/psmart. > > > > I have an USB key, which came up as /dev/sdaX and due to my USB settings > > as /dev/cruiser. > > > > I did'nt use any of them for half a year or so. Last week I tried to > > save some photos to th PC. > > There have been a _lot_ of changes in udev, and most likely your > /etc/udev/rules.d/10-local.rules needs some work. The most > significant is that for vendor/product/etc matches, you now need "==" > instead of just "=". Also, all rules are matched, unless you use the > last_rule option, although you can use the ":=" syntax for some things > to prevent later rules from overriding your settings. > > Here are my key rules: > > # usb disk keys > BUS=="usb", KERNEL=="sd[a-z][0-9]", SYSFS{product}=="Flash Disk", > NAME="%k", SYMLINK="usbkey%n" > BUS=="usb", SUBSYSTEM=="block", SYSFS{product}=="Flash Disk", > KERNEL=="sd[a-z]", NAME="%k", SYMLINK="usbkey" > > -Richard > Hmmm, I'll try to remove my custom settings. But just now, at least the /dev/sd[a-z][0-9] should come up, shouldn't it? -- gentoo-user@gentoo.org mailing list