$schemamarkup = get_post_meta(get_the_ID(), 'schemamarkup', true); if(!empty($schemamarkup)) { echo $schemamarkup; }

WD7193/WD7197/WD7296 Driver Installation in Ubuntu 20.04

April 11, 2023 | By the+gnu+linux+evangelist.

Setting up

  1. 2. Installing Dependencies

    Then to Install Required Software
    Now to Setup lhz Archive Extractor:

    sudo apt install lhasa

    Authenticate with the User Admin Pass.
    If Got “User is Not in Sudoers file” then see: How to Enable sudo.

  2. 3. Downloading WD719x Driver

    Download WD719x Driver for Ubuntu GNU/Linux

    WD719x Driver Installer for Ubuntu
  3. 4. Installing WD719x Driver

    Then to Install WD719x Driver Firmware
    First, access the Download location by default with:

    cd ~/Downloads

    To Check it’s there List the contents with:

    ls . | grep pciscsi

    The grep Command refine the output List showing only the Entries matching the Keyword.
    But if you are in Trouble to Find it out on Terminal then See: How to Access Downloads Folder from Browser.
    Then, Download the Script: wd719x.sh
    Give it Execution Permission with:

    chmod +x ./wd719x.sh

    Extract the Firmware:

    ./wd719.sh

    Next Switch the Firmware into the Target:

    sudo mv ./wd719x*.bin /lib/firmware/

    Fix Permissions:

    sudo chown root:root /lib/firmware/wd719x*.bin

    Last, Restart:

    sudo reboot

    And Happy WD-SCSI :)

Contents