On Mon, 2010-07-05 at 01:21 -0700, Tensai Cirno wrote: > Hello, guys. I've got new shiny thinkpad x201 loaded with 6250 > wifi/wimax, but wimax driver isn't working. Seems like my card unsupported. > > majestic_12 wimax # lsusb | grep Intel > Bus 002 Device 003: ID 8086:0187 Intel Corp. > > majestic_12 wimax # modinfo i2400m-usb | grep alias > alias: usb:v8086p1403d*dc*dsc*dp*ic*isc*ip* > alias: usb:v8086p1406d*dc*dsc*dp*ic*isc*ip* > alias: usb:v8086p0182d*dc*dsc*dp*ic*isc*ip* > alias: usb:v8086p0180d*dc*dsc*dp*ic*isc*ip* > alias: usb:v8086p1405d*dc*dsc*dp*ic*isc*ip* > alias: usb:v8086p1403d*dc*dsc*dp*ic*isc*ip* > alias: usb:v8086p0181d*dc*dsc*dp*ic*isc*ip* > alias: usb:v8086p0188d*dc*dsc*dp*ic*isc*ip* > alias: usb:v8086p0186d*dc*dsc*dp*ic*isc*ip* > > When module loaded it outputs only single line to syslog: > > [ 484.953815] usbcore: registered new interface driver i2400m_usb > > Already tried 2.6.34, 2.6.35-rc3, wimax.git tree from FAQ, but still no > luck :( > > Attached `lsusb -vvvv' output. Sounds like a case of a missing id; please try: $ echo 8086 0187 > /sys/bus/usb/drivers/i2400m/new_id [I forgot the exact format, if 8086 0187 fails to trigger it, try "8086:0187", or adding also a '-n ' in front of the 8086]. That will tell the driver about a new hw ID it should recognize and trigger a driver bind.