You are not logged in.

#1 2014-11-20 06:26:43

MikeW
Member
Registered: 2011-10-19
Posts: 66

U530 dmesg error "ideapad_laptop: Unknown event: 1"

I have Arch running on a Lenovo U530 I haven't really noticed any real problems. I am currious what this message in the dmesg output is though. The only thing that I don't have working yet is the webcam, everything else is functional including synaptic pad, and touch screen.

[  522.111505] ideapad_laptop: Unknown event: 1
[  543.299577] ideapad_laptop: Unknown event: 1
[  564.490699] ideapad_laptop: Unknown event: 1
[  585.685456] ideapad_laptop: Unknown event: 1
[  606.877023] ideapad_laptop: Unknown event: 1
[  628.064939] ideapad_laptop: Unknown event: 1
[  649.256387] ideapad_laptop: Unknown event: 1


Some searching found that this may be related to wireless disconnect, but is not the case I haven't had any problems with wireless that I am aware of anyways.

Does anyone else have arch running on a similar machine and has some clue to what this message is all about? smile

Last edited by MikeW (2014-11-21 06:44:06)

Offline

#2 2014-11-20 07:34:52

TheSaint
Member
From: my computer
Registered: 2007-08-19
Posts: 1,523

Re: U530 dmesg error "ideapad_laptop: Unknown event: 1"

What is your Wifi card?
What's its driver?

lspci | grep Net

Is there any help here ?


do it good first, it will be faster than do it twice the saint wink

Offline

#3 2014-11-20 15:44:35

MikeW
Member
Registered: 2011-10-19
Posts: 66

Re: U530 dmesg error "ideapad_laptop: Unknown event: 1"

01:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 10)


I don't think its the wfi causing it thats just what seemed to be showing up in google searches. In my case I haven't been having problems with wifi. It also starts with the message right after boot after wfi seems to be all setup and running ok. I will have a look over that link once I get home from work, thanks for that. The hard ware looks quite similar so maybe there is something there.

  5.651531] iwlwifi 0000:02:00.0: L1 Disabled - LTR Enabled
[    5.651756] iwlwifi 0000:02:00.0: L1 Disabled - LTR Enabled
[    5.663304] IPv6: ADDRCONF(NETDEV_UP): wlp2s0: link is not ready
[    6.562791] wlp2s0: authenticate with 28:c6:8e:8a:72:b2
[    6.565771] wlp2s0: send auth to 28:c6:8e:8a:72:b2 (try 1/3)
[    6.570756] wlp2s0: authenticated
[    6.573760] wlp2s0: associate with 28:c6:8e:8a:72:b2 (try 1/3)
[    6.577966] wlp2s0: RX AssocResp from 28:c6:8e:8a:72:b2 (capab=0x411 status=0 aid=1)
[    6.580252] wlp2s0: associated
[    6.580291] IPv6: ADDRCONF(NETDEV_CHANGE): wlp2s0: link becomes ready
[    6.697610] fuse init (API version 7.23)
[   29.053309] ideapad_laptop: Unknown event: 1
[   50.242397] ideapad_laptop: Unknown event: 1
[   71.436140] ideapad_laptop: Unknown event: 1
[   92.716511] ideapad_laptop: Unknown event: 1
[  113.946206] ideapad_laptop: Unknown event: 1


This is interesting too, looks like this is the code responsible. There may be some clues in there not that I understand all the code but the output lines may give me something else to look for in the logs.

https://gitorious.org/0xlab-kernel/kern … top.c#L209

Last edited by MikeW (2014-11-20 17:32:01)

Offline

#4 2014-11-20 21:44:30

TheSaint
Member
From: my computer
Registered: 2007-08-19
Posts: 1,523

Re: U530 dmesg error "ideapad_laptop: Unknown event: 1"

Please get me this

$ /proc/config.gz |grep -i ideapad_laptop
$ lsmod |grep ideapad
$ find /usr/lib/modules -iname '*ideapad*'

I'd like to know if there's a module that's named  ideapad_laptop and what is doing.
More infos are on its site


do it good first, it will be faster than do it twice the saint wink

Offline

#5 2014-11-20 22:53:16

