You are not logged in.
Hi all,
I'm new to Arch Linux and completely love it, I'm learning so much new stuff. I came from Ubuntu initially which I used for years. Ubuntu is great, but so much is handed on a plate to you that I didn't really need to learn quite as much. Still, beats Windows. Anyway, I got a bit stuck with my Scarlet Focusrite. On Ubuntu, I used it as an external USB sound card, partly because there were only third party drivers for the sound card I had in my laptop at the time, but also I just needed to record a lot of stuff so it was useful. Anyway...
I plugged it into my Arch system and it all lights up as it should but I can't seem to get it recognised as a sound card. I cant see it in pulseaudio or in the standard audio settings. I did do a bit of googling and found it might be related to a driver (snd?) but that's just a bit too far beyond my understanding to sort it alone without support from the community I'm afraid.
I don't even recognise it in the output of
lsusb:
s 002 Device 003: ID 04f2:b50a Chicony Electronics Co., Ltd HP Truevision HD
Bus 002 Device 002: ID 0438:7900 Advanced Micro Devices, Inc. Root Hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 004: ID 0a5c:216d Broadcom Corp. BCM43142A0 Bluetooth 4.0
Bus 001 Device 003: ID 0a5c:21e8 Broadcom Corp. BCM20702A0 Bluetooth 4.0
Bus 001 Device 002: ID 0438:7900 Advanced Micro Devices, Inc. Root Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 003 Device 022: ID 248a:8367 Maxxter Telink Wireless Receiver
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hubOnce it's recognised as a sound card, I plan to use it to record and play back audio.
Does anyone have any ideas? I have a pretty basic understanding so thank you in advance for your patience but I am keen and love to learn so any input is appreciated (:
Thank you
Offline
If you plug it in, then look at what is printed to dmesg, it may provide some more information about what is happening.
Offline
If you can't see it in lsusb it's likely something more low level, maybe not enough power on the bus or so.
Offline
Hi @jasonwryan, thanks for that. I ran dmesg in a terminal (I think that's what I was supposed to do? sorry, noob here) and got this:
dmesg: read kernel buffer failed: Operation not permitted@V1del Thanks for your input - how would I resolve this if this is the issue? I tried various different USB C cables and a couple of different USB ports and none of them gave a different lsusb output
Offline
You need to run dmesg with elevated privileges.
Offline
Is this standard USB-C or actually a thunderbolt plug? Thunderbolt plugs need to enable some authorisation potentially: https://wiki.archlinux.org/title/Thunderbolt
But really to make a proper statement we'd need a dmesg.
Offline
Hi,
I have the same card which I use with Pipewire without any problem, or having had to set anything up. You can try switching to pipewire instead of Pulse audio.
Last edited by Cvlc (2022-04-28 11:28:28)
Offline
that's irrelevant, the device does not exist as far as the system is concerned currently. Something has to be very wrong for a device to not appear in lsusb this is way before pipewire or pulse becomes remotely relevant (side info pipewire's device detection logic is directly copied from pulseaudio, they will generally run into the same problems in that regard)
Last edited by V1del (2022-04-28 15:16:26)
Offline
that's irrelevant, the device does not exist as far as the system is concerned currently. Something has to be very wrong for a device to not appear in lsusb this is way before pipewire or pulse becomes remotely relevant (side info pipewire's device detection logic is directly copied from pulseaudio, they will generally run into the same problems in that regard)
makes sense...
[edit]
for reference if it helps to compare, here are the outputs on my (working) setup, Focusrite 2i2 3rd Gen, with the provided USB A to C cable :
# dmesg
[ 8156.764927] usb 3-3: new high-speed USB device number 5 using xhci_hcd
[ 8156.906158] usb 3-3: New USB device found, idVendor=1235, idProduct=8210, bcdDevice= 5.ff
[ 8156.906161] usb 3-3: New USB device strings: Mfr=1, Product=3, SerialNumber=2
[ 8156.906162] usb 3-3: Product: Scarlett 2i2 USB
[ 8156.906163] usb 3-3: Manufacturer: Focusrite
[ 8156.906164] usb 3-3: SerialNumber: --
[ 8157.200555] usb 3-3: Focusrite Scarlett Gen 2/3 Mixer Driver disabled; use options snd_usb_audio vid=0x1235 pid=0x8210 device_setup=1 to enable and report any issues to g@b4.vu
[ 8157.201008] usb-storage 3-3:1.4: USB Mass Storage device detected
[ 8157.201247] scsi host1: usb-storage 3-3:1.4
[ 8158.208823] scsi 1:0:0:0: Direct-Access Scarlett Welcome Disk 0.10 PQ: 0 ANSI: 2
[ 8158.209102] sd 1:0:0:0: Attached scsi generic sg1 type 0
[ 8158.209452] sd 1:0:0:0: [sdb] 384 512-byte logical blocks: (197 kB/192 KiB)
[ 8158.209622] sd 1:0:0:0: [sdb] Write Protect is on
[ 8158.209624] sd 1:0:0:0: [sdb] Mode Sense: 04 00 90 00
[ 8158.209757] sd 1:0:0:0: [sdb] No Caching mode page found
[ 8158.209758] sd 1:0:0:0: [sdb] Assuming drive cache: write through
[ 8158.214236] sdb: sdb1
[ 8158.214472] sd 1:0:0:0: ioctl_internal_command return code = 2
[ 8158.214474] sd 1:0:0:0: Sense Key : No Sense [current]
[ 8158.214475] sd 1:0:0:0: Add. Sense: Medium not present
[ 8158.215235] sd 1:0:0:0: [sdb] Attached SCSI removable disk
[ 8158.240172] sd 1:0:0:0: ioctl_internal_command return code = 2
[ 8158.240181] sd 1:0:0:0: Sense Key : No Sense [current]
[ 8158.240183] sd 1:0:0:0: Add. Sense: Medium not present
[ 8158.327360] sd 1:0:0:0: ioctl_internal_command return code = 2
[ 8158.327368] sd 1:0:0:0: Sense Key : No Sense [current]
[ 8158.327369] sd 1:0:0:0: Add. Sense: Medium not present
[ 8158.333415] sd 1:0:0:0: ioctl_internal_command return code = 2
[ 8158.333417] sd 1:0:0:0: Sense Key : No Sense [current]
[ 8158.333418] sd 1:0:0:0: Add. Sense: Medium not present
[ 8158.338432] sd 1:0:0:0: ioctl_internal_command return code = 2
[ 8158.338434] sd 1:0:0:0: Sense Key : No Sense [current]
[ 8158.338435] sd 1:0:0:0: Add. Sense: Medium not present
[ 8158.338949] sd 1:0:0:0: ioctl_internal_command return code = 2
[ 8158.338951] sd 1:0:0:0: Sense Key : No Sense [current]
[ 8158.338952] sd 1:0:0:0: Add. Sense: Medium not present
[ 8158.339489] sd 1:0:0:0: ioctl_internal_command return code = 2
[ 8158.339494] sd 1:0:0:0: Sense Key : No Sense [current]
[ 8158.339495] sd 1:0:0:0: Add. Sense: Medium not present$ lsusb
...
Bus 003 Device 005: ID 1235:8210 Focusrite-Novation Scarlett 2i2 Camera
...Last edited by Cvlc (2022-04-28 18:26:12)
Offline
Greetings,
As it so happens, I am experiencing the exact same issue with the Scarlet Solo 3rd Gen. I know that the device is functional and the lights are on but its not recognized. Tried using different USB ports, and enabled the driver at module load time by adding the "device_setup=1" option to insmod/modprobe, however, that doesn't matter as the device isn't even showing up in the system.
Here's my dmesg:
[ 2.113563] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.04
[ 2.113567] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.113569] usb usb1: Product: xHCI Host Controller
[ 2.113571] usb usb1: Manufacturer: Linux 6.4.10-arch1-1 xhci-hcd
[ 2.113573] usb usb1: SerialNumber: 0000:00:14.0
[ 2.113765] hub 1-0:1.0: USB hub found
[ 2.113785] hub 1-0:1.0: 12 ports detected
[ 2.116373] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.04
[ 2.116377] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.116379] usb usb2: Product: xHCI Host Controller
[ 2.116381] usb usb2: Manufacturer: Linux 6.4.10-arch1-1 xhci-hcd
[ 2.116383] usb usb2: SerialNumber: 0000:00:14.0
[ 2.116674] hub 2-0:1.0: USB hub found
[ 2.116687] hub 2-0:1.0: 6 ports detected
[ 2.123031] usb: port power management may be unreliable
[ 2.165726] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input4
[ 2.299713] tsc: Refined TSC clocksource calibration: 2591.999 MHz
[ 2.299735] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x255cb5c6a11, max_idle_ns: 440795249002 ns
[ 2.299773] clocksource: Switched to clocksource tsc
[ 2.363055] usb 1-1: new high-speed USB device number 2 using xhci_hcd
[ 2.515743] usb 1-1: New USB device found, idVendor=0bda, idProduct=5401, bcdDevice= 1.03
[ 2.515747] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 2.515748] usb 1-1: Product: 4-Port USB 2.0 Hub
[ 2.515750] usb 1-1: Manufacturer: Generic
[ 2.516686] hub 1-1:1.0: USB hub found
[ 2.518217] hub 1-1:1.0: 4 ports detected
[ 2.593421] Console: switching to colour dummy device 80x25
[ 2.610122] i915 0000:00:02.0: vgaarb: deactivate vga console
[ 2.611508] i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem
[ 2.611976] i915 0000:00:02.0: [drm] Finished loading DMC firmware i915/skl_dmc_ver1_27.bin (v1.27)
[ 2.630594] usb 2-3: new SuperSpeed USB device number 2 using xhci_hcd
[ 2.660525] usb 2-3: New USB device found, idVendor=0bda, idProduct=0401, bcdDevice= 1.03
[ 2.660534] usb 2-3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 2.660538] usb 2-3: Product: 4-Port USB 3.0 Hub
[ 2.660540] usb 2-3: Manufacturer: Generic
[ 2.669719] hub 2-3:1.0: USB hub found
[ 2.671020] hub 2-3:1.0: 4 ports detected
[ 2.776603] usb 1-2: new high-speed USB device number 3 using xhci_hcd
[ 2.922856] usb 1-2: New USB device found, idVendor=0b95, idProduct=1790, bcdDevice= 1.00
[ 2.922871] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 2.922878] usb 1-2: Product: AX88179
[ 2.922884] usb 1-2: Manufacturer: ASIX Elec. Corp.
[ 2.922888] usb 1-2: SerialNumber: 00000000000021
[ 3.006629] usb 1-1.3: new full-speed USB device number 4 using xhci_hcd
[ 3.109035] usb 1-1.3: New USB device found, idVendor=04d9, idProduct=a0cd, bcdDevice= 1.05
[ 3.109051] usb 1-1.3: New USB device strings: Mfr=0, Product=2, SerialNumber=0
[ 3.109058] usb 1-1.3: Product: USB Keyboard
[ 3.136749] input: USB Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.3/1-1.3:1.0/0003:04D9:A0CD.0001/input/input6
[ 3.176652] usb 2-3.4: new SuperSpeed USB device number 3 using xhci_hcd
[ 3.193695] hid-generic 0003:04D9:A0CD.0001: input,hidraw0: USB HID v1.11 Keyboard [USB Keyboard] on usb-0000:00:14.0-1.3/input0
[ 3.193861] usb 2-3.4: New USB device found, idVendor=0bda, idProduct=8153, bcdDevice=30.00
[ 3.193870] usb 2-3.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 3.193874] usb 2-3.4: Product: USB 10/100/1000 LAN
[ 3.193878] usb 2-3.4: Manufacturer: Realtek
[ 3.193881] usb 2-3.4: SerialNumber: 00E04C6810A2
[ 3.202223] input: USB Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.3/1-1.3:1.1/0003:04D9:A0CD.0002/input/input7
[ 3.257048] hid-generic 0003:04D9:A0CD.0002: input,hiddev96,hidraw1: USB HID v1.11 Keyboard [USB Keyboard] on usb-0000:00:14.0-1.3/input1
[ 3.260010] hid-generic 0003:04D9:A0CD.0003: hiddev97,hidraw2: USB HID v1.11 Device [USB Keyboard] on usb-0000:00:14.0-1.3/input2
[ 3.260106] usbcore: registered new interface driver usbhid
[ 3.260112] usbhid: USB HID core driver
[ 3.316622] usb 1-3: new full-speed USB device number 5 using xhci_hcd
[ 3.458060] usb 1-3: New USB device found, idVendor=8087, idProduct=0a2b, bcdDevice= 0.01
[ 3.458076] usb 1-3: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 3.583194] usb 1-6: new high-speed USB device number 6 using xhci_hcd
[ 3.723517] usb 1-6: New USB device found, idVendor=1a40, idProduct=0101, bcdDevice= 1.00
[ 3.723532] usb 1-6: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[ 3.723539] usb 1-6: Product: USB2.0 HUB
[ 3.725298] hub 1-6:1.0: USB hub found
[ 3.725351] hub 1-6:1.0: 4 ports detected
[ 4.053478] [drm] Initialized i915 1.6.0 20201103 for 0000:00:02.0 on minor 1
[ 4.061083] ACPI: video: Video Device [GFX0] (multi-head: yes rom: no post: no)
[ 4.061499] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input9
[ 4.091388] fbcon: i915drmfb (fb0) is primary device
[ 4.103199] usb 1-6.3: new full-speed USB device number 7 using xhci_hcd
[ 4.151423] Console: switching to colour frame buffer device 240x67
[ 4.173069] i915 0000:00:02.0: [drm] fb0: i915drmfb frame buffer device
[ 4.303249] usb 1-6.3: New USB device found, idVendor=046d, idProduct=c52b, bcdDevice=24.10
[ 4.303254] usb 1-6.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 4.303256] usb 1-6.3: Product: USB Receiver
[ 4.303257] usb 1-6.3: Manufacturer: Logitech
[ 4.313555] input: Logitech USB Receiver as /devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6.3/1-6.3:1.0/0003:046D:C52B.0004/input/input10
[ 4.373249] hid-generic 0003:046D:C52B.0004: input,hidraw3: USB HID v1.11 Keyboard [Logitech USB Receiver] on usb-0000:00:14.0-6.3/input0
[ 4.376814] input: Logitech USB Receiver Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6.3/1-6.3:1.1/0003:046D:C52B.0005/input/input11
[ 4.376934] input: Logitech USB Receiver Consumer Control as /devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6.3/1-6.3:1.1/0003:046D:C52B.0005/input/input12
[ 4.380159] EXT4-fs (sda3): mounted filesystem f191bee3-2e84-4959-b783-f66b5882fb2c r/w with ordered data mode. Quota mode: none.
[ 4.433141] input: Logitech USB Receiver System Control as /devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6.3/1-6.3:1.1/0003:046D:C52B.0005/input/input13
[ 4.433315] hid-generic 0003:046D:C52B.0005: input,hiddev98,hidraw4: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:00:14.0-6.3/input1
[ 4.435972] hid-generic 0003:046D:C52B.0006: hiddev99,hidraw5: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:00:14.0-6.3/input2
[ 4.521039] systemd[1]: systemd 254.1-1-arch running in system mode (+PAM +AUDIT -SELINUX -APPARMOR -IMA +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 -PWQUALITY +P11KIT -QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +XKBCOMMON +UTMP -SYSVINIT default-hierarchy=unified)
[ 4.521050] systemd[1]: Detected architecture x86-64.
[ 4.522422] systemd[1]: Hostname set to <arch>.
[ 4.606397] usb 1-6.4: new full-speed USB device number 8 using xhci_hcd
[ 4.703711] systemd[1]: bpf-lsm: LSM BPF program attached
[ 4.801530] usb 1-6.4: New USB device found, idVendor=1050, idProduct=0407, bcdDevice= 5.43
[ 4.801539] usb 1-6.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 4.801542] usb 1-6.4: Product: YubiKey OTP+FIDO+CCID
[ 4.801545] usb 1-6.4: Manufacturer: Yubico
[ 4.817309] input: Yubico YubiKey OTP+FIDO+CCID as /devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6.4/1-6.4:1.0/0003:1050:0407.0007/input/input15
[ 4.873682] hid-generic 0003:1050:0407.0007: input,hidraw6: USB HID v1.10 Keyboard [Yubico YubiKey OTP+FIDO+CCID] on usb-0000:00:14.0-6.4/input0
[ 4.875155] hid-generic 0003:1050:0407.0008: hiddev100,hidraw7: USB HID v1.10 Device [Yubico YubiKey OTP+FIDO+CCID] on usb-0000:00:14.0-6.4/input1
[ 5.002753] systemd[1]: rclonemount.service: Service has no ExecStart=, ExecStop=, or SuccessAction=. Refusing.
[ 5.009898] systemd[1]: rclonemount.service: Cannot add dependency job, ignoring: Unit rclonemount.service has a bad unit file setting.
[ 5.010217] systemd[1]: Queued start job for default target Graphical Interface.
[ 5.031406] systemd[1]: Created slice Slice /system/dhcpcd.
[ 5.031900] systemd[1]: Created slice Slice /system/getty.
[ 5.032315] systemd[1]: Created slice Slice /system/modprobe.
[ 5.032702] systemd[1]: Created slice Slice /system/systemd-fsck.
[ 5.033085] systemd[1]: Created slice User and Session Slice.
[ 5.033259] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[ 5.033594] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[ 5.033764] systemd[1]: Reached target Login Prompts.
[ 5.033858] systemd[1]: Reached target Local Integrity Protected Volumes.
[ 5.033994] systemd[1]: Reached target Slice Units.
[ 5.034118] systemd[1]: Reached target Local Verity Protected Volumes.
[ 5.034300] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[ 5.036672] systemd[1]: Listening on Process Core Dump Socket.
[ 5.036947] systemd[1]: Listening on Journal Socket (/dev/log).
[ 5.037206] systemd[1]: Listening on Journal Socket.
[ 5.037499] systemd[1]: Listening on udev Control Socket.
[ 5.037725] systemd[1]: Listening on udev Kernel Socket.
[ 5.038946] systemd[1]: Mounting Huge Pages File System...
[ 5.040250] systemd[1]: Mounting POSIX Message Queue File System...
[ 5.042196] systemd[1]: Mounting Kernel Debug File System...
[ 5.043794] systemd[1]: Mounting Kernel Trace File System...
[ 5.045602] systemd[1]: Starting Create List of Static Device Nodes...
[ 5.047350] systemd[1]: Starting Load Kernel Module configfs...
[ 5.049479] systemd[1]: Starting Load Kernel Module dm_mod...
[ 5.051521] systemd[1]: Starting Load Kernel Module drm...
[ 5.053752] systemd[1]: Starting Load Kernel Module fuse...
[ 5.055814] systemd[1]: Starting Load Kernel Module loop...
[ 5.056166] systemd[1]: File System Check on Root Device was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/).
[ 5.059399] systemd[1]: Starting Journal Service...
[ 5.067835] systemd[1]: Starting Load Kernel Modules...
[ 5.067997] systemd[1]: TPM2 PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/StubPcrKernelImage-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f).
[ 5.069243] systemd[1]: Starting Remount Root and Kernel File Systems...
[ 5.073358] loop: module loaded
[ 5.073917] device-mapper: uevent: version 1.0.3
[ 5.074005] device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@redhat.com
[ 5.076034] systemd[1]: Starting Coldplug All udev Devices...
[ 5.077695] systemd[1]: Starting Virtual Console Setup...
[ 5.077752] fuse: init (API version 7.38)
[ 5.080894] systemd[1]: Mounted Huge Pages File System.
[ 5.081199] systemd[1]: Mounted POSIX Message Queue File System.
[ 5.081419] systemd[1]: Mounted Kernel Debug File System.
[ 5.081625] systemd[1]: Mounted Kernel Trace File System.
[ 5.083361] EXT4-fs (sda3): re-mounted f191bee3-2e84-4959-b783-f66b5882fb2c r/w. Quota mode: none.
[ 5.083398] systemd-journald[197]: Collecting audit messages is disabled.
[ 5.113271] systemd[1]: Finished Create List of Static Device Nodes.
[ 5.114599] systemd[1]: modprobe@configfs.service: Deactivated successfully.
[ 5.133252] systemd[1]: Finished Load Kernel Module configfs.
[ 5.133746] systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
[ 5.146587] systemd[1]: Finished Load Kernel Module dm_mod.
[ 5.146995] systemd[1]: modprobe@drm.service: Deactivated successfully.
[ 5.159907] systemd[1]: Finished Load Kernel Module drm.
[ 5.160124] systemd[1]: Started Journal Service.
[ 5.307806] systemd-journald[197]: Received client request to flush runtime journal.
[ 5.323021] systemd-journald[197]: /var/log/journal/4f8ae54fcd634366b787087fc3d0eba9/system.journal: Boot ID changed since last record, rotating.
[ 5.323031] systemd-journald[197]: Rotating system journal.
[ 5.804634] Adding 16777212k swap on /dev/sda2. Priority:-2 extents:1 across:16777212k SSFS
[ 5.876125] input: Topstar Laptop extra buttons as /devices/platform/topstar/input/input16
[ 5.903345] input: PC Speaker as /devices/platform/pcspkr/input/input17
[ 5.927704] mei_me 0000:00:16.0: enabling device (0000 -> 0002)
[ 5.930551] i801_smbus 0000:00:1f.4: SPD Write Disable is set
[ 5.930581] i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
[ 5.930648] pci 0000:00:1f.1: [8086:9d20] type 00 class 0x058000
[ 5.930707] pci 0000:00:1f.1: reg 0x10: [mem 0xfd000000-0xfdffffff 64bit]
[ 5.932200] usbcore: registered new device driver r8152-cfgselector
[ 5.944656] i2c i2c-4: 1/2 memory slots populated (from DMI)
[ 5.944987] i2c i2c-4: Successfully instantiated SPD at 0x50
[ 5.995559] EXT4-fs (sda4): mounted filesystem 3160edf1-db7c-4fd8-b137-d32fc8c343d8 r/w with ordered data mode. Quota mode: none.
[ 6.022512] RAPL PMU: API unit is 2^-32 Joules, 5 fixed counters, 655360 ms ovfl timer
[ 6.022518] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
[ 6.022520] RAPL PMU: hw unit of domain package 2^-14 Joules
[ 6.022521] RAPL PMU: hw unit of domain dram 2^-14 Joules
[ 6.022522] RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
[ 6.022524] RAPL PMU: hw unit of domain psys 2^-14 Joules
[ 6.026588] r8152-cfgselector 2-3.4: reset SuperSpeed USB device number 3 using xhci_hcd
[ 6.038397] cryptd: max_cpu_qlen set to 1000
[ 6.041271] topstar_laptop: ACPI extras driver loaded
[ 6.084254] AVX2 version of gcm_enc/dec engaged.
[ 6.084293] AES CTR mode by8 optimization enabled
[ 6.084807] at24 4-0050: supply vcc not found, using dummy regulator
[ 6.085791] at24 4-0050: 256 byte spd EEPROM, read-only
[ 6.150787] r8152 2-3.4:1.0: load rtl8153a-2 v1 10/23/19 successfully
[ 6.159247] iTCO_vendor_support: vendor-support=0
[ 6.159903] Bluetooth: Core ver 2.22
[ 6.159923] NET: Registered PF_BLUETOOTH protocol family
[ 6.159925] Bluetooth: HCI device and connection manager initialized
[ 6.159929] Bluetooth: HCI socket layer initialized
[ 6.159932] Bluetooth: L2CAP socket layer initialized
[ 6.159936] Bluetooth: SCO socket layer initialized
[ 6.176705] r8152 2-3.4:1.0 eth0: v1.12.13
[ 6.176911] usbcore: registered new interface driver r8152
[ 6.209122] usbcore: registered new interface driver cdc_ether
[ 6.210597] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[ 6.216395] Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[ 6.216705] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
[ 6.216710] cfg80211: failed to load regulatory.db
[ 6.217083] usbcore: registered new interface driver r8153_ecm
[ 6.240312] logitech-djreceiver 0003:046D:C52B.0006: hiddev98,hidraw3: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:00:14.0-6.3/input2
[ 6.272363] snd_hda_intel 0000:00:1f.3: enabling device (0000 -> 0002)
[ 6.277864] snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
[ 6.300347] iTCO_wdt iTCO_wdt: Found a Intel PCH TCO device (Version=4, TCOBASE=0x0400)
[ 6.300649] iTCO_wdt iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[ 6.300716] Intel(R) Wireless WiFi driver for Linux
[ 6.300757] iwlwifi 0000:01:00.0: enabling device (0000 -> 0002)
[ 6.304814] iwlwifi 0000:01:00.0: Detected crf-id 0xbadcafe, cnv-id 0x3000000 wfpm id 0x80000000
[ 6.304821] iwlwifi 0000:01:00.0: PCI dev 24f3/1010, rev=0x201, rfid=0xd55555d5
[ 6.305372] usbcore: registered new interface driver btusb
[ 6.327141] Bluetooth: hci0: Firmware revision 0.0 build 14 week 44 2021
[ 6.332678] iwlwifi 0000:01:00.0: loaded firmware version 36.ca7b901d.0 8000C-36.ucode op_mode iwlmvm
[ 6.334100] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC269VC: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
[ 6.334106] snd_hda_codec_realtek hdaudioC0D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[ 6.334109] snd_hda_codec_realtek hdaudioC0D0: hp_outs=1 (0x15/0x0/0x0/0x0/0x0)
[ 6.334112] snd_hda_codec_realtek hdaudioC0D0: mono: mono_out=0x0
[ 6.334114] snd_hda_codec_realtek hdaudioC0D0: inputs:
[ 6.334116] snd_hda_codec_realtek hdaudioC0D0: Internal Mic=0x19
[ 6.334118] snd_hda_codec_realtek hdaudioC0D0: Mic=0x18
[ 6.337332] Bluetooth: hci0: Reading supported features failed (-16)
[ 6.337358] Bluetooth: hci0: Error reading debug features
[ 6.360712] input: Logitech Wireless Device PID:4060 Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6.3/1-6.3:1.2/0003:046D:C52B.0006/0003:046D:4060.0009/input/input21
[ 6.366660] input: Logitech Wireless Device PID:4060 Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6.3/1-6.3:1.2/0003:046D:C52B.0006/0003:046D:4060.0009/input/input22
[ 6.366760] hid-generic 0003:046D:4060.0009: input,hidraw4: USB HID v1.11 Keyboard [Logitech Wireless Device PID:4060] on usb-0000:00:14.0-6.3/input2:1
[ 6.439905] r8152 2-3.4:1.0 enp0s20f0u3u4: renamed from eth0
[ 6.463978] ax88179_178a 1-2:1.0 eth0: register 'ax88179_178a' at usb-0000:00:14.0-2, ASIX AX88179 USB 3.0 Gigabit Ethernet, 00:23:55:4c:57:48
[ 6.464023] usbcore: registered new interface driver ax88179_178a
[ 6.490471] ax88179_178a 1-2:1.0 enp0s20f0u2: renamed from eth0
[ 6.573516] input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input19
[ 6.600622] iwlwifi 0000:01:00.0: Detected Intel(R) Dual Band Wireless AC 8260, REV=0x201
[ 6.600785] thermal thermal_zone2: failed to read out thermal zone (-61)
[ 6.650728] intel_tcc_cooling: Programmable TCC Offset detected
[ 6.674061] iwlwifi 0000:01:00.0: base HW address: e4:a4:71:f1:da:60, OTP minor version: 0x4
[ 6.684065] intel_rapl_common: Found RAPL domain package
[ 6.684069] intel_rapl_common: Found RAPL domain core
[ 6.684070] intel_rapl_common: Found RAPL domain uncore
[ 6.684072] intel_rapl_common: Found RAPL domain dram
[ 6.684073] intel_rapl_common: Found RAPL domain psys
[ 6.748185] ieee80211 phy0: Selected rate control algorithm 'iwl-mvm-rs'
[ 6.751805] mousedev: PS/2 mouse device common for all mice
[ 6.759132] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1f.3/sound/card0/input20
[ 6.764871] iwlwifi 0000:01:00.0 wlp1s0: renamed from wlan0
[ 6.778686] 8021q: 802.1Q VLAN Support v1.8
[ 6.806470] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input26
[ 6.806604] input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input27
[ 6.806671] input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input28
[ 6.814451] input: Logitech MX Master as /devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6.3/1-6.3:1.2/0003:046D:C52B.0006/0003:046D:4060.0009/input/input29
[ 6.815486] logitech-hidpp-device 0003:046D:4060.0009: input,hidraw4: USB HID v1.11 Keyboard [Logitech MX Master] on usb-0000:00:14.0-6.3/input2:1
[ 7.338214] psmouse serio1: elantech: assuming hardware version 4 (with firmware version 0x361f00)
[ 7.379564] psmouse serio1: elantech: Synaptics capabilities query result 0x00, 0x16, 0x0d.
[ 7.419964] psmouse serio1: elantech: Elan sample query result 00, 49, 75
[ 7.672758] input: ETPS/2 Elantech Touchpad as /devices/platform/i8042/serio1/input/input18
[ 9.762418] ax88179_178a 1-2:1.0 enp0s20f0u2: ax88179 - Link status is: 1
[ 9.768838] IPv6: ADDRCONF(NETDEV_CHANGE): enp0s20f0u2: link becomes ready
[ 13.421113] FS-Cache: Loaded
[ 13.425221] Key type dns_resolver registered
[ 13.542573] Key type cifs.spnego registered
[ 13.542596] Key type cifs.idmap registered
[ 13.543587] CIFS: No dialect specified on mount. Default has changed to a more secure dialect, SMB2.1 or later (e.g. SMB3.1.1), from CIFS (SMB1). To use the less secure SMB1 dialect to access old servers which do not support SMB3.1.1 (or even SMB3 or SMB2.1) specify vers=1.0 on mount.
[ 13.543590] CIFS: Attempting to mount //192.168.178.100/home/.Qsync/Private
[ 14.000010] CIFS: VFS: \\192.168.178.100 cannot query dirs between root and final path, enabling CIFS_MOUNT_USE_PREFIX_PATH
[ 15.819268] i915 0000:00:02.0: [drm] Reducing the compressed framebuffer size. This may lead to less power savings than a non-reduced-size. Try to increase stolen memory size if available in BIOS.
[ 16.656050] memfd_create() without MFD_EXEC nor MFD_NOEXEC_SEAL, pid=548 'sddm-greeter'
[ 21.432135] systemd-journald[197]: /var/log/journal/4f8ae54fcd634366b787087fc3d0eba9/user-1000.journal: Boot ID changed since last record, rotating.
[ 25.802129] warning: `kded5' uses wireless extensions which will stop working for Wi-Fi 7 hardware; use nl80211
[ 32.858614] logitech-hidpp-device 0003:046D:4060.0009: HID++ 4.5 device connected.
[ 893.129047] usb 1-6: USB disconnect, device number 6
[ 893.129067] usb 1-6.3: USB disconnect, device number 7
[ 893.504138] usb 1-6.4: USB disconnect, device number 8
[ 1001.738685] usb 1-6: new high-speed USB device number 9 using xhci_hcd
[ 1001.878915] usb 1-6: New USB device found, idVendor=1a40, idProduct=0101, bcdDevice= 1.00
[ 1001.878940] usb 1-6: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[ 1001.878951] usb 1-6: Product: USB2.0 HUB
[ 1001.881260] hub 1-6:1.0: USB hub found
[ 1001.881320] hub 1-6:1.0: 4 ports detected
[ 1002.261754] usb 1-6.3: new full-speed USB device number 10 using xhci_hcd
[ 1002.459462] usb 1-6.3: New USB device found, idVendor=046d, idProduct=c52b, bcdDevice=24.10
[ 1002.459487] usb 1-6.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 1002.459498] usb 1-6.3: Product: USB Receiver
[ 1002.459507] usb 1-6.3: Manufacturer: Logitech
[ 1002.483057] logitech-djreceiver 0003:046D:C52B.000C: hiddev98,hidraw3: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:00:14.0-6.3/input2
[ 1002.605621] input: Logitech MX Master as /devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6.3/1-6.3:1.2/0003:046D:C52B.000C/0003:046D:4060.000D/input/input30
[ 1002.606525] logitech-hidpp-device 0003:046D:4060.000D: input,hidraw4: USB HID v1.11 Keyboard [Logitech MX Master] on usb-0000:00:14.0-6.3/input2:1
[ 1002.768627] usb 1-6.4: new full-speed USB device number 11 using xhci_hcd
[ 1002.962062] usb 1-6.4: New USB device found, idVendor=1050, idProduct=0407, bcdDevice= 5.43
[ 1002.962087] usb 1-6.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 1002.962098] usb 1-6.4: Product: YubiKey OTP+FIDO+CCID
[ 1002.962107] usb 1-6.4: Manufacturer: Yubico
[ 1002.984366] input: Yubico YubiKey OTP+FIDO+CCID as /devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6.4/1-6.4:1.0/0003:1050:0407.000E/input/input31
[ 1003.039929] hid-generic 0003:1050:0407.000E: input,hidraw5: USB HID v1.10 Keyboard [Yubico YubiKey OTP+FIDO+CCID] on usb-0000:00:14.0-6.4/input0
[ 1003.042257] hid-generic 0003:1050:0407.000F: hiddev99,hidraw6: USB HID v1.10 Device [Yubico YubiKey OTP+FIDO+CCID] on usb-0000:00:14.0-6.4/input1
[ 1079.214904] logitech-hidpp-device 0003:046D:4060.000D: HID++ 4.5 device connected.not a trace of the interface.
❯ sudo dmesg | grep Focusrite
❯ sudo dmesg | grep Scarlettlsusb output:
Bus 002 Device 003: ID 0bda:8153 Realtek Semiconductor Corp. RTL8153 Gigabit Ethernet Adapter
Bus 002 Device 002: ID 0bda:0401 Realtek Semiconductor Corp. 4-Port USB 3.0 Hub
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 011: ID 1050:0407 Yubico.com Yubikey 4/5 OTP+U2F+CCID
Bus 001 Device 010: ID 046d:c52b Logitech, Inc. Unifying Receiver
Bus 001 Device 009: ID 1a40:0101 Terminus Technology Inc. Hub
Bus 001 Device 005: ID 8087:0a2b Intel Corp. Bluetooth wireless interface
Bus 001 Device 003: ID 0b95:1790 ASIX Electronics Corp. AX88179 Gigabit Ethernet
Bus 001 Device 004: ID 04d9:a0cd Holtek Semiconductor, Inc. USB Keyboard
Bus 001 Device 002: ID 0bda:5401 Realtek Semiconductor Corp. RTL 8153 USB 3.0 hub with gigabit ethernet
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hubI did some research but to no avail.
I wondered if they got it working as the thread just cut off rather unexpectedly. Unfortionally I am a bit clueless as to why the issue seems to occur primarily on arch. Under Debian-based distros it just happens to work without any problem.
If the OP found a solution to this or if anyone has any Idea on how to troubleshoot the given issue, please let me know.
Thank you and have a nice day.
[Edit]
Update: As it turned out, there actually was a problem with the energy supply on all the USB-A ports on my machine. Connecting it via a USB-C connector did the trick, although I could swear that it worked on the USB-A ports back when I was using it under Windows... however, it works now and this is all that matters.
Last edited by Submarine (2023-08-13 17:19:11)
Offline
Update: As it turned out, there actually was a problem with the energy supply on all the USB-A ports on my machine. Connecting it via a USB-C connector did the trick, although I could swear that it worked on the USB-A ports back when I was using it under Windows... however, it works now and this is all that matters.
I know this is an older post, but I registered specifically to say thank you for this update. This happened to me as well on a Dell Inspiron 5502 laptop. The built-in USB-A ports give enough power to light the device up, but I guess not enough for it to fully function. I have a USB-C dock that I was able to plug the interface into, which caused it to start getting recognized by the system and became usable. Thank you!
Last edited by shoastro (2025-02-15 22:18:04)
Offline