Page 1 of 1

USB to Serial

Posted: Mon Jan 17, 2005 1:10 am
by n3ktss
I am trying to make the Gentoox working with a USRobotics(RS232) modem via a USB to Serial converter.
My experience until now:
When I boot gentoox with the device(USB to Serial ) connected, the Gentoox freeze..so I did the follow : inserted the device after the system comes up . This way lets gentoox mount the device in /dev/usb/tts without any problem.
Next step:
I will link(ln -sf) /dev/modem with /dev/usb/tts. Next step is to try wdial (compile it ).
Question:
I just would like to know if the kernel is complete to install the wdial.
Suggestions and Ideas are Welcome.!
Thanks,



PS: Thank you Shallax! Great Job to allow this box became a linux machine

Posted: Mon Jan 17, 2005 12:53 pm
by phiberz
Hi!

Im having almost the same thing, but in basic i try to get my USB to Serial Adapter to work.

here are som links so far:
http://www.linux-usb.org/USB-guide/x356.html

http://nic.funet.fi/pub/Linux/PEOPLE/Li ... l.txt.html

http://www.byterunner.com/cgi-bin/cart. ... atch=exact

http://www.ftdichip.com/

http://ftdi-usb-sio.sourceforge.net/ check References http://ftdi-usb-sio.sourceforge.net/#9

Really hope that we find a solution

RGDS Phiberz

Posted: Tue Mar 01, 2005 5:34 pm
by adamc867
I do not know if this will help either of you but I just figured out how to get my usb2serial device to work.
With the device DISconnected from the computer, I ran
# cd /usr/src/linux/drivers/usb/serial
# insmod usb serial.o
# insmod pl2303.o

The pl2302.o is the specific driver for the USB2serial deivce I use.
Once those modules are installed, I can plug in the usb2serial and it shows up as /dev/usb/tts/0

Hope this can help someone.