On Fri, Feb 20, 2015 at 05:37:37PM +0100, Milutin Aksic wrote: > > > On 02/20/2015 04:31 PM, Greg KH wrote: > >On Fri, Feb 20, 2015 at 11:22:54AM +0100, Milutin Aksic wrote: > >>Hello Greg, > >>I supose that serial communication should work with this older model > >>gt-s5570. I found custom rom with that old kernel version but I don't > >>know how to find newer version for this phone. > >>When I plug the converter to phone I can't see anything in the log that > >>is related to converter but I send you the log as attachment. It is log > >>when I insmod pl2303.ko via adb and after that pluged the converter. > > > >Looks like you haven't loaded a usb host controller driver for your > >hardware. Are you sure you have such a thing loaded and working? Does > >other types of USB devices work when plugged into this machine? > > > >You really are on your own here, sorry. > > > >greg k-h > >-- > >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 > > > I found host controller drivers in menuconfig and compiled them and inserted > with insmod and again nothing happened.I tried with usb flash but nothing > happened. I send you log for this. You will see in the log > those drivers that I loaded (there is compliant about kernel version > but insmod command passed and the modules are in /sys/module directory) > and I didn't see anything related to usb converter and mass storage. > The host controller drivers I loaded are : isp116x-hcd.ko, isp1760.ko, > oxu210hp-hcd.ko, sl811-hcd.ko. > That's it. > Milutin. > isp1362_hcd: version magic '2.6.35.7+-androidarmv6 preempt mod_unload ARMv6 ' should be '2.6.35.7-androidarmv6+ preempt mod_unload ARMv6 ' > <4>[66113.287000] isp1362_hcd: Unknown symbol bitmap_find_next_zero_area (err 0) This means that the driver really didn't get loaded, so there's no way any USB devices could work on your system. Try fixing that up first... -- 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