Results 1 to 4 of 4

Thread: Getting Bose USB speakers to work

  1. #1
    Join Date
    Jun 2011
    Beans
    1

    Getting Bose USB speakers to work

    After building my new 64-bit system I received a Bose Companion5 sound system for my birthday
    Unfortunately I got no sound out of them after setting them up, and when I queried Bose support they said "The Bose(R) Companion(R) 5 speaker system is not compatible with the Linux operating system."

    Fortunately, there were references over the last few years to various Linux users who were getting sound out of the same audio system. I contacted my motherboard makers thinking that there was a problem with my onboard audio needing to be "sent" to the USB connector. I will try to clearly present my process for installing USB speakers on Natty.

    1) realize that USB audio bypasses the soundcard or onboard sound, and since the processing is occuring in the external device, it needs to be active and connected while you are booting. (I ran it on a Windows XP laptop just prior to rebooting my ubuntu computer to make sure it worked)
    2)boot your computer without any speakers plugged into the stereo jack. (Might not be necessary)
    3) run: cat /proc/asound/cards
    You should see the primary sound card as #0, and the USB card may be listed as #1
    4) Take a look at how alsa is set up: cat /etc/modprobe.d/alsa-base.conf
    You will probably find that your usb sound module is purposely turned off.
    Here I am indebted to another flavor of linux for the answer (which worked great under ubuntu) -- see the directions given by latux:
    http://crunchbanglinux.org/forums/to...evice-in-alsa/
    for editing the /etc/modprobe.d/alsa-base.conf file as superuser.
    5) After rebooting I was able to go directly to System -> Preferences -> Sound to select the Bose USB Audio as output without the extra configuration steps latux mentions, and Voila!

  2. #2
    Join Date
    Jan 2009
    Location
    USA
    Beans
    6
    Distro
    Ubuntu 8.10 Intrepid Ibex

    Re: Getting Bose USB speakers to work

    For the record, all I needed to do was reboot (10.04 Lucid).

    Long version: I turned on my Bose Companion 5 speakers & plugged them in to the USB Port. I went to System / Preferences / Sound and clicked Output and saw only one device: "Internal Audio Analog Stereo". I tried to play something, but no sound. I rebooted and then went to System / Preferences / Sound and then Output again and Voila! There was an option for Bose USB Audio Analog Surround 4.1.

  3. #3
    Join Date
    Mar 2009
    Beans
    3
    Distro
    Ubuntu 8.10 Intrepid Ibex

    Re: Getting Bose USB speakers to work

    I am on 11.10 and the bose usb analog 4.1 and 5.1 showed up, but I can't get any sound. The setting does not stay when I exit the sound app. The mute stays amber instead of green like there is nothing on the usb port.

  4. #4
    Join Date
    Feb 2012
    Beans
    1

    Re: Getting Bose USB speakers to work

    I followed the instructions and couldn't get my USB audio to work. Until I noticed listed in the options of the alsa-base.conf file is the option to turn off the USB audio. See below:
    # Prevent abnormal drivers from grabbing index 0
    options bt87x index=-2
    options cx88_alsa index=-2
    options saa7134-alsa index=-2
    options snd-atiixp-modem index=-2
    options snd-intel8x0m index=-2
    options snd-via82xx-modem index=-2
    options snd-usb-audio index=-2
    options snd-usb-caiaq index=-2
    options snd-usb-ua101 index=-2
    options snd-usb-us122l index=-2
    options snd-usb-usx2y index=-2
    If you follow the instructions from the link above, you may not get your USB audio to work. The easiest thing to do is to change the bolded option to -1. This is the crux of the fix that is in the link.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •