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 1F4RCQ-0004SA-Fv for garchives@archives.gentoo.org; Wed, 01 Feb 2006 23:15:42 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.5/8.13.5) with SMTP id k11NDY1W023796; Wed, 1 Feb 2006 23:13:34 GMT Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.204]) by robin.gentoo.org (8.13.5/8.13.5) with ESMTP id k11N6bX2008949 for ; Wed, 1 Feb 2006 23:06:38 GMT Received: by wproxy.gmail.com with SMTP id i28so279389wra for ; Wed, 01 Feb 2006 15:06:37 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=VUxE/RUApD+kRW0AEJsWxm+QYA8FcDGjNRS0p9VZ8FLXTR2LM2atMfntABVfQ6kkcjvtlPJv+KPgZ5k1Tsi80UKwiW8AWP5vh8Am5x61+7V5UUiR9STASsu8IMnwaka22tNfMPtR8A/3e0LXsr1SBO9tY1Nd7XnwhdiTVmgN2jg= Received: by 10.54.114.1 with SMTP id m1mr103691wrc; Wed, 01 Feb 2006 15:06:36 -0800 (PST) Received: by 10.54.126.2 with HTTP; Wed, 1 Feb 2006 15:06:36 -0800 (PST) Message-ID: <7573e9640602011506y7d404b4fo5b8fbf80ff2333b2@mail.gmail.com> Date: Wed, 1 Feb 2006 16:06:36 -0700 From: Richard Fish Sender: richard.j.fish@gmail.com To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] USB issue In-Reply-To: <1138832707.4476.23.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 Content-Type: text/plain; charset=ISO-8859-1 Content-Disposition: inline References: <1138832707.4476.23.camel@frankies.at_home> Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by robin.gentoo.org id k11N6bX2008949 X-Archives-Salt: 17ddbba9-149a-4025-97ae-9b5abb53fe12 X-Archives-Hash: f3927a9a75ad2d44e9bb9f56884bdd46 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 -- gentoo-user@gentoo.org mailing list