Re: [android-kernel] Re: DisplayLink Android Driver

2010-07-07 Thread Brandon Rosenbaum
I'll end up googling this, but I'm going to go ahead and ask anyway. How do you cross compile for ARM? How can I be sure I am building against my phone's kernel version? I didn't see anything really helpful by doing dmesg except that I get the message: PVR_K:(Warning): PVRSRVFreeDeviceMemBW

Re: [android-kernel] Re: DisplayLink Android Driver

2010-07-07 Thread Amar Nath
On Wed, Jul 7, 2010 at 10:21 PM, Brandon Rosenbaum wrote: > I did try to use the Makefile included in magoroku's code to generate > the .ko file, but that didn't work. > So then I modified his Makefile to the following: > > obj-m := displaylink.o > displaylink-y := displaylink-main.o displaylink-u

[android-kernel] Re: Kernel will not load wifi driver

2010-07-07 Thread dimitr...@android.com
No, it is not correct to say that. It is not related to kernel version. Each TI (and actually not only TI) Wifi driver has corresponding FW. You took new FW and you need to use new driver. Makes sense ? On Jul 7, 1:41 pm, Barry wrote: > BINGO.  Thank you so much! > > This has been driving me MAD!

[android-kernel] Re: Kernel will not load wifi driver

2010-07-07 Thread Barry
BINGO. Thank you so much! This has been driving me MAD!!! So platform/system/wlan/ti.git is for the .29 kernel wifi ?? On Jul 7, 3:26 pm, "dimitr...@android.com" wrote: > Ok, you took driver source from "old" place but your image has new > firmware that apparently didn't match. > Proper droid

[android-kernel] Re: Kernel will not load wifi driver

2010-07-07 Thread dimitr...@android.com
Ok, you took driver source from "old" place but your image has new firmware that apparently didn't match. Proper droid wifi driver place is: hardware/ti/wlan/wl1271 On Jul 7, 12:54 pm, Barry wrote: > Okay, here you go.  Thank you. > > http://pastebin.com/CpJy6TTN > > On Jul 7, 2:06 pm, "dimitr...

[android-kernel] Re: DisplayLink Android Driver

2010-07-07 Thread Brandon Rosenbaum
I did try to use the Makefile included in magoroku's code to generate the .ko file, but that didn't work. So then I modified his Makefile to the following: obj-m := displaylink.o displaylink-y := displaylink-main.o displaylink-usb.o displaylink- blit.o displaylink-fb.o displaylink-ioctl.o all:

[android-kernel] Re: building source code.

2010-07-07 Thread Barry
Did you set up ARCH and CROSS_COMPILE environment variables ? On Jul 6, 4:58 pm, chris kinney wrote: > i downloaded the source and ran make. im getting error, could you let > me know what im missing? > > cmki...@laptop:~/mydroid$ make > > PLATFORM_VERS

Re: [android-kernel] Android Kernel Vs Linux Kernel.

2010-07-07 Thread Greg KH
> Is there anything that is specific to android in kernel level. (i.e)any > android specific code. Yes. > If so,tell me what are all the changes mandate to bring android kernel? You already found them. > If not,then how android kernel differs from Linux Kernel? You already have all of the diff

[android-kernel] Re: Kernel will not load wifi driver

2010-07-07 Thread Barry
Okay, here you go. Thank you. http://pastebin.com/CpJy6TTN On Jul 7, 2:06 pm, "dimitr...@android.com" wrote: > No, it is not a kernel log. It is logcat log from the Android > framework. > Kernel log can be read as: cat /proc/kmsg > > On Jul 7, 10:45 am, "dimitr...@android.com" > wrote: > > > H

RE: [android-kernel] DisplayLink Android Driver

2010-07-07 Thread Sven Killig
> -Original Message- > From: android-kernel@googlegroups.com [mailto:android- > ker...@googlegroups.com] On Behalf Of Brandon Rosenbaum > Sent: Wednesday, July 07, 2010 4:09 PM > To: Android Linux Kernel Development > Subject: [android-kernel] DisplayLink Android Driver > > The part I am c

Re: [android-kernel] Re: Kernel will not load wifi driver

