On Sunday 01 Jan 2017 20:53:50 Hogren wrote:
> On 01/01/2017 13:07, Mick wrote:

> > So,
> > let's see what the card is configured to use at present:
> > 
> > cat /sys/class/net/wlp36s0b1/power/control
> > 
> > The default setting would be off and since this parameter is specified as
> > an integer it is likely to be 0.  There is also a possibility of it being
> > set at 'auto'.  In any case you can try switching this on, to see if it
> > is makes any difference, or if it is set at 'auto' force it to off.
> > 
> > I see you are running systemd.  I am not well versed with it, so others
> > will hopefully chip in to correct me.  On a normal Gentoo system with
> > openrc I> 
> > would use this file to set options:
> >  /etc/modprobe.d/b43.conf
> > 
> > So create it and add in it:
> > 
> > options b43 hwpctl=1
> > 
> > to switch power management on, or:
> > 
> > options b43 hwpctl=0
> > 
> > to force it off.
> 
> Hello !
> 
> Thanks for help. But for now the result of your cat command returns "auto".
> I created b43.conf in /etc/modprobe.d/ with same permissions than others
> files in the same directory with content:
> options b43 hwpctl=0.
> I restarted.
> The cat command returns "auto" again.
> 
> What is wrong ?

Try setting:

options b43 hwpctl=1

reboot and see what you get.
-- 
Regards,
Mick

Attachment: signature.asc
Description: This is a digitally signed message part.

Reply via email to