Sound Issues
  • Trying to get studio audio working with some hangups. :-B

    I tried the help docs and have pretty much hit a wall. The on-board audio didn't work from the start on a clean load of Ubuntu 12.04 Desktop.

    Following the docs I removed pulseaudio, restarted and still no luck. I added the USB sound card (SB Live! 24-bit External) in hopes that'd work (it did on 11.04 fine).

    "aplay -l" below. 


    Any help appreciated! We're real close to getting online now, just need the studio audio to work so I can plumb it into the mixer.






    rickles@airtime:~$ aplay -l

    **** List of PLAYBACK Hardware Devices ****

    card 0: Intel [HDA Intel], device 0: ALC268 Analog [ALC268 Analog]
      Subdevices: 0/1
      Subdevice #0: subdevice #0

    card 1: External [SB Live! 24-bit External], device 0: USB Audio [USB Audio]
      Subdevices: 1/1
      Subdevice #0: subdevice #0



    Post edited by Rick Munday at 2013-06-07 17:34:15
  • 3 Comments sorted by
  • Still nothing - disabled internal sound card, no sound from Ubuntu desktop or CLI playing.

    Could really use some help here, crunch time. I have never had sound not work on Ubuntu.


    aplay - l


    **** List of PLAYBACK Hardware Devices ****
    card 1: External [SB Live! 24-bit External], device 0: USB Audio [USB Audio]
      Subdevices: 1/1
      Subdevice #0: subdevice #0

  • Vote Up0Vote Down Albert FRAlbert FR
    Posts: 1,978Member, Airtime Moderator
    you need to change order

    for example in /etc/modprobe.d/alsa-base

    change :

    install sound-slot-**0** modprobe snd-card-0
    install sound-slot-**1** modprobe snd-card-1

    in

    install sound-slot-**1** modprobe snd-card-0
    install sound-slot-**0** modprobe snd-card-1


    Post edited by Albert FR at 2013-06-14 05:25:11
  • Thanks Albert, I'll give that a try. I did it before I disabled the on-board but maybe I need to look at that file again.

    Will follow up.