Re: Setup development evironment

2010-04-21 Thread Mirsal Ennaime
On Thu, Apr 22, 2010 at 8:38 AM, Nguyen Canh Toan toan...@viettel.com.vn wrote: Hi all, Hello, At the moment, I am trying to modifying nm-applet source code. In order to compiling some new source file, that I added new source files into certain project source directory then I modified

Re: Setup development evironment

2010-04-21 Thread Marc Herbert
Le 21/04/2010 06:45, Nguyen Canh Toan a écrit : But, I know that modifying directly Makefile is wrong way of developing my application based on opensource code, so I try to use GNU build tools (aclocal, autoconf, automake). Modifying generated code is the wrong way. Not everyone is using the

RE: Setup development evironment

2010-04-21 Thread Nguyen Canh Toan
Dear Mirsal, I knew and did modify configure.ac Makefile.am. After read through that book, I solved my issue. Thank. For newbie information: After modify those file, instead of calling autoconf, we should call autoreconf. Toan Nguyen, -Original Message- From: Mirsal Ennaime

howto ignore rfkill switch

2010-04-21 Thread Jim Cromie
My rfkill switch is defective; I bumped it one day, and now I cannot turn it back on. The LED right next to the switch formerly lit up, now it doesnt. The switch (stuck in off position) disables all WIFI; not just the built-in one, but also pcmcia and usb wlan devices Ive plugged in. I googled,

Re: howto ignore rfkill switch

2010-04-21 Thread Vladimir Botka
On Wed, 21 Apr 2010 16:09:19 -0600 Jim Cromie jim.cro...@gmail.com wrote: Im willing to disable the rfkill code thats shutting things down, but would appreciate advice on how to do so, or whether theres a simpler approach that avoids code changes (my hope). Install the rfkill utility and

Re: howto ignore rfkill switch

2010-04-21 Thread Jim Cromie
On Wed, Apr 21, 2010 at 4:24 PM, Vladimir Botka vbo...@gmail.com wrote: On Wed, 21 Apr 2010 16:09:19 -0600 Jim Cromie jim.cro...@gmail.com wrote: Im willing to disable the rfkill code thats shutting things down, but would appreciate advice on how to do so, or whether theres a simpler

RE: Setup development evironment

2010-04-21 Thread Nguyen Canh Toan
The problems is I cannot find autogen.sh in nm-applet-0.7.0 source from CVS -Original Message- From: Mirsal Ennaime [mailto:mirsal.enna...@gmail.com] Sent: Wednesday, April 21, 2010 3:51 AM To: Nguyen Canh Toan Cc: networkmanager-list@gnome.org Subject: Re: Setup development evironment

Re: Setup development evironment

2010-04-21 Thread Daniel Gnoutcheff
On 04/22/2010 11:14 PM, Nguyen Canh Toan wrote: The problems is I cannot find autogen.sh in nm-applet-0.7.0 source from CVS I suspect the CVS repo is not what you want; that sounds like an old abandoned repo. I believe current nm-applet development is done in a git repo, found here:

Is udev necessary for NM plug-in?

2010-04-21 Thread Mu Qiao
Hi all, I'm writing a plugin for Gentoo. I've read the source code of ifupdown and ifcfg-rh. I find that ifupdown use udev to bind device to connection. The main work it has done during binding is getting the mac address of network interface through udev API and adding it to corresponding

nm-inotify-helper doesn't work in Lenovo T400

2010-04-21 Thread Mu Qiao
Hi all, I'm using nm-inotify-helper to monitor hostname file in my plugin. The code is nearly the same as ifupdown. However, I find nothing changed after I modified the hostname configuration file both in Ubuntu(ifupdown) and Gentoo(my plugin) which are installed in my laptop. It works correctly