Day 21 – The day the mixer Died.

So far I have learned that working with little quirks under Linux you need patience.

Finally I finished sorting out all my music files and got them back on the external HD! So I started to get things together to record my podcast. Hooked up my mixer, turned it on and plugged it into the USB port. The system found it OK. I checked it with Skype.

Beautiful.  Launched Audacity and chose the input for the mixer and started recording.  The waveform was flat..

Hmmmm..

Read on to find out what happened.Well, I’m looking all around on the machine for settings issues and everything seemed right then I looked down and realized that all of a sudden I had no power on my mixer. The powersupply died. FUCK!

And of course I find out there is an Internal Mic bug in Ubuntu. Great.

Before going out and getting a headset, I guess I should see if I can get the Internal Mic going.  I looked on the Ubuntu Forums and found a few others who have the same issue with Acer Laptops and the internal mic’s. Luckily there is a fix!

  • Step 1: Download the Alsa Driver from here:

ftp://ftp.alsa-project.org/pub/driver/alsa-driver-1.0.20.tar.bz2

  • Step 2:extract the contents.Open terminal and go to where you downloaded the driver. Extract it using

tar -vxf alsa-driver-1.0.20.tar.gz

  • Step 3:  Compile the driverNote:  You need checkinstall if you don’t have it use apt-get to get it

sudo apt-get install checkinstall

Then run the commands below
This takes a little while to do its thing

./configure
make
sudo make install

  • Step 4: Configure alsa-base.confAdd the following line to the end of /etc/modprobe.d/alsa-base.conf file. I did this by using the command:

sudo gedit /etc/modprobe.d/alsa-base.conf

I added these two lines at the end of the conf file then saved it.

alias snd-card-0 snd-hda-intel
options snd-hda-intel model=acer

  • Step 5:  Reboot.

This worked, but seriously, internal mic’s are shitty to say the least. But it’s nice to know that it works more or less. By this time I had gotten so fed up with my mixer dying, I decided that maybe it’s best I use a headset or find out if Daddy’s Junky Music will allow me to get a new cable with my extended warranty. GRRRR.

So after fighting with it all I gave up recording for the night and watched my friend’s do their show on XLR and called it a night.

Share it:
  • Print
  • Digg
  • StumbleUpon
  • del.icio.us
  • Facebook
  • Yahoo! Buzz
  • Twitter
  • Google Bookmarks
  • Add to favorites
  • email
  • Fark
  • FriendFeed
  • Google Buzz
  • HackerNews
  • HelloTxt
  • Identi.ca
  • LinkedIn
  • MySpace
  • Ping.fm
  • Reddit
  • Slashdot
  • Suggest to Techmeme via Twitter
  • Technorati
  • Tumblr

Leave a Reply

Powered by WP Hashcash