Results 1 to 6 of 6

Thread: xubuntu 20.04 LTS , how do i compile and install this SSD driver?

  1. #1
    Join Date
    Feb 2010
    Location
    MO, USA
    Beans
    155

    xubuntu 20.04 LTS , how do i compile and install this SSD driver?

    it sucks that in 2020 i still have to compile drives for a years old SSD but, this is the SSD i have and i need to know how to install the drivers, also what kind of issues will i have? i think it patchestthe kernel? what if i install other stuff like VMwarep layer that also patches the kernel?

    https://github.com/snuf/iomemory-vsl

  2. #2
    Join Date
    Jun 2009
    Location
    0:0:0:0:0:0:0:1
    Beans
    5,169
    Distro
    Kubuntu

    Re: xubuntu 20.04 LTS , how do i compile and install this SSD driver?

    nothing is stopping you form using 2 or more things that make use of dkms like virtualbox and nvidia drivers
    What SSD do you have? is it attached via a raid card? or is it something more obscure like a ram based pcie card
    Laptop: ASUS A54C-NB91 (Storage: WD3200BEKT + MKNSSDCR60GB-DX); Desktop: Custom Build - Images included; rPi Server
    Putting your Networked Printer's scanner software to shame PHP Scanner Server
    I frequently edit my post when I have the last post

  3. #3
    Join Date
    Feb 2010
    Location
    MO, USA
    Beans
    155

    Re: xubuntu 20.04 LTS , how do i compile and install this SSD driver?

    Quote Originally Posted by pqwoerituytrueiwoq View Post
    nothing is stopping you form using 2 or more things that make use of dkms like virtualbox and nvidia drivers
    What SSD do you have? is it attached via a raid card? or is it something more obscure like a ram based pcie card


    actually neither, it's just an old PCEi SSD, Fusion IO 3.2TB

    https://hardforum.com/threads/3-2tb-...r-240.1991865/

    https://www.youtube.com/watch?v=9W7Ifyz5uR0

    i know it's enterprise but, i don't think it's super obscure, it's said that newer kernels have drivers for it!

    EDIT: don't i need some packages installed for the commands to compile and install this driver to work?

    EDIT EDIT: okay i’m confused on how to use the git checkout command, evidently updates would be completely broken without DKMS, using
    git fetch --all --tags brings up nothing
    Last edited by cdoublejj; July 19th, 2020 at 12:04 AM.

  4. #4
    Join Date
    Jun 2009
    Location
    0:0:0:0:0:0:0:1
    Beans
    5,169
    Distro
    Kubuntu

    Re: xubuntu 20.04 LTS , how do i compile and install this SSD driver?

    if it is supported by newer kernels you could get the 5.7 kernel from the mainline, 5.7 does not break the virtualbox dkms stuff
    https://kernel.ubuntu.com/~kernel-ppa/mainline/v5.7.2/
    if installing this is compliated there are some tools to make it easy
    https://github.com/GM-Script-Writer-...Kernel-Updater
    https://www.linuxuprising.com/2018/1...kernel-in.html
    Laptop: ASUS A54C-NB91 (Storage: WD3200BEKT + MKNSSDCR60GB-DX); Desktop: Custom Build - Images included; rPi Server
    Putting your Networked Printer's scanner software to shame PHP Scanner Server
    I frequently edit my post when I have the last post

  5. #5
    Join Date
    Feb 2010
    Location
    MO, USA
    Beans
    155

    Re: xubuntu 20.04 LTS , how do i compile and install this SSD driver?

    i can't seem to mount the drive, the mount option is greyed out. can't format the drive BUT, it works fine when booted in to windows.

    wondering if this is my issue: https://superuser.com/questions/2788...d-drive-ubuntu


  6. #6
    Join Date
    Feb 2010
    Location
    MO, USA
    Beans
    155

    Re: xubuntu 20.04 LTS , how do i compile and install this SSD driver?

    NAILED IT! had to manual mount it and set up in Disks to auto mount!
    $ sudo mount /dev/sda1 /media/openSpaceI
    Then had to boot in to windows and convert to GPT disk, THEN format, and finally sudo nano edit my fstab

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •