Re: how to have rfkill supported by hal?

2007-06-25 Thread dragoran
Dan Williams wrote: > On Sat, 2007-06-23 at 14:23 +0100, Bastien Nocera wrote: > >> On Fri, 2007-06-22 at 23:21 -0400, Dan Williams wrote: >> >>> On Fri, 2007-06-22 at 18:34 +, yelo_3 wrote: >>> > HAL should be fixed to work with ACPI-based laptops. For now, I'd > sugges

Re: how to have rfkill supported by hal?

2007-06-25 Thread Dan Williams
On Sat, 2007-06-23 at 14:23 +0100, Bastien Nocera wrote: > On Fri, 2007-06-22 at 23:21 -0400, Dan Williams wrote: > > On Fri, 2007-06-22 at 18:34 +, yelo_3 wrote: > > > >HAL should be fixed to work with ACPI-based laptops. For now, I'd > > > >suggest a small daemon that monitors ACPI events (o

Re: how to have rfkill supported by hal?

2007-06-23 Thread yelo_3
AIL PROTECTED]> A: Dan Williams <[EMAIL PROTECTED]> Cc: yelo_3 <[EMAIL PROTECTED]>; network manager ; [EMAIL PROTECTED] Inviato: Sabato 23 giugno 2007, 15:23:22 Oggetto: Re: how to have rfkill supported by hal? On Fri, 2007-06-22 at 23:21 -0400, Dan Williams wrote: > On Fri, 20

Re: how to have rfkill supported by hal?

2007-06-23 Thread Bastien Nocera
On Fri, 2007-06-22 at 23:21 -0400, Dan Williams wrote: > On Fri, 2007-06-22 at 18:34 +, yelo_3 wrote: > > >HAL should be fixed to work with ACPI-based laptops. For now, I'd > > >suggest a small daemon that monitors ACPI events (or, have acpid callout > > >scripts write the status to a file som

Re: how to have rfkill supported by hal?

2007-06-22 Thread Dan Williams
On Fri, 2007-06-22 at 18:34 +, yelo_3 wrote: > >HAL should be fixed to work with ACPI-based laptops. For now, I'd > >suggest a small daemon that monitors ACPI events (or, have acpid callout > >scripts write the status to a file somewhere), and then add a section to > >the HAL rfkill script to

Re: how to have rfkill supported by hal?

2007-06-22 Thread Dan Williams
On Fri, 2007-06-22 at 19:57 +0200, dragoran wrote: > Dan Williams wrote: > > On Fri, 2007-06-22 at 17:09 +, yelo_3 wrote: > > > >> The rfkill bug was recently corrected in svn > >> My question is: since now lots of notebooks with a wireless hotkey are not > >> supported by hal, and only emi

Re: how to have rfkill supported by hal?

2007-06-22 Thread yelo_3
>HAL should be fixed to work with ACPI-based laptops. For now, I'd >suggest a small daemon that monitors ACPI events (or, have acpid callout >scripts write the status to a file somewhere), and then add a section to >the HAL rfkill script to read that file for rfkill status. > >Dan I have acpid in

Re: how to have rfkill supported by hal?

2007-06-22 Thread dragoran
Dan Williams wrote: > On Fri, 2007-06-22 at 17:09 +, yelo_3 wrote: > >> The rfkill bug was recently corrected in svn >> My question is: since now lots of notebooks with a wireless hotkey are not >> supported by hal, and only emit ACPI or other events, wouldn't it be easier >> to code a rfk

Re: how to have rfkill supported by hal?

2007-06-22 Thread Dan Williams
On Fri, 2007-06-22 at 17:09 +, yelo_3 wrote: > The rfkill bug was recently corrected in svn > My question is: since now lots of notebooks with a wireless hotkey are not > supported by hal, and only emit ACPI or other events, wouldn't it be easier > to code a rfkill hal emulation that can be c

how to have rfkill supported by hal?

2007-06-22 Thread yelo_3
The rfkill bug was recently corrected in svn My question is: since now lots of notebooks with a wireless hotkey are not supported by hal, and only emit ACPI or other events, wouldn't it be easier to code a rfkill hal emulation that can be controlled by a binary executable /usr/bin/toggle_rfkill?