[android-kernel] Re: Wi-Fi driver not working with changed Kernel

2010-06-18 Thread xlshe
I have face the them problem when change the kernel. I have solved the problem now. The solution is as follows: How to recompile the new Wi-Fi driver corresponding to the new kernel? (1). After we rebuilt the kernel, the Wi-Fi driver must be recompiled according to the new kernel, or the Wi-Fi wil

[android-kernel] Re: Why does booting time reduce from 2 min to 1 min after just adding a printk(..) invoking?

2010-06-18 Thread xlshe
Hi, Gary I am starting to do something in the kernel. But I don't know how to read the information from the printk() in android phone OS. Because I cann't find /var/log/syslog in the file system. Can you can me some sugesstion about how to read the log from printk(). Thank you very much. Longshen

Re: [android-kernel] RE: Working MSM7201 usb host driver v2

2010-06-18 Thread Arindam Roy
Good deed man. Roy On Sat, Jun 19, 2010 at 12:27 AM, Sven Killig wrote: > > -Original Message- > > From: Markus Fritsche > > Date: 17 Feb., 03:27 > > Subject: Working MSM7201 usb host driver v2 > > To: Android Linux Kernel Development > > > > My pocketDVB-recoder coming up? ;) > > Indee

[android-kernel] RE: Working MSM7201 usb host driver v2

2010-06-18 Thread Sven Killig
> -Original Message- > From: Markus Fritsche > Date: 17 Feb., 03:27 > Subject: Working MSM7201 usb host driver v2 > To: Android Linux Kernel Development > > My pocketDVB-recoder coming up? ;) Indeed: http://www.youtube.com/watch?v=2bkDLXzvlSo&feature=PlayList&p=9CACE3D7647B24E7&playnext_

Re: [android-kernel] Why does booting time reduce from 2 min to 1 min after just adding a printk(..) invoking?

2010-06-18 Thread Tim Bird
On 06/16/2010 08:21 AM, Gary wrote: > Hi, all > > Now my device needs 2 minutes to boot up. > But I found that the booting time will be reduced to 1 minute after I > add just a printk(..) invoking as shown below. > Even though the booting time has been reduced by adding one line of > routine,but I

Re: [android-kernel] Why does booting time reduce from 2 min to 1 min after just adding a printk(..) invoking?

2010-06-18 Thread Greg KH
On Wed, Jun 16, 2010 at 8:21 AM, Gary wrote: > Hi, all > > Now my device needs 2 minutes to boot up. > But I found that the booting time will be reduced to 1 minute after I > add just a printk(..) invoking as shown below. > Even though the booting time has been reduced by adding one line of > rout

Re: [android-kernel] Android Drivers being dropped from Kernel 2.6.34

2010-06-18 Thread Greg KH
On Thu, Jun 17, 2010 at 10:56 PM, Kiran wrote: > Hi All >    Android Drivers are been dropped from the kernel source tree > 2.6.33 onwards, Is Google maintaining the Android Drivers for the > Latest Released  Kernels. That is what they have been doing all along, as you can see in the kernel git t

[android-kernel] Re: Wi-Fi driver not working with changed Kernel

2010-06-18 Thread dimitr...@android.com
Hi Imran, The issue is "simple" - wifi driver module version and kernel version should match. You need to update bcm4329.ko module (that corresponds to new kernel) in /system/lib/modules Thanks, Dmitry On Jun 18, 4:50 am, imran wrote: > Hi Everybody, > I have a nexus one phone with 2.6.29 kern

[android-kernel] Why does booting time reduce from 2 min to 1 min after just adding a printk(..) invoking?

2010-06-18 Thread Gary
Hi, all Now my device needs 2 minutes to boot up. But I found that the booting time will be reduced to 1 minute after I add just a printk(..) invoking as shown below. Even though the booting time has been reduced by adding one line of routine,but I have not found the real reason why the device nee

[android-kernel] Issue: USB Throughput half: 2.6.32 common kernel

2010-06-18 Thread Vikram
Mike/Android-USB-Maintainer When integrating your f_mass_storage Flush writes patch [1] on 2.6.32 kernel, we are observing the MMC writes from PC (over usb) have "halved" on OMAP platforms. The commit message does not give much details: * what was the original issue that this patch solved? * did

[android-kernel] /dev/log/radio, /dev/log/events

2010-06-18 Thread BuckeyeDroid
I'm trying to add a new option to "logcat -b" to send the output to a different device. I've finally tracked it down to the kernel, but I'm still having problems finding where these directories actually get created. Any help would be greatly appreciated. Thanks! -- unsubscribe: android-kernel+un

[android-kernel] Android Drivers being dropped from Kernel 2.6.34

2010-06-18 Thread Kiran
Hi All Android Drivers are been dropped from the kernel source tree 2.6.33 onwards, Is Google maintaining the Android Drivers for the Latest Released Kernels. Regards Kiran -- unsubscribe: android-kernel+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-kernel

[android-kernel] Wi-Fi driver not working with changed Kernel

2010-06-18 Thread imran
Hi Everybody, I have a nexus one phone with 2.6.29 kernel in the default image. With the default kernel my Wi-Fi works OK. Now, If I change the kernel by doing : fastboot boot zImage ... the Wi-Fi no longer works. I have tried it with 2.6.32 and 2.6.29 kernels and Wi-Fi doesn't work in both th