hi everyone, my audio interface is on (and thus drawing power) but it's not being detected by my computer as an input output device, thoughts?

p.s. it worked just fine with a usb a port and the usb c cable im using does transfer data

  • davi [he/him]
    hexbear
    1
    edit-2
    9 months ago

    use lspci to find out if a module (aka driver) is running and google the pci id's if there isn't one. the man page or google can show you how to do this.

    alternatively, you could use dmesg to show you what happens (if anything) when you plug/unplug your device. if nothing happens then you'll still need to google your device's pci id's. to see if there's a module for it.