You are not logged in.
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
Fix your title. Pick something that is actually meaningful: https://wiki.archlinux.org/title/Genera … ow_to_post
Offline
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.stOffline
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
Offline
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
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
This problem does not affect the use, but it is a bit uncomfortable
Offline
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.stsorry,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
This is probably not limited to your keyboard.
hp_wmi: query 0x4c returned error 0x6Try 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
This is probably not limited to your keyboard.
hp_wmi: query 0x4c returned error 0x6Try 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