SSD7502 LIVE driver for Ubuntu 22.04.1 kernel 5.15.0-43-generic

Post Reply
zemerdon
Site Admin
Posts: 255
Joined: Mon Jan 23, 2023 8:13 pm

SSD7502 LIVE driver for Ubuntu 22.04.1 kernel 5.15.0-43-generic

Post by zemerdon »

edit grub menu to amend the following...

/something/vmlinux ---modprobe.blacklist=nvme

And the then execute following commands with root user to copy the driver contents.
#sudo su ← Get permission.
# mkdir /hptdd ← Create mount point for USB flash drive
# mount /dev/sda1 /hptdd/ ← Mount the USB flash drive to /hptdd
# cp -a /hptdd/hptdd /tmp/ ← Copy driver installation file to system temporary

directory

# umount /dev/sda1 ← Umount the USB flash drive

# sh /tmp/hptdd/preinst.sh ← Load SSD7000 driver.

g. Press ALT+F1 to continue system installation.

h. When the installation prompts “Installation Complete”,don’t click Restart Now.

Press CTRL+ALT+F3 and execute following command to install driver to the installed
Linux Ubuntu on the array of SSD7000.

# sh /tmp/hptdd/postinst.sh ← Install SSD7000 driver.

i. Press ALT+F1 and click “Restart Now” to finish the installation.

If the system has been black for some time after clicking "Restart Now", may be a
problem with the Ubuntu system installer, complete the restart operation with Ctrl + C.
j. Open source driver needs to
Post Reply