Results 1 to 5 of 5

Thread: How to manually scan for usb audio device?

  1. #1
    Join Date
    Jun 2011
    Location
    Netherlands
    Beans
    175
    Distro
    Ubuntu 12.04 Precise Pangolin

    How to manually scan for usb audio device?

    Hi,

    Sometimes my m-Audio Fasttrack Pro usb soundcard doens't get recognized. That is, it's not listed in the PulseAudio Volume Control, and no sound comes through. However, running
    Code:
    lsusb
    gives me a list in which the soundcard is included.

    How can I make the audio system aware of the usb soundcard?

    PS: I currently 'solve' it by either rebooting, or keeping plugging and unplugging the usb connection till it's recognized. But this is annoying to do every time.
    Vim - Comfortable text editing and coding
    vim-autoformat - a code-formatting plugin for vim supporting various languages - https://github.com/Chiel92/vim-autoformat
    Vimperator - Fast browsing using keyboard only

  2. #2
    Join Date
    Nov 2006
    Location
    The green
    Beans
    Hidden!
    Distro
    Ubuntu

    Re: How to manually scan for usb audio device?

    Have you tried restarting pulseaudio after plugging the usb soundcard in?
    Code:
    pulseaudio -k
    #495467 - #35304

    <=> Problem solved? Mark thread solved

  3. #3
    Join Date
    Jun 2011
    Location
    Netherlands
    Beans
    175
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: How to manually scan for usb audio device?

    Quote Originally Posted by omeomi View Post
    Have you tried restarting pulseaudio after plugging the usb soundcard in?
    Code:
    pulseaudio -k
    Thanks for your reply!
    I tried that, but it doesn't work.
    Vim - Comfortable text editing and coding
    vim-autoformat - a code-formatting plugin for vim supporting various languages - https://github.com/Chiel92/vim-autoformat
    Vimperator - Fast browsing using keyboard only

  4. #4
    Join Date
    Jun 2011
    Location
    Netherlands
    Beans
    175
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: How to manually scan for usb audio device?

    bump
    Vim - Comfortable text editing and coding
    vim-autoformat - a code-formatting plugin for vim supporting various languages - https://github.com/Chiel92/vim-autoformat
    Vimperator - Fast browsing using keyboard only

  5. #5
    Join Date
    Nov 2012
    Location
    Halloween Town
    Beans
    Hidden!
    Distro
    Xubuntu Development Release

    Re: How to manually scan for usb audio device?

    To see what's currently connected on your USB ports use:
    Code:
    lsusb | more
    But I don't think that this is what you're looking for regarding the issue you appear to be dealing with.

    Regarding specifically your issue, I think that this thread Create your own udev rules to control removable devices, will probably be of great assistance.

Tags for this Thread

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
  •