* Lonnie Mendez <[EMAIL PROTECTED]> [040621 17:03]:
>   As soon as the module for the device has loaded and the device is
> connected should the /dev/usb/tts/ entry appear under devfs.  Which adapter

So the adapter itself counts as a usb device which should trigger the
creation of the /dev entries?

> are you trying to use?  Did you find / compile the driver in the kernel menu
> under "USB Serial Converter Support"?

It is a Belkin single port usb-to-serial adapter. I think the model
number is F5U409.

yen root # grep "^CONFIG_USB" /usr/src/linux/.config
CONFIG_USB=y
CONFIG_USB_DEVICEFS=y
CONFIG_USB_EHCI_HCD=y
CONFIG_USB_UHCI_HCD=y
CONFIG_USB_AUDIO=m
CONFIG_USB_MIDI=m
CONFIG_USB_ACM=m
CONFIG_USB_PRINTER=m
CONFIG_USB_STORAGE=m
CONFIG_USB_HID=y
CONFIG_USB_HIDINPUT=y
CONFIG_USB_SERIAL=m
CONFIG_USB_SERIAL_GENERIC=y
CONFIG_USB_SERIAL_BELKIN=m
CONFIG_USB_SERIAL_VISOR=m

yen root # modprobe belkin_sa
yen root # lsmod
Module                  Size  Used by
belkin_sa               8260  0
usbserial              23916  1 belkin_sa
snd_pcm_oss            50600  0
snd_mixer_oss          18240  1 snd_pcm_oss
udf                    88516  0
isofs                  30520  0
nls_base                6400  2 udf,isofs
zlib_inflate           21376  1 isofs
sg                     30240  0
parport_pc             19776  0
lp                      8324  0
parport                21632  2 parport_pc,lp
rtc                    10488  0
ide_tape               34640  0
st                     36188  0
ide_cd                 39236  0
sr_mod                 14244  0
cdrom                  37728  2 ide_cd,sr_mod

yen root # ls -l /dev/usb
total 0

-- 
we're outta control

Attachment: pgpKMn3jNPmj8.pgp
Description: PGP signature

Reply via email to