Results 1 to 4 of 4

Thread: Marvell 9182 2*SSD RAID 0 not visible

  1. #1
    Join Date
    Apr 2012
    Beans
    10

    Marvell 9182 2*SSD RAID 0 not visible

    I wanted to install 15.04 Ubuntu on my Marvell 9182 RAID 0 but I can't see my drive under Ubuntu.

    I tried to follow solution from here:
    http://ubuntuforums.org/showthread.php?t=2116826
    http://en.wikipedia.org/wiki/List_of..._Linux_support

    But it doesn't work. After entering:
    Code:
    sudo /bin/echo 1b4b 91a2 > /sys/bus/pci/drivers/ahci/new_id
    I get "permission denied" :/

    Marvell is working in RAID mode, not AHCI.

  2. #2
    Join Date
    Apr 2012
    Beans
    10

    Re: Marvell 9182 2*SSD RAID 0 not visible

    Anybody?

  3. #3
    Join Date
    Apr 2012
    Beans
    10

    Re: Marvell 9182 2*SSD RAID 0 not visible

    After a lot of reading I was able to access SSD raid on my Marvell 8192.
    Here the solution, open terminal and become Super user:
    Code:
    sudo su
    then execute
    Code:
    /bin/echo 1b4b 91a2 > /sys/bus/pci/drivers/ahci/new_id 

    There will be no confirmation or error. That's it
    The 1b4b 91a2 is valid for my marvell 9182 controller on G1.Sniper mobo , you need to check it with
    Code:
     lspci -nnk|grep "Marvell"
    



    Last edited by vkmaxx; July 17th, 2015 at 08:02 PM.

  4. #4
    Join Date
    Apr 2012
    Beans
    10

    Re: Marvell 9182 2*SSD RAID 0 not visible

    This doesn't work under newer kenel, under 16.04 live boot after entering:
    Code:
    sudo su
    sudo /bin/echo 1b4b 91a2 > /sys/bus/pci/drivers/ahci/new_id
    I get:
    Code:
    /bin/echo: write error: File exists
    How to fix this?

Tags for this Thread

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
  •