All of lore.kernel.org
 help / color / mirror / Atom feed
* Acer ES1-522 wifi blocked and Fn keys don't work (WMI)
@ 2017-01-18 20:05 Samuel Sieb
  2017-01-22 14:36 ` joeyli
  0 siblings, 1 reply; 8+ messages in thread
From: Samuel Sieb @ 2017-01-18 20:05 UTC (permalink / raw)
  To: platform-driver-x86; +Cc: jlee

I have a user with an Acer ES1-522 laptop and the wifi isn't working. 
The driver detects it correctly, but rfkill says it's hard blocked.  The 
wifi toggle key doesn't have any effect.  The touchpad toggle button 
disables the touchpad, but doesn't enable it when pressed again. 
However, suspend/resume resets the touchpad to working again.  The 
acer-wmi module is loaded and an input device is created.  However, none 
of the listed keys actually provide any output.

I blacklisted the acer_wmi module and now the wifi works.  Is there any 
further information I could provide that would help?

02:00.0 Network controller: Qualcomm Atheros QCA9565 / AR9565 Wireless 
Network Adapter (rev 01)
	Subsystem: Lite-On Communications Inc Device 0642
	Flags: bus master, fast devsel, latency 0, IRQ 40
	Memory at f0a00000 (64-bit, non-prefetchable) [size=512K]
	Expansion ROM at f0a80000 [disabled] [size=64K]
	Capabilities: [40] Power Management version 2
	Capabilities: [50] MSI: Enable- Count=1/4 Maskable+ 64bit+
	Capabilities: [70] Express Endpoint, MSI 00
	Capabilities: [100] Advanced Error Reporting
	Capabilities: [140] Virtual Channel
	Capabilities: [160] Device Serial Number 00-00-00-00-00-00-00-00
	Kernel driver in use: ath9k
	Kernel modules: ath9k		

I: Bus=0019 Vendor=0000 Product=0000 Version=0000
N: Name="Acer WMI hotkeys"
P: Phys=wmi/input0
S: Sysfs=/devices/virtual/input/input8
U: Uniq=
H: Handlers=kbd event7 rfkill
B: PROP=0
B: EV=13
B: KEY=1c0000 0 0 0 0 1600800000c00 300000 0 0
B: MSC=10

Possibly related, the accelerometer gives an error when trying to read it.
# evtest /dev/input/event8
evtest: Operation not permitted

I: Bus=0019 Vendor=0000 Product=0000 Version=0000
N: Name="Acer BMA150 accelerometer"
P: Phys=wmi/input1
S: Sysfs=/devices/virtual/input/input9
U: Uniq=
H: Handlers=event8 js0
B: PROP=0
B: EV=9
B: ABS=7

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Acer ES1-522 wifi blocked and Fn keys don't work (WMI)
  2017-01-18 20:05 Acer ES1-522 wifi blocked and Fn keys don't work (WMI) Samuel Sieb
@ 2017-01-22 14:36 ` joeyli
  2017-01-23 23:23   ` Samuel Sieb
  0 siblings, 1 reply; 8+ messages in thread
From: joeyli @ 2017-01-22 14:36 UTC (permalink / raw)
  To: Samuel Sieb; +Cc: platform-driver-x86

Hi Samuel, 

What is your kernel verion?

Joey Lee 

On Wed, Jan 18, 2017 at 12:05:52PM -0800, Samuel Sieb wrote:
> I have a user with an Acer ES1-522 laptop and the wifi isn't working. The
> driver detects it correctly, but rfkill says it's hard blocked.  The wifi
> toggle key doesn't have any effect.  The touchpad toggle button disables the
> touchpad, but doesn't enable it when pressed again. However, suspend/resume
> resets the touchpad to working again.  The acer-wmi module is loaded and an
> input device is created.  However, none of the listed keys actually provide
> any output.
> 
> I blacklisted the acer_wmi module and now the wifi works.  Is there any
> further information I could provide that would help?
>
What is your kernel verion?

And, did you see any messages in dmesg when you pressed those fn-keys?

Thanks
Joey Lee 

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Acer ES1-522 wifi blocked and Fn keys don't work (WMI)
  2017-01-22 14:36 ` joeyli
@ 2017-01-23 23:23   ` Samuel Sieb
  2017-01-24  3:48     ` joeyli
  0 siblings, 1 reply; 8+ messages in thread
From: Samuel Sieb @ 2017-01-23 23:23 UTC (permalink / raw)
  To: joeyli; +Cc: platform-driver-x86

On 01/22/2017 06:36 AM, joeyli wrote:
> On Wed, Jan 18, 2017 at 12:05:52PM -0800, Samuel Sieb wrote:
>> I have a user with an Acer ES1-522 laptop and the wifi isn't working. The
>> driver detects it correctly, but rfkill says it's hard blocked.  The wifi
>> toggle key doesn't have any effect.  The touchpad toggle button disables the
>> touchpad, but doesn't enable it when pressed again. However, suspend/resume
>> resets the touchpad to working again.  The acer-wmi module is loaded and an
>> input device is created.  However, none of the listed keys actually provide
>> any output.
>>
>> I blacklisted the acer_wmi module and now the wifi works.  Is there any
>> further information I could provide that would help?
>>
> What is your kernel verion?
>
It's running Fedora 24, so the latest kernel at the time was probably 
4.8.17.  I see that a 4.9.5 kernel is available for F24 now, so I can 
try that one if it would be helpful.

