Сделал, как Вы сказали, но пока ничего хорошего. Почитаю на
http://www.opennet.ru/docs/HOWTO-RU/Sound-HOWTO.html#toc6 , попробую разобраться
Звуковое устройство присутствует, но все время занято, звук слышен (правда, только после инициализации bios) лишь со встроенного микрофона, и после перезагрузки уже ничего не обнаруживается
Вот что удалось найти:
Thinkpad 600E
The sound-card on a Thinkpad 600E needs the snd-cs4236 module if using ALSA, despite the card claiming to be a 46xx (and using a
module named cs4232 in the older OSS driver series). The snd-46xx module is for PCI sound cards that use the 4610 chip, which the
Thinkpad has, but it explicitly says it doesn't support these soundcards. The snd-cs4236 module is the ALSA module under ISA cards.
Add "snd-cs4236" to the /etc/modules file (create it if it doesn't exist) so that this module is automatically loaded on boot.
When using the kernel that came with Ubuntu 5.10 (breezy) or 6.06 (dapper), I needed to boot the kernel without PNP? support. This
is done by adding "pnpbios=off" to the kernel command line; the proper way to do this is to edit /boot/grub/menu.lst, and add pnpbios=off
to the line that starts with
# kopt=root=...and then running grub-update(8 )? to get those options added to all the kernels that are installed. If the pnpbios
support is not disabled, then the module will fail to load with a message like "CS4236+ soundcard not found or device busy" and
there will be no sound. If you still don't get sound try adding "acpi=off" to the kernel command line as well.
Подскажите пожалуйста (извиняюсь что несколько не по теме), а как можно отключить поддержку PNP и ACPI в AltLinux 4.1?