Gentoo Archives: gentoo-user

From: michael@×××××××××××××.com
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] gentoo 2005.1 and FTDI USB/serial adapter: device not created
Date: Mon, 19 Sep 2005 04:31:58
Message-Id: Pine.LNX.4.61.0509182022520.12110@mail.magrittesystems.com
In Reply to: [gentoo-user] gentoo 2005.1 and FTDI USB/serial adapter: device not created by michael@michaelshiloh.com
1 To answer my own question, I just had to make the device using mknod.
2 Now my FTDI device works!
3
4 Thanks,
5 Michael
6
7
8 On Sun, 18 Sep 2005 michael@×××××××××××××.com wrote:
9
10 > Hello,
11 >
12 > Gentoo 2005.1, kernel 2.6.12 gentoo r10. I have a USB device that uses
13 > the FTDI driver (in the kernel) to make the device appear as a serial
14 > port.
15 >
16 > When I plug in the device I get the following in my syslog:
17 >
18 > Sep 18 03:31:23 (none) usb 2-1: new full speed USB device using uhci_hcd
19 > and address 2
20 > Sep 18 03:31:23 (none) ftdi_sio 2-1:1.0: FTDI FT232BM Compatible
21 > converter detected
22 > Sep 18 03:31:23 (none) usb 2-1: FTDI FT232BM Compatible converter now
23 > attached to ttyUSB0
24 >
25 > but alas, there is no /dev/ttyUSB0.
26 >
27 > Any suggestions of where I might look for what went wrong?
28 >
29 > Below are the config parameters that relate to USB.
30 >
31 > Thanks in advance,
32 > Michael
33 >
34 >
35 >
36 >
37 >> grep -i usb .config
38 >> USB devices
39 >> CONFIG_SND_USB_AUDIO is not set
40 >> CONFIG_SND_USB_USX2Y is not set
41 >> USB support
42 > CONFIG_USB_ARCH_HAS_HCD=y
43 > CONFIG_USB_ARCH_HAS_OHCI=y
44 > CONFIG_USB=y
45 >> CONFIG_USB_DEBUG is not set
46 >> Miscellaneous USB options
47 > CONFIG_USB_DEVICEFS=y
48 >> CONFIG_USB_BANDWIDTH is not set
49 >> CONFIG_USB_DYNAMIC_MINORS is not set
50 >> CONFIG_USB_SUSPEND is not set
51 >> CONFIG_USB_OTG is not set
52 >> USB Host Controller Drivers
53 > CONFIG_USB_EHCI_HCD=y
54 >> CONFIG_USB_EHCI_SPLIT_ISO is not set
55 >> CONFIG_USB_EHCI_ROOT_HUB_TT is not set
56 > CONFIG_USB_OHCI_HCD=y
57 > # CONFIG_USB_OHCI_BIG_ENDIAN is not set
58 > CONFIG_USB_OHCI_LITTLE_ENDIAN=y
59 > CONFIG_USB_UHCI_HCD=y
60 >> CONFIG_USB_SL811_HCD is not set
61 >> USB Device Class drivers
62 >> CONFIG_USB_AUDIO is not set
63 >> CONFIG_USB_BLUETOOTH_TTY is not set
64 >> CONFIG_USB_MIDI is not set
65 >> CONFIG_USB_ACM is not set
66 > CONFIG_USB_PRINTER=y
67 >> NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' may also be
68 >> needed; see USB_STORAGE Help for more information
69 > CONFIG_USB_STORAGE=y
70 >> CONFIG_USB_STORAGE_DEBUG is not set
71 >> CONFIG_USB_STORAGE_DATAFAB is not set
72 >> CONFIG_USB_STORAGE_FREECOM is not set
73 >> CONFIG_USB_STORAGE_ISD200 is not set
74 >> CONFIG_USB_STORAGE_DPCM is not set
75 >> CONFIG_USB_STORAGE_USBAT is not set
76 >> CONFIG_USB_STORAGE_SDDR09 is not set
77 >> CONFIG_USB_STORAGE_SDDR55 is not set
78 >> CONFIG_USB_STORAGE_JUMPSHOT is not set
79 >> USB Input Devices
80 > CONFIG_USB_HID=y
81 > CONFIG_USB_HIDINPUT=y
82 >> CONFIG_USB_HIDDEV is not set
83 >> CONFIG_USB_AIPTEK is not set
84 >> CONFIG_USB_WACOM is not set
85 >> CONFIG_USB_KBTAB is not set
86 >> CONFIG_USB_POWERMATE is not set
87 >> CONFIG_USB_MTOUCH is not set
88 > CONFIG_USB_EGALAX=m
89 >> CONFIG_USB_XPAD is not set
90 >> CONFIG_USB_ATI_REMOTE is not set
91 >> USB Imaging devices
92 >> CONFIG_USB_MDC800 is not set
93 >> CONFIG_USB_MICROTEK is not set
94 >> USB Multimedia devices
95 >> CONFIG_USB_DABUSB is not set
96 >> Video4Linux support is needed for USB Multimedia device support
97 >> USB Network Adapters
98 >> CONFIG_USB_CATC is not set
99 >> CONFIG_USB_KAWETH is not set
100 >> CONFIG_USB_PEGASUS is not set
101 >> CONFIG_USB_RTL8150 is not set
102 >> CONFIG_USB_USBNET is not set
103 >> CONFIG_USB_ZD1201 is not set
104 > CONFIG_USB_MON=y
105 >> USB port drivers
106 >> CONFIG_USB_USS720 is not set
107 >> USB Serial Converter support
108 > CONFIG_USB_SERIAL=y
109 >> CONFIG_USB_SERIAL_CONSOLE is not set
110 >> CONFIG_USB_SERIAL_GENERIC is not set
111 >> CONFIG_USB_SERIAL_AIRPRIME is not set
112 >> CONFIG_USB_SERIAL_BELKIN is not set
113 >> CONFIG_USB_SERIAL_WHITEHEAT is not set
114 >> CONFIG_USB_SERIAL_DIGI_ACCELEPORT is not set
115 >> CONFIG_USB_SERIAL_CP2101 is not set
116 >> CONFIG_USB_SERIAL_CYPRESS_M8 is not set
117 >> CONFIG_USB_SERIAL_EMPEG is not set
118 > CONFIG_USB_SERIAL_FTDI_SIO=y
119 >> CONFIG_USB_SERIAL_VISOR is not set
120 >> CONFIG_USB_SERIAL_IPAQ is not set
121 >> CONFIG_USB_SERIAL_IR is not set
122 >> CONFIG_USB_SERIAL_EDGEPORT is not set
123 >> CONFIG_USB_SERIAL_EDGEPORT_TI is not set
124 >> CONFIG_USB_SERIAL_GARMIN is not set
125 >> CONFIG_USB_SERIAL_IPW is not set
126 >> CONFIG_USB_SERIAL_KEYSPAN_PDA is not set
127 >> CONFIG_USB_SERIAL_KEYSPAN is not set
128 >> CONFIG_USB_SERIAL_KLSI is not set
129 >> CONFIG_USB_SERIAL_KOBIL_SCT is not set
130 >> CONFIG_USB_SERIAL_MCT_U232 is not set
131 >> CONFIG_USB_SERIAL_PL2303 is not set
132 >> CONFIG_USB_SERIAL_HP4X is not set
133 >> CONFIG_USB_SERIAL_SAFE is not set
134 >> CONFIG_USB_SERIAL_TI is not set
135 >> CONFIG_USB_SERIAL_CYBERJACK is not set
136 >> CONFIG_USB_SERIAL_XIRCOM is not set
137 >> CONFIG_USB_SERIAL_OMNINET is not set
138 >> USB Miscellaneous drivers
139 >> CONFIG_USB_EMI62 is not set
140 >> CONFIG_USB_EMI26 is not set
141 >> CONFIG_USB_AUERSWALD is not set
142 >> CONFIG_USB_RIO500 is not set
143 >> CONFIG_USB_LEGOTOWER is not set
144 >> CONFIG_USB_LCD is not set
145 >> CONFIG_USB_LED is not set
146 > CONFIG_USB_CYTHERM=m
147 > # CONFIG_USB_PHIDGETKIT is not set
148 > CONFIG_USB_PHIDGETSERVO=m
149 >> CONFIG_USB_IDMOUSE is not set
150 >> CONFIG_USB_SISUSBVGA is not set
151 >> CONFIG_USB_TEST is not set
152 >> USB ATM/DSL drivers
153 >> USB Gadget Support
154 >> CONFIG_USB_GADGET is not set
155 > --
156 > gentoo-user@g.o mailing list
157 >
158 >
159 >
160 --
161 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] gentoo 2005.1 and FTDI USB/serial adapter: device not created Neil Bothwick <neil@××××××××××.uk>