Re: [LAU] small/cheap devices that can run jackd?

From: Jeremy Jongepier <jeremy@email-addr-hidden>
Date: Wed Oct 26 2011 - 23:18:14 EEST

On 10/26/2011 09:22 PM, fred wrote:
> But before that, a little time is necessary to ask this 70 modules their
> "identity card" !!

Automate the identification ;)

(super quick example script)

#!/bin/sh

for a in $(lsmod | cut -d " " -f 1)
do
     echo module name: $a
     modinfo $a | grep description
     echo
done

Best,

Jeremy
_______________________________________________
Linux-audio-user mailing list
Linux-audio-user@email-addr-hidden
http://lists.linuxaudio.org/listinfo/linux-audio-user
Received on Thu Oct 27 00:15:06 2011

This archive was generated by hypermail 2.1.8 : Thu Oct 27 2011 - 00:15:06 EEST