> And, did you see any messages in dmesg when you pressed those fn-keys?
>
I didn't see any messages at all.

Also, on all the Acer laptops I checked, the accelerometer device gives 
the "Operation not permitted" error.  Should I split that into a new 
thread?  It appears to be part of the acer-wmi module as well.

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Acer ES1-522 wifi blocked and Fn keys don't work (WMI)
  2017-01-23 23:23   ` Samuel Sieb
@ 2017-01-24  3:48     ` joeyli
  2017-01-24  3:51       ` joeyli
                         ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: joeyli @ 2017-01-24  3:48 UTC (permalink / raw)
  To: Samuel Sieb; +Cc: platform-driver-x86

Hi Samuel, 

On Mon, Jan 23, 2017 at 03:23:19PM -0800, Samuel Sieb wrote:
> On 01/22/2017 06:36 AM, joeyli wrote:
> >On Wed, Jan 18, 2017 at 12:05:52PM -0800, Samuel Sieb wrote:
> >>I have a user with an Acer ES1-522 laptop and the wifi isn't working. The
> >>driver detects it correctly, but rfkill says it's hard blocked.  The wifi
> >>toggle key doesn't have any effect.  The touchpad toggle button disables the
> >>touchpad, but doesn't enable it when pressed again. However, suspend/resume
> >>resets the touchpad to working again.  The acer-wmi module is loaded and an
> >>input device is created.  However, none of the listed keys actually provide
> >>any output.
> >>
> >>I blacklisted the acer_wmi module and now the wifi works.  Is there any
> >>further information I could provide that would help?
> >>
> >What is your kernel verion?
> >
> It's running Fedora 24, so the latest kernel at the time was probably
> 4.8.17.  I see that a 4.9.5 kernel is available for F24 now, so I can try
> that one if it would be helpful.
> 

I see.

> >And, did you see any messages in dmesg when you pressed those fn-keys?
> >
> I didn't see any messages at all.
> 
> Also, on all the Acer laptops I checked, the accelerometer device gives the
> "Operation not permitted" error.  Should I split that into a new thread?  It
> appears to be part of the acer-wmi module as well.
> 

Could you please create two bugs on https://bugzilla.kernel.org/ ? One for 
function key, another one for accelerometer. I prefer to collect debug 
messages/files on bugzilla for reference in the future. Please send bug
number to me after you created it.

On the other hand, please attach your acpidump result on bugzilla:
 # acpidump > acpidump.raw

I want to check the DSDT table for more detail.

Thanks a lot!
Joey Lee

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Acer ES1-522 wifi blocked and Fn keys don't work (WMI)
  2017-01-24  3:48     ` joeyli
@ 2017-01-24  3:51       ` joeyli
  2017-01-24  4:41       ` Samuel Sieb
  2017-01-31 22:07       ` Samuel Sieb
  2 siblings, 0 replies; 8+ messages in thread
From: joeyli @ 2017-01-24  3:51 UTC (permalink / raw)
  To: Samuel Sieb; +Cc: platform-driver-x86

On Tue, Jan 24, 2017 at 11:48:23AM +0800, joeyli wrote:
> Hi Samuel, 
> 
> On Mon, Jan 23, 2017 at 03:23:19PM -0800, Samuel Sieb wrote:
> > On 01/22/2017 06:36 AM, joeyli wrote:
> > >On Wed, Jan 18, 2017 at 12:05:52PM -0800, Samuel Sieb wrote:
> > >>I have a user with an Acer ES1-522 laptop and the wifi isn't working. The
> > >>driver detects it correctly, but rfkill says it's hard blocked.  The wifi
> > >>toggle key doesn't have any effect.  The touchpad toggle button disables the
> > >>touchpad, but doesn't enable it when pressed again. However, suspend/resume
> > >>resets the touchpad to working again.  The acer-wmi module is loaded and an
> > >>input device is created.  However, none of the listed keys actually provide
> > >>any output.
> > >>
> > >>I blacklisted the acer_wmi module and now the wifi works.  Is there any
> > >>further information I could provide that would help?
> > >>
> > >What is your kernel verion?
> > >
> > It's running Fedora 24, so the latest kernel at the time was probably
> > 4.8.17.  I see that a 4.9.5 kernel is available for F24 now, so I can try
> > that one if it would be helpful.
> > 
> 
> I see.
> 
> > >And, did you see any messages in dmesg when you pressed those fn-keys?
> > >
> > I didn't see any messages at all.
> > 
> > Also, on all the Acer laptops I checked, the accelerometer device gives the
> > "Operation not permitted" error.  Should I split that into a new thread?  It
> > appears to be part of the acer-wmi module as well.
> > 
> 
> Could you please create two bugs on https://bugzilla.kernel.org/ ? One for 
> function key, another one for accelerometer. I prefer to collect debug 
> messages/files on bugzilla for reference in the future. Please send bug
> number to me after you created it.
> 
> On the other hand, please attach your acpidump result on bugzilla:
>  # acpidump > acpidump.raw
> 
> I want to check the DSDT table for more detail.
>

And, please attach your dmesg on bugzilla that it includes messages after
modprobe acer-wmi driver and press the issue function keys.

Thanks
Joey Lee 

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Acer ES1-522 wifi blocked and Fn keys don't work (WMI)
  2017-01-24  3:48     ` joeyli
  2017-01-24  3:51       ` joeyli
@ 2017-01-24  4:41       ` Samuel Sieb
  2017-01-31 22:07       ` Samuel Sieb
  2 siblings, 0 replies; 8+ messages in thread
From: Samuel Sieb @ 2017-01-24  4:41 UTC (permalink / raw)
  To: joeyli; +Cc: platform-driver-x86

On 01/23/2017 07:48 PM, joeyli wrote:
 > Could you please create two bugs on https://bugzilla.kernel.org/ ? 
One for
 > function key, another one for accelerometer. I prefer to collect debug
 > messages/files on bugzilla for reference in the future. Please send bug
 > number to me after you created it.
 >
 > On the other hand, please attach your acpidump result on bugzilla:
 >  # acpidump > acpidump.raw
 >
 > I want to check the DSDT table for more detail.
 >
Ok, but the biggest problem is that the wifi is hard locked with the 
module installed with no way to turn that off.  I'll file a bug for that 
as well.

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Acer ES1-522 wifi blocked and Fn keys don't work (WMI)
  2017-01-24  3:48     ` joeyli
  2017-01-24  3:51       ` joeyli
  2017-01-24  4:41       ` Samuel Sieb
