Eat your Vegetables!

Jeff Pabian's blog about technology, music, humor and life.

Eat your Vegetables! header image 2

Sound on Fedora fc8… SOLVED!!!

January 15th, 2008 · 1 Comment · Info, Tech, linux

I apologize for lack of a snappy post title. I am just giddy to get my sound working… better than I had before. In my last post regarding my sound issues:

I mentioned how I finally got the OSS sound driver to work. It worked okay… not perfect. No where near perfect. Finally, I had enough. I finally figured out how to get everything working natively.

In my previous post, I mention that I have an Azalia SB600 and it has an ALC268 chipset. I read somewhere that you can recompile the kernel modules for the ALSA drivers. I began searching for some more specific clues and found this:

# yum groupinstall “Development Tools”
# yum install mercurial
# cd /usr/src

# mkdir alsa && cd alsa
# hg clone http://hg-mirror.alsa-project.org/alsa-driver alsa-driver
# cd alsa-driver
# hg clone
http://hg-mirror.alsa-project.org/alsa-kernel alsa-kernel
# ./hgcompile && make install

reboot!

I also modified the following line in modprobe.conf:

options snd-hda-intel index=0 model=toshiba

It worked! I couldn’t believe it. How easy! I spent hours on this in the past. Granted, finding this solution took some work, but I am very thankful.

Edit: 01.16.08: I happened to see others with Toshiba laptops that had sound problems over at the Fedora Forums. For reference, I have a Toshiba A215-S7411 with the ALC268 chipset.

Share and Enjoy:
  • Print
  • Digg
  • del.icio.us
  • Facebook
  • Google Bookmarks
  • Ping.fm
  • Posterous
  • RSS
  • Technorati
  • Twitter

Related posts:

  1. Fedora Werewolf (fc8) on toshiba laptop… the sound saga Following up on my previous posts regarding my new Toshiba...
  2. Fedora Linux (fc8) on my new laptop… the wireless saga I love it when a plan comes together but hate...
  3. Fedora (fc8) releases a new kernel … and saves me a ton of work.  Tonight, I...
  4. Linux, Vista, and my new laptop OH YEAH! (He says like the Kool-aid pitcher as he...
  5. Ruby, SEO, and CSS… or how I spent my time off… If you have been following along, you’ll know that I’ve...
  6. VMware, Trixbox 2.4, and Viatalk As I promised, I’d update more often about some of...
  7. T-Mobile G1 vs. the iPhone I’m sorry I didn’t come up with a more catchy...
  8. return of my G1 Hacking the T-Mobile G1 one. Rooting it is easy and...

Related posts brought to you by Yet Another Related Posts Plugin.

Tags: ··

One Comment so far ↓

  • artur POLAND Fedora Linux Mozilla Firefox 2.0.0.8

    I have Fedora8 (Compal IFL90 witch ALC268), and everything works fine. I needn’t modified modprobe.conf. Thanks for solution :)

Leave a Comment