MikeW
Member
Registered: 2011-10-19
Posts: 66

Re: U530 dmesg error "ideapad_laptop: Unknown event: 1"

TheSaint wrote:

I'd like to know if there's a module that's named  ideapad_laptop and what is doing.
More infos are on its site

I'd like to know that too... I'll get you the info requested a little later tonight once I get done with this working for a living nonsense. smile

This may have something to do with airplane mode, which I don't care about to be honest.

http://marc.info/?l=linux-kernel&m=139421657413234&w=2

Last edited by MikeW (2014-11-20 23:01:04)

Offline

#6 2014-11-21 02:27:03

MikeW
Member
Registered: 2011-10-19
Posts: 66

Re: U530 dmesg error "ideapad_laptop: Unknown event: 1"

zcat /proc/config.gz |grep -i ideapad_laptop

CONFIG_IDEAPAD_LAPTOP=m

lsmod |grep ideapad

ideapad_laptop         17447  0
sparse_keymap          12818  1 ideapad_laptop
rfkill                 18867  5 cfg80211,ideapad_laptop,bluetooth
i8042                  18002  2 libps2,ideapad_laptop


find /usr/lib/modules -iname '*ideapad*'

/usr/lib/modules/3.17.3-1-ARCH/kernel/drivers/input/misc/ideapad_slidebar.ko.gz
/usr/lib/modules/3.17.3-1-ARCH/kernel/drivers/platform/x86/ideapad-laptop.ko.gz

Offline

#7 2014-11-21 06:16:54

MikeW
Member
Registered: 2011-10-19
Posts: 66

Re: U530 dmesg error "ideapad_laptop: Unknown event: 1"

Problem solved!

I noticed the message "Your Bios is broken; DMAR reported at address 0!", and went searching for updates just in case Lenovo fixed something. There was an update but the only fix listed was about the bluetooth setting not being able to be disabled.

I updated anyways even though my issue was not listed. Guess what its fixed, the system boots clean now.

Just incase anyone else runs into this issue, the bios update that fixed my U530 machine was 7ccn61ww.


Update: I spoke too soon, its not solved but not happening near as often so it looked solved. It took quite a while to show up this time. This may be related by it started up in the log after the monitor as blanked and then reactived. The flash update did solved a few other problems though. smile

Update2: Now I see why I didn't notice it after flashing bios. This seems to be tied to power management. When on AC the Unknown event spam stops. When on battery that message shows up about every 20 seconds.

Last edited by MikeW (2014-11-21 07:07:25)

Offline

#8 2014-11-21 08:46:48

TheSaint
Member
From: my computer
Registered: 2007-08-19
Posts: 1,523

Re: U530 dmesg error "ideapad_laptop: Unknown event: 1"

one more step forward smile
You may see if there're some parameters to pass to the module

$ modinfo ideapad-laptop |grep parm
parm:           no_bt_rfkill:No rfkill for bluetooth. (bool)

So you may add to your kernel command line something like ideapad-laptop.no_bt_rfkill=0.
For testing it isn't needed permanent, so you should use the edit feature of your boot loader while booting and add the command there. E.g. for grub and gummiboot just press key e while is booting, before timeout, and modify the kernel line.
If that won't do anything, file a bug report to the developer site. I think he will be interested to pose a fix.


do it good first, it will be faster than do it twice the saint wink

Offline

#9 2014-11-24 03:44:55

MikeW
Member
Registered: 2011-10-19
Posts: 66

Re: U530 dmesg error "ideapad_laptop: Unknown event: 1"

Adding the boot parameters did not appear to do anything. Going to head upstream to see if I can find an existing bug or report a new one myself.

Last edited by MikeW (2014-11-24 03:45:51)

Offline

#10 2014-11-24 13:30:17

TheSaint
Member
From: my computer
Registered: 2007-08-19
Posts: 1,523

Re: U530 dmesg error "ideapad_laptop: Unknown event: 1"

Yeah, you have the right to do that. My suggestion : put +"ideapad-laptop" +network host:lkml.org in you search engine


do it good first, it will be faster than do it twice the saint wink

Offline

Board footer

Powered by FluxBB