Lenovo (V14-IIL) Sound , WiFi (c82f) and Touchpad Issue Fix inIT@School Ubuntu 18.04 .1 (Malayalam)

Поделиться
HTML-код
  • Опубликовано: 20 окт 2024
  • Lenovo Laptop (V14-IIL) എന്ന ലാപ്‍ടോപ്പിന് വേണ്ടി പ്രത്യേകമായി തയാറാക്കിയ വീ‍ഡിയോ ആണെങ്കിലും ഉബണ്ടു ബേയ്സ്ഡ് സിസ്റ്റങ്ങളുടെ ഘടകങ്ങൾ പ്രവർത്തനക്ഷമമാകാത്തത് പരിഹരിക്കുന്നതിന് പൊതുവായി സ്വീകരിക്കേണ്ട ചില മാർഗ നിർദേശങ്ങളാണ് ഇവിടെ പരാമർശിക്കാൻ ശ്രമിച്ചിരിക്കുന്നത്.
    ഇവിടെ ഉപയോഗിച്ചിരിക്കുന്ന കമാന്റുകൾ താഴെ ലിസ്റ്റ് ചെയ്തിരിക്കുന്നു.
    Commands Used in this Video
    ----------------------------
    For updating kernel and other drivers (here sound issue will be fixed with this)
    -------------------------------
    uname -r
    sudo apt update
    sudo apt install linux-generic-hwe-18.04
    sudo apt install linux-firmware
    sudo apt install xserver-xorg-hwe-18.04
    reboot
    For WiFi(Realtek device c82f) Issue Fix:
    ------------------------------
    lspci
    sudo apt update
    sudo apt install make gcc linux-headers-$(uname -r) build-essential git
    git clone github.com/lwf...
    cd rtw88
    make
    sudo make install
    reboot
    For Touch-pad Issue fix:
    ---------------------------------------
    xinput
    sudo gedit /etc/default/grub
    this will open grub file in gedit. Change the following line from
    GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
    to
    GRUB_CMDLINE_LINUX_DEFAULT="i8042.nopnp=1 pci=nocrs quiet splash"
    save file and issue following command
    sudo update-grub
    reboot

Комментарии • 70