Author Topic: Audio Driver  (Read 4359 times)

bw42

  • Newbie
  • *
  • Posts: 36
  • Karma: +9/-0
    • View Profile
Audio Driver
« on: July 22, 2020, 09:06:03 am »
Anyone know what driver is used for the Blackbird?


Borley

  • Full Member
  • ***
  • Posts: 177
  • Karma: +16/-0
    • View Profile
Re: Audio Driver
« Reply #1 on: July 24, 2020, 09:20:17 pm »
The sound device is listed as C-Media Electronics, Inc. CM106 Like Sound Device,
Code: [Select]
alsa.driver_name = "snd_usb_audio"
I am not really sure how to pull driver information.

bw42

  • Newbie
  • *
  • Posts: 36
  • Karma: +9/-0
    • View Profile
Re: Audio Driver
« Reply #2 on: July 26, 2020, 02:21:11 pm »
Thanks for the response Borley.

Turns out the issue was with my Alsa-lib package.

After rebuilding the sound started working.