wrote:
>>
>> Post the results of: lsmod|grep snd
>>
>
> Here they are:
>
> snd_hda_intel 18964 1
> snd_hda_codec 142640 1 snd_hda_intel
> snd_pcm_oss 53664 0
> snd_mixer_oss 18688 1 snd_pcm_oss
> snd_pcm 89864 3 snd_hda_intel,snd_hda_codec,snd_pcm_oss
> snd_timer 25220 1 snd_pcm
> snd 55268 8 snd_hda_intel, snd_hda_codec,
> snd_pcm_oss, snd_mixer_oss,
> snd_pcm, snd_timer
> soundcore 10208 1 snd
> snd_page_alloc 10632 2 snd_hda_intel,snd_pcm
>
>
Well it looks like you got your video card set, which is good, now as to
sound. As I suspected, the module is detected and (assuming it's
correct) I believe your sound is just muted. Instead of using the
laptop's hardware keys, run the command: alsamixer. From there make
sure both Master and PCM are not 0 and not muted (to select or
in/deccrease an item use your arrow keys, to toggle mute press m, to
save and exit press escape). Chances are the laptop's hardware keys
simply control either the master volume or the PCM, not both. If you'd
prefer a GUI for some reason, you can use kmix if KDE is installed or
install aumix-gtk.
One other thing you might want to do is add the following line to your
kernel line in /boot/grub/menu.lst: vga=791. This will give you XGA
resolution when you're on a real console (sorry, WXGA isn't supported
there). To access a real (or virtual) console, press ctrl-alt-f[1-6] to
return to X press ctrl-alt-f7. This is what's known as a kernel
parameter so it won't take affect until the next reboot.
One last thing, I should preface that although I do run one machine at
work with Ubuntu, I don't know that distro (or Debian in general) that
well. I am quite familiar with Red Hat (mostly Fedora) and Gentoo, but
most of concepts carry over.