angelv
Group: Members
Posts: 1
Joined: July 2006 |
|
Posted: July 17 2006,13:20 |
|
Hi,
in case in can be of use (or at least just as encouragement) to anyone, I wanted to let you know that I got sound working beautifully in my Thinkpad 600E with DSL (which I installed a couple of days ago, and so far I'm liking it quite a lot).
Basically I did the following (a re-mix of previous posts):
1. Disable the Fastboot option in the BIOS. This wasn't the exact name on the BIOS, but I cannot remember it now, perhaps QuickBoot, or something similar, but it is obvious which one it is, once you get in the Config menu.
2. My kernel options (in file menu.lst inside /boot/grub directory) are:
kernel /boot/linux24 root=/dev/hda1 vga=790 host=thinkpad toram lang=uk frugal restore=hda2 pnpbios=off mydsl=hda2
The relevant one here should be pnpbios=off
3. Then I installed sndconfig and played with the settings until I got the correct values for the sound card, looked at what other modules were being loaded, and then added this to my /opt/bootlocal.sh file:
# to get the sound working modprobe sound modprobe opl3 io=0x388 modprobe cs4232 io=0x530 irq=5 dma=1 dma2=0 mpuio=0x330 mpuirq=5
(these options came from the file /etc/modutils/sndconfig that the program sndconfig created)
With this sound is working fine, and since I backup the /opt directory, I have sound without doing anything after every reboot.
Perhaps not all the steps are strictly necessary, but as they say: "Don't fix it if it is working..."
Cheers, Angel de Vicente
|