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

Jeremy Jongepier jeremy at autostatic.com
Wed Oct 26 20:18:14 UTC 2011


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


More information about the Linux-audio-user mailing list