[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: "iwconfig wlan0 power off" on module load



basti, 11.03.2013:
> I have fixed with
> 
> iface wlan0 inet dhcp
>   wireless-power off
> 
> in /etc/network/interfaces.
> This works for now.

I did it by adding a line to /etc/udev/rules.d/70-persistent-net.rules:

SUBSYSTEM=="net", ACTION=="add", DRIVERS=="rt2500pci", KERNEL=="wlan0", RUN="/sbin/iwconfig wlan0 power off"

Selim

> Am 11.03.2013 20:58, schrieb basti:
> >Hello,
> >is the a way to do "iwconfig wlan0 power off" on module load
> >like "options rt2500usb nohwcrypt=1" can be?
> >
> >I don't find anythink about this.
> >Thanks.


Reply to: