<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
<channel>
  <title>Linux Format forums</title>
  <link>http://www.linuxformat.com/forums/index.php</link>
  <description>Help, discussion, magazine feedback and more</description>
  <language>english</language>
  <copyright>(c) Copyright Sat May 25, 2013 12:16 am by Linux Format forums</copyright>
  <managingEditor>webmaster@linuxformat.com</managingEditor>
  <webMaster>webmaster@linuxformat.com</webMaster>
  <pubDate>Sat May 25, 2013 12:16 am</pubDate>
  <lastBuildDate>Sat May 25, 2013 12:16 am</lastBuildDate>
  <docs>http://backend.userland.com/rss</docs>
  <generator>phpBB2 RSS Syndication Mod by Lucas</generator>
  <ttl>1</ttl>

  <image>
    <title>Linux Format forums</title>
    <url></url>
    <link>http://www.linuxformat.com/forums/</link>
    <description>Help, discussion, magazine feedback and more</description>
  </image>

                                      <item>
                                        <title>Re: What does Linux know about your hardware?</title>
                                        <link>http://www.linuxformat.com/forums/viewtopic.php?p=93649#93649</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://www.linuxformat.com/forums/profile.php?mode=viewprofile&amp;u=14187'&gt;Dutch_Master&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Sat Oct 09, 2010 4:58 am&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      Admittedly &amp;quot;a tad&amp;quot;  &lt;img src=&quot;images/smiles/icon_rolleyes.gif&quot; alt=&quot;Rolling Eyes&quot; border=&quot;0&quot; /&gt; late, but version 0.006 as per Ollie and Nelz's suggestions can be found on the link in the original post on page 1. Unless some-one has a serious issue with it, it might be worth putting a Sticky on this thread for future (pun intended) visitors. (Mike, that's a hint &lt;img src=&quot;images/smiles/icon_wink.gif&quot; alt=&quot;Wink&quot; border=&quot;0&quot; /&gt;) And moving it to the Help section might improve its usage too &lt;img src=&quot;images/smiles/icon_razz.gif&quot; alt=&quot;Razz&quot; border=&quot;0&quot; /&gt;</description>
                                        <comments>http://www.linuxformat.com/forums/viewtopic.php?p=93649#93649</comments>
                                        <author>Dutch_Master</author>
                                        <pubDate>Sat Oct 09, 2010 4:58 am</pubDate>
                                        <guid isPermaLink="true">http://www.linuxformat.com/forums/viewtopic.php?p=93649#93649</guid>
                                      </item>
                                      <item>
                                        <title>Re: What does Linux know about your hardware?</title>
                                        <link>http://www.linuxformat.com/forums/viewtopic.php?p=71665#71665</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://www.linuxformat.com/forums/profile.php?mode=viewprofile&amp;u=5'&gt;nelz&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Sun Mar 08, 2009 10:34 am&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      /etc/lsb-release isn't always there. Some distros install the LSB stuff as a separate, optional, package and for other distros it is just not relevant.  To avoid the script aborting when the file isn't found, use&lt;br /&gt;
&lt;br /&gt;
&lt;/span&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;tr&gt; 	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;Code:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;code&quot;&gt;&amp;#91;&amp;#91; -f /etc/lsb-release &amp;#93;&amp;#93; &amp;amp;&amp;amp; cat /etc/lsb-release &amp;gt;&amp;gt; mysystem.txt&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;</description>
                                        <comments>http://www.linuxformat.com/forums/viewtopic.php?p=71665#71665</comments>
                                        <author>nelz</author>
                                        <pubDate>Sun Mar 08, 2009 10:34 am</pubDate>
                                        <guid isPermaLink="true">http://www.linuxformat.com/forums/viewtopic.php?p=71665#71665</guid>
                                      </item>
                                      <item>
                                        <title>Re: What does Linux know about your hardware?</title>
                                        <link>http://www.linuxformat.com/forums/viewtopic.php?p=71657#71657</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://www.linuxformat.com/forums/profile.php?mode=viewprofile&amp;u=2326'&gt;ollie&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Sun Mar 08, 2009 5:46 am&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      I was starting to play around with getting more distro details as well SMcE and looked at &quot;cat /etc/issue&quot; and &quot;cat /proc/version&quot; instead of &quot;uname -a&quot; and &quot;cat/lsb-release&quot; provides more detail that is useful. So I have changed the script to:&lt;br /&gt;
