Gentoo Archives: gentoo-user-de

From: Christian Bricart <christian@×××××××.de>
To: gentoo-user-de@l.g.o
Subject: Re: [gentoo-user-de] USB mounten?
Date: Thu, 20 Aug 2009 19:43:28
Message-Id: 4A8DA75B.4010803@bricart.de
In Reply to: [gentoo-user-de] USB mounten? by Thomas Bruns
1 Thomas Bruns schrieb:
2 > hallo NG,
3 >
4 > wie kann ich das u.a. Device mounten?
5 > ist nen Hac5.
6 >
7 > usb 5-1: new full speed USB device using uhci_hcd and address 2
8 > usb 5-1: New USB device found, idVendor=0403, idProduct=6001
9 > usb 5-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
10 > usb 5-1: Product: FT232R USB UART
11 > usb 5-1: Manufacturer: FTDI
12 > usb 5-1: SerialNumber: A5002Dy7
13 > usb 5-1: configuration #1 chosen from 1 choice
14
15 passendes Kernelmodul haben?:
16
17 /usr/src/linux/.config
18 ..
19 CONFIG_USB_SERIAL_FTDI_SIO=m
20 ..
21
22
23 /usr/src/linux/drivers/usb/serial/Kconfig:
24 [..]
25 config USB_SERIAL_FTDI_SIO
26 tristate "USB FTDI Single Port Serial Driver"
27 ---help---
28 Say Y here if you want to use a FTDI SIO single port USB to serial
29 converter device. The implementation I have is called the
30 USC-1000.
31 This driver has also be tested with the 245 and 232 devices.
32
33 See <http://ftdi-usb-sio.sourceforge.net/> for more
34 information on this driver and the device.
35
36 To compile this driver as a module, choose M here: the
37 module will be called ftdi_sio.
38 [..]
39
40 Christian (wieder mal in's Blaue ;-))