You are not logged in.

#1 2022-12-26 06:30:08

ip2015
Member
Registered: 2022-12-26
Posts: 16

[SOLVED]error message prevent keyboard input

After the system starts, there are two error messages on the tty.

These two messages will prevent keyboard input, and the time ranges from a few seconds to about two minutes.

How to close these outputs, I just want to shield these outputs.

The message is:

Arch Linux 6.1.1-arch1-1 (tty1)

Archlinux login: [       4.006972] spi-nor spi0.0: unrecognized JEDEC id bytes:c2 75 18 c2 75 18
[       5.750779] Bluetooth: hci0: Malformed MSFT vendor event: 0x02
_(The cursor is stuck here and it will take a while to enter)

These two messages did not find the reason.

Last edited by ip2015 (2022-12-27 02:55:55)

Offline

#2 2022-12-26 06:50:42

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,426
Website

Re: [SOLVED]error message prevent keyboard input

Fix your title. Pick something that is actually meaningful: https://wiki.archlinux.org/title/Genera … ow_to_post


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#3 2022-12-26 08:02:14

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 76,406

Re: [SOLVED]error message prevent keyboard input

Can you immeditately switch to a different TTY?
spi-nor is a kernel module for MTD, but I'm not sure those messages are related to your input problems at all.

Please post a complete system journal after logging in.

sudo journalctl -b | curl -F 'file=@-' 0x0.st

Offline

#4 2022-12-26 08:26:31

ip2015
Member
Registered: 2022-12-26
Posts: 16

Re: [SOLVED]error message prevent keyboard input

seth wrote:

Can you immeditately switch to a different TTY?
spi-nor is a kernel module for MTD, but I'm not sure those messages are related to your input problems at all.

Please post a complete system journal after logging in.

sudo journalctl -b | curl -F 'file=@-' 0x0.st

I haven't done anything yet

http://0x0.st/o5Ue.txt

Offline

#5 2022-12-26 08:39:46

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 76,406

Re: [SOLVED]error message prevent keyboard input

I haven't done anything yet

What is that suppsed to say?

Do you use a BT keyboard?
There isn't anything really happening between those error messages and you logging in, certainly nothing that would explain a disfunctional and then functional keyboard.

How do "these two messages […] prevent keyboard input"?
Can you actually not use the keyboard (TTY switch? "blind" login) or are they just there and "in your way"?

Offline

#6 2022-12-26 09:07:43

ip2015
Member
Registered: 2022-12-26
Posts: 16

Re: [SOLVED]error message prevent keyboard input

seth wrote:

Can you immeditately switch to a different TTY?
spi-nor is a kernel module for MTD, but I'm not sure those messages are related to your input problems at all.

Please post a complete system journal after logging in.

sudo journalctl -b | curl -F 'file=@-' 0x0.st

sorry,I took "can" as "are",I can switch to a different tty.

my device is a hp laptop, and I don't have a bluetooth keyboard.
This problem sometimes occurs and sometimes does not.

Offline

#7 2022-12-26 09:10:22

ip2015
Member
Registered: 2022-12-26
Posts: 16

Re: [SOLVED]error message prevent keyboard input

This problem does not affect the use, but it is a bit uncomfortable

Offline

#8 2022-12-26 09:38:08

ip2015
Member
Registered: 2022-12-26
Posts: 16

Re: [SOLVED]error message prevent keyboard input

ip2015 wrote:
seth wrote:

Can you immeditately switch to a different TTY?
spi-nor is a kernel module for MTD, but I'm not sure those messages are related to your input problems at all.

Please post a complete system journal after logging in.

sudo journalctl -b | curl -F 'file=@-' 0x0.st

sorry,I took "can" as "are",I can switch to a different tty.

my device is a hp laptop, and I don't have a bluetooth keyboard.
This problem sometimes occurs and sometimes does not.

I made a mistake,I can‘t switch to a different tty when input be prevent.

Offline

#9 2022-12-26 20:19:58

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 76,406

Re: [SOLVED]error message prevent keyboard input

This is probably not limited to your keyboard.

hp_wmi: query 0x4c returned error 0x6

Try to add "pci=nommconf" and "i8042.dumbkbd" to you kernel parameters, https://wiki.archlinux.org/title/Kernel_parameters
If this works, try with only one of either (to see whether one is the crucial one)

Offline

#10 2022-12-27 02:54:54

ip2015
Member
Registered: 2022-12-26
Posts: 16

Re: [SOLVED]error message prevent keyboard input

seth wrote:

This is probably not limited to your keyboard.

hp_wmi: query 0x4c returned error 0x6

Try to add "pci=nommconf" and "i8042.dumbkbd" to you kernel parameters, https://wiki.archlinux.org/title/Kernel_parameters
If this works, try with only one of either (to see whether one is the crucial one)

"i8042.dumbkbd" can fix the problem without use "pci=nommconf".
Thanks for your help.

Offline

Board footer

Powered by FluxBB