&lt;/span&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;tr&gt; 	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;Code:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;code&quot;&gt;#! /bin/bash&lt;br /&gt;
#&lt;br /&gt;
# script to collect hardware and software data on your system&lt;br /&gt;
# you'll need to be root to get proper results&lt;br /&gt;
# tested on Debian based systems, with the required lshw package&lt;br /&gt;
# installed and Mandriva 2009, who has the lshw package as well&lt;br /&gt;
# other distributions may work, if the lshw package is avalable and installed&lt;br /&gt;
# with contributions by Nelz and Ollie from the LXF forums&lt;br /&gt;
# see http&amp;#58;//www.linuxformat.co.uk/index.php?name=PNphpBB2&amp;amp;file=viewtopic&amp;amp;t=8332&lt;br /&gt;
# this script is released under the GPL&amp;#58; http&amp;#58;//www.gnu.org/copyleft/gpl.html&lt;br /&gt;
# current version&amp;#58; 0.005&lt;br /&gt;
&lt;br /&gt;
# when did you last run this script?&lt;br /&gt;
echo ========= &amp;gt;&amp;gt; mysystem.txt&lt;br /&gt;
echo &amp;quot;System info at&amp;#58;&amp;quot; `date` &amp;gt;&amp;gt; mysystem.txt&lt;br /&gt;
echo ========= &amp;gt;&amp;gt; mysystem.txt&lt;br /&gt;
# what kernel are you running?&lt;br /&gt;
echo &amp;quot;Kernel details&amp;#58;&amp;quot; &amp;gt;&amp;gt; mysystem.txt&lt;br /&gt;
cat /proc/version &amp;gt;&amp;gt;mysystem.txt&lt;br /&gt;
echo &amp;quot;Distro LSB details&amp;#58;&amp;quot; &amp;gt;&amp;gt; mysystem.txt&lt;br /&gt;
cat /etc/lsb-release &amp;gt;&amp;gt; mysystem.txt&lt;br /&gt;
echo ========= &amp;gt;&amp;gt; mysystem.txt&lt;br /&gt;
# check if lshw is installed, then find out all you want from your hardware with lshw&lt;br /&gt;
if which lshw &amp;amp;&amp;gt;/dev/null; then&lt;br /&gt;
&amp;nbsp; &amp;nbsp;lshw &amp;gt;&amp;gt; mysystem.txt&lt;br /&gt;
else&lt;br /&gt;
&amp;nbsp; &amp;nbsp;echo &amp;quot;You need to install lshw to use this script!&amp;quot;&lt;br /&gt;
fi&lt;br /&gt;
echo ========= &amp;gt;&amp;gt; mysystem.txt&lt;br /&gt;
chmod 644 mysystem.txt&lt;br /&gt;
echo &amp;quot;Done! Read the file mysystem.txt in the current directory&amp;quot;&lt;br /&gt;
echo &amp;quot;Use the cat and grep commands to select sections of interest if you're on the commandline&amp;quot;&lt;br /&gt;
echo &amp;quot;Or open this file in a graphical editor like Kwrite or Gedit. Please, do not use Notepad!!&amp;quot;&lt;br /&gt;
&lt;br /&gt;
exit 0&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;&lt;br /&gt;
&lt;br /&gt;
Do you think this is a useful update DM?</description>
                                        <comments>http://www.linuxformat.com/forums/viewtopic.php?p=71657#71657</comments>
                                        <author>ollie</author>
                                        <pubDate>Sun Mar 08, 2009 5:46 am</pubDate>
                                        <guid isPermaLink="true">http://www.linuxformat.com/forums/viewtopic.php?p=71657#71657</guid>
                                      </item>
                                      <item>
                                        <title>Re: What does Linux know about your hardware?</title>
                                        <link>http://www.linuxformat.com/forums/viewtopic.php?p=68558#68558</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://www.linuxformat.com/forums/profile.php?mode=viewprofile&amp;u=409'&gt;SMcE&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Tue Jan 06, 2009 4:21 pm&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      Thanks Dutch_Master&amp;amp;friends for a very useful script. Now, if it just told me what version of Ubuntu I am using, it would be just perfect (at least I think it's Ubuntu, should never have changed that desktop wallpaper...)&lt;br /&gt;
