WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Aterm Enter Key Function  (Read 8204 times)

Offline jazzbiker

  • Hero Member
  • *****
  • Posts: 933
Re: Aterm Enter Key Function
« Reply #30 on: December 09, 2020, 04:56:36 PM »
Hi, Richa Rd!

Why so many mice in Your configuration? I see 3. And all of them declaring
Code: [Select]
       capabilities: i8042
which is keyboard controller chip. For example in my box mouse driver doesn't declare anything about i8042. The -s and -k options leads to the same program loop, the difference is only in the prepending this loop ioctl() call parameter, so we can definitely conclude that this is the driver issue. I see, that Your installed touchpad is Synaptics. Is it possible to switch it off using BIOS?

Offline jazzbiker

  • Hero Member
  • *****
  • Posts: 933
Re: Aterm Enter Key Function
« Reply #31 on: December 09, 2020, 05:55:33 PM »
You can try to boot with
Code: [Select]
i8042.nomux=1 i8042.reset
kernel boot parameters to exclude interference between mice and keyboard.
Maybe
Code: [Select]
i8042.noaux=1
will have some effect.
« Last Edit: December 09, 2020, 06:05:16 PM by jazzbiker »

Offline jazzbiker

  • Hero Member
  • *****
  • Posts: 933
Re: Aterm Enter Key Function
« Reply #32 on: December 09, 2020, 09:43:52 PM »
By the way, searching on "compaq evo n1000c keyboard controller" proposes several links to some keyboard controller firmware update to v.15.29.

Offline Richa Rd

  • Newbie
  • *
  • Posts: 19
Re: Aterm Enter Key Function
« Reply #33 on: December 13, 2020, 01:42:49 PM »
Hi Jazzbiker,
My problem is solved with the enter key not functioning correctly in aterm.
[quote ...By the way, searching on "compaq evo n1000c keyboard controller" proposes several links to some keyboard controller firmware update to v.15.29.
[/quote]
The laptop keyboard controller firmware was still at V.15.24.  I upgraded it to V.15.29 using file HP SP31251.exe.
The enter key now behaves correctly in aterm.
Thanks to you and Rich for all your assistance.
Compaq Evo N1000c P4 cpu 1GB ram 80GB hdd

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11256
Re: Aterm Enter Key Function
« Reply #34 on: December 13, 2020, 01:45:57 PM »
Hi Richa Rd
Glad to hear you were able to solve this, and thank you for sharing the solution.