On Sat, 2007-11-10 17:57:02 -0600, Robert Easter <[EMAIL PROTECTED]> wrote:
> Jan-Benedict Glaw wrote:
> > On Sat, 2007-11-10 14:40:32 -0600, Robert Easter <[EMAIL PROTECTED]> wrote:
[...]
> > > 00:1b.0 Audio device: Intel Corporation 82801G (ICH7 Family) High 
> > > Definition Audio Controller (rev 02)
> >
> > Please also send output of these commands, preferrably unwrapped:
> >
> > $ cat /proc/asound/cards
> > $ cat /proc/asound/devices
> > $ cat /proc/asound/pcm
> > $ aplay -l
>
> [EMAIL PROTECTED]:~$ cat /proc/asound/cards
> --- no soundcards ---
> [EMAIL PROTECTED]:~$ cat /proc/asound/devices
>   1:        : sequencer
>  33:        : timer
> [EMAIL PROTECTED]:~$ cat /proc/asound/pcm
> [EMAIL PROTECTED]:~$ aplay -l
> aplay: device_list:204: no soundcards found...
> [EMAIL PROTECTED]:~$
> [EMAIL PROTECTED]:~$ grep snd-hda-intel /lib/uname/ -r /modules.pcimap
> grep: /lib/uname/: No such file or directory
> grep: /modules.pcimap: No such file or directory


Somehow, cut'n'pasting the command from your email program to a
terminal didn't work properly. Try again with this one:

grep snd-hda-intel /lib/modules/`uname -r`/modules.pcimap

...or do it manually in two steps:

1.  uname -r

This'll tell you the current kernel's version.

2. grep snd-hda-intel /lib/modules/......./modules.pcimap

You must insert the version (output from command (1)) for the dots.

> [EMAIL PROTECTED]:~$ lspci -n
> 00:1b.0 0403: 8086:27d8 (rev 02)

At least with my kernel package, that device is claimed to be
supported:

[EMAIL PROTECTED]:~$ grep snd-hda-intel /lib/modules/`uname 
-r`/modules.pcimap|grep 27d8
snd-hda-intel        0x00008086 0x000027d8 0xffffffff 0xffffffff 0x00000000 
0x00000000 0x0

MfG, JBG
PS: If you want to stay with Thunderbird: Edit -> Preferences ->
Composition -> General -> Send Options -> "Text format" = "Convert the
Message to plain text"

-- 
      Jan-Benedict Glaw      [EMAIL PROTECTED]              +49-172-7608481
Signature of:           Ich hatte in letzter Zeit ein bißchen viel Realitycheck.
the second  :               Langsam möchte ich mal wieder weiterträumen können.
                             -- Maximilian Wilhelm (18. Mai 2006, #lug-owl.de)

Attachment: signature.asc
Description: Digital signature

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Alsa-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to