&lt;br /&gt;
A quick&amp;amp;dirty google gives me:&lt;br /&gt;
&lt;/span&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;tr&gt; 	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;Quote:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;quote&quot;&gt;&lt;br /&gt;
$ cat /etc/issue&lt;br /&gt;
Ubuntu 8.04 \n \l&lt;br /&gt;
&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;&lt;br /&gt;
Which is pretty much what I needed to know, apart from the annoying formatting characters.  lsb-release goes a bit futher for me:&lt;br /&gt;
&lt;/span&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;tr&gt; 	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;Quote:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;quote&quot;&gt;&lt;br /&gt;
$ cat /etc/lsb-release &lt;br /&gt;
DISTRIB_ID=Ubuntu&lt;br /&gt;
DISTRIB_RELEASE=8.04&lt;br /&gt;
DISTRIB_CODENAME=hardy&lt;br /&gt;
DISTRIB_DESCRIPTION=&quot;Ubuntu 8.04&quot;&lt;br /&gt;
&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;&lt;br /&gt;
(so it's Hardy!!) but funnily running lsb_release gives me:&lt;br /&gt;
&lt;/span&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;tr&gt; 	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;Quote:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;quote&quot;&gt;&lt;br /&gt;
$ lsb_release -v&lt;br /&gt;
No LSB modules are available.&lt;br /&gt;
&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;&lt;br /&gt;
Can anybody improve on these??</description>
                                        <comments>http://www.linuxformat.com/forums/viewtopic.php?p=68558#68558</comments>
                                        <author>SMcE</author>
                                        <pubDate>Tue Jan 06, 2009 4:21 pm</pubDate>
                                        <guid isPermaLink="true">http://www.linuxformat.com/forums/viewtopic.php?p=68558#68558</guid>
                                      </item>
                                      <item>
                                        <title>Re: What does Linux know about your hardware?</title>
                                        <link>http://www.linuxformat.com/forums/viewtopic.php?p=65776#65776</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://www.linuxformat.com/forums/profile.php?mode=viewprofile&amp;u=29805'&gt;AdamW&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Fri Oct 24, 2008 8:59 pm&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      Dutch: yep, I was just adding it for information. Your script is neat, but I'm used to just using the output of lspcidrake -v. It provides everything I need to know for most issues - a vague idea of what the hardware actually is, its PCI / USB ID (always the most important thing, and the reason I hate lspci - neither lspci nor lspci -v lists the PCI ID by default, only lspci -n does...I mean, sheesh), and its default driver mapping. Of course, for a cross-distro effort, something generic like your script is needed.</description>
                                        <comments>http://www.linuxformat.com/forums/viewtopic.php?p=65776#65776</comments>
                                        <author>AdamW</author>
                                        <pubDate>Fri Oct 24, 2008 8:59 pm</pubDate>
                                        <guid isPermaLink="true">http://www.linuxformat.com/forums/viewtopic.php?p=65776#65776</guid>
                                      </item>
                                      <item>
                                        <title>Re: What does Linux know about your hardware?</title>
                                        <link>http://www.linuxformat.com/forums/viewtopic.php?p=65722#65722</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://www.linuxformat.com/forums/profile.php?mode=viewprofile&amp;u=5'&gt;nelz&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Fri Oct 24, 2008 8:55 am&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      It's more than cosmetic, if you use &amp;gt; and the file already exists, it will be overwritten, &lt;span style=&quot;font-weight: bold&quot;&gt;unless&lt;/span&gt; you have the noclobber option set in your shell. In which case the script will bomb out with an error.</description>
                                        <comments>http://www.linuxformat.com/forums/viewtopic.php?p=65722#65722</comments>
                                        <author>nelz</author>
                                        <pubDate>Fri Oct 24, 2008 8:55 am</pubDate>
                                        <guid isPermaLink="true">http://www.linuxformat.com/forums/viewtopic.php?p=65722#65722</guid>
                                      </item>
                                      <item>
                                        <title>Re: What does Linux know about your hardware?</title>
                                        <link>http://www.linuxformat.com/forums/viewtopic.php?p=65717#65717</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://www.linuxformat.com/forums/profile.php?mode=viewprofile&amp;u=14187'&gt;Dutch_Master&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Fri Oct 24, 2008 3:42 am&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      Ah, I see your change. Well, it works w/o the extra &amp;gt; which really is only cosmetic, isn't it? Version inclusion makes sense: it's in. I'll add the extra &amp;gt; though &lt;img src=&quot;images/smiles/icon_wink.gif&quot; alt=&quot;Wink&quot; border=&quot;0&quot; /&gt;&lt;br /&gt;
&lt;br /&gt;
Version 0.004 is available on the link in my original post on page 1 &lt;img src=&quot;images/smiles/icon_smile.gif&quot; alt=&quot;Smile&quot; border=&quot;0&quot; /&gt;&lt;br /&gt;
&lt;br /&gt;
@AdamW: good to know, but that wasn't the intention of my script. This one is purely for gathering info on one's hardware as sometimes we get questions that require a bit more knowledge on the questionaire's hardware. I'm sure you, as a Mandriva dev, has experience with similar situations too, so feel free to use the script in Mandriva. Not yet decided on a licence, but it's free now and in the future. Hmm, given it relies on GPL software, there's an obvious choice here I guess? GPL then it is &lt;img src=&quot;images/smiles/icon_smile.gif&quot; alt=&quot;Smile&quot; border=&quot;0&quot; /&gt;</description>
                                        <comments>http://www.linuxformat.com/forums/viewtopic.php?p=65717#65717</comments>
                                        <author>Dutch_Master</author>
                                        <pubDate>Fri Oct 24, 2008 3:42 am</pubDate>
                                        <guid isPermaLink="true">http://www.linuxformat.com/forums/viewtopic.php?p=65717#65717</guid>
                                      </item>
                                      <item>
                                        <title>Re: What does Linux know about your hardware?</title>
                                        <link>http://www.linuxformat.com/forums/viewtopic.php?p=65715#65715</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://www.linuxformat.com/forums/profile.php?mode=viewprofile&amp;u=2326'&gt;ollie&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Fri Oct 24, 2008 2:30 am&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      Hi Dutch_Master,&lt;br /&gt;
&lt;br /&gt;
I've been playing around with your script &lt;img src=&quot;images/smiles/icon_biggrin.gif&quot; alt=&quot;Very Happy&quot; border=&quot;0&quot; /&gt; and realised I may have introduced a slight error with the code snippet I introduced. &lt;img src=&quot;images/smiles/icon_sad.gif&quot; alt=&quot;Sad&quot; border=&quot;0&quot; /&gt; &lt;img src=&quot;images/smiles/icon_redface.gif&quot; alt=&quot;Embarassed&quot; border=&quot;0&quot; /&gt;&lt;br /&gt;
&lt;br /&gt;
The out put of the script is much more useful if it is continually &lt;span style=&quot;font-weight: bold&quot;&gt;appended&lt;/span&gt; to the &quot;mysystem.txt&quot; file. I missed a &quot;&amp;gt;&quot; with my code when setting the date/time the script was run. The full script should be:&lt;br /&gt;
&lt;/span&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;tr&gt; 	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;Code:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;code&quot;&gt;#! /bin/bash&lt;br /&gt;
#&lt;br /&gt;
# script to collect hardware and software data on your system&lt;br /&gt;
# you'll need to be root to get proper results&lt;br /&gt;
# currently only works in Debian based systems, with the lshw package installed&lt;br /&gt;
# with contributions by Nelz and Ollie from the LXF forums&lt;br /&gt;
&lt;br /&gt;
# when did you last run this script?&lt;br /&gt;
echo ========= &amp;gt;&amp;gt; mysystem.txt&lt;br /&gt;
echo &amp;quot;System info at&amp;#58;&amp;quot; `date` &amp;gt;&amp;gt; mysystem.txt&lt;br /&gt;
echo ========= &amp;gt;&amp;gt; mysystem.txt&lt;br /&gt;
# what kernel are you running?&lt;br /&gt;
echo &amp;quot;uname -a&amp;#58;&amp;quot; &amp;gt;&amp;gt; mysystem.txt&lt;br /&gt;
uname -a &amp;gt;&amp;gt; mysystem.txt&lt;br /&gt;
echo ========= &amp;gt;&amp;gt; mysystem.txt&lt;br /&gt;
# check if lshw is installed, then find out all you want from your hardware with lshw&lt;br /&gt;
if which lshw &amp;amp;&amp;gt;/dev/null; then&lt;br /&gt;
&amp;nbsp; &amp;nbsp;lshw &amp;gt;&amp;gt; mysystem.txt&lt;br /&gt;
else&lt;br /&gt;
&amp;nbsp; &amp;nbsp;echo &amp;quot;You need to install lshw to use this script!&amp;quot;&lt;br /&gt;
fi&lt;br /&gt;
echo ========= &amp;gt;&amp;gt; mysystem.txt&lt;br /&gt;
chmod 644 mysystem.txt&lt;br /&gt;
echo &amp;quot;done! read the file mysystem.txt in the current directory&amp;quot;&lt;br /&gt;
echo &amp;quot;use the cat and grep commands to select sections of interest if you're on the commandline&amp;quot;&lt;br /&gt;
&lt;br /&gt;
exit 0&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;&lt;br /&gt;
&lt;br /&gt;
PS - I also recommend adding a version number to the comments at the top of the script &lt;img src=&quot;images/smiles/icon_smile.gif&quot; alt=&quot;Smile&quot; border=&quot;0&quot; /&gt;</description>
                                        <comments>http://www.linuxformat.com/forums/viewtopic.php?p=65715#65715</comments>
                                        <author>ollie</author>
                                        <pubDate>Fri Oct 24, 2008 2:30 am</pubDate>
                                        <guid isPermaLink="true">http://www.linuxformat.com/forums/viewtopic.php?p=65715#65715</guid>
                                      </item>
                                      <item>
                                        <title>Re: What does Linux know about your hardware?</title>
                                        <link>http://www.linuxformat.com/forums/viewtopic.php?p=65660#65660</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://www.linuxformat.com/forums/profile.php?mode=viewprofile&amp;u=29805'&gt;AdamW&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Thu Oct 23, 2008 4:48 am&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      Mandriva also provides lspcidrake , which will give you the Mandriva driver mappings, device description, and (with -v) the USB or PCI ID in a fairly concise and parseable form.</description>
                                        <comments>http://www.linuxformat.com/forums/viewtopic.php?p=65660#65660</comments>
                                        <author>AdamW</author>
                                        <pubDate>Thu Oct 23, 2008 4:48 am</pubDate>
                                        <guid isPermaLink="true">http://www.linuxformat.com/forums/viewtopic.php?p=65660#65660</guid>
                                      </item>
                                      <item>
                                        <title>Re: What does Linux know about your hardware?</title>
                                        <link>http://www.linuxformat.com/forums/viewtopic.php?p=65223#65223</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://www.linuxformat.com/forums/profile.php?mode=viewprofile&amp;u=5'&gt;nelz&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Wed Oct 15, 2008 9:23 am&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      lshw is pretty standard, but if you use something like the code in my first reply you're covered either way.</description>
                                        <comments>http://www.linuxformat.com/forums/viewtopic.php?p=65223#65223</comments>
                                        <author>nelz</author>
                                        <pubDate>Wed Oct 15, 2008 9:23 am</pubDate>
                                        <guid isPermaLink="true">http://www.linuxformat.com/forums/viewtopic.php?p=65223#65223</guid>
                                      </item>
                                      <item>
                                        <title>Re: What does Linux know about your hardware?</title>
                                        <link>http://www.linuxformat.com/forums/viewtopic.php?p=65220#65220</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://www.linuxformat.com/forums/profile.php?mode=viewprofile&amp;u=14187'&gt;Dutch_Master&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Wed Oct 15, 2008 2:13 am&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      Update 3: I managed to get Mandriva 2009 running and lo-and-behold, it has the lshw package as well &lt;img src=&quot;images/smiles/icon_smile.gif&quot; alt=&quot;Smile&quot; border=&quot;0&quot; /&gt; Ran the latest version (0.003 as per the link) w/o any problems. Good, even 1sf can use it now &lt;img src=&quot;images/smiles/icon_razz.gif&quot; alt=&quot;Razz&quot; border=&quot;0&quot; /&gt; Can somebody confirm that Fedora and Suse has the lshw package in their repo's as well? If that's the case it's safe to assume (IMO!) that the lshw package is generally available for Linux and the script doesn't need tweaking in that respect.&lt;br /&gt;
&lt;br /&gt;
Suggestions and contributions are still welcome! (and properly credited if you put your real name in your message!)</description>
                                        <comments>http://www.linuxformat.com/forums/viewtopic.php?p=65220#65220</comments>
                                        <author>Dutch_Master</author>
                                        <pubDate>Wed Oct 15, 2008 2:13 am</pubDate>
                                        <guid isPermaLink="true">http://www.linuxformat.com/forums/viewtopic.php?p=65220#65220</guid>
                                      </item>
                                      <item>
                                        <title>Re: What does Linux know about your hardware?</title>
                                        <link>http://www.linuxformat.com/forums/viewtopic.php?p=63906#63906</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://www.linuxformat.com/forums/profile.php?mode=viewprofile&amp;u=2326'&gt;ollie&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Thu Sep 18, 2008 7:25 am&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      &lt;/span&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;tr&gt; 	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;Dutch_Master wrote:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;quote&quot;&gt;Thanks for the warning Ollie, but as Gnomy I wouldn't choose KDE anyway &lt;img src=&quot;images/smiles/icon_wink.gif&quot; alt=&quot;Wink&quot; border=&quot;0&quot; /&gt;&lt;br /&gt;
&lt;br /&gt;
The host has 2 GB RAM onboard, and 512 MB for a guest, and runs 64 bit Debian. Should suffice, shouldn't it? Frankly, any (modern) Linux distro that needs more then 512 MB RAM would be just as bad as M$ Vi$ta &lt;img src=&quot;images/smiles/icon_evil.gif&quot; alt=&quot;Evil or Very Mad&quot; border=&quot;0&quot; /&gt; &lt;br /&gt;
&lt;br /&gt;
Hmmm, would CentOS do, RH-based as it is? I'll see if I can get some .iso tomorrow &lt;img src=&quot;images/smiles/icon_wink.gif&quot; alt=&quot;Wink&quot; border=&quot;0&quot; /&gt;&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;img src=&quot;images/smiles/icon_lol.gif&quot; alt=&quot;Laughing&quot; border=&quot;0&quot; /&gt; Gnomey still has Compiz.&lt;br /&gt;
&lt;br /&gt;
I think CentOS would be closer to RHEL than Fedora.&lt;br /&gt;
&lt;br /&gt;
I'm flat out with &lt;a href=&quot;http://www.softwarefreedomday.org/&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot; class=&quot;postlink&quot;&gt;Software Freedom Day&lt;/a&gt; at the moment, but I'll see if I can do some testing on different distros after I have a week off.&lt;br /&gt;
&lt;br /&gt;
&lt;img src=&quot;images/smiles/icon_cool.gif&quot; alt=&quot;Cool&quot; border=&quot;0&quot; /&gt; No computers, no mobile phone reception - just fishing, sailing and pulling kids around behind my speedboat at &lt;a href=&quot;http://www.visitnsw.com/town/Rylstone/Windamere_Dam/info.aspx&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot; class=&quot;postlink&quot;&gt;Windamere Dam&lt;/a&gt;. &lt;img src=&quot;images/smiles/icon_biggrin.gif&quot; alt=&quot;Very Happy&quot; border=&quot;0&quot; /&gt;</description>
                                        <comments>http://www.linuxformat.com/forums/viewtopic.php?p=63906#63906</comments>
                                        <author>ollie</author>
                                        <pubDate>Thu Sep 18, 2008 7:25 am</pubDate>
                                        <guid isPermaLink="true">http://www.linuxformat.com/forums/viewtopic.php?p=63906#63906</guid>
                                      </item>
                                      <item>
                                        <title>Re: What does Linux know about your hardware?</title>
                                        <link>http://www.linuxformat.com/forums/viewtopic.php?p=63901#63901</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://www.linuxformat.com/forums/profile.php?mode=viewprofile&amp;u=14187'&gt;Dutch_Master&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Thu Sep 18, 2008 3:21 am&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      Thanks for the warning Ollie, but as Gnomy I wouldn't choose KDE anyway &lt;img src=&quot;images/smiles/icon_wink.gif&quot; alt=&quot;Wink&quot; border=&quot;0&quot; /&gt;&lt;br /&gt;
&lt;br /&gt;
The host has 2 GB RAM onboard, and 512 MB for a guest, and runs 64 bit Debian. Should suffice, shouldn't it? Frankly, any (modern) Linux distro that needs more then 512 MB RAM would be just as bad as M$ Vi$ta &lt;img src=&quot;images/smiles/icon_evil.gif&quot; alt=&quot;Evil or Very Mad&quot; border=&quot;0&quot; /&gt; &lt;br /&gt;
&lt;br /&gt;
Hmmm, would CentOS do, RH-based as it is? I'll see if I can get some .iso tomorrow &lt;img src=&quot;images/smiles/icon_wink.gif&quot; alt=&quot;Wink&quot; border=&quot;0&quot; /&gt;</description>
                                        <comments>http://www.linuxformat.com/forums/viewtopic.php?p=63901#63901</comments>
                                        <author>Dutch_Master</author>
                                        <pubDate>Thu Sep 18, 2008 3:21 am</pubDate>
                                        <guid isPermaLink="true">http://www.linuxformat.com/forums/viewtopic.php?p=63901#63901</guid>
                                      </item>
                                      <item>
                                        <title>Re: What does Linux know about your hardware?</title>
                                        <link>http://www.linuxformat.com/forums/viewtopic.php?p=63899#63899</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://www.linuxformat.com/forums/profile.php?mode=viewprofile&amp;u=2326'&gt;ollie&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Thu Sep 18, 2008 3:10 am&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      With current distros you will have problems if they are configured by default to use Compiz, which requires 3D acceleration, which means that openSUSE with KDE4 would definitely have issues. You may also have to give the virtual machine more RAM if it is running very slowly. That's the big advantage of having a 64-bit OS as the base OS, you can install and use plenty of RAM &lt;img src=&quot;images/smiles/icon_biggrin.gif&quot; alt=&quot;Very Happy&quot; border=&quot;0&quot; /&gt;</description>
                                        <comments>http://www.linuxformat.com/forums/viewtopic.php?p=63899#63899</comments>
                                        <author>ollie</author>
                                        <pubDate>Thu Sep 18, 2008 3:10 am</pubDate>
                                        <guid isPermaLink="true">http://www.linuxformat.com/forums/viewtopic.php?p=63899#63899</guid>
                                      </item>
                                      <item>
                                        <title>Re: What does Linux know about your hardware?</title>
                                        <link>http://www.linuxformat.com/forums/viewtopic.php?p=63897#63897</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://www.linuxformat.com/forums/profile.php?mode=viewprofile&amp;u=14187'&gt;Dutch_Master&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Thu Sep 18, 2008 1:07 am&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      Update 2:&lt;br /&gt;
&lt;br /&gt;
Getting Fedora to work on a virtual machine turns out to be a PITA. Slow, slugish, not responsive at all. I instantly knew again why I chose Debian in the first place &lt;img src=&quot;images/smiles/icon_razz.gif&quot; alt=&quot;Razz&quot; border=&quot;0&quot; /&gt; Tried OpenSuse too, same results &lt;img src=&quot;images/smiles/icon_sad.gif&quot; alt=&quot;Sad&quot; border=&quot;0&quot; /&gt; Any rpm based distro you guys would recommend that runs acceptable on a virtual machine?</description>
                                        <comments>http://www.linuxformat.com/forums/viewtopic.php?p=63897#63897</comments>
                                        <author>Dutch_Master</author>
                                        <pubDate>Thu Sep 18, 2008 1:07 am</pubDate>
                                        <guid isPermaLink="true">http://www.linuxformat.com/forums/viewtopic.php?p=63897#63897</guid>
                                      </item></channel></rss>