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 installreboot!
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.
Popularity: 7% [?]
Related posts:
- Fedora Werewolf (fc8) on toshiba laptop… the sound saga Following up on my previous posts regarding my new Toshiba...
- Fedora Linux (fc8) on my new laptop… the wireless saga I love it when a plan comes together but hate...
- Fedora (fc8) releases a new kernel ... and saves me a ton of work. Tonight, I...
- Linux, Vista, and my new laptop OH YEAH! (He says like the Kool-aid pitcher as he...
- i love fedora It's been a couple of months since I had to...
Related posts brought to you by Yet Another Related Posts Plugin.
1 response so far ↓
1 artur
// Feb 4, 2008 at 7:00 am
I have Fedora8 (Compal IFL90 witch ALC268), and everything works fine. I needn’t modified modprobe.conf. Thanks for solution
Leave a Comment