tips:hw:hp

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
tips:hw:hp [2021/09/02 11:56] ngiacobbotips:hw:hp [2024/10/14 07:05] (current) sscipioni
Line 1: Line 1:
 ====== Install Ubuntu 21.04 ====== ====== Install Ubuntu 21.04 ======
-Use a USB to boot the ubuntu 21.04+to maintain Windows installed: 
 + 1. disable BitLocker (Impostazioni->Aggiornamenti Sicurezza->Crittografia->Disabilità) 
 + 2. disable Secure Boot (from BIOS) 
 + 3. re-order the booting devices (from BIOS) 
 + 3. use a USB to boot the ubuntu 21.04
  
 ==== Possible issues ==== ==== Possible issues ====
 **Backlight / nomodeset**  **Backlight / nomodeset** 
    
-In case you are using a laptop with intel i7 gen. 11th and iRIS XE graphics you should use kernel **5.11.0-16-generic** (`uname -r`)+In case you are using a laptop with intel i7 gen. 11th and iRIS XE graphics you should use kernel **5.11.0-16-generic** 
 +A possible solution is to add the following lines in **/etc/default/grub**: 
 + 
 + GRUB_DEFAULT=saved 
 + GRUB_SAVEDEFAULT=true 
 + 
 +Then reboot the system, select //Opzioni avanzate per Ubuntu// and //Ubuntu, con Linux 5.11.0-16-generic//. You must do that only once to save your preferences. 
  
 **Wi-fi**   **Wi-fi**  
Line 11: Line 21:
 To install the correct drive you should follow these command (and might read the discussion at this [link](https://forum.ubuntu-it.org/viewtopic.php?t=637471)): To install the correct drive you should follow these command (and might read the discussion at this [link](https://forum.ubuntu-it.org/viewtopic.php?t=637471)):
  1. Make sure you have a proper build environment and dkms installed.  1. Make sure you have a proper build environment and dkms installed.
- 2. sudo apt install bc module-assistant build-essential dkms + 2. sudo su 
- 3sudo m-a prepare + 3. apt install bc module-assistant build-essential dkms 
- 4. apt install rtl8821ce-dkms+ 4. m-a prepare 
 + 5. apt install rtl8821ce-dkms 
 + 
 +==== HP Z640 ==== 
 + 
 +* https://blog.frehi.be/2022/05/04/updating-hp-bios-firmware-from-linux/ 
  • tips/hw/hp.1630576612.txt.gz
  • Last modified: 2021/09/02 11:56
  • by ngiacobbo