<html><body><span style="font-family:Times New Roman; color:#000000; font-size:12pt;"><div>Thanks much, Robert !!!<br></div><div>There is joy in the shack tonight !!!!!</div><div><br></div><div>I'd just read the Tech Note at:</div><div><meta http-equiv="content-type" content="text/html; charset=utf-8" style=""><a href="http://www.ftdichip.com/Support/Documents/TechnicalNotes/TN_101_Customising_FTDI_VID_PID_In_Linux(FT_000081).pdf" style="">http://www.ftdichip.com/Support/Documents/TechnicalNotes/TN_101_Customising_FTDI_VID_PID_In_Linux(FT_000081).pdf</a></div><div>and reached the same conclusion. &nbsp;The only thing I missed was the command:</div><div>&nbsp; &nbsp; &nbsp;&nbsp;&nbsp;<b>&nbsp;rmmod ftdi_sio</b></div><div>anyway instead of &nbsp;'dmesg | tail -50' I did a 'dmesg | grep FTDI' and all the FTDI stuff was neatly grouped and highlighted.</div><div><br></div><div>Did I mention that a happy ham camper can now bring in the Gnu Year without the aid of bubbly ?!?</div><div><br></div><div>tnx agn es vy 73 de john</div><div></div><div><br></div><div>Sent from my 1915 Spark Gap Transmitter. <img title="Smile" src="https://imagesak.secureserver.net/webmail/smiley/smiley-smile.gif" mce_src="https://imagesak.secureserver.net/webmail/smiley/smiley-smile.gif" border="0" alt="Smile"></div><div>Morse Code <strong>FOREVER !!!</strong></div><div>==========</div>
<blockquote id="replyBlockquote" webmail="1" style="border-left: 2px solid blue; margin-left: 8px; padding-left: 8px; font-size:10pt; color:black; font-family:verdana;">
<div id="wmQuoteWrapper">
-------- Original Message --------<br>
Subject: Re: [chirp_users] Cable Problem<br>
From: Robert Terzi &lt;<a href="mailto:rct@r-t.org">rct@r-t.org</a>&gt;<br>
Date: Mon, December 31, 2012 4:08 pm<br>
To: Discussion of CHIRP &lt;<a href="mailto:chirp_users@intrepid.danplanet.com">chirp_users@intrepid.danplanet.com</a>&gt;<br>
<br>
<br>
modprobe ftdi_sio vendor=0x403 product=0x6001<br>
<br>
On 12/31/2012 2:59 PM, John Westerlage wrote:<br>
[...]<br>
&gt; My cable is produced by RT Systems,<br>
[...]<br>
&gt; The cable is not seen by CHIRP booted from the Live CD burnt from<br>
&gt; the download on 2012-12-27<br>
&gt;<br>
&gt; Nor is it seen by Kubuntu 8.04.1 (Hardy Heron, kernel 2.6.24-19).<br>
[...]<br>
&gt; Doing a 'sudo lsusb -v' yields, among other stuff, this relevant info:<br>
&gt;<br>
&gt; Bus 002 Device 003: ID 0403:9e51 Future Technology Devices International, Ltd<br>
<br>
Probably the USB Product ID isn't being matched to the FTDI driver under Linux.<br>
RT Systems uses custom IDs for their cables.<br>
<br>
Try unplugging the cable (and all FTDI based cables), then as root or using sudo bash try:<br>
<br>
# make sure ftdi serial driver isn't loaded.<br>
rmmod ftdi_sio<br>
<br>
# (temporarily) associate your cable's USB Vendor and Product ID with the FTDI driver<br>
modprobe ftdi_sio vendor=0x403 product=0x9e51<br>
<br>
Then take a look at the logs and see if you got a USB serial driver created.<br>
<br>
  dmesg | tail -50<br>
<br>
You should hopefully see something like:<br>
<br>
usb 4-2: Detected FT2232C<br>
...<br>
usb 4-2: FTDI USB Serial Device converter now attached to ttyUSB0<br>
<br>
<br>
<br>
<br>
_______________________________________________<br>
chirp_users mailing list<br>
<a href="mailto:chirp_users@intrepid.danplanet.com">chirp_users@intrepid.danplanet.com</a><br>
<a href="http://intrepid.danplanet.com/mailman/listinfo/chirp_users">http://intrepid.danplanet.com/mailman/listinfo/chirp_users</a><br>

</div>
</blockquote></span></body></html>