One of my HP's has a numlock on or off in the bios. The other HP does not.
The HP without the numlock bios entry boots with the Number lock off. However, I have a script that is run at login that solves this.
TurnNumLockOn.sh
if you try in a terminal:Does it turn on your num keys? (I can turn mine off, then execute this script and it all works.
The HP without the numlock bios entry boots with the Number lock off. However, I have a script that is run at login that solves this.
TurnNumLockOn.sh
Code:
#!/bin/bashnumlockx on
if you try in a terminal:
Code:
numlockx on
Statistics: Posted by CharlesV — Wed Mar 26, 2025 6:02 pm