Page 2 of 2 FirstFirst 12
Results 11 to 12 of 12

Thread: RocketRaid 26xx on 12.04 LTS Kernel 3.2

  1. #11
    Join Date
    Sep 2012
    Beans
    12

    Re: RocketRaid 26xx on 12.04 LTS Kernel 3.2

    CharlesA - your posts / answers on the rocketraid 26xx card drivers have been hugely valuable. Just to provide an update to the instructions for the 2680 on v1.8 of the source (for the benefit of others - hopefully they can see the differences between what I have done and what you had done, and make the equivalent changes for newer versions such as 1.9), I used the following for the dkms.conf:
    Code:
    MAKE="make -C product/rr2680/linux/
    
    KERNELDIR=/lib/modules/${kernelver}/build"
    
    CLEAN="make -C product/rr2680/linux/ clean"
    
    BUILT_MODULE_NAME=rr2680
    
    DEST_MODULE_LOCATION=/kernel/drivers/scsi/ BUILT_MODULE_LOCATION=product/rr2680/linux/
    
    PACKAGE_NAME=rr2680
    
    PACKAGE_VERSION=1.8
    
    AUTOINSTALL=yes
    
    REMAKE_INITRD=yes
    and then copy the folder contents to a new folder /usr/src/rr2680-1.8 and then:
    Code:
    sudo dkms add -m rr2680 -v 1.8
    sudo dkms build -m rr2680 -v 1.8
    sudo dkms install -m rr2680 -v 1.8

  2. #12
    Join Date
    Oct 2009
    Beans
    Hidden!
    Distro
    Ubuntu 22.04 Jammy Jellyfish

    Re: RocketRaid 26xx on 12.04 LTS Kernel 3.2

    Awesome job.
    Come to #ubuntuforums! We have cookies! | Basic Ubuntu Security Guide

    Tomorrow's an illusion and yesterday's a dream, today is a solution...

Page 2 of 2 FirstFirst 12

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
  •