A short note to fill in for something I couldn't find via google on getting a PL2303-based serial-USB adapter to work with linux...
Recently I was trying to connect a Garmin Geko 201 GPS unit to my laptop on a 2.4 series linux kernel using a no-brand generic USB serial port cable bought from Maplin.
I encountered the problem described in this post to linux-kernel: the device would work once after boot, then oops the kernel when it was closed. To use it again, I'd have to reboot.
The solution, in my case, was to recompile my kernel (or change my choice of loaded kernel modules) to use the usb-uhci.o module as my UHCI controller, instead of the "alternative (JE)" driver that I had been using.
hardware linux Posted by Matt Biddulph at September 21, 2003 06:47 PM
Linux. Unix. it's all the same.
My process:
Installed 1.0.3 drive
Installed Palm Desktop 4.1
Installed iSync conduit
Restart
Repair Permissions
Launch iSync
Plug in plam V with USB to Serial adapter from Radio Shack
Launch Palm Desktop
Configure user and pref
Configure iSync
Push sync button on plam adapter
Works great.
Dual G5, Panther (10.3.1)
Posted by: Mike on November 11, 2003 03:38 AMIf it does not work with 103
try
here
http://theapotek.com/teknotes/archives/000014.html
I have problem about usb to serial cable. i need code how i can send data using usb to serial cable in linux redhat 9.0 ?
please help about this topic
Thanks
Posted by: Ebru Arslan on May 28, 2004 07:17 AM
Yeah, this turns up quite commonly on the bluez-users list. Some devices just don't like the one or other of the UHCI drivers. Luckily my new box seems all-OHCI....
Posted by: Edd Dumbill on September 22, 2003 12:03 PM