Hi, Steve Underwood wrote:
This is getting annoying now.
:-(
not work. I am not clear from what Enrik said, whether these are his own patches, or something he got from Debian.
It's just a quick and dirty fix of my own to make the command-line id-stuff work.
Now, new things seem to be breaking. I updated my FC4 and FC5 machines to the latest kernel RPMS, and it seems something in the core USB serial handling is broken. The endpoint of the 3410 is 1, and the firmware was previously being downloaded to endpoint 1. Now both my FC4 and FC5 machines are trying to download to endpoint zero. It seems the enumeration of the endpoint happens outside the ti_usb_3410_5052 driver, so I don't think the fault is in that. If I patch the driver to force a download to endpoint 1, the firmware successfully downloads, but I get a kernel oops when the device begins normal operation at the end of the download.
What kernel are you using exactly? Here it's (FC5):
Installed Packages kernel.i686 2.6.17-1.2139_FC5 installed
% uname -a Linux phaet.intern.planb.de 2.6.17-1.2139_FC5 #1 Fri Jun 23 12:40:16 EDT 2006 i686 i686 i386 GNU/Linux
The only change vs. the distribution kernel is the patched and recompiled ti_usb_3410_5052 module.
Enrik