Linux - HardwareThis forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Hi
I have RHEL4 with kernel-2.6. I have a USB to serial convertor FT232R.this cable is sending data to a device used for temperature sensing.it is working well in windows.i have to make its interface and working in linux with kernel-2.6.RHEL4 already have pl2303.c and pl2303.h files in /usr/src..../drivers/usb/serial/pl2303.c,
I want to know some questions:
as pl2303 driver is already exist and when the cable is attached with USB port it is shown in lsmod....do we need to recompile kernel????
or built that module again
waiting 4 reply...
thanks in advance
The FT232R uses a different chip and therefore the pl2303 is the wrong module.
I believe the device uses the ftdi_sio module which should be in available in the latest kernel.
Look at the output of the dmesg and lsusb commands to see if the device is being recognized.
but i am not getting "/dev/ttyUSB"...only /dev/ttyS0,ttyS1...are seen.is it necessary when cable is plugged in USB at dmesg i should have /dev/ttyUSB?
waiting 4 ur reply
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.