Guest Dengem Posted October 28, 2011 Report Posted October 28, 2011 My firmware is # 224 on this board made Ratserboy, your kernel. I did otg cable (micro usb connector has closed the black wire and the mass) has connected the whole thing to a usb hub (power applied to the hub). But the mouse does not work only blinking LED on it, usb drives, too, did not give me any data. I beg to lay out a schematic diagram of the cable link to it! Thanks in advance, waiting for your answer ...
Guest rpetya Posted October 29, 2011 Report Posted October 29, 2011 thank you. I don't know why your flash drives don't work. Did you loaded kernel modules first? yes, i did - without error messages... i tried to format the drive, but when i plug it in, its led flashes once and nothing gets mounted in /mnt...
Guest vukodav Posted November 12, 2011 Report Posted November 12, 2011 yes, i did - without error messages... i tried to format the drive, but when i plug it in, its led flashes once and nothing gets mounted in /mnt... I don't know what seems to be the problem. I have only one flash drive, so I can't test kernel and modules more. And my phone ison repair sevice now, it had some hardware problems. When I get it back I'll test more and post results
Guest TigTex Posted November 13, 2011 Report Posted November 13, 2011 (edited) Nothing gets mounted on /mnt... that doesn't mean that the device is not recognized. see if there is any /dev/hdx or /dev/sdx device before and after you plugin your flash drive. (use "ls /dev | grep hd" and "ls /dev | grep sd") dmesg log after you plug the flash drive can also be helpful (dmesg > /sdcard/dmesg.log) Edited November 13, 2011 by TigTex
Guest kman12041 Posted November 13, 2011 Report Posted November 13, 2011 (edited) What if uve got 2.3.7 nightlies and deadlinks dual touch kernal will that work. Edited November 13, 2011 by kman12041
Guest rpetya Posted November 13, 2011 Report Posted November 13, 2011 Nothing gets mounted on /mnt... that doesn't mean that the device is not recognized. see if there is any /dev/hdx or /dev/sdx device before and after you plugin your flash drive. (use "ls /dev | grep hd" and "ls /dev | grep sd") dmesg log after you plug the flash drive can also be helpful (dmesg > /sdcard/dmesg.log) You are right, it gets recognized - at least that's what i decoded from dmesg output. However no hd or sd in /dev. Does it work for you TigTex?dmesg.txt
Guest TigTex Posted November 13, 2011 Report Posted November 13, 2011 Never tried it :unsure: Do you have all the modules in your phone? for example sd_mod.ko ... I have no idea what has been done on this kernel
Guest euricoalex Posted November 13, 2011 Report Posted November 13, 2011 i need to type the commands again , if i switch off the phone or reboot ?
Guest euricoalex Posted November 14, 2011 Report Posted November 14, 2011 for me don't work with ICS lookalike from racerboy . i make the cable (its easy to me i'm a Electronics Technician ) but d'ont detects anything . i need more information before change rom . can you help me . tanks
Guest kman12041 Posted November 15, 2011 Report Posted November 15, 2011 It says not found should i worry or not
Guest kman12041 Posted December 2, 2011 Report Posted December 2, 2011 Looks like theres a better usb host out. Anyone got any ideas if itl work on our device. http://forum.xda-developers.com/showthread.php?t=480899
Guest kman12041 Posted December 4, 2011 Report Posted December 4, 2011 I cant test it because it says you need active sync and for some reason it wont let me install it. Can someone test it please
Guest euricoalex Posted December 5, 2011 Report Posted December 5, 2011 I cant test it because it says you need active sync and for some reason it wont let me install it. Can someone test it please It's for windows mobile . Do not work on android
Guest kman12041 Posted December 5, 2011 Report Posted December 5, 2011 Yh i saw that when u said it but it said android so i got confused. Says here http://www.google.com/cse?q=android+usb+host&sa=Search&cx=partner-pub-2900107662879704%3Afs7umqefhnf&ie=ISO-8859-1#gsc.tab=0&gsc.q=zeno%20usb%20host%20android First non ad result.
Guest rpetya Posted December 27, 2011 Report Posted December 27, 2011 Managed to get flash drive working, it had to be mounted manually: #mount -t vfat /dev/block/sda1 /mnt/sdcard/usb-storage
Guest rpetya Posted December 27, 2011 Report Posted December 27, 2011 In case somebody would like to play around with serial devices, here are a few more modules that should work with vukodav's kernel...kernel_modules.zip
Guest kman12041 Posted December 28, 2011 Report Posted December 28, 2011 (edited) In case somebody would like to play around with serial devices, here are a few more modules that should work with vukodav's kernel... Could you explain what each of them actually do so that we know what they are Edited December 28, 2011 by kman12041
Guest rpetya Posted December 29, 2011 Report Posted December 29, 2011 They implement serial communication with devices based on various chipsets (file name of every module refers to a certain device type). For example I have a usb relay based on the FTDI chipset which I can control from the phone after: insmod usbserial.ko insmod ftdi_sio.ko The device will appear as /dev/ttyUSB0 ...
Guest kman12041 Posted December 30, 2011 Report Posted December 30, 2011 They implement serial communication with devices based on various chipsets (file name of every module refers to a certain device type). For example I have a usb relay based on the FTDI chipset which I can control from the phone after: insmod usbserial.ko insmod ftdi_sio.ko The device will appear as /dev/ttyUSB0 ... Ok Nice on
Guest rockofclay Posted January 12, 2013 Report Posted January 12, 2013 Does anyone have source for the USB host kernel? I was hoping to compile a webcam module
Guest rogueDMZ Posted February 10, 2013 Report Posted February 10, 2013 how to usb otg for zte carl?/////
Guest darren2 Posted December 12, 2015 Report Posted December 12, 2015 Does anyone still have a copy of the kernel they could post? The link seems to be dead.
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now