    <?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Yet Another Linux BlogYet Another Linux Blog &#187; new user</title>
	<atom:link href="http://linux-blog.org/tag/new-user/feed/" rel="self" type="application/rss+xml" />
	<link>http://linux-blog.org</link>
	<description>Open Source, Open Blog</description>
	<lastBuildDate>Wed, 14 Mar 2012 23:18:15 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>PCLinuxOS 2007, USR5411 MaxG Wireless Primer</title>
		<link>http://linux-blog.org/pclinuxos-2007-usr5411-maxg-wireless-primer/</link>
		<comments>http://linux-blog.org/pclinuxos-2007-usr5411-maxg-wireless-primer/#comments</comments>
		<pubDate>Sat, 19 May 2007 17:01:00 +0000</pubDate>
		<dc:creator>devnet</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[desktop]]></category>
		<category><![CDATA[kde]]></category>
		<category><![CDATA[Kwhat?]]></category>
		<category><![CDATA[new user]]></category>
		<category><![CDATA[PCLinuxOS]]></category>
		<category><![CDATA[tips and tricks]]></category>

		<guid isPermaLink="false">http://linux-blog.org/word/pclinuxos-2007-usr5411-maxg-wireless-primer/</guid>
		<description><![CDATA[So you&#8217;ve just installed PCLinuxOS 2007 TR4 on your laptop and your wireless card is detected! Finally, a distro gets it right! However, you&#8217;re not too sure how to proceed next&#8230;do you manage the device through the PCLinuxOS Control Center? Do you start another program and work that way? Do you use KDE&#8217;s built in [...]]]></description>
			<content:encoded><![CDATA[<p>So you&#8217;ve just installed PCLinuxOS 2007 TR4 on your laptop and your wireless card is detected!  Finally, a distro gets it right!  However, you&#8217;re not too sure how to proceed next&#8230;do you manage the device through the PCLinuxOS Control Center?  Do you start another program and work that way?  Do you use KDE&#8217;s built in applet to monitor things?  What&#8217;s next?</p>
<p>This is something that is often expressed in the forums at pclinuxos.com and something anyone associated with this fine distribution is glad to see&#8230;that is working wireless.  However, as noted above, people often wonder how to control their wireless device and how to move in and out of various different environments.  I&#8217;d like to share how I do wireless on my Thinkpad a22m.</p>
<p>I have a <a href="http://www.usr.com/support/product-template.asp?prod=5411" onclick="return TrackClick('http%3A%2F%2Fwww.usr.com%2Fsupport%2Fproduct-template.asp%3Fprod%3D5411','US+Robotics+5411+MaxG')" target="_blank">US Robotics 5411 MaxG</a> PCMCIA card for my laptop.  PCLinuxOS 2007 detects it out of the box but doesn&#8217;t install it by default.  The reason for this is that PCLinuxOS doesn&#8217;t assume to know how you want to install it&#8230;either using the built into the kernel support for the broadcom wireless chip or ndiswrapper&#8230;which is a program that allows Windows drivers for wireless to be used in Linux.  I elected to go with Ndiswrapper since I had some problems with the broadcom driver in PCLinuxOS.  Ndiswrapper is installed by default in PCLinuxOS which makes this process even easier&#8230;but the process still requires some forethought and I&#8217;ll share with you what I did to make this process go smoothly and easily.</p>
<p><span id="more-169"></span></p>
<p><span style="text-decoration: underline;"><strong>Don&#8217;t Configure Wireless after Install!</strong></span></p>
<p>I recommend that you allow first boot to happen without setting up networking at all. I like to do things with a clean slate so I removed my wireless device inside the PCLinuxOS Control Center after first boot. Then I did a full update via wired line and then restarted. Once back inside PCLinuxOS, I used the PCLinuxOS Control Center to remove my wired device (it&#8217;s simple enough to re-add it later) and install my wireless device. Please note that I downloaded and extracted the Windows ndiswrapper drivers BEFORE doing this&#8230;it&#8217;s imperative that you have the drivers in a place you can get to them (windows partition, flash drive, floppy, etc) before you try and configure the device. You can elect to skip over this tip&#8230;I just like to simplify what I work with.</p>
<p><span style="text-decoration: underline;"><strong>Download the Windows Drivers for ndiswrapper Before You Start!</strong></span></p>
<p>First and foremost&#8230;download the drivers from the US Robotics 5411 MaxG page linked to above. It&#8217;s going to be in exe format for Windows&#8230;sometimes this can be a royal PITA because not all manufacturers create their .exe files the same. Some exe files will allow extractions of files from them while others will not. For example, I downloaded my driver and tried to unzip it:</p>
<p><code>[root@localhost ~]# cd /home/devnet/Desktop<br />
[root@localhost Desktop]# ls<br />
5411a-2.00.004.exe kvirc.desktop trash.desktop<br />
Home.desktop My Computer.desktop<br />
[root@localhost Desktop]# unzip 5411a-2.00.004.exe<br />
Archive: 5411a-2.00.004.exe<br />
End-of-central-directory signature not found. Either this file is not a zipfile, or it constitutes one disk of a multi-part archive. In the latter case the central directory and zipfile comment will be found on the last disk(s) of this archive. unzip: cannot find zipfile directory in one of 5411a-2.00.004.exe or 5411a-2.00.004.exe.zip, and cannot find 5411a-2.00.004.exe.ZIP, period.<br />
[root@localhost Desktop]#</code></p>
<p>As you can see&#8230;it didn&#8217;t work. So what is one to do? You have 2 options here&#8230;you can use a Windows PC to extract the files OR use Wine in PCLinuxOS to do it. I chose the first option since I have a Windows PC at work. I downloaded the program <a href="http://www.7-zip.org/" onclick="return TrackClick('http%3A%2F%2Fwww.7-zip.org%2F','7zip')" target="_blank">7zip</a> and used it to extract the files from the exe into a single directory. Then I transported over this extracted directory to my PCLinuxOS 2007 /home/devnet folder via a flash drive.</p>
<p>To help others out here though, I&#8217;m going to walk through the Wine way of doing things. Now it&#8217;s important to note that you need a LAN connection to get this installed&#8230;and I know in some instances this won&#8217;t be possible&#8230;however, you&#8217;ll need minimal access to be able to get this going. If you are unable to get internet access on this PC&#8230;I&#8217;m afraid you won&#8217;t be able to get the exe extracted.</p>
<p><span style="text-decoration: underline;"><strong>How to Use Wine to Extract Wireless Drivers</strong></span></p>
<p>Connect to a wired line. Click on the Synaptic icon in your toolbar or open up the Synaptic Package Manager by clicking on the Kmenu &gt;&gt; System &gt;&gt; Configuration &gt;&gt; Packaging &gt;&gt; Synaptic Package Manager. Once inside Synaptic, do a search for &#8220;Wine&#8221;. Once you&#8217;ve found it, select it and right click on it. Choose to install it and select &#8220;Mark&#8221; for the extra packages synaptic asks you to install. Now click the apply and apply again and wait for PCLinuxOS to install things.</p>
<p>After Wine has installed, download and install 7zip linked to above. When you double click the .exe it will ask you what program you&#8217;d like to use to open it&#8230;type &#8220;wine&#8221; and click ok. 7zip should install no problems. Now you should see a &#8220;Wine&#8221; menu appear on your Kmenu. Inside should be 7zip. Run 7zip and extract the .exe. You should end up with a folder on your desktop from the extracted driver. You can now choose to remove wine if you&#8217;d like or just leave it in place. I copied the drivers to my /home/devnet directory so I could have access to them and always knew where they were. Plus I like to keep my desktop clear of clutter.</p>
<p><span style="text-decoration: underline;"><strong>Blacklist the BMC43XX drivers!!</strong></span></p>
<p>You should blacklist the bcm43xx drivers by default.  Remember this is for TR4 or before only&#8230;I&#8217;m pretty sure Tex and the gang have got this sorted out for final so no worries there&#8230;but you should make sure to add &#8220;blacklist bcm43xx&#8221; to your blacklist.  To do this, go to your Kmenu and choose &#8220;Run Command&#8221;.  Enter the command &#8220;kdesu kate /etc/modprobe.d/blacklist&#8221; and enter your root password when prompted.  If asked about a session&#8230;choose default session.  Now enter &#8220;blacklist bcm43xx&#8221; inside this file on its own separate line and save.  That&#8217;s it!  Now you shouldn&#8217;t get prompted to reinstall drivers each time you open up the network interface in the PCC.  What causes this?  Well, the PCC is a separate entity from the linux kernel and even the OS iteself.  It operates autonomously and therefore doesn&#8217;t communicate its intentions nor does the OS or kernel report its intentions.  Therefore, they ofen get crossed on some things.  By keeping vigilent on things such as blacklisting, you can stay ahead of the curve for using the PCC <img src='http://linux-blog.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><span style="text-decoration: underline;"><strong>Installing with Ndiswrapper</strong></span></p>
<p>So now we have the drivers ready to install. What next? Well, the PCLinuxOS Control Center never lets you down. If you&#8217;ve removed the interface like I did previously, you&#8217;ll have to install it again. Go to the PCLinuxOS Control Center and choose Network and Internet &gt;&gt; Set up a New Network Interface. When choosing wireless you&#8217;ll be prompted to install drivers using native kernel support (if your card is supported) or ndiswrapper. I&#8217;ve found that ndiswrapper works better for this particular card of mine&#8230;so I chose ndiswrapper when the time for choice came. I then browsed to the /home/devnet directory and selected the usrmaxg.inf file located inside the extracted directory. After that, I select the general settings for wireless that I desired&#8230;for example, open and managed, which is what my connection is. I didn&#8217;t input the key yet though&#8230;I&#8217;ll input the key and SSID with NetApplet later so for now, that&#8217;s all I setup.</p>
<p><span style="text-decoration: underline;"><strong>Setting NetApplet to Start at Boot</strong></span></p>
<p>To start NetApplet on boot, simply start it up from the Kmenu and then when it runs inside the tray, choose Settings &gt;&gt; Always Launch on Startup. This should make it so NetApplet will start right away for you.</p>
<p>If it still isn&#8217;t starting for you, you may need to force it to start anyway. To force Netapplet to start, open up the filemanager with kmenu &gt;&gt; run command &gt;&gt; &#8220;konqueror &#8211;profile filemanager&#8221;. Then I make that window small and push it over to the right side of my screen. I then browse to /home/devnet/.kde/autostart. Then I open up the Kmenu and find Netapplet (should be in System &gt;&gt; Monitoring) and I drag and drop it from the Kmenu into the autostart directory. When it asks if I want to copy, move, or link here&#8230;I choose link here. That&#8217;s it! Now netapplet will start when you login to your desktop. You can place just about any program in this directory to achieve the same results.</p>
<p><span style="text-decoration: underline;"><strong>Connecting/Switching Networks</strong></span></p>
<p>So, now that we&#8217;ve got things installed, how do we connect? Right click on NetApplet running in your tray. If it hasn&#8217;t started, go back into the Kmenu and start it. Then when it appears in the tray, right click on it and hover over &#8220;Wireless Networks&#8221;. Choose your network to connect to and enter the Key if prompted. You can switch back and forth between any of the networks that your card picks up and you can do so quite easily with NetApplet.</p>
<p>That&#8217;s about it&#8230;NetApplet plugs nicely in to PCLinuxOS&#8217;s already fantastic Control Center so you should be on your way to operating your wireless connection with ease. One thing I&#8217;ve found to be kind of a hassle with PCLinuxOS is that it keeps trying to reconfigure my connection for me. For example, every time I open up the wireless settings portion of the PCLinuxOS Control Center, it prompts me to install drivers even though I&#8217;ve already got them installed and running on my system. This is easily cancelled out manually but it is a hassle nonetheless.</p>
<p>All in all, it&#8217;s quite nice to have an older laptop hum along with PCLinuxOS and a wireless card. Since I&#8217;ve only added wireless to my network in the past year I haven&#8217;t ever had the need to do this previously. I hope that this primer serves as a way for all of you to manage your wirless interface with NetApplet&#8230;which I&#8217;ve found to be the easiest and most friendly way to manage things. If you have any questions or further tips on this subject, please drop me a line in the comments below <img src='http://linux-blog.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><a href="http://linux-blog.org/pclinuxos-2007-usr5411-maxg-wireless-primer/" rel="bookmark">PCLinuxOS 2007, USR5411 MaxG Wireless Primer</a> originally appeared on <a href="http://linux-blog.org">Yet Another Linux Blog</a> on May 19, 2007.</p>
]]></content:encoded>
			<wfw:commentRss>http://linux-blog.org/pclinuxos-2007-usr5411-maxg-wireless-primer/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Experiment Revisited:  Fedora Core 4</title>
		<link>http://linux-blog.org/experiment-revisited-fedora-core-4/</link>
		<comments>http://linux-blog.org/experiment-revisited-fedora-core-4/#comments</comments>
		<pubDate>Sat, 23 Jul 2005 23:36:00 +0000</pubDate>
		<dc:creator>devnet</dc:creator>
				<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Experiment]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[new user]]></category>

		<guid isPermaLink="false">http://linux-blog.org/word/experiment-revisited-fedora-core-4/</guid>
		<description><![CDATA[During the next few weeks, I&#8217;ll be quietly revisiting all of the distros that we included in our experiment; Ubuntu, Fedora, Mandrake (now Mandriva), MEPIS, and PCLinuxOS. I decided to go ahead and install each distro (current version) and re-orient myself and discuss what Mrs.Devnet liked and what she didn&#8217;t like about each one and [...]]]></description>
			<content:encoded><![CDATA[<p><img style="border: 0px none ; float: left; padding-left: 5px; padding-right: 5px;" src="/uploads/Distros/fedora.Thumbs.png" alt="" width="90" height="82" />During the next few weeks, I&#8217;ll be quietly revisiting all of the distros that we included in <a title="The Criteria of the Experiment" href="http://linux-blog.org/index.php?/archives/36-The-Criteria.html" onclick="return TrackClick('http%3A%2F%2Flinux-blog.org%2Findex.php%3F%2Farchives%2F36-The-Criteria.html','The+Criteria+of+the+Experiment')" target="_blank">our experiment</a>;  <a title="Ubuntu Linux" href="http://www.ubuntulinux.org/" onclick="return TrackClick('http%3A%2F%2Fwww.ubuntulinux.org%2F','Ubuntu+Linux')" target="_blank">Ubuntu</a>, <a title="Fedora Core Linux" href="http://fedora.redhat.com/" onclick="return TrackClick('http%3A%2F%2Ffedora.redhat.com%2F','Fedora+Core+Linux')" target="_blank">Fedora</a>, Mandrake (now <a title="Mandriva Linux" href="http://www.mandriva.com/" onclick="return TrackClick('http%3A%2F%2Fwww.mandriva.com%2F','Mandriva+Linux')" target="_blank">Mandriva</a>), <a title="MEPIS Linux" href="http://www.mepis.org/" onclick="return TrackClick('http%3A%2F%2Fwww.mepis.org%2F','MEPIS+Linux')" target="_blank">MEPIS</a>, and <a title="PCLinuxOS Website" href="http://www.pclinuxos.com" onclick="return TrackClick('http%3A%2F%2Fwww.pclinuxos.com','PCLinuxOS+Website')" target="_blank">PCLinuxOS</a><a></a>.  I decided to go ahead and install each distro (current version) and re-orient myself and discuss what <a title="mrs.devnet's blog entries...for the experiment" href="http://linux-blog.org/index.php?/authors/2-mrs.devnet" onclick="return TrackClick('http%3A%2F%2Flinux-blog.org%2Findex.php%3F%2Fauthors%2F2-mrs.devnet','mrs.devnet')" target="_blank">Mrs.Devnet</a> liked and what she didn&#8217;t like about each one and further discuss what I feel are some strong points and weak points for the distro.   After this, we&#8217;ll  discuss the important things that each and every distro should take note of&#8230;that is, what can be improved.  Most reviews and quicklooks just point out problems and then do nothing&#8230;Yet Another Linux Blog will strive to do more than this.  We can&#8217;t just sit on things without bringing solutions to the table or we become part of the problem.  So without further nonsense, we&#8217;ll visit each distro and try to nail down what they could do to appeal to more people.  I&#8217;ll be getting Mrs.Devnet&#8217;s take on it and then I will also add my own using the many average computer user&#8217;s that I know as base for my commentary.</p>
<p>So&#8230;today I&#8217;ll be looking at Fedora Core 4.  We&#8217;ll begin by assuming I&#8217;m a new user and new to Fedora in General.</p>
<p><span style="text-decoration: underline;"><strong>The Quick Look</strong></span></p>
<p><a href="/uploads/Anaconda.png"><img style="border: 0px none ; float: left; padding-left: 5px; padding-right: 5px;" src="/uploads/Anaconda.Thumbs.png" alt="" width="110" height="83" /></a>First things first.  Fedora offers hands down the easiest install of any distro out there.  Anaconda is like a betty crocker oven&#8230;even a kid could bake with it.  For some people, this doesn&#8217;t cut it because they may or may not need to feel &#8216;old skewl&#8217; or &#8216;l33t&#8217; by keeping things text based or even similar to an Ubuntu/Debian installer feel.  For new users though, the Fedora Anaconda install is stellar.  Fedora really shines in this area.</p>
<p>Package selection during the install is all graphical, clear and concise.  <a href="/uploads/Anaconda2.png"><img style="border: 0px none ; float: right; padding-left: 5px; padding-right: 5px;" src="/uploads/Anaconda2.Thumbs.png" alt="" width="110" height="83" /></a>Adding visuals to any presentation or process will make it more efficient and easier to understand.  After the install, you are greeted to a KDE or Gnome session depending on what you choose.  I chose KDE since I&#8217;m more fond of it than Gnome.</p>
<p>During the experiment, Mrs.Devnet experienced problems with an extremely slow booting Fedora on our test computer.  I chalk this up to it being a test release.  There were no problems with it during this time.  In fact, Fedora has increased its boot speed considerably with FC4.  It&#8217;s one of the fastest booting distros I&#8217;ve dealt with.  What makes it even better is that it is fully graphical.  Though most people want a text boot, I like the fact that you&#8217;re given an option.</p>
<p><span id="more-91"></span></p>
<p><strong><span style="text-decoration: underline;">The Quick Look Continued</span>&#8230;</strong></p>
<p>So, let&#8217;s pretend I&#8217;m a new user and just finished installing Fedora Core 4.<a href="../../uploads/browsing.png"><img style="border: 0px none; float: right; padding-left: 5px; padding-right: 5px;" src="../../uploads/browsing.Thumbs.png" alt="" width="110" height="88" /></a> What&#8217;s the first thing I need to do? Browse the internet of course. So, opening up the web browser is the first thing I&#8217;ll do. Of course I&#8217;ll stop by Yet Another Linux Blog which is one of everyone&#8217;s first stops right? <img src='http://linux-blog.org/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  Perhaps I&#8217;d navigate over to hotmail and check the old email. After that&#8217;s through, maybe I&#8217;ll navigate over to amazon and check out a few books/CD&#8217;s. Wait a second. There&#8217;s something wrong on the web page. Something isn&#8217;t displaying right. It wants me to click here. Easy. Installation of flash is a snap. So Firefox and Macromedia save the day in this case. But there are other plugins that aren&#8217;t so easy to install.</p>
<p><a href="../../uploads/Reviews/noJava.png"><img style="border: 0px none; float: left; padding-left: 5px; padding-right: 5px;" src="../../uploads/Reviews/noJava.Thumbs.png" alt="" width="110" height="88" /></a>Java Java Java. Why has Sun not learned? They try to show open source software just how open source they are and they can&#8217;t even get a <a title="Notice, jre version 1_5_0_04 and the version in the instructions..." onclick="return TrackClick('Notice%2C+jre+version+1_5_0_04+and+the+version+in+the+instructions...','..%2F..%2Fuploads%2FReviews%2FnoJava.png')" href="http://www.java.com/en/download/manual.jsp" target="_blank">Java installer right for Linux</a>? I honestly think that all Linux devs should get together and re-evaluate using Sun Java plugins for web browsing at all. We need an alternative. Afterall, it&#8217;s a crock right now. By not having a precompiled Java install in your distribution, you are alienating practically any new user that isn&#8217;t tech savvy. No getting around it. This is why distros such as SimplyMEPIS and PCLinuxOS are popular&#8230;because they cater to the new user and the end user. Fedora Core 4 can tout license all they want in this case until they turn blue in the face&#8230;but the bottom line is that Java is difficult to install for a new user and 9 times out of 10 they&#8217;ll give up before they get it.</p>
<p>Perhaps Fedora might provide an installer for it&#8230;perhaps a nice script to create an rpm for it&#8230;something that can help. At least something better than the crap-tastic stuff that Sun provides on their website for Linux&#8230;with instructions valid for 4 releases ago. As stated previously, most users would bail&#8230;especially after seeing that screenshot above which shows that I have java installed (after following <a title="Great Fedora Core 4 How-To/ Installation tips guide" href="http://stanton-finley.net/fedora_core_4_installation_notes.html" onclick="return TrackClick('http%3A%2F%2Fstanton-finley.net%2Ffedora_core_4_installation_notes.html','Great+Fedora+Core+4+How-To%2F+Installation+tips+guide')" target="_blank">a how-to guide</a> on how to do things and yet java still doesn&#8217;t work). I had to re-download and install from scratch and then track down why the symbolic link before I could get it to work. After a few hours of repeated headbutting of the wall, I finally got things working. How many new users are going to put that much work into their distro? That&#8217;s right&#8230;about NONE. Of course, it took me that long because its been forever since I compiled java myself having used precompiled distros for over a year.</p>
<p><strong>[soapbox]</strong>Why do I tout the new user? Because the new user is the key for Linux. If Linux is to even begin to put a dent in the desktop market it needs to accomplish two things&#8230;first, to become a viable business alternative to M$ (which has begun) and secondly, to win over new users. By accomplishing the first, it will get support from businesses in the form of driver support and larger usage. By accomplishing the second, Linux can grow and become even more great than it already is. The new user is key.<strong>[/soapbox]</strong></p>
<p>So, back to the assessment. Next, I decided to listen to some streaming music from a website. I listen to online radio stations because I feel that pop music should be popped into the toilet and flushed&#8230;no offense to those of you who like it. It&#8217;s just not for me. Online radio gives me a choice to listen to whatever I want. I&#8217;m sure there are others who share this idea and also listen to online radio stations. So, I decided to see what Fedora Core 4 could do for me. <a href="../../uploads/Reviews/nostreamingmusic.png"><img style="border: 0px none; float: right; padding-left: 5px; padding-right: 5px;" src="../../uploads/Reviews/nostreamingmusic.Thumbs.png" alt="" width="110" height="88" /></a></p>
<p>Wouldn&#8217;t you know it&#8230;they lost me again. No streaming music&#8230;and what is worse, there is no information provided on how to resolve the problem. So finally after cycling through about 5 different music players and attempting to play music streams with each, I find that I need codecs&#8230;and then I&#8217;m back to square one as a new user. Being Linux savvy means I know right where to go for these codecs&#8230;but would a new user? Not a chance unless they had their hand held. So, yet again something that could be taken care of with more attention to detail (perhaps a quick script with disclaimer&#8230;Kanotix anyone?). And people actually recommend this distro for new users? Come on!</p>
<p>Ok&#8230;so perhaps I&#8217;m giving Fedora some extra criticism because of third party applications installed on it. But honestly, I thought most of these programs would work better on it like they do on other distros that I use. Will a new user be as understanding as I am? Most likely not. Hence, the reasons I pull no punches. I&#8217;m sure most die hard FC4 users think I&#8217;m nuts&#8230;but if you&#8217;re a new user or a recent convert with minimal experience, you&#8217;re probably silently cheering.</p>
<p>What&#8217;s next? Well, we&#8217;ve surfed the internet. We&#8217;ve checked the webmail. We could use Kmail or Evolution or Thunderbird to get mail but I&#8217;m not overly concerned with these applications as they are all pretty good and not really needing a testing. Nay, we&#8217;ll do what just about every other user might decide to do. Plug in a thumb drive<a href="../../uploads/Reviews/CruzerMicro.png"><img style="border: 0px none; float: right; padding-left: 5px; padding-right: 5px;" src="../../uploads/Reviews/CruzerMicro.Thumbs.png" alt="" width="110" height="67" /></a> with some mp3&#8242;s to play. In this case, I&#8217;m using my Cruzer Micro 512MB Thumbdrive&#8230;you might have some sort of mp3 player. Since these devices are relatively similar, this should give good indication on how FC4 handles pluggin devices. Not bad! It detected my Cruzer Micro straight away and placed a desktop shortcut! <img style="border: 0px none; float: left; padding-left: 5px; padding-right: 5px;" src="../../uploads/Reviews/CruzerMicro1.Thumbs.png" alt="" width="110" height="88" />Let&#8217;s see if this is a fluke or if Fedora Can actually detect this thumbdrive each time&#8230;and Fedora scores in this area. The only problem is that it creates an icon for each time you plugin the device but this is just a small nucense. In no time, I&#8217;m browsing files and looking for a tune to play. Very nice indeed. This is one of the first distros that actually detects and installs my thumbdrive.</p>
<p><a href="../../uploads/Reviews/playmp3.png"><img style="border: 0px none; float: left; padding-left: 5px; padding-right: 5px;" src="../../uploads/Reviews/playmp3.Thumbs.png" alt="" width="110" height="88" /></a>What happened next is something that happened during our previous look as well. Fedora Core does not come with mp3 support. As stated in our previous review, this is always chalked up to license. This is a major kink in Linux being able to appeal to new users. In this case, Fedora, as expected, takes a nose dive. <a title="Examples of mp3 support and users..." onclick="return TrackClick('Examples+of+mp3+support+and+users...','..%2F..%2Fuploads%2FReviews%2Fplaymp3.png')" href="http://www.de-generationx.net/node/307" target="_blank">Many users have run across this mp3 issue</a> and Red Hat/Fedora pulls up the patent issue. To me, this is a huge cop out. How so many other distros can have mp3 support out of the box is a mystery. Many of you are probably thinking, &#8220;well, Fedora and Red Hat are larger targets because they&#8217;re a bigger business.&#8221; Agreed. Perhaps they should approach RCA who holds the patent and find out what they<a href="../../uploads/Reviews/playmp4.png"><img style="border: 0px none; float: right; padding-left: 5px; padding-right: 5px;" src="../../uploads/Reviews/playmp4.Thumbs.png" alt="" width="110" height="88" /></a> can do to reach an agreement? Perhaps they should include an mp3-to-ogg vorbis converter with a nice little how-to included with a link to it on the desktop? There are many avenues that they could take&#8230;but instead, they&#8217;ve left it well enough alone through 4 releases. It is my personal opinion that this area is also holding Linux back as well. Linux cannot appeal to the masses if it can&#8217;t play DVD&#8217;s and mp3&#8242;s.</p>
<p><span style="text-decoration: underline;"><strong>Of Lacking and Improvements</strong></span></p>
<p>So we found quite a few areas where new users would trip up and most likely give up on right away. Being that Mrs.Devnet, a new Linux user, took a look at Fedora Core 4 Test 1 a while back&#8230;I decided to take a look back to see what her major gripe about Fedora Core 4 was. She stated that overall it was a lack of knowing what to do with Fedora. There were minimal programs installed on her Gnome desktop and she didn&#8217;t know how to download the ones she wanted nor had any means to find the program she might. There was no documentation readily available on how to get to the things she needed.</p>
<p>In cases like this, distros such as Xandros with Xandros Network and Linspire with <a title="Linspire CNR" href="http://www.linspire.com/trialmember_info.php" onclick="return TrackClick('http%3A%2F%2Fwww.linspire.com%2Ftrialmember_info.php','Linspire+CNR')" target="_blank">CNR</a> might be a better alternative for new users since they offer graphical explanations of what each program is. But the silly thing about all this is that they charge for this software. What I&#8217;m amazed at is that someone hasn&#8217;t done this for <a title="Red Hat Official Website" href="http://redhat.com/" onclick="return TrackClick('http%3A%2F%2Fredhat.com%2F','Red+Hat+Official+Website')" target="_blank">Red Hat</a> or <a title="Debian Website" href="http://debian.org/" onclick="return TrackClick('http%3A%2F%2Fdebian.org%2F','Debian+Website')" target="_blank">Debian</a> already and made a distro have something like CNR and Xandros Network only an open source derrivative where one isn&#8217;t charged for freely downloadable software. Fedora strikes me as the prime candidate to come up with something like this to revolutionize the desktop. They&#8217;ve got excellent support via Red Hat and fantastic community members. They&#8217;ve als go tons of documentation if you know where to look. This is one area I think ALL distros can improve in&#8230;</p>
<p>I thought about the lack of direction Mrs.Devnet had right away out of the box on this distro. One way to improve this would be to place a document on FC4&#8242;s desktop that points users in the right direction for getting started. Perhaps another improvment might be to include a link on the desktop to a tutorial for getting started. If it were my Linux distro&#8230;I&#8217;d include a link to a Wink Flash tutorial geared toward new users. This would physically show new users how to get started using their brand new Linux desktop. Visually seeing a desktop in action would benefit a new user greatly.</p>
<p><span style="text-decoration: underline;"><strong>Conclusion</strong></span></p>
<p>It&#8217;s obvious from my quick look above that I&#8217;m quite unimpressed with Fedora&#8230;mainly because of its inability to provide easy solutions to java and mp3 issues. There are ways to circumvent patent infringement with disclaimers or with third party scripts. Hopefully, Fedora will cater to the user instead of requiring them to become well versed in compiling code within the first 10 minutes of using&#8230;because I know the average user isn&#8217;t going to want to drop to CLI anytime.</p>
<p>I&#8217;m very happy that Fedora Core 4 offers a great distro for those of us that have some Linux knowledge and that boot speeds are quite impressive. However, for new users, I will continue to recommend against it. Overall, after getting a fully configured FC4 box&#8230;I was riding high on the hog. I&#8217;ve had it on my test computer now for about 2 weeks and it has been stable and fast. Hopefully, some of the recommendations for this great distro won&#8217;t fall on deaf ears. That way, new users can enjoy what I&#8217;m enjoying right now with minimal effort. That&#8217;s the key&#8230;simplifying our lives with computers and Linux&#8230;not complicating them. Thanks for reading!</p>
<p><a href="http://linux-blog.org/experiment-revisited-fedora-core-4/" rel="bookmark">Experiment Revisited:  Fedora Core 4</a> originally appeared on <a href="http://linux-blog.org">Yet Another Linux Blog</a> on July 23, 2005.</p>
]]></content:encoded>
			<wfw:commentRss>http://linux-blog.org/experiment-revisited-fedora-core-4/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced
Database Caching 6/34 queries in 0.431 seconds using disk: basic
Object Caching 520/546 objects using disk: basic

Served from: linux-blog.org @ 2012-05-23 22:33:14 -->
