LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 08-11-2015, 09:43 PM   #1
mralk3
Slackware Contributor
 
Registered: May 2015
Distribution: Slackware
Posts: 1,900

Rep: Reputation: 1050Reputation: 1050Reputation: 1050Reputation: 1050Reputation: 1050Reputation: 1050Reputation: 1050Reputation: 1050
atkbd spamming the logs, stating unknown key


Since the recent -current updates, I've noticed a few issues in my /var/log/{syslog,messages}. System is Slackware64-current multilib, 3.18.11 kernel, ZaReason Strata 7440 laptop. This was not a problem prior to the update.

The log spamming did not exist before the update. I am assuming all I need to do is assign the key on my keyboard to the operation. The weird thing is that KDE seems to be adjusting the screen brightness just fine though. My main concern is that my logs are being spammed constantly when I change the screen brightness.

Not really sure about how to fix this since I've found many different solutions after searching LQ and google.

This is what shows up when I press the brightness keys.
Code:
Aug 11 20:24:00 mothership kernel: [ 2102.120830] atkbd serio0: Unknown key pressed (translated set 2, code 0xf8 on isa0060/serio0).
Aug 11 20:24:00 mothership kernel: [ 2102.120840] atkbd serio0: Use 'setkeycodes e078 <keycode>' to make it known.
Aug 11 20:24:00 mothership kernel: [ 2102.266520] atkbd serio0: Unknown key released (translated set 2, code 0xf8 on isa0060/serio0).
Aug 11 20:24:00 mothership kernel: [ 2102.266524] atkbd serio0: Use 'setkeycodes e078 <keycode>' to make it known.
Aug 11 20:24:01 mothership kernel: [ 2102.823543] atkbd serio0: Unknown key pressed (translated set 2, code 0xf7 on isa0060/serio0).
Aug 11 20:24:01 mothership kernel: [ 2102.823547] atkbd serio0: Use 'setkeycodes e077 <keycode>' to make it known.
Aug 11 20:24:01 mothership kernel: [ 2102.937668] atkbd serio0: Unknown key released (translated set 2, code 0xf7 on isa0060/serio0).
Aug 11 20:24:01 mothership kernel: [ 2102.937673] atkbd serio0: Use 'setkeycodes e077 <keycode>' to make it known.
This is what shows up right after I let go of the brightness keys.
Code:
Aug 11 20:14:12 mothership root: ACPI group video / action brightnessdown is not defined
Aug 11 20:14:13 mothership root: ACPI group video / action brightnessup is not defined
Aug 11 20:14:13 mothership root: ACPI group video / action brightnessdown is not defined
Aug 11 20:14:15 mothership last message repeated 3 times
Aug 11 20:17:58 mothership root: ACPI group video / action brightnessdown is not defined
Aug 11 20:17:59 mothership root: ACPI group video / action brightnessup is not defined
Aug 11 20:23:38 mothership root: ACPI group video / action brightnessup is not defined
Aug 11 20:23:39 mothership root: ACPI group video / action brightnessdown is not defined
Aug 11 20:24:00 mothership root: ACPI group video / action brightnessup is not defined
Aug 11 20:24:01 mothership root: ACPI group video / action brightnessdown is not defined
 
Old 08-12-2015, 10:51 AM   #2
j_v
Member
 
Registered: Oct 2011
Distribution: Slackware64
Posts: 364

Rep: Reputation: 67
This is a bit old, but I wonder if it's related?
http://askubuntu.com/questions/11653...d-what-is-this
 
Old 08-12-2015, 01:13 PM   #3
AlvaroG
Member
 
Registered: Jul 2009
Location: Canelones, Uruguay
Distribution: Slackware
Posts: 147

Rep: Reputation: 43
I had the same problem in an old Dell laptop, but the actual code appearing in the logs was different. In my case, similar to what was answered in the askubuntu site, it was solved by replacing the battery.

If the messages appear only when pressing the keys, I'd just ignore it In my case I had 6-8 messages appearing every second, and that was not only filling the logs but also causing me to lose "real" messages in all the noise.

If the "action" is not defined, as the logs say, maybe your problem can be solved by creating a handler for it, as described here https://wiki.archlinux.org/index.php/Acpid
 
Old 08-12-2015, 04:47 PM   #4
mralk3
Slackware Contributor
 
