Re: likely kernel/driver problem with 3G USB stick

2011-03-02 Thread John Mahoney
On Tue, Mar 1, 2011 at 11:10 AM, Simon Leung simonle...@gmx.com wrote: Hi all, I'm having a problem with my 3G USB stick (Huawei E220) . The kernel I'm using is version 2.6.21 customized for an ARM board. When I insert the USB stick into the system, normally 3 device show up:

Re: some questions about kernel source

2011-02-18 Thread John Mahoney
On Fri, Feb 18, 2011 at 9:28 AM, loody milo...@gmail.com wrote: hi : 2011/2/18 John Mahoney jmaho...@waav.com: On Thu, Feb 17, 2011 at 9:17 AM, loody milo...@gmail.com wrote: hi :-) 2011/2/16 Mulyadi Santosa mulyadi.sant...@gmail.com: Hi :) On Wed, Feb 16, 2011 at 12:59, Rajat Jain

Re: some questions about kernel source

2011-02-18 Thread John Mahoney
On Fri, Feb 18, 2011 at 12:16 PM, John Mahoney jmaho...@waav.com wrote: On Fri, Feb 18, 2011 at 9:28 AM, loody milo...@gmail.com wrote: hi : 2011/2/18 John Mahoney jmaho...@waav.com: On Thu, Feb 17, 2011 at 9:17 AM, loody milo...@gmail.com wrote: hi :-) 2011/2/16 Mulyadi Santosa

Re: some questions about kernel source

2011-02-17 Thread John Mahoney
On Thu, Feb 17, 2011 at 9:17 AM, loody milo...@gmail.com wrote: hi :-) 2011/2/16 Mulyadi Santosa mulyadi.sant...@gmail.com: Hi :) On Wed, Feb 16, 2011 at 12:59, Rajat Jain rajatj...@juniper.net wrote: Hello loody, 1. in kernel/trace, I always see __read_mostly at the end of parameter is

Re: avoid ip forward replaces the source MAC address

2011-02-02 Thread John Mahoney
On Tue, Feb 1, 2011 at 2:39 PM, John Mahoney jmaho...@waav.com wrote: On Tue, Feb 1, 2011 at 2:27 PM, Elvis Yoan Tamayo Mollares etmoya...@grm.uci.cu wrote: hi list, during ip forwarding process, the kernel replace the source MAC address of the package it received with my own MAC address.. My

Re: ML archive

2011-01-05 Thread John Mahoney
On Wed, Jan 5, 2011 at 6:46 PM, ugub...@mail.com wrote: Hi there, The actual archive contains only December and January. Were are the older archives? It disappeared, but here is an unofficial archive(see bottom left) back to Jan 2003: http://blog.gmane.org/gmane.linux.kernel.kernelnewbies

Re: fixed memory bytes

2011-01-04 Thread John Mahoney
Please reply all..I added back list. On Tue, Jan 4, 2011 at 1:58 PM, mohit verma mohit89m...@gmail.com wrote: thnx john,. but i know that this indicates to compiler to  align the structure to its nearest boundries.   is that so? I am not sure of your definition of boundary, but I

Re: KVM - virtualization support

2010-12-21 Thread John Mahoney
On Tue, Dec 21, 2010 at 1:49 AM, Sengottuvelan S sengottuvela...@gmail.com wrote: Hi All, I am trying to see whether my kernel has KVM support or not. When i execute #egrep -c '(vmx|svm)' /proc/cpuinfo  , output shows '0'' which means my custom kernel does not have capability of KVM. I