You are not logged in.
Pages: 1
Hello All,
I have a new install of BSPWM. I have udisk installed. I insert a USB drive and it's shown in dmseg but afterward, a block device is not assigned to the drive (e.g. /dev/sdb).
[66202.623211] usb 1-7: USB disconnect, device number 13
[66202.623220] usb 1-7.1: USB disconnect, device number 14
[66202.783354] usb 2-1: USB disconnect, device number 6
[66202.783365] usb 2-1.1: USB disconnect, device number 7
[66208.417106] usb 2-4: new SuperSpeed USB device number 9 using xhci_hcd
[66208.431339] usb 2-4: New USB device found, idVendor=13fe, idProduct=6400, bcdDevice= 1.00
[66208.431343] usb 2-4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[66208.431344] usb 2-4: Product: USB DISK 3.0
[66208.431346] usb 2-4: Manufacturer:
[66208.431347] usb 2-4: SerialNumber: 070D136328284921Thanks for your time and attention,
Offline
uname -a
pacman -Qs linuxOnline
Linux rlocone 5.14.3-zen1-1-zen #1 ZEN SMP PREEMPT Sun, 12 Sep 2021 20:51:32 +0000 x86_64 GNU/Linuxlocal/acpi_call 1.2.1-86
A linux kernel module that enables calls to ACPI methods through /proc/acpi/call
local/alsa-lib 1.2.5.1-3
An alternative implementation of Linux sound support
local/apparmor 3.0.3-1
Mandatory Access Control (MAC) using Linux Security Module (LSM)
local/archlinux-keyring 20210902-1
Arch Linux PGP keyring
local/avahi 0.8+22+gfd482a7-1
Service Discovery for Linux using mDNS/DNS-SD -- compatible with Bonjour
local/base 2-2
Minimal package set to define a basic Arch Linux installation
local/bridge-utils 1.7.1-1
Utilities for configuring the Linux ethernet bridge
local/brltty 6.3-4
Braille display driver for Linux/Unix
local/filesystem 2021.05.31-1
Base Arch Linux files
local/flatpak 1.11.3-1
Linux application sandboxing and distribution framework (formerly xdg-app)
local/hdparm 9.62-1
A shell utility for manipulating Linux IDE drive/driver parameters
local/hw-probe-git 1.6beta+88.gc28acf8db5-1
Tool to probe for hardware, check its operability and upload result to the Linux hardware DB: http://linux-hardware.org
local/iptables-nft 1:1.8.7-1
Linux kernel packet control tool (using nft interface)
local/keyutils 1.6.3-1
Linux Key Management Utilities
local/kmod 29-1
Linux kernel module management tools and library
local/libaio 0.3.112-2
The Linux-native asynchronous I/O facility (aio) library
local/libcap-ng 0.8.2-3
A library for Linux that makes using posix capabilities easy
local/libiec61883 1.2.0-6
A higher level API for streaming DV, MPEG-2 and audio over Linux IEEE 1394
local/libimobiledevice 1.3.0-3
Library that talks the protocols to support iPhone and iPod Touch devices on Linux
local/libraw1394 2.1.2-3
Provides an API to the Linux IEEE1394 (FireWire) driver
local/liburing 2.1-1
Linux-native io_uring I/O access library
local/libva 2.12.0-1
Video Acceleration (VA) API for Linux
local/libxshmfence 1.3-2
a library that exposes a event API on top of Linux futexes
local/linux 5.14.3.arch1-1
The Linux kernel and modules
local/linux-api-headers 5.12.3-1
Kernel headers sanitized for use in userspace
local/linux-firmware 20210818.c46b8c3-1
Firmware files for Linux
local/linux-headers 5.14.3.arch1-1
Headers and scripts for building modules for the Linux kernel
local/linux-zen 5.14.3.zen1-1
The Linux ZEN kernel and modules
local/mdadm 4.1-2
A tool for managing/monitoring Linux md device arrays, also known as Software RAID
local/ndctl 71.1-1
Utility library for managing the libnvdimm (non-volatile memory device) sub-system in the Linux kernel
local/net-tools 2.10-1
Configuration tools for Linux networking
local/pacman-mirrorlist 20210822-1
Arch Linux mirror list for use by pacman
local/python-distro 1.6.0-1
Linux OS platform information API
local/python-pyinotify 0.9.6-9
Python module used for monitoring filesystems events on Linux platforms with inotify.
local/squashfs-tools 4.5-1
Tools for squashfs, a highly compressed read-only filesystem for Linux.
local/ulauncher 5.13.0-2
Application launcher for Linux
local/util-linux 2.37.2-1
Miscellaneous system utilities for Linux
local/util-linux-libs 2.37.2-1
util-linux runtime libraries
local/v4l-utils 1.20.0-1
Userspace tools and conversion library for Video 4 Linux
local/virt-install 3.2.0-1
Command line tool for creating new KVM , Xen, or Linux container guests using the libvirt hypervisorOffline
[66208.431339] usb 2-4: New USB device found, idVendor=13fe, idProduct=6400, bcdDevice= 1.00 [66208.431343] usb 2-4: New USB device strings: Mfr=1, Product=2, SerialNumber=3 [66208.431344] usb 2-4: Product: USB DISK 3.0 [66208.431346] usb 2-4: Manufacturer: [66208.431347] usb 2-4: SerialNumber: 070D136328284921
Seems strange that it's not reporting a correct manufacturer, because that's a Kensington drive according to the USB VID... Could the drive just be bad?
Offline
@rlocone0 - If you are wondering where your post went you clicked on 'Report' instead of 'Reply'.
This happens to be a drive I use to play music in my car and works. Booted into a an arch iso and was able to mount it and put files on it.
Offline
It's not a kernel disparity and the firmware package is there as well.
lsusb -v -d '13fe:6400'Online
I inputted the command you requested and it didn't return any values. I removed the hardware ID and return with this as its output.
lsusb -v
Bus 002 Device 003: ID 0781:5581 SanDisk Corp. Ultra
3 │ Device Descriptor:
4 │ bLength 18
5 │ bDescriptorType 1
6 │ bcdUSB 3.00
7 │ bDeviceClass 0
8 │ bDeviceSubClass 0
9 │ bDeviceProtocol 0
10 │ bMaxPacketSize0 9
11 │ idVendor 0x0781 SanDisk Corp.
12 │ idProduct 0x5581 Ultra
13 │ bcdDevice 1.00
14 │ iManufacturer 1 SanDisk
15 │ iProduct 2 Ultra
16 │ iSerial 3 4C530001270103121345
17 │ bNumConfigurations 1
18 │ Configuration Descriptor:
19 │ bLength 9
20 │ bDescriptorType 2
21 │ wTotalLength 0x002c
22 │ bNumInterfaces 1
23 │ bConfigurationValue 1
24 │ iConfiguration 0
25 │ bmAttributes 0x80
26 │ (Bus Powered)
27 │ MaxPower 896mA
28 │ Interface Descriptor:
29 │ bLength 9
30 │ bDescriptorType 4
31 │ bInterfaceNumber 0
32 │ bAlternateSetting 0
33 │ bNumEndpoints 2
34 │ bInterfaceClass 8 Mass Storage
35 │ bInterfaceSubClass 6 SCSI
36 │ bInterfaceProtocol 80 Bulk-Only
37 │ iInterface 0
38 │ Endpoint Descriptor:
39 │ bLength 7
40 │ bDescriptorType 5
41 │ bEndpointAddress 0x81 EP 1 IN
42 │ bmAttributes 2
43 │ Transfer Type Bulk
44 │ Synch Type None
45 │ Usage Type Data
46 │ wMaxPacketSize 0x0400 1x 1024 bytes
47 │ bInterval 0
48 │ bMaxBurst 1
49 │ Endpoint Descriptor:
50 │ bLength 7
51 │ bDescriptorType 5
52 │ bEndpointAddress 0x02 EP 2 OUT
53 │ bmAttributes 2
54 │ Transfer Type Bulk
55 │ Synch Type None
56 │ Usage Type Data
57 │ wMaxPacketSize 0x0400 1x 1024 bytes
58 │ bInterval 0
59 │ bMaxBurst 15Offline
That's some SanDisk mass storage device (usb key/drive)
The Kensington drive must be attached for "lsusb -v -d '13fe:6400'" to report something (because it matches its vendor:product id)
Online
The Kensington drive must be attached for "lsusb -v -d '13fe:6400'" to report something (because it matches its vendor:product id)
I inputted the command you requested and it didn't return any values. I removed the hardware ID and return with this as its output.
Offline
Pages: 1