Re: [android-kernel] Re: Android Kernel Command

2010-03-31 Thread Adam Jiang
Hi, Try to set PATH env after su. Before that, see where is the modprobe located. Regards, /Adam 2010/3/31 Gideon Ooi Yanheng > Hi, > > It cant work. It says modprobe: not found > > Please Advice > > > On 26 March 2010 22:03, karthik poduval wrote: > >> I think you should first type su(it may

Re: [android-kernel] Re: Android Kernel Command

2010-03-31 Thread Pavan Savoy
I don't think android bin utils has modprobe, you need to do /busybox --install and the modprobe or just busybox modprobe... Oh for all that you would need a busybox on android. On Wed, Mar 31, 2010 at 12:00 AM, Gideon Ooi Yanheng wrote: > Hi, > > It cant work. It says modprobe: not found > > Pl

Re: [android-kernel] Re: Android Kernel Command

2010-03-30 Thread Gideon Ooi Yanheng
Hi, It cant work. It says modprobe: not found Please Advice On 26 March 2010 22:03, karthik poduval wrote: > I think you should first type su(it may ask for password) in the console, > then you get the # prompt instead of the $ prompt > > Then type your command *modprobe USB\ Network\ Controll

Re: [android-kernel] Re: Android Kernel Command

2010-03-26 Thread karthik poduval
I think you should first type su(it may ask for password) in the console, then you get the # prompt instead of the $ prompt Then type your command *modprobe USB\ Network\ Controller* Regards, Karthik Poduval On Fri, Mar 26, 2010 at 2:04 AM, Gidiyo wrote: > I am trying to Enable a USB network a

[android-kernel] Re: Android Kernel Command

2010-03-26 Thread Gidiyo
I am trying to Enable a USB network adapter. When I plugged in, it shows: <6>usb 2-1.4: new full speed USB device using musb_hdrc and address 4 <3>usb 2-1.4: device v0fe6 p8101 is not supported <6>usb 2-1.4: New USB device found, idVendor=0fe6, idProduct=8101 <6>usb 2-1.4: New USB device strings:

[android-kernel] Re: Android Kernel Command

2010-03-25 Thread Imran
Once the borad is up, the device is already in su mode. No need of su or sude in minicom. You can enable the device driver directly. On Mar 24, 2:58 pm, Gidiyo wrote: > Hi, > > I would like to know what otherkernelcommandcould I used for my > portedAndroid. > Currently, using minicom, I could lis