You are not logged in.

#1 2023-08-18 01:37:09

jddoxtator
Member
Registered: 2022-01-02
Posts: 43

Benchmark DAC3 HGC Device IO error after power outage.

Getting a very strange issue with a USB DAC.

Was working just fine with pipewire before the power outage, but after, nothing plays from the device and I just get constant IO errors from the audio interface control panel.

Tried the DAC with a windows laptop, device driver and everything works fine, so something broke in linux.

It was in the middle of a printing task when the power went out so I am wondering if the entire USB IO system just got hung in some weird half engaged error.

the DAC is the only USB device not working, it is recognized and labeled properly, just nothing plays and test sounds say IO Error.

Here are the results from lsusb

Bus 008 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 007 Device 003: ID 05e3:0608 Genesys Logic, Inc. Hub
Bus 007 Device 002: ID 8087:0029 Intel Corp. AX200 Bluetooth
Bus 007 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 006 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 005 Device 005: ID 048d:8297 Integrated Technology Express, Inc. IT8297 RGB LED Controller
Bus 005 Device 004: ID 0414:a002 Giga-Byte Technology Co., Ltd USB Audio
Bus 005 Device 003: ID 05e3:0608 Genesys Logic, Inc. Hub
Bus 005 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 005: ID 0bda:0411 Realtek Semiconductor Corp. Hub
Bus 004 Device 004: ID 0bda:0411 Realtek Semiconductor Corp. Hub
Bus 004 Device 003: ID 05e3:0620 Genesys Logic, Inc. GL3523 Hub
Bus 004 Device 002: ID 05e3:0620 Genesys Logic, Inc. GL3523 Hub
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 003 Device 009: ID 045e:02e3 Microsoft Corp. Xbox One Elite Controller
Bus 003 Device 008: ID 046d:c24d Logitech, Inc. G710 Gaming Keyboard
Bus 003 Device 007: ID 0bda:5411 Realtek Semiconductor Corp. RTS5411 Hub
Bus 003 Device 006: ID 046d:c07d Logitech, Inc. G502 Mouse
Bus 003 Device 005: ID 056a:0357 Wacom Co., Ltd PTH-660 [Intuos Pro (M)]
Bus 003 Device 004: ID 0bda:5411 Realtek Semiconductor Corp. RTS5411 Hub
Bus 003 Device 003: ID 05e3:0610 Genesys Logic, Inc. Hub
Bus 003 Device 002: ID 05e3:0610 Genesys Logic, Inc. Hub
Bus 003 Device 011: ID 1781:0e4e Multiple Vendors Benchmark DAC2 USB Audio 1.0
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

Reinstalled everything with this script

#!/bin/bash
for pkgName in $(cat packages.txt)

do
  pacman -S --noconfirm $pkgName
done
echo "Reinstalled all packages."

still broken...

I swear this DAC will be the death of me... but I finally fixed it.

For some weird reason it went into USB 1.1 mode after the power outage. It's gone into mute mode after a power outage without lighting the LED for mute so this doesn't surprise me.

For anyone that also has a Benchmark DAC3 HGC, Hold down the two input buttons to cycle through input USB versions.

The symptoms are device detected, no play back and 48Khz + 2X light illuminated. This apparently means the incorrect USB version is set.
Symptom is also visible in lsusb

Incorrect USB set:

Bus 003 Device 011: ID 1781:0e4e Multiple Vendors Benchmark DAC2 USB Audio 1.0

Correct USB set:

Bus 003 Device 002: ID 1781:0e4f Multiple Vendors Benchmark DAC2 USB Audio 2.0

Mod's you can mark this as solved.

For other users of this DAC, I have contacted Benchmark to make them aware of this recurring issue.

Last edited by jddoxtator (2023-08-18 09:08:00)

Offline

Board footer

Powered by FluxBB