Ubuntu 10.10 USB audio driver

This section is now closed.
Forum rules
Audacity 1.3.x is now obsolete. Please use the current Audacity 2.x.x package for your distribution or compile Audacity from the source code.
Locked
EFH
Posts: 4
Joined: Mon Mar 28, 2011 7:16 pm
Operating System: Please select

Ubuntu 10.10 USB audio driver

Post by EFH » Tue Mar 29, 2011 12:30 pm

I am trying to record audio arriving on a USB port on a Ubuntu 10.10 laptop. The audio is being sent by a Mackie ProFX12 mixing console.
In Audacity Edit->Preferences my choices for recoding devices are:

- HDA ATI SB: ALC268 Analog (hw:0,0)
- pulse
- default

None of these appear to be seeing or processing the incoming audio on the USB port. I see that some people are using USB microphones, so I assume it is possible to capture audio arriving on a USB port. Am I missing a driver or package of some sort? Or is this a configuration problem?

waxcylinder
Forum Staff
Posts: 14684
Joined: Tue Jul 31, 2007 11:03 am
Operating System: Windows 10

Re: Ubuntu 10.10 USB audio driver

Post by waxcylinder » Tue Mar 29, 2011 1:55 pm

Have you got the USB device plugged in before firing up Audacity? Yop need to do that.

See this page in the manual for further help: http://manual.audacityteam.org/man/Reco ... turntables
althogh it's nominally about USB TTs the information applies to other USB audio devices too.

WC
________________________________________FOR INSTANT HELP: (Click on Link below)
* * * * * FAQ * * * * * Tutorials * * * * * Audacity Manual * * * * *

steve
Site Admin
Posts: 81609
Joined: Sat Dec 01, 2007 11:43 am
Operating System: Linux *buntu

Re: Ubuntu 10.10 USB audio driver

Post by steve » Tue Mar 29, 2011 4:35 pm

EFH wrote:In Audacity Edit->Preferences my choices for recoding devices are:

- HDA ATI SB: ALC268 Analog (hw:0,0)
- pulse
- default
There should also be an option for the USB device, assuming that it is supported by ALSA.

Open a Terminal window and enter the text:

Code: Select all

arecord -l
This should list all audio devices that are connected to your system.
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)

Locked