I've been trying to get alsa working with my Lenovo 3000 N100's Intel ICH7
audio controller via modules. No Luck. Channels are not muted.


  lspci | grep Audio
00:1b.0 Audio device: Intel Corporation 82801G (ICH7 Family) High
Definition Audio Controller (rev 02)

The card is detected:
   cat /proc/asound/cards
0 [Intel          ]: HDA-Intel - HDA Intel
                    HDA Intel at 0xd0340000 irq 19

   lsmod | grep snd
snd_hda_intel          21329  1
snd_hda_codec         116033  1 snd_hda_intel
snd_seq_dummy           7749  0
snd_seq_oss            33345  0
snd_seq_midi_event     11073  1 snd_seq_oss
snd_seq                52401  5 snd_seq_dummy,snd_seq_oss,snd_seq_midi_event

snd_seq_device         12877  3 snd_seq_dummy,snd_seq_oss,snd_seq
snd_pcm_oss            49105  0
snd_mixer_oss          20417  1 snd_pcm_oss
snd_pcm                81093  3 snd_hda_intel,snd_hda_codec,snd_pcm_oss
snd_timer              26693  2 snd_seq,snd_pcm
snd                    55109  11
snd_hda_intel,snd_hda_codec,snd_seq_oss,snd_seq,snd_seq_device,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_timer

soundcore              13345  1 snd
snd_page_alloc         14537  2 snd_hda_intel,snd_pcm

aplay produces no sound:
   aplay -N -D default /usr/share/sounds/startup3.wav
Playing WAVE '/usr/share/sounds/startup3.wav' : Signed 16 bit Little
Endian, Rate 44100 Hz, Stereo

No sound server.

The modem is enabled.

I'm out of ideas, and am starting to become enraged.

Anything else I should try/check?

Thanks
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Alsa-user mailing list
Alsa-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to