@ 2017-01-31 22:07       ` Samuel Sieb
  2017-02-08  3:34         ` joeyli
  2 siblings, 1 reply; 8+ messages in thread
From: Samuel Sieb @ 2017-01-31 22:07 UTC (permalink / raw)
  To: joeyli; +Cc: platform-driver-x86

On 01/23/2017 07:48 PM, joeyli wrote:
> Could you please create two bugs on https://bugzilla.kernel.org/ ? One for
> function key, another one for accelerometer. I prefer to collect debug
> messages/files on bugzilla for reference in the future. Please send bug
> number to me after you created it.
>
> On the other hand, please attach your acpidump result on bugzilla:
>  # acpidump > acpidump.raw
>
> I want to check the DSDT table for more detail.
>
Sorry for the delay.  I don't have physical access to the laptop right 
now, so I had to wait for someone to make it remotely available.

Wifi hard block: https://bugzilla.kernel.org/show_bug.cgi?id=193751
accelerometer: https://bugzilla.kernel.org/show_bug.cgi?id=193761

I will create another one for the function keys when I am on-site again, 
but that won't be for at least a month.

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Acer ES1-522 wifi blocked and Fn keys don't work (WMI)
  2017-01-31 22:07       ` Samuel Sieb
@ 2017-02-08  3:34         ` joeyli
  0 siblings, 0 replies; 8+ messages in thread
From: joeyli @ 2017-02-08  3:34 UTC (permalink / raw)
  To: Samuel Sieb; +Cc: platform-driver-x86

Hi Samuel, 

On Tue, Jan 31, 2017 at 02:07:23PM -0800, Samuel Sieb wrote:
> On 01/23/2017 07:48 PM, joeyli wrote:
> >Could you please create two bugs on https://bugzilla.kernel.org/ ? One for
> >function key, another one for accelerometer. I prefer to collect debug
> >messages/files on bugzilla for reference in the future. Please send bug
> >number to me after you created it.
> >
> >On the other hand, please attach your acpidump result on bugzilla:
> > # acpidump > acpidump.raw
> >
> >I want to check the DSDT table for more detail.
> >
> Sorry for the delay.  I don't have physical access to the laptop right now,
> so I had to wait for someone to make it remotely available.
> 

Thanks for your help to create bugs. I added comments on bugzilla.

> Wifi hard block: https://bugzilla.kernel.org/show_bug.cgi?id=193751

For this issue, please try Chris Chiu's patch:
	acer-wmi: Inform firmware that RF Button Driver is active

> accelerometer: https://bugzilla.kernel.org/show_bug.cgi?id=193761
>

For this one, please try this patch that it's merged to testing branch:
	platform/x86: acer-wmi: setup accelerometer when machine has appropriate notify event
 
> I will create another one for the function keys when I am on-site again, but
> that won't be for at least a month.

Thanks
Joey Lee

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2017-02-08  3:34 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-01-18 20:05 Acer ES1-522 wifi blocked and Fn keys don't work (WMI) Samuel Sieb
2017-01-22 14:36 ` joeyli
2017-01-23 23:23   ` Samuel Sieb
2017-01-24  3:48     ` joeyli
2017-01-24  3:51       ` joeyli
2017-01-24  4:41       ` Samuel Sieb
2017-01-31 22:07       ` Samuel Sieb
2017-02-08  3:34         ` joeyli

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.