dkostic Apprentice
Joined: 24 May 2006 Posts: 220 Location: Madison, NJ
|
Posted: Mon Jul 17, 2006 10:36 pm Post subject: |
|
|
First of all, make sure alsaplayer isn't being started on the boot/default runlevels. Boot the computer off a rescue disk, chroot to your environment, and then do
Code: | rc-update del alsaplayer default |
(or rc-update del alsaplayer boot, if for some reason alsaplayer is started at boot time). That should prevent snd-hda-intel from being loaded at boot time, at least until you can diagnose the problem. You can change this back after you've figured out what the problem is.
Once you're reboot normally, do
Code: | modprobe -v snd-hda-intel |
and post the output. Also, post the lspci output from your sound card. _________________ Toshiba Satellite A105 laptop, 1.7 mHz Celeron M, 100 Gb hard disk, 512 Mb RAM, 2006.0, 2.6.16-r7 kernel
Homemade desktop, 3.2+ mHz AMD Athlon 64 processor, 120 Gb hard disk, 1 Gb RAM, 2005.0, 2.6.14-r2 kernel |
|