dortania / dortania/bugtracker
Better commands for discovering hardware on linux [Extremely low priority]
- Dominant language
- No language data
- Stars
- 123
- Forks
- 8
- PR merge metrics
- No merged PRs in 30d
Description
Hi! I just wanted to alert you to a potentially better command `hwinfo` that is available on linux systems to help discover hardware.
CPU: `hwinfo --cpu` or even better, `lscpu` (lscpu gives you CPU min and max clock speeds)
GPU: `hwinfo --gfxcard`
Keyboard: `hwinfo --keyboard` (i8042 is a PS/2 keyboard)
Mouse/TP: `hwinfo --mouse`
Wifi: `hwinfo --wlan`
BT: `hwinfo --bluetooth`
Ethernet: `hwinfo --netcard`
Storage `hwinfo --disk`
appending --short makes the output of this command even cleaner. Do not do this for mouse/keyboard.
Affected opencore guide page: https://dortania.github.io/OpenCore-Install-Guide/find-hardware.html#finding-hardware-using-linux
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.