Help with getting a Marvell 9230 to work
#4
(05-05-2019, 08:31 AM)epoliqui Wrote: Yeah! I saw that in my research, but I still had a couple questions. I don't have that file in my udev folder though. Is it something I need to create myself? And if so, is there any content inside of that file, or is it just blank? I've switched to Ubuntu because it seems like that has more support for the marvell chips. 

You'll have to create that file and then copy/paste this one line into it:

Code:
ACTION=="add", SUBSYSTEM=="pci", ATTR{vendor}=="0x1b4b", ATTR{device}=="0x9230", RUN+="/bin/bash -c 'echo %k > /sys/bus/pci/drivers/ahci/bind'"

Edit: Adding the line above /etc/udev/rules.d/99-marvell.rules will make the change permanent.


If you want to try and see if it will help you can run following in terminal (this won't work over reboot, but should work immediately in current session):
Code:
echo "0000:01:00.0" | sudo tee /sys/bus/pci/drivers/ahci/bind


Messages In This Thread
RE: Help with getting a Marvell 9230 to work - by nuumio - 05-05-2019, 09:57 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Sata Raid Marvell 4port 9235 stuartiannaylor 1 3,135 07-04-2019, 08:12 PM
Last Post: stuartiannaylor
  Getting any IR remote to work with the RockPro64 ? michbucanon 0 2,393 05-15-2019, 03:47 AM
Last Post: michbucanon

Forum Jump:


Users browsing this thread: 1 Guest(s)