2010-07-07 Thread subhas yaranal
How to port tun/tap module to android On Thu, Jul 8, 2010 at 12:36 AM, dimitr...@android.com wrote: > No, it is not a kernel log. It is logcat log from the Android > framework. > Kernel log can be read as: cat /proc/kmsg > > On Jul 7, 10:45 am, "dimitr...@android.com" > wrote: >> Hi Barry, >> >>

[android-kernel] Re: Kernel will not load wifi driver

2010-07-07 Thread dimitr...@android.com
No, it is not a kernel log. It is logcat log from the Android framework. Kernel log can be read as: cat /proc/kmsg On Jul 7, 10:45 am, "dimitr...@android.com" wrote: > Hi Barry, > > Logs will help, especially kernel one... > Thanks, > > Dmitry > > On Jul 6, 7:06 pm, Barry wrote: > > > > > I'm bu

[android-kernel] Re: Kernel will not load wifi driver

2010-07-07 Thread Barry
Here you go. http://pastebin.com/r4f7rmFZ On Jul 7, 12:45 pm, "dimitr...@android.com" wrote: > Hi Barry, > > Logs will help, especially kernel one... > Thanks, > > Dmitry > > On Jul 6, 7:06 pm, Barry wrote: > > > I'm building 2.6.32 for Motorola Droid running Froyo FRF85B.  For some > > reason

[android-kernel] Re: Kernel will not load wifi driver

2010-07-07 Thread dimitr...@android.com
Hi Barry, Logs will help, especially kernel one... Thanks, Dmitry On Jul 6, 7:06 pm, Barry wrote: > I'm building 2.6.32 for Motorola Droid running Froyo FRF85B.  For some > reason when I flash my phone with the kernel image and tiwlan_drv.ko > and reboot, the phone locks up seconds after the UI

[android-kernel] Re: TI 1251 WIFI power modes

2010-07-07 Thread dimitr...@android.com
Hi Andy, TI 1251 driver (on Android at least) doesn't support wireless extensions and can not be configured with iwconfig. On Android it is controlled through wpa_supplicant private driver commands, like: wpa_cli driver powermode 0 - auto wpa_cli driver powermode 1 - active Thanks, Dmitry On Ju

[android-kernel] Android Kernel Vs Linux Kernel.

2010-07-07 Thread padmapriyak
Hi, I want to port Android Fryo(linux version 2.6.32) on platform which is also using modified version of linux kernel(2.6.32). I compared 2.6.32.9 kernel and android kernel(modified kernel 2.6.32). and found changes.Some of the changes includes 1.Support of Numeri

[android-kernel] TI 1251 WIFI power modes

2010-07-07 Thread Andy
The TI 1251 supports a number of power save modes. The current power mode is typically modified in a linux system with "iwconfig" that is not included. How can it be changed from the command line? Also, as part of normal behavior, does the Android system ever go into power save mode? thanks, Andy

[android-kernel] building source code.

2010-07-07 Thread chris kinney
i downloaded the source and ran make. im getting error, could you let me know what im missing? cmki...@laptop:~/mydroid$ make PLATFORM_VERSION_CODENAME=AOSP PLATFORM_VERSION=AOSP TARGET_PRODUCT=generic TARGET_BUILD_VARIANT=eng TARGET_SIMULATOR= TARGET_B

[android-kernel] Kernel will not load wifi driver

2010-07-07 Thread Barry
I'm building 2.6.32 for Motorola Droid running Froyo FRF85B. For some reason when I flash my phone with the kernel image and tiwlan_drv.ko and reboot, the phone locks up seconds after the UI appears. I have looked at logcat output as it is booting and it is throwing errors from wpa_supplicant, an

[android-kernel] Re: porting guide

2010-07-07 Thread Alexy
You can take a look at rowboat/0xdroid, both of them provide a complete package for TI boards. -Alexy On Jun 29, 10:07 pm, Mike West wrote: > I've been looking into this recently, and there seems to be a good deal of > misinformation and outdated info on the web.  Many instructions point you to

[android-kernel] DisplayLink Android Driver

2010-07-07 Thread Brandon Rosenbaum
Hello, I found a driver online that I want to add to my Android phone. It is a DisplayLink device driver. magoroku15/DisplayLink-driver-for-android (from github) The part I am confused about is how to go about adding the driver to my phone. Do I need to download the Android source code, add the d