LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   PL2303 chip driver ??? (https://www.linuxquestions.org/questions/linux-hardware-18/pl2303-chip-driver-647254/)

raedbenz 06-05-2008 02:21 PM

PL2303 chip driver ???
 
HI,,
does any one know where to get driver for PL2303 chip used in USB to serial DB9 converters...
all what i found up to know are for Redhat distr. only....
thanks

farslayer 06-05-2008 03:08 PM

Are you sure it's not already in the kernel ?
Code:

it-etch:~# find /lib/modules/`uname -r`/kernel/ | grep pl2303

/lib/modules/2.6.18-6-686/kernel/drivers/usb/serial/pl2303.ko

it-etch:~# modprobe pl2303


raedbenz 06-05-2008 03:15 PM

HI
 
Actually i have tried to ceoonect the USB serial converter i have with minicom and cutecom under Ubuntu 8.04 and it didnt work....

knudfl 06-05-2008 03:18 PM

'find /lib/modules -name *2303*'
The reason why there is so little info on the net is because
it has been included in the kernel since 2003-2004.

Rgds

farslayer 06-05-2008 03:51 PM

and you connected minicom to what tty ? /dev/ttyUSB0 ?

dmesg | grep tty

raedbenz 06-05-2008 04:53 PM

Quote:

Originally Posted by knudfl (Post 3175909)
'find /lib/modules -name *2303*'
The reason why there is so little info on the net is because
it has been included in the kernel since 2003-2004.

Rgds

HI
i found that file in in /lib/modules and is called "pl2303.ko"
what are the specific settings in minicom to start using the USB port
?

thanks

raedbenz 06-05-2008 04:55 PM

Hi
 
Quote:

Originally Posted by farslayer (Post 3175938)
and you connected minicom to what tty ? /dev/ttyUSB0 ?

dmesg | grep tty

I have to name it exactly ttyUSB0 or this is an example???

thanks

farslayer 06-05-2008 09:34 PM

that's wehat you need to determine.. try using the other command I posted to see what the name of the tty device is..

dmesg | grep tty


All times are GMT -5. The time now is 01:58 AM.