Registered: May 2015
Distribution: Slackware
Posts: 1,900

Original Poster
Rep: Reputation: 1050Reputation: 1050Reputation: 1050Reputation: 1050Reputation: 1050Reputation: 1050Reputation: 1050Reputation: 1050
Quote:
Originally Posted by j_v View Post
This is a bit old, but I wonder if it's related?
http://askubuntu.com/questions/11653...d-what-is-this
Yes, I saw this. I didn't think it was the issue since this is a brand new laptop and battery. I tried it and I am still seeing the log messages.
 
Old 08-12-2015, 04:53 PM   #5
mralk3
Slackware Contributor
 
Registered: May 2015
Distribution: Slackware
Posts: 1,900

Original Poster
Rep: Reputation: 1050Reputation: 1050Reputation: 1050Reputation: 1050Reputation: 1050Reputation: 1050Reputation: 1050Reputation: 1050
Quote:
Originally Posted by AlvaroG View Post
I had the same problem in an old Dell laptop, but the actual code appearing in the logs was different. In my case, similar to what was answered in the askubuntu site, it was solved by replacing the battery.

If the messages appear only when pressing the keys, I'd just ignore it In my case I had 6-8 messages appearing every second, and that was not only filling the logs but also causing me to lose "real" messages in all the noise.

If the "action" is not defined, as the logs say, maybe your problem can be solved by creating a handler for it, as described here https://wiki.archlinux.org/index.php/Acpid
I am pretty close to just saying "screw it" and leaving it be. It isn't spamming my logs unless I press the keys. Which leads me to believe the problem is that I do not have a handler for ACPI. In addition, I found this after looking into the logs further up and noticing the words "No Handler." It seems like I have a bit of research to do if I want to fix this.

