usbaudio icon indicating copy to clipboard operation
usbaudio copied to clipboard

[ERROR] Could not initialize AOA

Open manmtm7 opened this issue 5 years ago • 4 comments

  • I am using Debian from Microsoft Store.
  • Followed the steps on the guide completely.
  • As i execute "usbaudio" it shows the error

[ERROR] Could not initialize AOA

manmtm7 avatar Sep 11 '20 08:09 manmtm7

aoa_init() basically calls libusb_init(). So you can't initialize libusb.

I'm not so surprised if you use it from Windows (even if it runs some Linux above).

rom1v avatar Sep 11 '20 08:09 rom1v

aoa_init() basically calls libusb_init(). So you can't initialize libusb.

I'm not so surprise if you use it from Windows (even if it runs some Linux above).

So,... i am sorry but i have no idea what to do, i am new in all this :\

manmtm7 avatar Sep 11 '20 08:09 manmtm7

So no luck on Windows?? :/

welp, thankyou for making this at least there is something.

manmtm7 avatar Sep 11 '20 08:09 manmtm7

Windows Subsystem for Linux doesn't have USB access. There's nothing you can do there.

parkerlreed avatar Sep 11 '20 15:09 parkerlreed