On 2007-09-24, Grant Edwards <[email protected]> wrote:
> On 2007-09-24, Steve Underwood <[email protected]> wrote:
>
>> If you have a recent kernel, the USB FET tools should just work. 
>> However, some distros don't have hotplug set up properly. You may need 
>> something like a file called /etc/hotplug/usb/ti_usb_3410_5052 containing
>
> NB, that shellscript is broken.  The large conditional for the
> if at the end isn't right. It needs to be changed to this:
>
>  if (scan $VENDOR_ID 1105 `cat $PARAM_PATH/vendor_3410` && scan  $PRODUCT_ID 
> 13328 62512 `cat $PARAM_PATH/product_3410`) ||
>     (scan $VENDOR_ID 1105 `cat $PARAM_PATH/vendor_5052` && scan  $PRODUCT_ID 
> 20562 20818 20570 20575 `cat $PARAM_PATH/product_5052`)
>
> Also, CONFIG_PATH is being set to be the path to the hub to
> which the ez430 is connected.  It needs to be the path of the
> ez430, not the hub to which it's attached.

And when you change it to point to the ez430, the line that
does the "echo $ACTIVE_CONFIG" makes the driver hang hard
(requires a reboot to get it working again).

On the Gentoo lists, I'm told that hotplug has been depricated
for years in favor of udev.  As a result, Gentoo doesn't
normally even have hotplug enabled (and hasn't for a couple
years now).

Maybe I should just fix the driver...

-- 
Grant Edwards                   grante             Yow! I'm pretending I'm
                                  at               pulling in a TROUT!  Am I
                               visi.com            doing it correctly??


Reply via email to