(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