You are not logged in.

#1 2022-06-15 12:21:30

jl2
Member
From: 47° 18' N 8° 34' E
Registered: 2022-06-01
Posts: 705
Website

[GAVE UP] USB stick not working

Hi,

i don't know where to post this, but my usb device is not shown by gparted or anything else except for lsusb. it's also not in /dev.
output of lsusb:

Bus 001 Device 002: ID 8087:8001 Intel Corp. Integrated Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 002 Device 003: ID 04f2:b50c Chicony Electronics Co., Ltd HP Truevision HD
Bus 002 Device 002: ID 8087:0a2a Intel Corp. Bluetooth wireless interface
[ins]Bus 002 Device 006: ID 090c:1000 Silicon Motion, Inc. - Taiwan (formerly Feiya Technology Corp.) Flash Drive[/ins]
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

It used to work, i think it was a live usb before it stoped showing up. i don't think it's a driver problem, because on a live enviroment of garuda linux (i use it for a GUI in the live enviroment that is already set up) it also stoped showing up.
There is nothing important on it.
any ideas?

Last edited by jl2 (2023-03-16 17:57:55)


Why I run Arch? To "BTW I run Arch" the guy one grade younger.
And to let my siblings and cousins laugh at Arsch Linux...

Offline

#2 2022-06-15 12:52:57

d_fajardo
Member
Registered: 2017-07-28
Posts: 1,662

Re: [GAVE UP] USB stick not working

Bus 002 Device 002: ID 8087:0a2a Intel Corp. Bluetooth wireless interface
Bus 002 Device 006: ID 090c:1000 Silicon Motion, Inc. - Taiwan (formerly Feiya Technology Corp.) Flash Drive

Is this the device you're referring to? It's registering as a Bluetooth device. Is it?

Last edited by d_fajardo (2022-06-15 12:53:43)

Offline

#3 2022-06-15 12:58:19

seth
Member
Registered: 2012-09-03
Posts: 63,630

Re: [GAVE UP] USB stick not working

I guess he's talking about "090c:1000 Silicon Motion, Inc. - Taiwan (formerly Feiya Technology Corp.) Flash Drive" - the device show up on google w/ a fused controller somewhat often…

@jl2, unplug the device, run "dmesg -w", plug the device and post the trailing output.
Also fyi, https://bbs.archlinux.org/help.php#bbcode

Offline

#4 2022-06-16 06:10:20

jl2
Member
From: 47° 18' N 8° 34' E
Registered: 2022-06-01
Posts: 705
Website

Re: [GAVE UP] USB stick not working

[ 1016.541890] usb 2-2: new high-speed USB device number 5 using xhci_hcd
[ 1016.676357] usb 2-2: New USB device found, idVendor=090c, idProduct=1000, bcdDevice=11.00
[ 1016.676362] usb 2-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 1016.676364] usb 2-2: Product: USB DISK
[ 1016.676366] usb 2-2: Manufacturer: SMI Corporation
[ 1016.676368] usb 2-2: SerialNumber: FC1609240408301MEVQP
[ 1016.677869] usb-storage 2-2:1.0: USB Mass Storage device detected
[ 1016.678049] usb-storage 2-2:1.0: Quirks match for vid 090c pid 1000: 400
[ 1016.678453] scsi host3: usb-storage 2-2:1.0

guess inserted text does not work in the code box...


Why I run Arch? To "BTW I run Arch" the guy one grade younger.
And to let my siblings and cousins laugh at Arsch Linux...

Offline

#5 2022-06-16 06:59:35

seth
Member
Registered: 2012-09-03
Posts: 63,630

Re: [GAVE UP] USB stick not working

[ 1016.678049] usb-storage 2-2:1.0: Quirks match for vid 090c pid 1000: 400
[ 1016.678453] scsi host3: usb-storage 2-2:1.0

This thing seems subject to a lot of quirking around, eg.
https://linux-usb.vger.kernel.narkive.c … nusal-devs
https://www.spinics.net/lists/linux-usb/msg194350.html
Edit: there's more
https://www.reddit.com/r/linux4noobs/co … he_kernel/
https://www.google.com/search?q=%22090c … %22+quirks

Unplug the device, run

rmmod uas usb_storage # this implies to not have other usb-storage/uas clients
modprobe usb_storage quirks=090c:1000:
dmesg -w

and re-plug it.

Last edited by seth (2022-06-16 07:01:01)

Offline

#6 2022-06-16 10:00:57

jl2
Member
From: 47° 18' N 8° 34' E
Registered: 2022-06-01
Posts: 705
Website

Re: [GAVE UP] USB stick not working

Still does not work, but the output of dmesg has changed.


[ 1016.541890] usb 2-2: new high-speed USB device number 5 using xhci_hcd
[ 1016.676357] usb 2-2: New USB device found, idVendor=090c, idProduct=1000, bcdDevice=11.00
[ 1016.676362] usb 2-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 1016.676364] usb 2-2: Product: USB DISK
[ 1016.676366] usb 2-2: Manufacturer: SMI Corporation
[ 1016.676368] usb 2-2: SerialNumber: FC1609240408301MEVQP
[ 1016.677869] usb-storage 2-2:1.0: USB Mass Storage device detected
[ 1016.678049] usb-storage 2-2:1.0: Quirks match for vid 090c pid 1000: 400
[ 1016.678453] scsi host3: usb-storage 2-2:1.0

the other two commands show no output.

Last edited by jl2 (2022-06-16 10:02:04)


Why I run Arch? To "BTW I run Arch" the guy one grade younger.
And to let my siblings and cousins laugh at Arsch Linux...

Offline

#7 2022-06-16 13:56:53

seth
Member
Registered: 2012-09-03
Posts: 63,630

Re: [GAVE UP] USB stick not working

It's actually the exact same output (w/ different time stamps) - what indicates that you actually did *not* reload usb-storage w/ the quirk parameter

Create /etc/modprobe.d/unquirk-feiya.conf

options usb_storage quirks=090c:1000:

and reboot.
If you have the usb_storage module in your initramfs, you must rebuild that as well.
You can check

systool -vm usb_storage

to see whether the quirk parameter applied.

Offline

Board footer

Powered by FluxBB