Gentoo Archives: gentoo-user-de

From: Matthias Riesterer <lists@××××××××××××××××××.de>
To: gentoo-user-de@l.g.o
Subject: Re: [gentoo-user-de] digikam connection problem
Date: Fri, 28 Oct 2005 10:00:23
Message-Id: 200510281157.32313.lists@matthias-riesterer.de
In Reply to: Re: [gentoo-user-de] digikam connection problem by Michael Barnett
1 On Friday 28 October 2005 10:41, Michael Barnett wrote:
2 > > > und qiw mounte ich dann das /proc/bus/usb ???
3 > > > mit mount -t usbfs bla /bla ??
4 > > Nein, das ist eine Kernel-Option.
5 > > Device Drivers -> USB Support -> USB device filesystem
6 > So wenn ich die Kerneloption dann drin habe, wie geht es dann weiter ???
7 > Und wie greife ich dann drauf zu ???
8 steht eigentlich alles in der Hilfe zu der Kerneloption:
9
10 CONFIG_USB_DEVICEFS:
11 If you say Y here (and to "/proc file system support" in the "File
12 systems" section, above), you will get a file /proc/bus/usb/devices
13 which lists the devices currently connected to your USB bus or
14 busses, and for every connected device a file named
15 "/proc/bus/usb/xxx/yyy", where xxx is the bus number and yyy the
16 device number; the latter files can be used by user space programs
17 to talk directly to the device. These files are "virtual", meaning
18 they are generated on the fly and not stored on the hard drive.
19
20 You may need to mount the usbfs file system to see the files, use
21 mount -t usbfs none /proc/bus/usb
22
23 OK, man muss es also _eventuell_ doch mounten. Sorry dafür. Dachte, das
24 geschieht automatisch. Überprüf es vorher mit mount.
25
26 grüße
27
28 matthias
29
30 --
31 gentoo-user-de@g.o mailing list

Replies

Subject Author
Re: [gentoo-user-de] digikam connection problem Michael Barnett <mba@×××××××.de>