debian_desktop icon indicating copy to clipboard operation
debian_desktop copied to clipboard

Disable UAS from modprobe.conf, not working

Open Maxpako opened this issue 6 years ago • 0 comments

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!

Maxpako avatar Aug 14 '19 14:08 Maxpako