[LAU] small/cheap devices that can run jackd?
    fred 
    f.rech at yahoo.fr
       
    Wed Oct 26 20:56:56 UTC 2011
    
    
  
>> 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
>
Wow ! You just save my night, mate !!
Let me say you are the...
>
> Best,
>
> Jeremy
Many many thanks !!
Fred
    
    
More information about the Linux-audio-user
mailing list