tempestuous
Group: Members
Posts: 259
Joined: Aug. 2004 |
|
Posted: July 28 2005,11:33 |
|
1. Try the boot option "acpi=off". This can solve a multitude of problems. Check your Thinkpad's specifications to see if its bios is ACPI-aware (and don't confuse ACPI with APM). If it's not ACPI-aware, this boot option should be considered essential. 2. Check your bios to see if "PnP OS = NO". This is important for all Linux distributions. 3. Check your bios to see if the sound card's settings are listed. Also check that these settings are not set for something unconventional - like SB emulation, or MSS/WSS mode. Still no success? Now you're in the realm of experimentation. Remove the card's entries in /etc/modules.conf, then reboot and specify just the basic module options - modprobe snd-opl3sa2 isapnp=0 port=0x370 irq=5 dma1=0 dma2=1 ... or ...try just one module option at a time, hoping to isolate the one which causes the system to freeze.
|