On Mon, 2007-11-12 10:15:04 -0600, Robert Easter <[EMAIL PROTECTED]> wrote: > Jan-Benedict Glaw wrote: > > On Sun, 2007-11-11 17:32:44 -0600, Robert Easter <[EMAIL PROTECTED]> wrote: > >>> This was: > >>> > >>> grep snd-hda-intel /lib/`uname -r`/modules.pcimap > >>> > >> Tag, Jan-Benedict! > >> > >> The output is: > >> > >> ~$ uname -r > >> 2.6.22-14-generic > >> > >> On the grep snd-hda-intel it never returned! > >> > > > > ...probably because you only called it like "grep snd-hda-intel", but > > not "grep snd-hda-intel /lib/`uname -r`/modules.pcimap"? If you > > actually did, please cut'n'paste the exact commands you typed in into > > some email. > > > As proof positive of my ignorance in these matters, I offer the following:
Notice the difference between "`" and "'". Don't retype the stuff,
but cut'n'paste it.
> [EMAIL PROTECTED]:~$ grep snd-hda-intel /lib/'uname -r'/modules.pcimap
> grep: /lib/uname -r/modules.pcimap: No such file or directory
> [EMAIL PROTECTED]:~$ grep snd-hda-intel /lib/2.6.22-14-generic/modules.pcimap
> grep: /lib/2.6.22-14-generic/modules.pcimap: No such file or directory
> [EMAIL PROTECTED]:~$ grep snd-hda-intel
> /'lib/2.6.22-14-generic'/modules.pcimap
> grep: /lib/2.6.22-14-generic/modules.pcimap: No such file or directory
>
> It might take a right healthy dose of smart to beat this kind of dumb!
...and I gave you a wrong example this time (one path component was
missing), but here's an actual example:
[EMAIL PROTECTED]:~$ grep snd-hda-intel /lib/modules/`uname -r`/modules.pcimap
snd-hda-intel 0x00008086 0x00002668 0xffffffff 0xffffffff 0x00000000
0x00000000 0x0
snd-hda-intel 0x00008086 0x000027d8 0xffffffff 0xffffffff 0x00000000
0x00000000 0x0
snd-hda-intel 0x00008086 0x0000269a 0xffffffff 0xffffffff 0x00000000
0x00000000 0x0
snd-hda-intel 0x00008086 0x0000284b 0xffffffff 0xffffffff 0x00000000
0x00000000 0x0
[...]
Additionally, please have a look at the `lsmod' output. Is that
specific module loaded?
MfG, JBG
--
Jan-Benedict Glaw [EMAIL PROTECTED] +49-172-7608481
Signature of: http://catb.org/~esr/faqs/smart-questions.html
the second :
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
