HI Chris, On Fri, Feb 6, 2009 at 3:18 AM, Chris Adams <cmadams@xxxxxxxxxx> wrote: > Once upon a time, Shivdas Gujare <shivdas.tech@xxxxxxxxx> said: >> I am currently working with ti_usb_3410_5052 driver for TI's >> eZ430-RF2480 device, which use's TUSB3410. >> Adding only USB_DEVICE(0x0451, 0xF432) in both >> structures(ti_id_table_3410 and ti_id_table_combined) doesn't >> solves my problem and device doesn't creates any /dev/ttyUSB0. >> This is because driver tries to download firmware, but it didn't >> succeeds and probe returns with error. >> It could be possible, TI uses some different firmware for eZ430-RF2480 >> than current in kernel firmware, which works with older tools having >> PID=0xF430. > > Unfortunately, my only experience with this hardware was getting a > MultiTech GSM modem working. I did some minor cleanup in the driver, > and added the ability to easily load alternate firmwares without > rebuilding the driver. > > If you do get an alternate firmware from somewhere, you can test to see > if it works with kernel 2.6.29-rc* or newer by loading the module with > "vendor_3410=0x0451 product_3410=0xf432" added and putting your firmware > in a file named /lib/firmware/ti_usb-v0451-pf432.fw. Will it be necessary for me to write any user space handler to load firmware after copying ti_3410.fw to /lib/firmware ? or selecting FW_LOADER=y and CONFIG_FIRMWARE_IN_KERNEL=y will do the job its own, and I don't need to invoke any user space handler manually. I am getting firmware loading error, may be because firmware (ti_3410.fw) is not right for my device(eZ430-RF2480) or I am missing anything. FYI, I am using ubuntu with kernel v2.6.24 Thanks for your help. Regards, Shivdas Gujare > > -- > Chris Adams <cmadams@xxxxxxxxxx> > Systems and Network Administrator - HiWAAY Internet Services > I don't speak for anybody but myself - that's enough trouble. > -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html