Code:
Aug 12 15:41:02 mothership kernel: [    0.000000] ACPI: RSDP 0x00000000000F0490 000024 (v02 ALASKA)
kernel: [    0.000000] ACPI: XSDT 0x00000000DB9EB088 000094 (v01 ALASKA IVYBRDG  01072009 AMI  00010013)
kernel: [    0.000000] ACPI: FACP 0x00000000DB9FA1E8 00010C (v05 ALASKA IVYBRDG  01072009 AMI  00010013)
kernel: [    0.000000] ACPI: DSDT 0x00000000DB9EB1B8 00F02E (v02 ALASKA IVYBRDG  00000014 INTL 20120711)
kernel: [    0.000000] ACPI: FACS 0x00000000DBA17080 000040
kernel: [    0.000000] ACPI: APIC 0x00000000DB9FA2F8 000092 (v03 ALASKA IVYBRDG  01072009 AMI  00010013)
kernel: [    0.000000] ACPI: FPDT 0x00000000DB9FA390 000044 (v01 ALASKA IVYBRDG  01072009 AMI  00010013)
kernel: [    0.000000] ACPI: LPIT 0x00000000DB9FA3D8 00005C (v01 ALASKA IVYBRDG  00000000 AMI. 00000005)
kernel: [    0.000000] ACPI: SSDT 0x00000000DB9FA438 000228 (v01 INTEL  sensrhub 00000000 INTL 20120711)
kernel: [    0.000000] ACPI: SSDT 0x00000000DB9FA660 000539 (v01 PmRef  Cpu0Ist  00003000 INTL 20120711)
kernel: [    0.000000] ACPI: SSDT 0x00000000DB9FABA0 000AD8 (v01 PmRef  CpuPm    00003000 INTL 20120711)
kernel: [    0.000000] ACPI: MCFG 0x00000000DB9FB678 00003C (v01 ALASKA IVYBRDG  01072009 MSFT 00000097)
kernel: [    0.000000] ACPI: HPET 0x00000000DB9FB6B8 000038 (v01 ALASKA IVYBRDG  01072009 AMI. 00000005)
kernel: [    0.000000] ACPI: SSDT 0x00000000DB9FB6F0 000315 (v01 SataRe SataTabl 00001000 INTL 20120711)
kernel: [    0.000000] ACPI: SSDT 0x00000000DB9FBA08 003562 (v01 SaSsdt SaSsdt   00003000 INTL 20091112)
kernel: [    0.000000] ACPI: SSDT 0x00000000DB9FEF70 001342 (v01 SgRef  SgPeg    00001000 INTL 20120711)
kernel: [    0.000000] ACPI: MSFF 0x00000000DBA002B8 000029 (v01 ALASKA IVYBRDG  00000010 AMI  00010013)
kernel: [    0.000000] ACPI: DMAR 0x00000000DBA002E8 0000B8 (v01 INTEL  HSW      00000001 INTL 00000001)
kernel: [    0.009128] ACPI: All ACPI Tables successfully acquired
kernel: [    0.010401] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
kernel: [    0.010479] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
kernel: [    0.322015] ACPI Error: No handler for Region [EC__] (ffff880216892288) [EmbeddedControl] (20150410/evregion-163)
kernel: [    0.322203] ACPI Error: Region EmbeddedControl (ID=3) has no handler (20150410/exfldio-297)
kernel: [    0.322387] ACPI Error: Method parse/execution failed [\_SB_.PCI0.LPCB.EC__._REG] (Node ffff880216899488), AE_NOT_EXIST (20150410/psparse-536)
kernel: [    0.323302] ACPI: Executed 1 blocks of module-level executable AML code
kernel: [    0.325742] ACPI: Dynamic OEM Table Load:
kernel: [    0.325894] ACPI: SSDT 0xFFFF880216227400 0003D3 (v01 PmRef  Cpu0Cst  00003001 INTL 20120711)
kernel: [    0.326520] ACPI: Dynamic OEM Table Load:
kernel: [    0.326666] ACPI: SSDT 0xFFFF880216214000 0005AA (v01 PmRef  ApIst    00003000 INTL 20120711)
kernel: [    0.327315] ACPI: Dynamic OEM Table Load:
kernel: [    0.327462] ACPI: SSDT 0xFFFF88021621F600 000119 (v01 PmRef  ApCst    00003000 INTL 20120711)
kernel: [    0.329959] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150410/hwxface-580)
kernel: [    0.330153] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150410/hwxface-580)
kernel: [    0.351502] ACPI: Enabled 4 GPEs in block 00 to 3F
kernel: [    0.785675] ACPI Error: [DSSP] Namespace lookup failure, AE_NOT_FOUND (20150410/psargs-359)
kernel: [    0.785904] ACPI Error: Method parse/execution failed [\_SB_.PCI0.SAT0.SPT4._GTF] (Node ffff8802168cdfc8), AE_NOT_FOUND (20150410/psparse-536)
kernel: [    0.786984] ACPI Error: [DSSP] Namespace lookup failure, AE_NOT_FOUND (20150410/psargs-359)
kernel: [    0.787221] ACPI Error: Method parse/execution failed [\_SB_.PCI0.SAT0.SPT4._GTF] (Node ffff8802168cdfc8), AE_NOT_FOUND (20150410/psparse-536)
kernel: [    7.029848] ACPI: Deprecated procfs I/F for AC is loaded, please retry with CONFIG_ACPI_PROCFS_POWER cleared
kernel: [    7.180746] ACPI: Deprecated procfs I/F for battery is loaded, please retry with CONFIG_ACPI_PROCFS_POWER cleared
kernel: [    7.807303] iwlwifi 0000:04:00.0: Direct firmware load for iwlwifi-7260-13.ucode failed with error -2
kernel: [    7.813866] ACPI Warning: SystemIO range 0x000000000000F040-0x000000000000F05F conflicts with OpRegion 0x000000000000F040-0x000000000000F04F (\_SB_.PCI0.SBUS.SMBI) (20150410/utaddress-254)

Last edited by mralk3; 08-12-2015 at 04:56 PM.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
atkbd.c: Unknown key pressed, RHES4 sgruver Red Hat 2 12-06-2007 02:25 PM
Geforce FX 5200 stating unknown since the livna drivers almost000 Fedora 13 08-03-2007 09:52 PM
[NLD] kernel: atkbd.c: Unknown key pressed sjacobs SUSE / openSUSE 0 06-24-2005 03:14 AM
atkbd.c: Unknown key released (translated set 2, code 0x7a on isa0060/serio0). atkbd. satanic_linux Slackware 1 06-08-2004 02:11 PM
Keyboard oddity. "atkbd.c: Unknown key" fr0zen Linux - Software 2 01-10-2004 06:46 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 07:51 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration