Hi,
I've tried to mount several kind of USB-storage-devices (UBS-sticks, -hdd, -ssd).
None of these is recognized via
In
I can see that the USB device is recognized.
Example:
It seems that the usb_storage module ist not loaded.
delivers:
When I try to load the module with:
I get:
Just as additional information:
Returns:
Any ideas how to progress here ?
Thanks for your help in advance.
Mario
I've tried to mount several kind of USB-storage-devices (UBS-sticks, -hdd, -ssd).
None of these is recognized via
Bash:
lsblk
In
Bash:
dmesg
Example:
Code:
[189907.089727] failed to validate module [usb_storage] BTF: -22
[190986.666432] usb 4-2: new SuperSpeed USB device number 5 using xhci_hcd
[190986.687079] usb 4-2: New USB device found, idVendor=0781, idProduct=5581, bcdDevice= 1.00
[190986.687091] usb 4-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[190986.687093] usb 4-2: Product: Ultra
[190986.687095] usb 4-2: Manufacturer: SanDisk
[190986.687097] usb 4-2: SerialNumber: 4C530000220218122310
[190986.690867] BPF:[106313] STRUCT
[190986.690874] BPF:size=32 vlen=5
[190986.690876] BPF:
[190986.690877] BPF:Invalid name
[190986.690878] BPF:
[190986.690881] failed to validate module [usb_storage] BTF: -22
[190986.736612] BPF:[106313] STRUCT
[190986.736623] BPF:size=32 vlen=5
[190986.736624] BPF:
[190986.736626] BPF:Invalid name
[190986.736627] BPF:
[190986.736630] failed to validate module [usb_storage] BTF: -22
It seems that the usb_storage module ist not loaded.
Bash:
lsmod | grep usb
Code:
snd_usb_audio 294912 0
btusb 61440 0
snd_usbmidi_lib 36864 1 snd_usb_audio
snd_rawmidi 36864 1 snd_usbmidi_lib
btrtl 24576 1 btusb
btbcm 16384 1 btusb
btintel 32768 1 btusb
mc 57344 1 snd_usb_audio
snd_hwdep 16384 2 snd_usb_audio,snd_hda_codec
bluetooth 659456 5 btrtl,btintel,btbcm,btusb
snd_pcm 118784 9 snd_hda_codec_hdmi,snd_hda_intel,snd_usb_audio,snd_hda_codec,snd_compress,snd_soc_core,snd_hda_core,snd_acp3x_pdm_dma,snd_pcm_dmaengine
snd 94208 12 snd_seq_device,snd_hda_codec_hdmi,snd_hwdep,snd_hda_intel,snd_usb_audio,snd_usbmidi_lib,snd_hda_codec,snd_timer,snd_compress,snd_soc_core,snd_pcm,snd_rawmidi
usbhid 57344 0
hid 135168 5 i2c_hid,usbhid,hid_sensor_hub,hid_generic,amd_sfh
When I try to load the module with:
Bash:
modprobe usb_storage
Code:
modprobe: ERROR: could not insert 'usb_storage': Invalid argument
Just as additional information:
Bash:
uname -r
Code:
5.13.19-1-pve
Any ideas how to progress here ?
Thanks for your help in advance.
Mario
Last edited: