Setting up
-
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. -
3. Downloading WD719x Driver
Download WD719x Driver for Ubuntu GNU/Linux
-
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