On Wed, Aug 24, 2011 at 2:37 PM, Vitor Garcia <vitorlopesgarcia@xxxxxxxxx> wrote: > On Wed, 24 Aug 2011 15:53:47 +0200 > Tom Gundersen <teg@xxxxxxx> wrote: > > Thanks very much for the tips, but I haven't found my device on /sys Can you see your device in lspci? That's usually a good startingpoint. Then I'd use the "tree /sys | less" to find the device there based on the first number in your lspci output. There is probably a better way, but usually I start from the device node, which obviously can't be done in this case. -t