[Pkg-acpi-devel] Bug#581312: Bug#581312: acpi-support: Wireless toggling is broken

Luca Niccoli lultimouomo at gmail.com
Mon Jun 21 09:29:21 UTC 2010


On 15 June 2010 18:47, Michael Meskes <meskes at debian.org> wrote:

> Is it possible to keep the old stuff as a fall back solution? Would that make
> sense at all?

I think it would be hard to do (the main problem is that rfkill
devices are not uniquely linked to wireless interfaces, so trying to
use both systems would lead to any kind of trouble), and I don't know
if it makes sense. Is it really a common use case to update
acpi-support while still using a very old kernel?

> There seems to be a problem with that file though as it adds a dependency on
> wicd. Is this on purpose?

Mmm, does it? if you mean the line
        /usr/share/wicd/daemon/autoconnect.py || :
it won't fail if wicd isn't installed, since it's ORred with true
(well, it spits an error line, but then it returns 0), and I don't
propose to make acpi-support depend on wicd. It's just that wicd
doesn't reconnect after toggling wifi off and on if you don't poke it
(wpa_supplicant and Network Manager do, AFAIK)
I can change it with
[ -x /usr/share/wicd/daemon/autoconnect.py ] &&
/usr/share/wicd/daemon/autoconnect.py
if you prefer.
Cheers,

Luca





More information about the Pkg-acpi-devel mailing list