cloudsoup

no soup, no clouds

Audacity and a Logitech USB Mic on Ubuntu (Breezy)

7 comments

Ok, so I know I should update Ubuntu and I’ve read that Breezy isn’t the best for sound but I’ve finally – after an afternoon of messing about – managed to coax Audacity to use my Logitech USB microphone.

First of all, I downloaded the (beta) source for Audacity 1.3.2 and following the helpful advice on mics in Ubuntu here, compiled the source with:

./configure --with-portaudio=v19 --without-portmixer

– which didn’t do the job. Not quite. The problem is that Audacity’s recording preferences appear not to let you change the device from /dev/dsp to /dev/dsp1. According to reports, Audacity won’t find /dev/dsp1 unless there’s a /dev/dsp0. And this is the final fix that worked for me; change to root and type:

ln -s /dev/dsp /dev/dsp0

which creates /dev/dsp0 as a symbolic link (like a shortcut to you Windows folk) to /dev/dsp

then Audacity picks up the USB mic and everything works. Check out this forum entry too.

Might do another podcast now that’s sorted. Still got a problem with my Olympus Digital Voice Recorder on Ubuntu, though.

Written by David

December 28th, 2006 at 5:43 am

Posted in Uncategorized

Tagged with , ,

7 Responses to 'Audacity and a Logitech USB Mic on Ubuntu (Breezy)'

Subscribe to comments with RSS or TrackBack to 'Audacity and a Logitech USB Mic on Ubuntu (Breezy)'.

  1. I’m running audacity 1.2.7 I’m running audacity 1.2.7 and it’s straight outta the feisty repos – merely doing the “ln -s /dev/dsp /dev/dsp0″ meant I could record! cheers for the heads up on dsp0

    Anonymous

    11 Sep 07 at 1:54 am

  2. Well I see the meter moving Well I see the meter moving when I make a sound in the microphone during recording (in audacity). But when I play it back I hear nothing. And there aren’t any waveforms visible in the sound created.

    Anonymous

    20 Dec 07 at 9:30 pm

  3. [...] Youtube user called Beamoo seems to have found my advice on using a USB microphone with Audacity on Linux helpful. That’s very [...]

  4. Hi! Nice guide! I’m new to Linux Ubuntu but when I installed it I accedently deleted the Windows partition O.o

    Oh well… Linux ownz =]

    Hehe, Once again thanks for the guide

    Kevin

    12 Jun 08 at 7:28 am

  5. make sure the USB microphone works first (with skype…)
    quote from
    http://sudan.ubuntuforums.com/showthread.php?t=434169
    In Audacity: EDIT – PREFERENCES
    Playback: Device: ALSA HDA ATI SB: ALC883 Analog (hw:0,0)
    Recording: Device: ALSA: AK5370 :USB Audio (hw:1,0)
    Recording: Channels: 1 (Mono)
    Turn on the Logitech USB Desktop Microphone
    Check if you see the audio wave response, have fun!

    meka4996

    22 Jun 08 at 9:23 pm

  6. i hope. abcbab0044 thanks

    dxnamb

    20 Jul 08 at 9:32 am

  7. After months of on/off searching my mike finally works on my ubuntu PC

    thank you very much!!

    Rorkimaru

    17 Apr 09 at 11:04 pm

Leave a Reply