mrfixit2001 / debian_desktop

Feature Complete Debian Desktop
74 stars 5 forks source link

Disable UAS from modprobe.conf, not working #7

Open Maxpako opened 5 years ago

Maxpako commented 5 years ago

Hi, Due to an issue with linux restarting itself when formatting an SSD over USB, I'm tyring to disable UAS by means of modprobe options, however these seem not working even after 3 or 4 times reboot already XD:

/:  Bus 04.Port 1: Dev 1, Class=root_hub, Driver=xhci-hcd/1p, 5000M
    |__ Port 1: Dev 2, If 0, Class=Mass Storage, **Driver=uas**, 5000M
Bus 004 Device 002: ID 152d:0579 JMicron Technology Corp. / JMicron USA Technology Corp.
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
root@Debian-Desktop:~# cat /etc/modprobe.conf
# Blacklist UAS
blacklist uas

# Set quirks for USB
options usb-storage quirks=0x152d:0x0579:u,0x1d6b:0x0003:u
root@Debian-Desktop:~#

Am I missing something? I've already tried adding them in respective conf files in modprobe.d without success.

Thanks in advance!