* [gentoo-soc] Use of SCM tools verification post
[not found] <o2h7b125e641004030106ya95ddee6y82194e76696a2ef8@mail.gmail.com>
@ 2010-04-03 8:10 ` Sarath Lakshman
0 siblings, 0 replies; only message in thread
From: Sarath Lakshman @ 2010-04-03 8:10 UTC (permalink / raw
To: gentoo-soc
[-- Attachment #1: Type: text/plain, Size: 575 bytes --]
Hi,
Here is the patch I generated from svn co svn://anonsvn.gentoo.org/hwdata
Index: trunk/check-cards
===================================================================
--- trunk/check-cards (revision 8)
+++ trunk/check-cards (working copy)
@@ -8,3 +8,16 @@
exit 1
fi
done
+
+
+# Module list is written to a temp file
+lsmod | awk '{ print $1 }' > /tmp/modules.$$;
+
+
+# Following modules are already loaded
+while read module;
+do
+ echo $module ;
+done < /tmp/modules.$$
+
+
--
Happy Hacking,
Sarath Lakshman
http://www.sarathlakshman.info
[-- Attachment #2: Type: text/html, Size: 908 bytes --]
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2010-04-03 8:11 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <o2h7b125e641004030106ya95ddee6y82194e76696a2ef8@mail.gmail.com>
2010-04-03 8:10 ` [gentoo-soc] Use of SCM tools verification post Sarath Lakshman
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox