meta data for this page
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
hw:lenovo_legion5 [2022/08/25 19:06] – niziak | hw:lenovo_legion5 [2023/10/11 09:14] (current) – niziak | ||
---|---|---|---|
Line 8: | Line 8: | ||
AMD Renoir Chipset | AMD Renoir Chipset | ||
- | ===== BIOS ===== | + | ===== enter BIOS ===== |
- Fn + F12 - boot menu | - Fn + F12 - boot menu | ||
- Fn + F2 - setup | - Fn + F2 - setup | ||
- F9 (no Fn key) - Novo Menu | - F9 (no Fn key) - Novo Menu | ||
- | ===== mt7921e | + | ===== change to GRUB bootloader |
+ | |||
+ | '' | ||
+ | Solution is to use another tool, and add GRUB UEFI entry grub manually. From Windows: | ||
+ | |||
+ | <code shell> | ||
+ | |||
+ | |||
+ | ===== reboot to BIOS ===== | ||
+ | |||
+ | Boot to Windows. | ||
+ | - '' | ||
+ | - '' | ||
+ | |||
+ | |||
+ | ===== nvidia ===== | ||
+ | |||
+ | To use 2 external monitors: | ||
+ | - BIOS | ||
+ | - select " | ||
+ | - disable Secure Boot (to use nvidia modules) | ||
+ | - Linux | ||
+ | - '' | ||
+ | |||
+ | ===== mt7921e ===== | ||
+ | * [[https:// | ||
* [[https:// | * [[https:// | ||
* [[https:// | * [[https:// | ||
+ | |||
+ | ==== WiFI disconnects ==== | ||
+ | |||
+ | Sometimes network connectivity is blocked. WiFi is connected but no connection to outside. Reconnects helps. Nothing in kernel log. | ||
+ | |||
+ | < | ||
+ | 04:00.0 Network controller: MEDIATEK Corp. MT7921 802.11ax PCI Express Wireless Network Adapter | ||
+ | Subsystem: Lenovo MT7921 802.11ax PCI Express Wireless Network Adapter | ||
+ | Flags: bus master, fast devsel, latency 0, IRQ 75, IOMMU group 12 | ||
+ | Memory at fcf2000000 (64-bit, prefetchable) [size=1M] | ||
+ | Memory at fcf2100000 (64-bit, prefetchable) [size=16K] | ||
+ | Memory at fcf2104000 (64-bit, prefetchable) [size=4K] | ||
+ | Capabilities: | ||
+ | Kernel driver in use: mt7921e | ||
+ | Kernel modules: mt7921e | ||
+ | </ | ||
===== sensors ===== | ===== sensors ===== | ||
k10temp | k10temp | ||
+ | |||
+ | ===== watchdog ===== | ||
+ | |||
+ | <code bash> | ||
+ | # dmesg | ||
+ | [ 0.197577] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter. | ||
+ | [ 3.834143] sp5100-tco sp5100-tco: Using 0xfed80b00 for watchdog MMIO address | ||
+ | |||
+ | # ls -l / | ||
+ | crw------- 1 root root 10, 130 wrz 8 10:35 / | ||
+ | crw------- 1 root root 245, 0 wrz 8 10:35 / | ||
+ | crw------- 1 root root 245, 1 wrz 8 10:35 / | ||
+ | |||
+ | # ls -l / | ||
+ | lrwxrwxrwx 1 root root 0 wrz 9 10:37 device -> ../ | ||
+ | |||
+ | </ | ||