<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-746605042633294379</id><updated>2011-08-02T20:52:44.793+02:00</updated><category term='linux'/><category term='router mods'/><category term='router'/><category term='media'/><category term='extensions'/><category term='Microsoft'/><category term='opensuse'/><category term='Mac OS X 10.4'/><category term='cifs'/><category term='moblin'/><category term='How to'/><category term='novell'/><category term='Gmail'/><category term='linux firmware'/><category term='skype'/><category term='linux mint'/><category term='Intellimouse'/><category term='broadcom'/><category term='linksys'/><category term='google chrome'/><category term='NAS Server'/><category term='Snow Leopard'/><category term='suse'/><category term='NASlite'/><category term='Firefox'/><category term='commands'/><category term='wrt54g v5'/><category term='Google Talk'/><category term='add-ons'/><category term='wireless'/><category term='Mozilla'/><category term='tips'/><category term='netbook'/><category term='wrt54g'/><category term='Mac'/><category term='GPS'/><category term='Kopete'/><category term='ubuntu'/><category term='ndiswrapper'/><category term='gstreamer'/><category term='bcm43xx'/><title type='text'>AnOpensourceMind</title><subtitle type='html'>Thoughts, tips, hints, and opinions on the opensource world from an opensource mind.</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://anopensourcemind.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/746605042633294379/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://anopensourcemind.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>An Opensource Mind</name><uri>http://www.blogger.com/profile/01459477167306803150</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>34</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-746605042633294379.post-8193493158137414330</id><published>2010-07-17T12:57:00.001+02:00</published><updated>2010-07-17T12:57:59.313+02:00</updated><title type='text'>Boot Snow Leopard in 64 bit</title><content type='html'>To try to boot x86_64 kernel on Macintosh,  edit this file:&lt;br /&gt;/Library/Preferences/SystemConfiguration/com.apple.Boot.plist&lt;br /&gt;find there:&lt;br /&gt;&lt;key&gt;Kernel Flags&lt;/key&gt;&lt;br /&gt;&lt;string&gt;&lt;/string&gt;&lt;br /&gt;and change it to&lt;br /&gt;&lt;key&gt;Kernel Flags&lt;/key&gt;&lt;br /&gt;&lt;string&gt;arch=x86_64&lt;/string&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/746605042633294379-8193493158137414330?l=anopensourcemind.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://anopensourcemind.blogspot.com/feeds/8193493158137414330/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=746605042633294379&amp;postID=8193493158137414330' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/746605042633294379/posts/default/8193493158137414330'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/746605042633294379/posts/default/8193493158137414330'/><link rel='alternate' type='text/html' href='http://anopensourcemind.blogspot.com/2010/07/boot-snow-leopard-in-64-bit.html' title='Boot Snow Leopard in 64 bit'/><author><name>An Opensource Mind</name><uri>http://www.blogger.com/profile/01459477167306803150</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-746605042633294379.post-2899402541346470856</id><published>2010-05-11T20:04:00.000+02:00</published><updated>2010-05-11T20:06:45.771+02:00</updated><title type='text'>Backup Your MBR or Else!</title><content type='html'>From http://www.cyberciti.biz/tips/linux-how-to-backup-hard-disk-partition-table-mbr.html :&lt;br /&gt;&lt;br /&gt;"Backup MBR with dd command&lt;br /&gt;&lt;br /&gt;dd the old good command which now backup partition tables even writes CDs ;). Backing up partition is nothing but actually backing up MBR (master boot record). The command is as follows for backing up MBR stored on /dev/sdX or /dev/hdX :&lt;br /&gt;# dd if=/dev/sdX of=/tmp/sda-mbr.bin bs=512 count=1&lt;br /&gt;&lt;br /&gt;Replace X with actual device name such as /dev/sda.&lt;br /&gt;&lt;br /&gt;Now to restore partition table to disk, all you need to do is use dd command:&lt;br /&gt;# dd if= sda-mbr.bin of=/dev/sdX bs=1 count=64 skip=446 seek=446"&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/746605042633294379-2899402541346470856?l=anopensourcemind.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://anopensourcemind.blogspot.com/feeds/2899402541346470856/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=746605042633294379&amp;postID=2899402541346470856' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/746605042633294379/posts/default/2899402541346470856'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/746605042633294379/posts/default/2899402541346470856'/><link rel='alternate' type='text/html' href='http://anopensourcemind.blogspot.com/2010/05/backup-your-mbr-or-else.html' title='Backup Your MBR or Else!'/><author><name>An Opensource Mind</name><uri>http://www.blogger.com/profile/01459477167306803150</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-746605042633294379.post-6661527113886854469</id><published>2010-05-09T19:38:00.000+02:00</published><updated>2010-05-09T19:39:12.357+02:00</updated><title type='text'>Great tips for Jolicloud</title><content type='html'>http://getsatisfaction.com/jolicloud/topics/how_can_i_get_jolicloud_to_stop_automatically_maximizing_things&lt;br /&gt;&lt;br /&gt;Quote:&lt;br /&gt;&lt;br /&gt;"Alt-F2, type gconf-editor, then navigate to apps/maximus.&lt;br /&gt;&lt;br /&gt;You can check the "no_maximize" and none of the apps will get maximized by maximus.&lt;br /&gt;&lt;br /&gt;Alternatively, you can add the class name of the application you don't want maximized to the exclude_class (double click it, a list box should appear, then simply add it and confirm).&lt;br /&gt;&lt;br /&gt;Usually, you can guess the class name from the application name. If it does not work, getting the real class name is a bit technical. Specifically there is a bug in VLC, which does not set the WM_CLASS property at all. This bug is already identified so hopefully it will be corrected in a future release. In the mean time, you can't configure maximus to exclude it from the applications it maximize, sorry.&lt;br /&gt;&lt;br /&gt;For most other apps, here is the procedure:&lt;br /&gt;&lt;br /&gt;First you need to put the terminal in the exclude list (simply add "gnome-terminal" to the list), then you need to start the program you want to exclude, open up a terminal (Accessories/Terminal), which will now not be maximized and let you see part of the underlying application window. Then type "xprop | grep WM_CLASS", your cursor will change to a crosshair. Click on the part of the application window and you will see a line similar to:&lt;br /&gt;WM_CLASS(STRING) = "an application class"&lt;br /&gt;This is the class name you can put into the gconf-editor apps/maximus/exclude_class list so that your app does not get maximized."&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/746605042633294379-6661527113886854469?l=anopensourcemind.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://anopensourcemind.blogspot.com/feeds/6661527113886854469/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=746605042633294379&amp;postID=6661527113886854469' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/746605042633294379/posts/default/6661527113886854469'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/746605042633294379/posts/default/6661527113886854469'/><link rel='alternate' type='text/html' href='http://anopensourcemind.blogspot.com/2010/05/great-tips-for-jolicloud.html' title='Great tips for Jolicloud'/><author><name>An Opensource Mind</name><uri>http://www.blogger.com/profile/01459477167306803150</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-746605042633294379.post-8330905751739144644</id><published>2010-05-08T12:14:00.001+02:00</published><updated>2010-05-08T12:16:45.753+02:00</updated><title type='text'>Auto-Hide Gnome Menu Bar</title><content type='html'>Type into terminal:&lt;br /&gt;&lt;br /&gt;gconf-editor&lt;br /&gt;&lt;br /&gt;to open the gconf-editor.&lt;br /&gt;Then navigate to '/apps/panel/toplevels/top_panel_screen0' and change  'auto_hide_size' to 0.&lt;br /&gt;I also set show/hide times to a smaller interval.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/746605042633294379-8330905751739144644?l=anopensourcemind.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://anopensourcemind.blogspot.com/feeds/8330905751739144644/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=746605042633294379&amp;postID=8330905751739144644' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/746605042633294379/posts/default/8330905751739144644'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/746605042633294379/posts/default/8330905751739144644'/><link rel='alternate' type='text/html' href='http://anopensourcemind.blogspot.com/2010/05/auto-hide-gnome-menu-bar.html' title='Auto-Hide Gnome Menu Bar'/><author><name>An Opensource Mind</name><uri>http://www.blogger.com/profile/01459477167306803150</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-746605042633294379.post-5366571742077558215</id><published>2009-11-23T02:34:00.006+01:00</published><updated>2009-11-26T15:19:57.203+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='gstreamer'/><category scheme='http://www.blogger.com/atom/ns#' term='moblin'/><title type='text'>GStreamer Codecs on Moblin v2.1</title><content type='html'>&lt;div&gt;Works perfect! The only thing I did different is I used whatever was the newest version of the package I was downloading (i.e. gst-plugins-good-0.10.17 vs 16). Otherwise works very well. The only thing that doesn't seem to work is the preview images when browsing through files with the File Browser app.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Here: &lt;a href="http://www.elotrolado.net/hilo_how-to-instalar-codecs-en-moblin-2-1_1325670"&gt;http://www.elotrolado.net/hilo_how-to-instalar-codecs-en-moblin-2-1_1325670&lt;/a&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;English translation:&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;1) Install dependencies: &lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="color: rgb(153, 153, 153);"&gt;sudo yum install bison flex gcc make diffutils glib2-devel pango-devel cairo-devel liboil-devel alsa-lib-devel libtheora-devel libvorbis-devel libogg-devel &lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;2) Download gstreamer sources: &lt;/div&gt;&lt;div&gt;Go to http://gstreamer.freedesktop.org/src and download the following packages: &lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;· Gstreamer-0.10.25.tar.gz &lt;/div&gt;&lt;div&gt;· Gst-plugins-base-0.10.25.tar.gz &lt;/div&gt;&lt;div&gt;· Gst-plugins-good-0.10.16.tar.gz &lt;/div&gt;&lt;div&gt;· Gst-plugins-bad-0.10.16.tar.gz &lt;/div&gt;&lt;div&gt;· Gst-plugins-ugly-0.10.16.tar.gz&lt;br /&gt;&lt;/div&gt;&lt;div&gt;· Gst-ffmpeg-0.10.9.tar.gz&lt;br /&gt;&lt;br /&gt;***In order to streamline this process I ran the following command:&lt;br /&gt;&lt;span style="color: rgb(153, 153, 153);"&gt;wget http://gstreamer.freedesktop.org/src/gstreamer/gstreamer-0.10.25.tar.gz http://gstreamer.freedesktop.org/src/gst-plugins-base/gst-plugins-base-0.10.25.tar.gz http://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-0.10.17.tar.gz http://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-0.10.17.tar.gz http://gstreamer.freedesktop.org/src/gst-plugins-ugly/gst-plugins-ugly-0.10.13.tar.gz http://gstreamer.freedesktop.org/src/gst-ffmpeg/gst-ffmpeg-0.10.9.tar.gz&lt;/span&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Once downloaded, extract all files. We will be 6 folders, each with the source code of each package. &lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;3) Enter the folder first package (gstreamer) and execute: &lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="color: rgb(153, 153, 153);"&gt;. / configure - prefix = / usr&lt;br /&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;** here I also ran &lt;/span&gt;make clean &lt;span style="color: rgb(0, 0, 0);"&gt;first&lt;/span&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="color: rgb(153, 153, 153);"&gt;make &lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="color: rgb(153, 153, 153);"&gt;sudo make install &lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;4) Repeat these three steps in the base folder, good, bad, ugly and ffmpeg. &lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;5) That's it. For some reason it did not work until I rebooted, but now plays videos and mp3 perfectly.&lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/746605042633294379-5366571742077558215?l=anopensourcemind.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://anopensourcemind.blogspot.com/feeds/5366571742077558215/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=746605042633294379&amp;postID=5366571742077558215' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/746605042633294379/posts/default/5366571742077558215'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/746605042633294379/posts/default/5366571742077558215'/><link rel='alternate' type='text/html' href='http://anopensourcemind.blogspot.com/2009/11/gstreamer-codecs-on-moblin-v21.html' title='GStreamer Codecs on Moblin v2.1'/><author><name>An Opensource Mind</name><uri>http://www.blogger.com/profile/01459477167306803150</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-746605042633294379.post-2897711507835303999</id><published>2009-11-23T01:54:00.004+01:00</published><updated>2009-11-23T02:08:33.511+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='moblin'/><category scheme='http://www.blogger.com/atom/ns#' term='google chrome'/><title type='text'>Getting Creative with Application Icons on Moblin</title><content type='html'>After installing Skype and discovering the world of .desktop files located in /usr/share/applications/ I decided that I wanted a cooler icon for Google Chrome (chromium) than the standard "Web Browser" icon that Moblin assigned Chrome after it installed through the "Moblin Application Installer." BTW - if you know how I can contribute to the addition of Skype to the Moblin Application Installer please let me know, I would love to help. &lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Basically all I did was grab a .png of the Google Chromium logo and make four files out of it - the same file but in four different sizes: 16x16, 32x32, 64x64 and 48x48. The first three I placed in their respective folders inside the /usr/share/icons/hicolor/ folder. Then I placed the 48x48 in the /usr/share/icons/ folder. &lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Once those are in place edit the chromium-browser.desktop file just as you did the skype.desktop file in my prior post. For example mine looks like this:&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="color:#999999;"&gt;[Desktop Entry]&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="color:#999999;"&gt;Version=1.0&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="color:#999999;"&gt;Name=Google Chrome&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="color:#999999;"&gt;Comment=Browse the World Wide Web&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="color:#999999;"&gt;GenericName=Web Browser&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="color:#999999;"&gt;Exec=chromium-browser --enable-plugins --enable-extensions --enable-user-scripts --enable-printing&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="color:#999999;"&gt;Terminal=false&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="color:#999999;"&gt;X-MultipleArgs=false&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="color:#999999;"&gt;Type=Application&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="color:#999999;"&gt;Icon=chrome&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="color:#999999;"&gt;Categories=Network;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="color:#999999;"&gt;MimeType=text/html;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="color:#999999;"&gt;StartupWMClass=Chromium&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="color:#999999;"&gt;StartupNotify=true&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="color:#999999;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="color:#999999;"&gt;X-Desktop-File-Install-Version=0.15&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;That main thing you're look for is that it says Icon=chrome. This is because all of the files that I placed in the hicolor and icons folders are named "chrome.png" so the desktop file will look for them in those folders (automatically) and will find them named "chrome" and use them. According to the Moblin dev site you do not need to include the ".png" -- so I did not.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Finally - reboot. Now, doesn't that look sweet?&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/746605042633294379-2897711507835303999?l=anopensourcemind.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://anopensourcemind.blogspot.com/feeds/2897711507835303999/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=746605042633294379&amp;postID=2897711507835303999' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/746605042633294379/posts/default/2897711507835303999'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/746605042633294379/posts/default/2897711507835303999'/><link rel='alternate' type='text/html' href='http://anopensourcemind.blogspot.com/2009/11/getting-creative-with-application-icons.html' title='Getting Creative with Application Icons on Moblin'/><author><name>An Opensource Mind</name><uri>http://www.blogger.com/profile/01459477167306803150</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-746605042633294379.post-3423202674625071967</id><published>2009-11-23T01:35:00.005+01:00</published><updated>2009-11-23T02:12:45.710+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='skype'/><category scheme='http://www.blogger.com/atom/ns#' term='moblin'/><title type='text'>How-To Install Skype on Moblin v2.1</title><content type='html'>&lt;div&gt;Here are the instructions on how to install skype on Moblin. These are actually for Fedora 10 but they work perfectly for Moblin.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;From &lt;a href="http://kasolutions.wordpress.com/2009/05/29/installing-skype-on-fedora-10/"&gt;http://kasolutions.wordpress.com/2009/05/29/installing-skype-on-fedora-10/&lt;/a&gt; :&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;step 1: create a file in /etc/yum.repos.d/ by the name skype.repo with the following contents&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="color:#999999;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="color:#999999;"&gt;[skype]&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="color:#999999;"&gt;name=Skype Repository&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="color:#999999;"&gt;baseurl=http://download.skype.com/linux/repos/fedora/updates/i586/&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="color:#999999;"&gt;gpgkey=http://www.skype.com/products/skype/linux/rpm-public-key.asc&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="color:#999999;"&gt;enabled=1&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="color:#999999;"&gt;gpgcheck=0&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;step 2: open a terminal and issue the following command as root user&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="color:#999999;"&gt;$ yum install skype&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;After you do that you probably want Skype to show up in under your Applications. In order to do that navigate to /usr/share/applications/ and edit the skype.desktop file.&lt;/div&gt;&lt;div&gt;cd /usr/share/applications/&lt;/div&gt;&lt;div&gt;sudo vi skype.desktop&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Then make the document look just like this:&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="color:#999999;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="color:#999999;"&gt;[Desktop Entry]&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="color:#999999;"&gt;Version=1.0&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="color:#999999;"&gt;Name=Skype&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="color:#999999;"&gt;Comment=Internet Chat&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="color:#999999;"&gt;GenericName=Skype&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="color:#999999;"&gt;Exec=skype&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="color:#999999;"&gt;Terminal=false&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="color:#999999;"&gt;X-MultipleArgs=false&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="color:#999999;"&gt;Type=Application&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="color:#999999;"&gt;Icon=skype.png&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="color:#999999;"&gt;Categories=Network&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Then hit "alt + :" to get out of the editing mode. Finally hit ":wq!" to save and quit vi. You may have to reboot at this point, but when you do Skype should show under applications in the internet section.&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/746605042633294379-3423202674625071967?l=anopensourcemind.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://anopensourcemind.blogspot.com/feeds/3423202674625071967/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=746605042633294379&amp;postID=3423202674625071967' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/746605042633294379/posts/default/3423202674625071967'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/746605042633294379/posts/default/3423202674625071967'/><link rel='alternate' type='text/html' href='http://anopensourcemind.blogspot.com/2009/11/here-are-instructions-on-how-to-install.html' title='How-To Install Skype on Moblin v2.1'/><author><name>An Opensource Mind</name><uri>http://www.blogger.com/profile/01459477167306803150</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-746605042633294379.post-7034557521527014767</id><published>2009-11-20T01:18:00.002+01:00</published><updated>2009-11-20T01:21:47.072+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Snow Leopard'/><category scheme='http://www.blogger.com/atom/ns#' term='netbook'/><title type='text'>Snow Leopard on Hp Mini 110-1020nr</title><content type='html'>I was able to successfully install SL on my Hp Mini tonight. It runs great. Trackpad works well. Only one huemungonormous problem - no WiFi OR Ethernet...&lt;br /&gt;&lt;br /&gt;Great little netbook, amazing OS and no connection to the internet. I googled it for well over an hour and it seems everyone's solution has been to just swap the wireless chipset in the 110 models for that of the 1000 models - but hey I just spent money on this netbook, not to mention the extended life battery - I don't want to replace the wireless chipset just yet. Does anyone know of a work-around? Maybe ndiswrapper for Mac or something?? ((Really drawing at strings here))&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/746605042633294379-7034557521527014767?l=anopensourcemind.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://anopensourcemind.blogspot.com/feeds/7034557521527014767/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=746605042633294379&amp;postID=7034557521527014767' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/746605042633294379/posts/default/7034557521527014767'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/746605042633294379/posts/default/7034557521527014767'/><link rel='alternate' type='text/html' href='http://anopensourcemind.blogspot.com/2009/11/snow-leopard-on-hp-mini-110-1020nr.html' title='Snow Leopard on Hp Mini 110-1020nr'/><author><name>An Opensource Mind</name><uri>http://www.blogger.com/profile/01459477167306803150</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-746605042633294379.post-3896878802815059925</id><published>2009-11-20T01:09:00.004+01:00</published><updated>2009-11-23T01:30:11.136+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='netbook'/><category scheme='http://www.blogger.com/atom/ns#' term='linux'/><category scheme='http://www.blogger.com/atom/ns#' term='moblin'/><category scheme='http://www.blogger.com/atom/ns#' term='wireless'/><title type='text'>Moblin 2.1 WiFi Hp Mini 110-1020nr</title><content type='html'>Well I just bought my first netbook last night and I am proud to say the OS that shipped with it never had a chance to boot on it. I initially tried to load the Hp MIE Linux but to no avail. I'm not sure what the problem is -- it would hang somewhere around 25% through the boot sequence.&lt;br /&gt;&lt;br /&gt;Anyways, I moved on pretty quickly to Moblin (v2.1). Everything works perfectly with the exception of the WiFi. Fortunately for me, there is another fellow who developed a work-around for his Dell Mini 9 that uses the same chipset as my new netbook.&lt;br /&gt;&lt;br /&gt;His method can be seen here:&lt;br /&gt;&lt;br /&gt;&lt;a href="http://slaine.org/_slaine/Dell_Mini_9.html"&gt;http://slaine.org/_slaine/Dell_Mini_9.html&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Thanks Glen!&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;UPDATED 23 NOV 09:&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;In case slaine decides to take down his post for whatever reason here is a copy of the instructions of his site -- again this is all his work, I'm just re-posting for ease-of-access:&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="font-family: 'Times New Roman'; font-size: medium; -webkit-text-size-adjust: none; "&gt;&lt;ol style="padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; text-indent: 0px; list-style-type: none; list-style-image: none; "&gt;&lt;li class="full-width" value="1" style="line-height: 21px; padding-left: 18px; text-indent: -18px; "&gt;&lt;p class="paragraph_style" style="font-family: Futura-Medium, Futura, 'Trebuchet MS', sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 500; letter-spacing: 0px; line-height: 19.95px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; opacity: 1; padding-bottom: 0px; padding-top: 0px; text-align: left; text-decoration: none; text-indent: -18px; text-transform: none; "&gt;&lt;span class="Bullet" style="text-decoration: none; text-transform: none; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-width: initial; border-color: initial; font-size: 14px; line-height: 18.05px; "&gt;1)&lt;/span&gt;&lt;span class="inline-block" style="display: inline-block; vertical-align: baseline; margin-bottom: 0.3em; width: 4px; line-height: 18.05px; "&gt;&lt;/span&gt;Activate the moblin toolbar and select the applications icon&lt;br /&gt;&lt;/p&gt;&lt;/li&gt;&lt;li class="full-width" value="2" style="line-height: 21px; padding-left: 18px; text-indent: -18px; "&gt;&lt;p class="paragraph_style" style="font-family: Futura-Medium, Futura, 'Trebuchet MS', sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 500; letter-spacing: 0px; line-height: 19.95px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; opacity: 1; padding-bottom: 0px; padding-top: 0px; text-align: left; text-decoration: none; text-indent: -18px; text-transform: none; "&gt;&lt;span class="Bullet" style="text-decoration: none; text-transform: none; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-width: initial; border-color: initial; font-size: 14px; line-height: 18.05px; "&gt;2)&lt;/span&gt;&lt;span class="inline-block" style="display: inline-block; vertical-align: baseline; margin-bottom: 0.3em; width: 4px; line-height: 18.05px; "&gt;&lt;/span&gt;Choose the Accessories section and select Terminal&lt;br /&gt;&lt;/p&gt;&lt;/li&gt;&lt;li class="full-width" value="3" style="line-height: 21px; padding-left: 18px; text-indent: -18px; "&gt;&lt;p class="paragraph_style" style="font-family: Futura-Medium, Futura, 'Trebuchet MS', sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 500; letter-spacing: 0px; line-height: 19.95px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; opacity: 1; padding-bottom: 0px; padding-top: 0px; text-align: left; text-decoration: none; text-indent: -18px; text-transform: none; "&gt;&lt;span class="Bullet" style="text-decoration: none; text-transform: none; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-width: initial; border-color: initial; font-size: 14px; line-height: 18.05px; "&gt;3)&lt;/span&gt;&lt;span class="inline-block" style="display: inline-block; vertical-align: baseline; margin-bottom: 0.3em; width: 4px; line-height: 18.05px; "&gt;&lt;/span&gt;Install the various tools you’ll need&lt;br /&gt;&lt;/p&gt;&lt;/li&gt;&lt;/ol&gt;&lt;p class="Body" style="font-family: Futura-Medium, Futura, 'Trebuchet MS', sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 500; letter-spacing: 0px; line-height: 19.95px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; opacity: 1; padding-bottom: 0px; padding-top: 0px; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; "&gt;    &lt;span class="style_2" style="font-family: CourierNewPSMT, 'Courier New', monospace; font-size: 12px; font-style: normal; font-weight: 400; line-height: 14.25px; "&gt;sudo yum install rpmdevtools&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;ol style="padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; text-indent: 0px; list-style-type: none; list-style-image: none; "&gt;&lt;li class="full-width" value="4" style="line-height: 21px; padding-left: 18px; text-indent: -18px; "&gt;&lt;p class="paragraph_style" style="font-family: Futura-Medium, Futura, 'Trebuchet MS', sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 500; letter-spacing: 0px; line-height: 19.95px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; opacity: 1; padding-bottom: 0px; padding-top: 0px; text-align: left; text-decoration: none; text-indent: -18px; text-transform: none; "&gt;&lt;span class="Bullet" style="text-decoration: none; text-transform: none; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-width: initial; border-color: initial; font-size: 14px; line-height: 18.05px; "&gt;4)&lt;/span&gt;&lt;span class="inline-block" style="display: inline-block; vertical-align: baseline; margin-bottom: 0.3em; width: 4px; line-height: 18.05px; "&gt;&lt;/span&gt;Install the compilers and other tools,&lt;br /&gt;&lt;/p&gt;&lt;/li&gt;&lt;/ol&gt;&lt;p class="Body" style="font-family: Futura-Medium, Futura, 'Trebuchet MS', sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 500; letter-spacing: 0px; line-height: 19.95px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; opacity: 1; padding-bottom: 0px; padding-top: 0px; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; "&gt;    &lt;span class="style_2" style="font-family: CourierNewPSMT, 'Courier New', monospace; font-size: 12px; font-style: normal; font-weight: 400; line-height: 14.25px; "&gt;sudo yum groupinstall “Development Tools”&lt;/span&gt;&lt;br /&gt;&lt;/p&gt;&lt;ol style="padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; text-indent: 0px; list-style-type: none; list-style-image: none; "&gt;&lt;li class="full-width" value="5" style="line-height: 21px; padding-left: 18px; text-indent: -18px; "&gt;&lt;p class="paragraph_style" style="font-family: Futura-Medium, Futura, 'Trebuchet MS', sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 500; letter-spacing: 0px; line-height: 19.95px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; opacity: 1; padding-bottom: 0px; padding-top: 0px; text-align: left; text-decoration: none; text-indent: -18px; text-transform: none; "&gt;&lt;span class="Bullet" style="text-decoration: none; text-transform: none; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-width: initial; border-color: initial; font-size: 14px; line-height: 18.05px; "&gt;5)&lt;/span&gt;&lt;span class="inline-block" style="display: inline-block; vertical-align: baseline; margin-bottom: 0.3em; width: 4px; line-height: 18.05px; "&gt;&lt;/span&gt;Install the kernel-netbook-devel package.&lt;br /&gt;&lt;/p&gt;&lt;/li&gt;&lt;/ol&gt;&lt;p class="Body" style="font-family: Futura-Medium, Futura, 'Trebuchet MS', sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 500; letter-spacing: 0px; line-height: 19.95px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; opacity: 1; padding-bottom: 0px; padding-top: 0px; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; "&gt;    &lt;span class="style_2" style="font-family: CourierNewPSMT, 'Courier New', monospace; font-size: 12px; font-style: normal; font-weight: 400; line-height: 14.25px; "&gt;sudo yum install kernel-netbook-devel&lt;/span&gt;&lt;br /&gt;&lt;/p&gt;&lt;ol style="padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; text-indent: 0px; list-style-type: none; list-style-image: none; "&gt;&lt;li class="full-width" value="6" style="line-height: 21px; padding-left: 18px; text-indent: -18px; "&gt;&lt;p class="paragraph_style" style="font-family: Futura-Medium, Futura, 'Trebuchet MS', sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 500; letter-spacing: 0px; line-height: 19.95px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; opacity: 1; padding-bottom: 0px; padding-top: 0px; text-align: left; text-decoration: none; text-indent: -18px; text-transform: none; "&gt;&lt;span class="Bullet" style="text-decoration: none; text-transform: none; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-width: initial; border-color: initial; font-size: 14px; line-height: 18.05px; "&gt;6)&lt;/span&gt;&lt;span class="inline-block" style="display: inline-block; vertical-align: baseline; margin-bottom: 0.3em; width: 4px; line-height: 18.05px; "&gt;&lt;/span&gt;Now we’re ready to build and install the new broadcom drivers&lt;br /&gt;&lt;/p&gt;&lt;/li&gt;&lt;/ol&gt;&lt;p class="Body" style="font-family: Futura-Medium, Futura, 'Trebuchet MS', sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 500; letter-spacing: 0px; line-height: 19.95px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; opacity: 1; padding-bottom: 0px; padding-top: 0px; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; "&gt;    &lt;span class="style_2" style="font-family: CourierNewPSMT, 'Courier New', monospace; font-size: 12px; font-style: normal; font-weight: 400; line-height: 14.25px; "&gt;wget &lt;/span&gt;&lt;a href="http://slaine.org/files/moblinv2/wl-kmod-5.10.91.9.3-1.moblin.src.rpm" title="http://slaine.org/files/moblinv2/wl-kmod-5.10.91.9.3-1.moblin.src.rpm" class="style_2" style="text-decoration: none; font-family: CourierNewPSMT, 'Courier New', monospace; font-size: 12px; font-style: normal; font-weight: 400; line-height: 14.25px; "&gt;&lt;span class="Apple-style-span"  style="color:#000000;"&gt;http://slaine.org/files/moblinv2/wl-kmod-5.10.91.9.3-1.moblin.src.rpm&lt;/span&gt;&lt;/a&gt;&lt;span class="style_2" style="font-family: CourierNewPSMT, 'Courier New', monospace; font-size: 12px; font-style: normal; font-weight: 400; line-height: 14.25px; "&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="Body" style="font-family: Futura-Medium, Futura, 'Trebuchet MS', sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 500; letter-spacing: 0px; line-height: 19.95px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; opacity: 1; padding-bottom: 0px; padding-top: 0px; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; "&gt;    &lt;span class="style_3" style="font-family: Futura-Medium, Futura, 'Trebuchet MS', sans-serif; font-size: 12px; font-style: normal; font-weight: 500; line-height: 16.15px; "&gt;(This build will download the broadcom driver archive directly from their site)&lt;/span&gt;&lt;span class="style_2" style="font-family: CourierNewPSMT, 'Courier New', monospace; font-size: 12px; font-style: normal; font-weight: 400; line-height: 14.25px; "&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="Body" style="font-family: Futura-Medium, Futura, 'Trebuchet MS', sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 500; letter-spacing: 0px; line-height: 19.95px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; opacity: 1; padding-bottom: 0px; padding-top: 0px; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; "&gt;    &lt;span class="style_2" style="font-family: CourierNewPSMT, 'Courier New', monospace; font-size: 12px; font-style: normal; font-weight: 400; line-height: 14.25px; "&gt;rpmbuild --rebuild --target=i586 wl-kmod-5.10.91.9.3-1.moblin.src.rpm&lt;/span&gt;&lt;br /&gt;&lt;/p&gt;&lt;ol style="padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; text-indent: 0px; list-style-type: none; list-style-image: none; "&gt;&lt;li class="full-width" value="7" style="line-height: 21px; padding-left: 18px; text-indent: -18px; "&gt;&lt;p class="paragraph_style" style="font-family: Futura-Medium, Futura, 'Trebuchet MS', sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 500; letter-spacing: 0px; line-height: 19.95px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; opacity: 1; padding-bottom: 0px; padding-top: 0px; text-align: left; text-decoration: none; text-indent: -18px; text-transform: none; "&gt;&lt;span class="Bullet" style="text-decoration: none; text-transform: none; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-width: initial; border-color: initial; font-size: 14px; line-height: 18.05px; "&gt;7)&lt;/span&gt;&lt;span class="inline-block" style="display: inline-block; vertical-align: baseline; margin-bottom: 0.3em; width: 4px; line-height: 18.05px; "&gt;&lt;/span&gt;Install the resulting rpm,&lt;br /&gt;&lt;/p&gt;&lt;/li&gt;&lt;/ol&gt;&lt;p class="Body" style="font-family: Futura-Medium, Futura, 'Trebuchet MS', sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 500; letter-spacing: 0px; line-height: 19.95px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; opacity: 1; padding-bottom: 0pt; padding-top: 0px; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; "&gt;    &lt;span class="style_2" style="font-family: CourierNewPSMT, 'Courier New', monospace; font-size: 12px; font-style: normal; font-weight: 400; line-height: 14.25px; "&gt;sudo rpm -ivh ~/rpmbuild/RPMS/i586/wl-kmod-5.10.91.9.3-1.moblin.i586.rpm&lt;/span&gt;&lt;/p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/746605042633294379-3896878802815059925?l=anopensourcemind.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://anopensourcemind.blogspot.com/feeds/3896878802815059925/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=746605042633294379&amp;postID=3896878802815059925' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/746605042633294379/posts/default/3896878802815059925'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/746605042633294379/posts/default/3896878802815059925'/><link rel='alternate' type='text/html' href='http://anopensourcemind.blogspot.com/2009/11/moblin-21-wifi-hp-mini-110-1020nr.html' title='Moblin 2.1 WiFi Hp Mini 110-1020nr'/><author><name>An Opensource Mind</name><uri>http://www.blogger.com/profile/01459477167306803150</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-746605042633294379.post-3966893228826810726</id><published>2008-08-26T17:32:00.002+02:00</published><updated>2009-04-19T16:57:15.464+02:00</updated><title type='text'>My ping is slow</title><content type='html'>Today my speedtest ping was 121ms. :(&lt;br /&gt;&lt;br /&gt;Oh crap, now 126ms. :( :(&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/746605042633294379-3966893228826810726?l=anopensourcemind.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://anopensourcemind.blogspot.com/feeds/3966893228826810726/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=746605042633294379&amp;postID=3966893228826810726' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/746605042633294379/posts/default/3966893228826810726'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/746605042633294379/posts/default/3966893228826810726'/><link rel='alternate' type='text/html' href='http://anopensourcemind.blogspot.com/2008/08/my-ping-is-slow.html' title='My ping is slow'/><author><name>An Opensource Mind</name><uri>http://www.blogger.com/profile/01459477167306803150</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-746605042633294379.post-7611017355977712312</id><published>2008-04-07T22:35:00.003+02:00</published><updated>2008-04-07T22:41:56.393+02:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Mac'/><category scheme='http://www.blogger.com/atom/ns#' term='commands'/><title type='text'>Let's re-visit rysnc, shall we?</title><content type='html'>I covered the "rsync" script in an earlier post (located &lt;a href="http://anopensourcemind.blogspot.com/2008/01/rsync-once-again-why-linux-is-better.html"&gt;here&lt;/a&gt;). But recently my wife and I have evolved into a Mac family and I once again searched for a good syncing utility. Much to my great relief, Mac OS X, a Unix based system INCLUDES the amazing rsync utility. The command is the exact same and it works beautifully. M$ Briefcase take this:&lt;br /&gt;&lt;br /&gt;rsync -avuz /Your/Inferior/Win/OS/ /Oober/Awesome/Times/Infinity/&lt;br /&gt;&lt;br /&gt;Where, of course, "/Oober/Awesome/Times/Infinity/" then receives any new files from the local directory "/Your/Inferior/Win/OS/" without erasing any extra files not in the "from" directory.&lt;br /&gt;&lt;br /&gt;Once again the traits of a superior operating system.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/746605042633294379-7611017355977712312?l=anopensourcemind.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://anopensourcemind.blogspot.com/feeds/7611017355977712312/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=746605042633294379&amp;postID=7611017355977712312' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/746605042633294379/posts/default/7611017355977712312'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/746605042633294379/posts/default/7611017355977712312'/><link rel='alternate' type='text/html' href='http://anopensourcemind.blogspot.com/2008/04/lets-re-visit-rysnc-shall-we.html' title='Let&apos;s re-visit rysnc, shall we?'/><author><name>An Opensource Mind</name><uri>http://www.blogger.com/profile/01459477167306803150</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-746605042633294379.post-3497826364603107275</id><published>2008-01-26T19:20:00.018+01:00</published><updated>2008-04-07T22:33:45.014+02:00</updated><title type='text'>Getting sound to work on Toshiba w/ Linux Mint</title><content type='html'>&lt;p&gt;To setup the sound correctly on your Toshiba running some sort of ubuntu follow the steps on the following link.&lt;br /&gt;&lt;/p&gt;&lt;p&gt;From website:&lt;/p&gt;&lt;p&gt; &lt;a href="https://help.ubuntu.com/community/HdaIntelSoundHowto"&gt;https://help.ubuntu.com/community/HdaIntelSoundHowto&lt;/a&gt;&lt;/p&gt;&lt;p&gt;More specifically make sure your module parameters at correct. On my computer "options" was only "option" and "model" was only "mode" which cause the module not to load correctly.&lt;/p&gt;  &lt;h4&gt;Manually Specify Module Parameters&lt;/h4&gt;  &lt;p&gt; First you must find which model of sound card you use, so run this command: &lt;/p&gt;  &lt;pre style="color: rgb(0, 0, 0);"&gt;cat /proc/asound/card0/codec#* | grep Codec&lt;br /&gt;&lt;/pre&gt; &lt;p&gt;It will return model of your sound card(s), for example: "Codec: Realtek ALC260", so your sound card is ALC260. &lt;/p&gt; &lt;p&gt; You should open a file in ALSA documentation. This file is here (replace KERNEL_VERSION with your kernel's version!): &lt;/p&gt;  &lt;pre style="color: rgb(0, 0, 0);"&gt;/usr/src/KERNEL_VERSION/Documentation/sound/alsa/ALSA-Configuration.txt&lt;br /&gt;&lt;/pre&gt; &lt;p&gt;If you didn't have this file, for version 2.6.22, you can check out &lt;a href="http://www.mjmwired.net/kernel/Documentation/sound/alsa/ALSA-Configuration.txt" title="ALSA Config"&gt;this link&lt;/a&gt; or you can find ALSA-Configuration.txt in the subdirectory /alsa-kernel/Documentation/ of the alsa-driver-1.x.x directory you created. &lt;/p&gt; &lt;p&gt; Search for your model, and take a look at its types, for example I found the following lines for ALC260: &lt;/p&gt;  &lt;pre&gt;hp              HP machines&lt;br /&gt;hp-3013         HP machines (3013-variant)&lt;br /&gt;fujitsu         Fujitsu S7020&lt;br /&gt;acer            Acer TravelMate&lt;br /&gt;basic           fixed pin assignment (old default model)&lt;br /&gt;auto            auto-config reading BIOS (default)&lt;br /&gt;&lt;/pre&gt; &lt;p&gt;Read all of them and try to find the one which is more similar to your sound card, for example if you have a laptop, you can choose "acer". &lt;/p&gt; &lt;p&gt; Open /etc/modprobe.d/alsa-base with the following command: &lt;/p&gt;  &lt;pre&gt;sudo nano /etc/modprobe.d/alsa-base&lt;br /&gt;&lt;/pre&gt; &lt;p&gt;Then paste the following line at the end of the file (change MODEL with the type of sound card's model, in our example it should be "acer" (without quotation marks)): &lt;/p&gt;  &lt;pre&gt;options snd-hda-intel model=MODEL&lt;br /&gt;&lt;/pre&gt; &lt;p&gt; Reboot &lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/746605042633294379-3497826364603107275?l=anopensourcemind.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://anopensourcemind.blogspot.com/feeds/3497826364603107275/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=746605042633294379&amp;postID=3497826364603107275' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/746605042633294379/posts/default/3497826364603107275'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/746605042633294379/posts/default/3497826364603107275'/><link rel='alternate' type='text/html' href='http://anopensourcemind.blogspot.com/2008/01/getting-sound-to-work-on-toshiba-w.html' title='Getting sound to work on Toshiba w/ Linux Mint'/><author><name>An Opensource Mind</name><uri>http://www.blogger.com/profile/01459477167306803150</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-746605042633294379.post-2295448595347636943</id><published>2008-01-23T12:57:00.000+01:00</published><updated>2008-01-23T13:00:23.252+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='linux'/><category scheme='http://www.blogger.com/atom/ns#' term='linux mint'/><category scheme='http://www.blogger.com/atom/ns#' term='ubuntu'/><category scheme='http://www.blogger.com/atom/ns#' term='How to'/><title type='text'>Webcam on Linux Mint (Ubuntu) Quick and Easy</title><content type='html'>With thanks to binselam of Ubuntu Forums, I was able to get my webcam working in no time flat. Below is his post originally located on &lt;a href="http://ubuntuforums.org/showthread.php?t=303330&amp;highlight=howto+webcam"&gt;Ubuntu Forums&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt; November 20th, 2006 &lt;br /&gt;binselam  &lt;br /&gt;5 Cups of Ubuntu&lt;br /&gt;   Join Date: Nov 2006&lt;br /&gt;Beans: 15&lt;br /&gt;Thanks: 0 &lt;br /&gt;Thanked 0 Times in 0 Posts &lt;br /&gt;&lt;br /&gt; [How to] Logitech Quickcam IM/Connect webcam on Kubuntu 6.10 (Edgy Eft) &lt;br /&gt;I have been trying to install Logitech Quickcam IM/Connect webcam on Kubuntu 6.10 (Edgy Eft). So, I have searched the ubuntuforms and how-to's. Although, what I have found in both sites was very helpful, but it was not specific to my webcam and step by step approach. I wanted to contribute to community by posting this.&lt;br /&gt;&lt;br /&gt;I followed the ubuntu-community`s Spca5xx documentations and Yoriko post with little modifications. &lt;br /&gt;&lt;br /&gt;It worked for me. I hope this helps you.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;STEP 1: First, I have used lsusb to find out: &lt;br /&gt;1) Vendor Id and Product ID &lt;br /&gt;2) to see do I have usb support, and check the driver files for device support. The supportted device list is available at the Michael Xhaard's homepage ("http://mxhaard.free.fr/ ").&lt;br /&gt;&lt;br /&gt;This list shows the lsusb result.&lt;br /&gt;Bus 001 Device 005: ID 046d:08d9 Logitech, Inc.&lt;br /&gt;Bus 001 Device 003: ID 045e:0039 Microsoft Corp. IntelliMouse Optical&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;STEP 2: Download latest Spca5xx source code to your home directory from Michael Xhaard's homepage. At the time of writing this installation guide, the latest source code version was spca5xx-20060501.&lt;br /&gt;NOTE: There might be a newer version of the driver by the time you install. Please check the web page :" http://mxhaard.free.fr/ ". &lt;br /&gt;Latest driver is:gspcav1-20070508.tar.gz (swejuggalo indicated that works fine on Ubuntu 7.04). Make sure you substitue correct driver name in the following steps, if you use a different driver.&lt;br /&gt;(You can see the instructions for the new driver in following post: http://ubuntuforums.org/showthread.p...09418#poststop).&lt;br /&gt;&lt;br /&gt;cd ~ &lt;br /&gt;wget http://mxhaard.free.fr/spca50x/Downl...01.orig.tar.gz&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;STEP 3: Become root. To do that, you need to open a terminal window and enter following command(Please enter user password when it is prompted. In each terminal window, you just need to enter sudo &lt;br /&gt;command and password once (for the first time).&lt;br /&gt;&lt;br /&gt;sudo -s&lt;br /&gt;Password:######## &lt;br /&gt;&lt;br /&gt;Note: Prompt should change to: root@yourmachine:&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;STEP 4: Download the necessary packages. The following packages are needed from the Ubuntu repositories for compiling. &lt;br /&gt;1. linux-headers-`uname -r`&lt;br /&gt;2. linux-restricted-modules-`uname -r`&lt;br /&gt;3. build-essential&lt;br /&gt;&lt;br /&gt;uname -r&lt;br /&gt;Identifies the version of running kernel. Exp: 2.6.17-10-generic&lt;br /&gt;&lt;br /&gt;apt-get install linux-headers-`uname -r` linux-restricted-modules-`uname -r` build-essential&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;STEP 5: Compile the spca5xx source code. The linux stuff (drivers/programs) is installed under /usr/src. The downloaded driver files need to be placed to proper directory under linux. So, please type following commands to change directory, move downloaded source files, unpack the source files and change into directory. (NOTE: This step assumes you downloaded the driver file to your home directory.)&lt;br /&gt;&lt;br /&gt;cd /usr/src&lt;br /&gt;mv ~/spca5xx-220060501.orig.tar.gz . &lt;br /&gt;tar xfvz spca5xx-20060501.orig.tar.gz &lt;br /&gt;cd spca5xx- 20060501 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;STEP 6: Set the environment variable CC for spac5xx Makefile. In my case, Ubuntu Edgy Eft uses gcc 4.1 as kernel compiler. (NOTE: your system might use gcc-4.0. if you use version gcc4.0, you need to modify the command as "export CC=gcc-4.0" So, please make sure of your compiler version.)&lt;br /&gt;&lt;br /&gt;export CC=gcc-4.1&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;STEP 7: Set a link back to source code(headers).&lt;br /&gt;&lt;br /&gt;ln -s /usr/src/linux-headers-`uname -r` /lib/modules/`uname -r`/build &lt;br /&gt;&lt;br /&gt;STEP 8: Now, we need to compile spca5xx source code, remove the old driver(from memory and hard drive), install the new driver and load the new driver. Please enter the following commands in the order given.&lt;br /&gt;&lt;br /&gt;make &lt;br /&gt;modprobe -r spca5xx &lt;br /&gt;rm -rf /lib/modules/`uname -r`/kernel/drivers/usb/media/spca5xx* &lt;br /&gt;make install &lt;br /&gt;modprobe spca5xx &lt;br /&gt;&lt;br /&gt;If everything went accordingly, there should be no error messages. When you type dmesg, you should get something like shown above.&lt;br /&gt;&lt;br /&gt;[17191980.272000] usbcore: deregistering driver spca5xx&lt;br /&gt;[17191980.276000] drivers/media/video/spca5xx/spca5xx-main.c: driver spca5xx deregistered&lt;br /&gt;[17192035.756000] Linux video capture interface: v1.00&lt;br /&gt;[17192035.768000] /usr/src/spca5xx-20060501/drivers/usb/spca5xx.c: USB SPCA5XX camera found. Logitech QC IM/Connect&lt;br /&gt;[17192035.768000] /usr/src/spca5xx-20060501/drivers/usb/spca5xx.c: [spca5xx_probe:5480] Camera type JPEG&lt;br /&gt;[17192036.860000] /usr/src/spca5xx-20060501/drivers/usb/zc3xx.h: [zc3xx_config:558] Find Sensor HV7131R(c)&lt;br /&gt;[17192036.872000] /usr/src/spca5xx-20060501/drivers/usb/spca5xx.c: [spca5xx_getcapability:1765] maxw 640 maxh 480 minw 176 minh 144&lt;br /&gt;[17192036.872000] usbcore: registered new driver spca5xx&lt;br /&gt;[17192036.872000] /usr/src/spca5xx-20060501/drivers/usb/spca5xx.c: spca5xx driver 00.60.00 registered&lt;br /&gt;root@eagel:/usr/src/spca5xx-20060501# &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;GOOD LUCK!&lt;br /&gt;_____________&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/746605042633294379-2295448595347636943?l=anopensourcemind.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://anopensourcemind.blogspot.com/feeds/2295448595347636943/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=746605042633294379&amp;postID=2295448595347636943' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/746605042633294379/posts/default/2295448595347636943'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/746605042633294379/posts/default/2295448595347636943'/><link rel='alternate' type='text/html' href='http://anopensourcemind.blogspot.com/2008/01/webcam-on-linux-mint-ubuntu-quick-and.html' title='Webcam on Linux Mint (Ubuntu) Quick and Easy'/><author><name>An Opensource Mind</name><uri>http://www.blogger.com/profile/01459477167306803150</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-746605042633294379.post-7256458276233780030</id><published>2008-01-18T13:49:00.000+01:00</published><updated>2008-01-18T14:15:05.371+01:00</updated><title type='text'>OpenSUSE and Compiz Fusion, woah.</title><content type='html'>First off, since I'm using an intel chipset, I am using AIGLX instead of XGL.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://en.opensuse.org/AIGLX"&gt;This is the OpenSUSE how-to on AIGLX.&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;More specifically, you will need to disable XGL (but enable 3D in YaST-&gt;Hardware-&gt;Monitor) and add two entries to your xorg.conf file.&lt;br /&gt;&lt;br /&gt;Again, I have an intel chipset so I had to use the following addition to my xorg.conf file from &lt;a href="http://wiki.compiz-fusion.org/Troubleshooting"&gt;compizfusion's troubleshooting wiki page&lt;/a&gt; otherwise my windows would freeze/not render:&lt;br /&gt;&lt;br /&gt;Windows Don't Update&lt;br /&gt;&lt;br /&gt;When using the intel or ati driver with AIGLX, you may notice that all your windows seem to be frozen even as you interact with them. Nothing in any window updates until you rotate the cube or otherwise switch viewports.&lt;br /&gt;&lt;br /&gt;Adding the following line to the Device section of your /etc/X11/xorg.conf file should fix the problem:&lt;br /&gt;&lt;br /&gt;    Option "XAANoOffscreenPixmaps" "true"&lt;br /&gt;&lt;br /&gt;Finally, go to &lt;a href="http://en.opensuse.org/Compiz_Fusion"&gt;OpenSUSE's Compiz Fuzion how to page&lt;/a&gt; and completed the following steps:&lt;br /&gt;&lt;br /&gt;1. Test if composite is enabled: running grep Composite /var/log/Xorg.0.log as root should show Extension "Composite" is enabled&lt;br /&gt;&lt;br /&gt;2. Clicked the "One Click-Install button" for KDE.&lt;br /&gt;&lt;br /&gt;3. Clicked the link right under the those buttons for the main install - labled: If you would like to setup autostart of compiz install Compiz Manager: Click here to install compiz-manager &lt;br /&gt;&lt;br /&gt;And then I had a fully functioning 3D desktop.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/746605042633294379-7256458276233780030?l=anopensourcemind.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://anopensourcemind.blogspot.com/feeds/7256458276233780030/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=746605042633294379&amp;postID=7256458276233780030' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/746605042633294379/posts/default/7256458276233780030'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/746605042633294379/posts/default/7256458276233780030'/><link rel='alternate' type='text/html' href='http://anopensourcemind.blogspot.com/2008/01/opensuse-and-compiz-fusion-woah.html' title='OpenSUSE and Compiz Fusion, woah.'/><author><name>An Opensource Mind</name><uri>http://www.blogger.com/profile/01459477167306803150</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-746605042633294379.post-8834891587966791447</id><published>2008-01-04T11:48:00.000+01:00</published><updated>2008-01-04T11:59:07.838+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='linux'/><category scheme='http://www.blogger.com/atom/ns#' term='tips'/><category scheme='http://www.blogger.com/atom/ns#' term='commands'/><title type='text'>rsync - Once again why Linux is better.</title><content type='html'>Linux has this little easy command called rsync. Basically what it did for me today was went through all the music on my computer, compared it with the saved music on my external hard drive, and then copied anything over to the external that wasn't already there.&lt;br /&gt;&lt;br /&gt;See, I use my laptop to listen to music and when I get a new cd I put it on my laptop. But then I need to make sure my external is keeping a good/up-to-date backup of all my music in case something happens to my laptop.&lt;br /&gt;&lt;br /&gt;Thanks to &lt;a href="http://www.linuxquestions.org/questions/linux-general-1/sync-a-usb-flash-drive-with-hd-folders-possible-522875/"&gt;linuxquestions.com&lt;/a&gt; I found a quick and easy way to do that with rsync.&lt;br /&gt;&lt;br /&gt;The command I used was:&lt;br /&gt;&lt;br /&gt;rsync -avuz /home/awesome/Music/ /media/My\ Book/My\ Music/&lt;br /&gt;             (laptop music dir)  (ext. music dir)&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;rsync is the command.&lt;br /&gt;"a" option archives the files to the new directory&lt;br /&gt;"v" verbose?&lt;br /&gt;"u" update - this causes it to skip files that are newer on the destination - that way you don't copy old info over new info (in my case this is a "just in case")&lt;br /&gt;"z" compresses files during data transfer - to speed transfer&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Wow, that's excellent.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/746605042633294379-8834891587966791447?l=anopensourcemind.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://anopensourcemind.blogspot.com/feeds/8834891587966791447/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=746605042633294379&amp;postID=8834891587966791447' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/746605042633294379/posts/default/8834891587966791447'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/746605042633294379/posts/default/8834891587966791447'/><link rel='alternate' type='text/html' href='http://anopensourcemind.blogspot.com/2008/01/rsync-once-again-why-linux-is-better.html' title='rsync - Once again why Linux is better.'/><author><name>An Opensource Mind</name><uri>http://www.blogger.com/profile/01459477167306803150</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-746605042633294379.post-4235722865602452139</id><published>2008-01-04T10:55:00.000+01:00</published><updated>2008-12-09T07:19:15.376+01:00</updated><title type='text'>Linux Mint Review</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_6Jyx7WTaug0/R34Sie5If7I/AAAAAAAAAlY/_mboitoENMk/s1600-h/linuxmint0103.png"&gt;&lt;img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;" src="http://2.bp.blogspot.com/_6Jyx7WTaug0/R34Sie5If7I/AAAAAAAAAlY/_mboitoENMk/s320/linuxmint0103.png" border="0" alt=""id="BLOGGER_PHOTO_ID_5151575407375974322" /&gt;&lt;/a&gt;&lt;br /&gt;Linux Mint - "From Freedom Came Elegance" - A Review&lt;br /&gt;&lt;br /&gt;First off the very concept of Linux Mint I believe is ideal. If Linux is ever to become mainstream and pose a real threat to the monopoly of M$ and @pple then it needs to get on board with the Linux Mint creators. By far this is the easiest distro I have ever used - installed in less than 20 minutes and every - EVERY - piece of hardware on my computer works with no configuration right off the bat. First off here is what equipment/release I am using:  &lt;br /&gt;&lt;br /&gt;Gateway MX3560  &lt;br /&gt;Processor - Intel® Centrino™ Mobile Technology with Intel® Pentium® M Processor 7357 - (2MB L2 Cache | 1.70GHz | 400MHz FSB)  &lt;br /&gt; Chipset - Intel® 855GM  &lt;br /&gt;Memory - 1.5GB DDR SODIMM (PC2700)  &lt;br /&gt; Video - Intel® Extreme 2 Graphics  &lt;br /&gt; 32MB Shared Video Memory  &lt;br /&gt; Audio - AC '97 2.1 Compliant Audio Built-in Stereo Speakers  &lt;br /&gt; Hard Drive - 160 GB Hard Drive&lt;br /&gt;&lt;br /&gt;Linux Mint 4.0 Daryna - KDE Community Edition BETA 011&lt;br /&gt;&lt;br /&gt;Installation:&lt;br /&gt;&lt;br /&gt;Like I mentioned above installation took less than 20 minutes. It was very simple, truly just a few clicks and we were rolling. If I could make a constructive criticism of it I would recommend a more intuitive partitioning tool. I, and I believe many other Linux users - for the sake of safety/security - partition my hard drive for a separate / partition and /home partitions. The partitioning tool currently in it took me a bit of fiddling to get it to do exactly what I wanted.  &lt;br /&gt;&lt;br /&gt;Post-Installation - Immediate:&lt;br /&gt;&lt;br /&gt;One of the first things I noticed as I booted into this new distro is that Compiz comes pre-installed with Emerald. Unfortunately for all of the wonderful things that KDE is capable I have trouble getting the standard window decorations to satisfy me asthetically. So in my previous distro I went to utilize Compiz/Emerald and was never able to get it to work correctly partly due to the lacking video card of my old system. So it was a welcome change to see the new look and how easy it was to change it around.  &lt;br /&gt;&lt;br /&gt;Secondly I noticed that my wireless was already picking up signals from surrounding networks. No ndiswrapper or windows drivers or hassling with setup for hours (and having it still not display correctly) - it just worked. I haven't had a chance to test the wireless extensively - ie discovering new networks or switching between networks - but from the little bit of browsing through my kde network manager I have done it seemed to work very well.  &lt;br /&gt;&lt;br /&gt;Third, codecs. Linux Mint comes with everything you need right off the install in order to play almost any type of music or video file you may have. This includes CDs and DVDs. Even ripping DVDs was simple with KDB already setup. The only problem I had here was ripping mp3s. I tried using the two encoders it gave in the drop down menu - mp3 and mp3 lame - and neither worked. Which is fine, I don't mind using OGG, but it is hard to share then because 100% of my friends and family use either wind0ws or M@c 0S X.&lt;br /&gt;&lt;br /&gt;Post-Installation - A Few Weeks Later:&lt;br /&gt;&lt;br /&gt;Everything seems to be working fine. I did turn of extra background terminal screens to boost performance, but other than that have made little to no changes. The only problem I had/have was with the auto-mounting of external drives to include my CD/DVD-ROM drive. If I boot with something in the CD/DVD drive or an external drive connected via usb then it will not show as mounted when I login to KDE. Sometime if I have add an additional drive, for example another thumb drive, then the auto-mount utility will not only mount the new drive but will also bring up the drive that was connected at boot and had not yet shown as mounted. It is a small grievance but passing on the knowledge of the problem may lead to it's eventual solution.  &lt;br /&gt;&lt;br /&gt;My second problem is a problem I believe between the configuration of Linux Mints interworkings interfacing with KDE Network Manager. When switching between ethernet connections Linux Mint has an awesome little configuration GUI that is simple and easy to use. However after introducing a manual configurtation KDE's network manager than goes hands off and will show "Manual Configuration and No Active Connetcion" only (whereas before it showed eth1 and connection details). Then when you switch back say from a set IP scheme to DHCP KDE's network manager doesn't get the change and stays showing "Manual Configuration". I've found what I have to do to remedy the situation - I manually edit the /etc/network/interfaces file to look as it did before Linux Mints configuration utility edited it. When it's just KDE Network Manager using a DHCP server the file only reads:  &lt;br /&gt;auto eth0&lt;br /&gt;However when Linux Mint's configuration utility gets in there it adds an extra line (this is just for Auto DHCP mind you):&lt;br /&gt;intf eht0 auto dhco&lt;br /&gt;Apparently it is that line that Linux Mint adds that KDE network manager doesn't understand.&lt;br /&gt;&lt;br /&gt;Despite the few problems I've had, I still think this is one of the easiest and most complete distros I have ran. I can do everything I need to do, easily, and it looks nice too.&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_6Jyx7WTaug0/R34Tde5If8I/AAAAAAAAAlg/1TVhkIK8ZbY/s1600-h/linuxmint0103-2.png"&gt;&lt;img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;" src="http://2.bp.blogspot.com/_6Jyx7WTaug0/R34Tde5If8I/AAAAAAAAAlg/1TVhkIK8ZbY/s320/linuxmint0103-2.png" border="0" alt=""id="BLOGGER_PHOTO_ID_5151576420988256194" /&gt;&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/746605042633294379-4235722865602452139?l=anopensourcemind.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://anopensourcemind.blogspot.com/feeds/4235722865602452139/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=746605042633294379&amp;postID=4235722865602452139' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/746605042633294379/posts/default/4235722865602452139'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/746605042633294379/posts/default/4235722865602452139'/><link rel='alternate' type='text/html' href='http://anopensourcemind.blogspot.com/2008/01/linux-mint-review.html' title='Linux Mint Review'/><author><name>An Opensource Mind</name><uri>http://www.blogger.com/profile/01459477167306803150</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_6Jyx7WTaug0/R34Sie5If7I/AAAAAAAAAlY/_mboitoENMk/s72-c/linuxmint0103.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-746605042633294379.post-5174223896223576116</id><published>2007-11-15T19:53:00.001+01:00</published><updated>2007-11-15T19:53:30.712+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Google Talk'/><category scheme='http://www.blogger.com/atom/ns#' term='linux'/><category scheme='http://www.blogger.com/atom/ns#' term='Kopete'/><category scheme='http://www.blogger.com/atom/ns#' term='Gmail'/><title type='text'>Kopete Does Everything, Even Google Talk</title><content type='html'>&lt;div xmlns='http://www.w3.org/1999/xhtml'&gt;Here are instructions on how to add you Gmail google talk account into Kopete. Yes it's awesome.&lt;br/&gt;&lt;br/&gt;&lt;a href='http://www.tech-recipes.com/rx/2383/kubuntu_access_google_talk_kopete'&gt;Kopete: Access Google Talk&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;Thanks to Tech-Recipes for this awesome little HowTo.&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p class='poweredbyperformancing'&gt;Powered by &lt;a href='http://scribefire.com/'&gt;ScribeFire&lt;/a&gt;.&lt;/p&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/746605042633294379-5174223896223576116?l=anopensourcemind.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://anopensourcemind.blogspot.com/feeds/5174223896223576116/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=746605042633294379&amp;postID=5174223896223576116' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/746605042633294379/posts/default/5174223896223576116'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/746605042633294379/posts/default/5174223896223576116'/><link rel='alternate' type='text/html' href='http://anopensourcemind.blogspot.com/2007/11/kopete-does-everything-even-google-talk.html' title='Kopete Does Everything, Even Google Talk'/><author><name>An Opensource Mind</name><uri>http://www.blogger.com/profile/01459477167306803150</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-746605042633294379.post-182628832019297318</id><published>2007-10-21T12:19:00.000+02:00</published><updated>2008-12-09T07:19:15.654+01:00</updated><title type='text'>New OpenSUSE 10.3 Desktop</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_6Jyx7WTaug0/RxspfaDt3CI/AAAAAAAAAhw/ymWWv-mqOJI/s1600-h/desktoppic2.jpg"&gt;&lt;img style="float:left; margin:0 10px 10px 0;cursor:pointer; cursor:hand;" src="http://4.bp.blogspot.com/_6Jyx7WTaug0/RxspfaDt3CI/AAAAAAAAAhw/ymWWv-mqOJI/s400/desktoppic2.jpg" border="0" alt=""id="BLOGGER_PHOTO_ID_5123734620611664930" /&gt;&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/746605042633294379-182628832019297318?l=anopensourcemind.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://anopensourcemind.blogspot.com/feeds/182628832019297318/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=746605042633294379&amp;postID=182628832019297318' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/746605042633294379/posts/default/182628832019297318'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/746605042633294379/posts/default/182628832019297318'/><link rel='alternate' type='text/html' href='http://anopensourcemind.blogspot.com/2007/10/new-opensuse-103-desktop.html' title='New OpenSUSE 10.3 Desktop'/><author><name>An Opensource Mind</name><uri>http://www.blogger.com/profile/01459477167306803150</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_6Jyx7WTaug0/RxspfaDt3CI/AAAAAAAAAhw/ymWWv-mqOJI/s72-c/desktoppic2.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-746605042633294379.post-1063359271602653061</id><published>2007-10-19T19:28:00.001+02:00</published><updated>2008-02-02T21:50:09.970+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Mozilla'/><category scheme='http://www.blogger.com/atom/ns#' term='extensions'/><category scheme='http://www.blogger.com/atom/ns#' term='add-ons'/><category scheme='http://www.blogger.com/atom/ns#' term='Firefox'/><title type='text'>My Firefox Add-ons</title><content type='html'>&lt;div xmlns="http://www.w3.org/1999/xhtml"&gt;Here they are:&lt;br /&gt;&lt;br /&gt;&lt;a href="https://addons.mozilla.org/en-US/firefox/addon/1865"&gt;Adblock Plus&lt;/a&gt;&lt;br /&gt;&lt;a href="https://addons.mozilla.org/en-US/firefox/addon/26"&gt;Download Statusbar&lt;/a&gt;&lt;br /&gt;&lt;a href="http://addons.mozilla.org/firefox/201/"&gt;DownloadThemAll!&lt;/a&gt;&lt;br /&gt;&lt;a href="http://addons.mozilla.org/firefox/3336"&gt;Errorzilla&lt;/a&gt;&lt;br /&gt;&lt;a href="https://addons.mozilla.org/en-US/firefox/addon/2410"&gt;Foxmarks Bookmark Synchronizer&lt;/a&gt;&lt;br /&gt;&lt;a href="http://addons.mozilla.org/firefox/722/"&gt;NoScript&lt;/a&gt;&lt;br /&gt;&lt;a href="http://addons.mozilla.org/firefox/1249"&gt;Restart Firefox&lt;/a&gt; (Essential when trying new themes) &lt;a href="https://addons.mozilla.org/en-US/firefox/addon/3559"&gt;QuickRestart&lt;/a&gt; (Even better - has a alt key hotkey)&lt;br /&gt;&lt;a href="https://addons.mozilla.org/en-US/firefox/addon/2325"&gt;RSS Ticker&lt;/a&gt;&lt;br /&gt;&lt;a href="http://addons.mozilla.org/firefox/4258/"&gt;Tab Effect&lt;/a&gt; (I don't use this one regularly, but it is a cool touch [fake Xgl])&lt;br /&gt;&lt;a href="https://addons.mozilla.org/en-US/firefox/search?q=scribefire&amp;amp;status=4"&gt;ScribeFire&lt;/a&gt; (Blog editor inside Firefox)&lt;br /&gt;&lt;br /&gt;Most Recently Updated (Thank You Honeys)&lt;br /&gt;&lt;br /&gt;&lt;a href="https://addons.mozilla.org/en-US/firefox/addon/173"&gt;Gmail Notifier&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Enjoy!&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/746605042633294379-1063359271602653061?l=anopensourcemind.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://anopensourcemind.blogspot.com/feeds/1063359271602653061/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=746605042633294379&amp;postID=1063359271602653061' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/746605042633294379/posts/default/1063359271602653061'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/746605042633294379/posts/default/1063359271602653061'/><link rel='alternate' type='text/html' href='http://anopensourcemind.blogspot.com/2007/10/my-firefox-add-ons.html' title='My Firefox Add-ons'/><author><name>An Opensource Mind</name><uri>http://www.blogger.com/profile/01459477167306803150</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-746605042633294379.post-6295873541927941739</id><published>2007-09-03T17:41:00.000+02:00</published><updated>2007-10-19T19:28:08.608+02:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='opensuse'/><category scheme='http://www.blogger.com/atom/ns#' term='linux'/><category scheme='http://www.blogger.com/atom/ns#' term='media'/><title type='text'>Media in OpenSuSE 10.2</title><content type='html'>Awesome how to:&lt;br /&gt;&lt;br /&gt;&lt;a href="http://suseforums.net/index.php?showtopic=36351"&gt;http://suseforums.net/index.php?showtopic=36351&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Peace.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/746605042633294379-6295873541927941739?l=anopensourcemind.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://anopensourcemind.blogspot.com/feeds/6295873541927941739/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=746605042633294379&amp;postID=6295873541927941739' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/746605042633294379/posts/default/6295873541927941739'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/746605042633294379/posts/default/6295873541927941739'/><link rel='alternate' type='text/html' href='http://anopensourcemind.blogspot.com/2007/09/media-in-opensuse-102.html' title='Media in OpenSuSE 10.2'/><author><name>An Opensource Mind</name><uri>http://www.blogger.com/profile/01459477167306803150</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-746605042633294379.post-8782620384531841953</id><published>2007-08-31T17:19:00.001+02:00</published><updated>2008-04-07T22:26:08.678+02:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='GPS'/><title type='text'>Boot Windows On Transonic 3002</title><content type='html'>***Before you start make sure you download ActiveSync from Microsoft to connect to your GPS***&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.microsoft.com/windowsmobile/activesync/activesync45.mspx"&gt;http://www.microsoft.com/windowsmobile/activesync/activesync45.mspx&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Thanks to user &lt;span style="font-weight:bold;"&gt;goodgrr&lt;/span&gt; on &lt;span style="font-weight:bold;"&gt;GpsPassion Forums&lt;/span&gt; these instructions say exactly how to boot to Windows CE on your Transonic 3002 (and run an mp3 player which is pre-installed):&lt;br /&gt;&lt;br /&gt;Here's how to unlock it so you can use the Windows functions and below that instructions on putting POIWarner onto it and getting speed camera data loaded onto that. Thanks to gpspassion for the original starting point as well as Sol Puerto for further help it getting the right files in the right place and the majority of these instructions.&lt;br /&gt;&lt;br /&gt;Download the instalation pack files to your PC &lt;br /&gt;&lt;a href="http://www.gpspassion.com/download/custom150e.zip"&gt;http://www.gpspassion.com/download/custom150e.zip&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Connect the device to your PC via active synch.&lt;br /&gt;&lt;br /&gt;1 Move to the folder called \Mnav&lt;br /&gt;2 Rename the mnavdce.exe to mnavdce_old.exe&lt;br /&gt;3 Copy "regedit.exe" from the .zip file and paste into the \Mnav and rename it "mnavdce.exe&lt;br /&gt;4 Copy "modified.reg" into the "Mnav" folder on the device&lt;br /&gt;5 Soft reset your device&lt;br /&gt;6 When the device reboots it will automatically launch Regedit. Click "File | Import" and then locate the "Mnav" folder in the files and folders selection list and double click to open. You will see the "modified.reg" file copied in step 4, double click to import.&lt;br /&gt;7 Delete the renamed "regedit.exe (e.g. mnavedce.exe) in \mnav (or rename it)&lt;br /&gt;8 Rename the "mnavdce_old.exe" back to "mnavdce.exe&lt;br /&gt;9 Copy "showtaskbar.exe" from the .zip file and paste into \Windows\Startup&lt;br /&gt;10 Locate "explore.exe" in the \windows folder, right click and select "Create Shortcut". Cut the "Shortcut to Explore.Exe" file that is created as a result and paste into \Windows\Desktop. Repeat this process for "MNAVDECE.exe located in the "Mnav" folder and "MP3Player.exe" located in \Windows&lt;br /&gt;&lt;br /&gt;Finally reset your device once more with the stylus and it will boot to the WinCE desktop with shortcuts to the three applications you had before&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/746605042633294379-8782620384531841953?l=anopensourcemind.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://anopensourcemind.blogspot.com/feeds/8782620384531841953/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=746605042633294379&amp;postID=8782620384531841953' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/746605042633294379/posts/default/8782620384531841953'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/746605042633294379/posts/default/8782620384531841953'/><link rel='alternate' type='text/html' href='http://anopensourcemind.blogspot.com/2007/08/boot-windows-on-transonic-3002.html' title='Boot Windows On Transonic 3002'/><author><name>An Opensource Mind</name><uri>http://www.blogger.com/profile/01459477167306803150</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-746605042633294379.post-1495252103802081615</id><published>2007-08-24T17:41:00.000+02:00</published><updated>2007-08-24T20:31:48.384+02:00</updated><title type='text'>Sway Bar Links</title><content type='html'>Okay so, there was an extremely annoying clank every time I drove over rough road and I had no idea what it was. Thanks to James we narrowed it down to the Sway Bar Links or the Control Arms. Since the Sway Bar Links only cost $36 and the Control Arms are like $150 we tried the links first. These are the pics of the old ones. Not only were they going bad the threads were also rusted as hell (they're 12 years old). I finally got to the point where I had the hack saw them off. The first one was extremely hard -- the nut barely turned and I was killing myself on it. Oh oh, also there were no lifts open so I did all of this on jack stands. Once I finally had enough room to hack saw it - I did. The second one was a tiny bit easier because one of the guys in the shop had some liquid wrench. However even after soaking it for like 10 minutes (I didn't wait very long because I was paying for stall time)I was able to unscrew it almost all the way. It finally got stuck at the very end and I had to hack saw it also. I should mention that I also took off a lot of the rust with a steel brush on the second one but in the end there was just too much. &lt;br /&gt;&lt;br /&gt;So to make a long story short, the new ones are on and here are the old ones. Note how mangled they are and the extreme amount of rust on the end/nut. But most importantly the car no longer clunks on rough roads!!!&lt;br /&gt;&lt;br /&gt;&lt;a href="http://picasaweb.google.com/william.andrew.lane/SwayBarExtensions/photo?authkey=yZz30EYxm1Q#5102294188741619538"&gt;&lt;img src="http://lh6.google.com/william.andrew.lane/Rs79iBN771I/AAAAAAAAAXw/C3k1gTOvS0I/s400/IMG_1048_THMB.JPG" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://picasaweb.google.com/william.andrew.lane/SwayBarExtensions/photo?authkey=yZz30EYxm1Q#5102294188741619554"&gt;&lt;img src="http://lh6.google.com/william.andrew.lane/Rs79iBN772I/AAAAAAAAAX4/3SBG0DVWNO8/s400/IMG_1052_THMB.JPG" /&gt;&lt;/a&gt;&lt;br /&gt;This one almost made it, but alas no.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://picasaweb.google.com/william.andrew.lane/SwayBarExtensions/photo?authkey=yZz30EYxm1Q#5102294188741619570"&gt;&lt;img src="http://lh6.google.com/william.andrew.lane/Rs79iBN773I/AAAAAAAAAYA/h8SeWaBlNVI/s400/IMG_1053_THMB.JPG" /&gt;&lt;/a&gt;&lt;br /&gt;This is the area with two flat sides in order to keep is stationary while taking the nut off. I sure showed that thing...&lt;br /&gt;&lt;br /&gt;(DIGIT MACRO ROCKS!)&lt;br /&gt;&lt;br /&gt;Alright alright... I climbed back under the car and here are the new ones installed...&lt;br /&gt;&lt;br /&gt;&lt;a href="http://picasaweb.google.com/william.andrew.lane/SwayBarExtensions/photo?authkey=yZz30EYxm1Q#5102335665240797618"&gt;&lt;img src="http://lh4.google.com/william.andrew.lane/Rs8jQRN78bI/AAAAAAAAAdU/TZn__3CJsEk/s400/img_1054.jpg" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://picasaweb.google.com/william.andrew.lane/SwayBarExtensions/photo?authkey=yZz30EYxm1Q#5102335665240797650"&gt;&lt;img src="http://lh4.google.com/william.andrew.lane/Rs8jQRN78dI/AAAAAAAAAdk/WNSB8hMzpL0/s400/img_1056.jpg" /&gt;&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/746605042633294379-1495252103802081615?l=anopensourcemind.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://anopensourcemind.blogspot.com/feeds/1495252103802081615/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=746605042633294379&amp;postID=1495252103802081615' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/746605042633294379/posts/default/1495252103802081615'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/746605042633294379/posts/default/1495252103802081615'/><link rel='alternate' type='text/html' href='http://anopensourcemind.blogspot.com/2007/08/sway-bar-links.html' title='Sway Bar Links'/><author><name>An Opensource Mind</name><uri>http://www.blogger.com/profile/01459477167306803150</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-746605042633294379.post-678647501470327182</id><published>2007-08-14T19:40:00.000+02:00</published><updated>2007-08-14T19:45:15.480+02:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Intellimouse'/><category scheme='http://www.blogger.com/atom/ns#' term='opensuse'/><category scheme='http://www.blogger.com/atom/ns#' term='linux'/><category scheme='http://www.blogger.com/atom/ns#' term='Microsoft'/><title type='text'>Even Microsoft's mice are stupid!</title><content type='html'>For some reason the forward and back buttons on my Microsoft Intellimouse don't automatically work with my OpenSuSE 10.2 distro. So all you do to fix this is:&lt;br /&gt;&lt;br /&gt;edit /etc/X11/XF86Config&lt;br /&gt;&lt;br /&gt;and add a line under this section:&lt;br /&gt;&lt;br /&gt;Section "InputDevice"&lt;br /&gt;Driver "mouse"&lt;br /&gt;Identifier "Mouse[1]"&lt;br /&gt;Option "Buttons" "7"&lt;br /&gt;Option "Device" "/dev/input/mice"&lt;br /&gt;Option "Name" "Microsoft IntelliMouse Optical"&lt;br /&gt;Option "Protocol" "explorerps/2"&lt;br /&gt;Option "Vendor" "Sysp"&lt;br /&gt;Option "ZAxisMapping" "4 5"&lt;br /&gt;&lt;span style="font-weight:bold;"&gt;Option "ButtonMapping" "1 2 3 6 7"&lt;/span&gt; #ADD THIS LINE&lt;br /&gt;EndSection &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Also, just as a small side note. Be sure to save a backup of XF86Config before making any changes so you don't mess something up and have to reinstall your OS (speaking from personal experience).&lt;br /&gt;&lt;br /&gt;And I bid you all - a good day.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/746605042633294379-678647501470327182?l=anopensourcemind.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://anopensourcemind.blogspot.com/feeds/678647501470327182/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=746605042633294379&amp;postID=678647501470327182' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/746605042633294379/posts/default/678647501470327182'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/746605042633294379/posts/default/678647501470327182'/><link rel='alternate' type='text/html' href='http://anopensourcemind.blogspot.com/2007/08/even-microsofts-mice-are-stupid.html' title='Even Microsoft&apos;s mice are stupid!'/><author><name>An Opensource Mind</name><uri>http://www.blogger.com/profile/01459477167306803150</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-746605042633294379.post-2349927412165488205</id><published>2007-07-27T11:04:00.000+02:00</published><updated>2008-12-09T07:19:15.845+01:00</updated><title type='text'>WiFi Antenna</title><content type='html'>Here it is, our awesome new cantenna:&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_6Jyx7WTaug0/Rqm2NiZi0AI/AAAAAAAAAWs/-4a5jimzhVM/s1600-h/antenna.JPG"&gt;&lt;img style="float:left; margin:0 0 10px 10px;cursor:pointer; cursor:hand;" src="http://4.bp.blogspot.com/_6Jyx7WTaug0/Rqm2NiZi0AI/AAAAAAAAAWs/-4a5jimzhVM/s320/antenna.JPG" border="0" alt=""id="BLOGGER_PHOTO_ID_5091801197407555586" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Thank you very much to my Father-in-law who perfectly crafted this for us. It works beautifully!!!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/746605042633294379-2349927412165488205?l=anopensourcemind.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://anopensourcemind.blogspot.com/feeds/2349927412165488205/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=746605042633294379&amp;postID=2349927412165488205' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/746605042633294379/posts/default/2349927412165488205'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/746605042633294379/posts/default/2349927412165488205'/><link rel='alternate' type='text/html' href='http://anopensourcemind.blogspot.com/2007/07/wifi-antenna.html' title='WiFi Antenna'/><author><name>An Opensource Mind</name><uri>http://www.blogger.com/profile/01459477167306803150</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_6Jyx7WTaug0/Rqm2NiZi0AI/AAAAAAAAAWs/-4a5jimzhVM/s72-c/antenna.JPG' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-746605042633294379.post-8311218754945839225</id><published>2007-07-23T16:56:00.000+02:00</published><updated>2007-07-23T16:58:26.074+02:00</updated><title type='text'>imagemagick Script</title><content type='html'>Save this as a .sh file then run with bash to create a crapload of thumbnails out of your photos.&lt;br /&gt;&lt;br /&gt;for file in *.jpg&lt;br /&gt;do&lt;br /&gt;  convert -resize 400 "$file" thumb_"$file"&lt;br /&gt;done&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Fanks!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/746605042633294379-8311218754945839225?l=anopensourcemind.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://anopensourcemind.blogspot.com/feeds/8311218754945839225/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=746605042633294379&amp;postID=8311218754945839225' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/746605042633294379/posts/default/8311218754945839225'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/746605042633294379/posts/default/8311218754945839225'/><link rel='alternate' type='text/html' href='http://anopensourcemind.blogspot.com/2007/07/imagemagick-script.html' title='imagemagick Script'/><author><name>An Opensource Mind</name><uri>http://www.blogger.com/profile/01459477167306803150</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-746605042633294379.post-451413451022461768</id><published>2007-07-07T11:25:00.001+02:00</published><updated>2008-04-07T22:24:51.655+02:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='NASlite'/><category scheme='http://www.blogger.com/atom/ns#' term='Mac'/><category scheme='http://www.blogger.com/atom/ns#' term='Mac OS X 10.4'/><category scheme='http://www.blogger.com/atom/ns#' term='NAS Server'/><title type='text'>Making NASlite and Mac OS X 10.4 play nice...</title><content type='html'>Because NASlite does not use password encryption on your files you need to&lt;br /&gt;tell you Mac that everything will be okay with a little nsmb.conf file:&lt;br /&gt;&lt;br /&gt;sudo vi /etc/nsmb.conf (NOTE! not smb.conf)&lt;br /&gt;&lt;br /&gt;[default]&lt;br /&gt;minauth=none&lt;br /&gt;&lt;br /&gt;save the file ( :wq in vi)&lt;br /&gt;&lt;br /&gt;Thanks to the guys from serverelements (the people who make naslite for the solution).&lt;br /&gt;&lt;br /&gt;NOTE! This does however pose a security risk...&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/746605042633294379-451413451022461768?l=anopensourcemind.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://anopensourcemind.blogspot.com/feeds/451413451022461768/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=746605042633294379&amp;postID=451413451022461768' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/746605042633294379/posts/default/451413451022461768'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/746605042633294379/posts/default/451413451022461768'/><link rel='alternate' type='text/html' href='http://anopensourcemind.blogspot.com/2007/07/making-naslite-and-mac-os-x-104-play.html' title='Making NASlite and Mac OS X 10.4 play nice...'/><author><name>An Opensource Mind</name><uri>http://www.blogger.com/profile/01459477167306803150</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-746605042633294379.post-8356750599854165375</id><published>2007-06-27T22:05:00.001+02:00</published><updated>2008-04-07T22:25:35.031+02:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='opensuse'/><category scheme='http://www.blogger.com/atom/ns#' term='linux'/><category scheme='http://www.blogger.com/atom/ns#' term='broadcom'/><category scheme='http://www.blogger.com/atom/ns#' term='wireless'/><category scheme='http://www.blogger.com/atom/ns#' term='suse'/><title type='text'>Wireless on OpenSuSE 10.2 with Broadcom</title><content type='html'>Once again fighting the good fight and trying to get this chipset to work properly with OpenSuSE 10.2.&lt;br /&gt;&lt;br /&gt;As always thanks to this skittle loving guy's website: &lt;a href="http://nextgen.no-ip.org/%7Eandrew/linux/ndiswrapper/ndiswrapperinfo-gui.php"&gt;http://nextgen.no-ip.org/~andrew/linux/ndiswrapper/ndiswrapperinfo-gui.php&lt;/a&gt; for not only explaining the process but having an explanation that was even specific to OpenSuSE 10.x (and in my case 10.2).&lt;br /&gt;&lt;br /&gt;In addition to his instructions I would add not to use ndisgtk, just run the commands manually (as superuser of course):&lt;br /&gt;'ndiswrapper -i bcmwl5a.inf'&lt;br /&gt;'modprobe ndiswrapper'&lt;br /&gt;And furthermore I took these steps to not only ensure a working card, but also have it accurately show link/signal quality and load at boot:&lt;br /&gt;edit /etc/modprobe.d/ndiswrapper and add change 'wlan0' to 'eth1'&lt;br /&gt;and&lt;br /&gt;edit /etc/init.d/network adding 'modprobe ndiswrapper' somewhere in the beginning&lt;br /&gt;&lt;br /&gt;**Added 14Aug07*** Make sure to configure the wireless device in YaST. Do not use the pre-configured card, make a new wireless device.&lt;br /&gt;&lt;br /&gt;I will also mention that when I list installed ndiswrapped windows drivers I do get this annoying output: ndiswrapper -l&lt;br /&gt;bcmwl5a : driver installed&lt;br /&gt;       device (14E4:4318) present (alternate driver: bcm43xx)&lt;br /&gt;&lt;br /&gt;However as far I as can tell it seems to make no difference what-so-ever. In addition, I tried to correct this output by blacklisting 'bcm43xx' to which my computer said it was then 'ignoring blacklist rule bcm43xx' or something that effect. So whatever.&lt;br /&gt;&lt;br /&gt;Do I absolutely now how what I did affected my computer? Absolutely not. Does my wireless start at boot and work with accurate link/signal quality? Yes.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/746605042633294379-8356750599854165375?l=anopensourcemind.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://anopensourcemind.blogspot.com/feeds/8356750599854165375/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=746605042633294379&amp;postID=8356750599854165375' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/746605042633294379/posts/default/8356750599854165375'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/746605042633294379/posts/default/8356750599854165375'/><link rel='alternate' type='text/html' href='http://anopensourcemind.blogspot.com/2007/06/wireless-on-opensuse-102-with-broadcom.html' title='Wireless on OpenSuSE 10.2 with Broadcom'/><author><name>An Opensource Mind</name><uri>http://www.blogger.com/profile/01459477167306803150</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-746605042633294379.post-7283672295271413313</id><published>2007-06-23T11:32:00.001+02:00</published><updated>2007-06-27T22:25:37.448+02:00</updated><title type='text'>FUSE/NTFS-3G</title><content type='html'>Alright. Very annoying thing about linux: will not just mount a USB Hard Drive (Large External Drive) with read/write permissions. That is because the volume is most likely NTFS and you need NTFS-3g and FUSE in order to have read/write permissions on and NTFS drive in linux (or at least OpenSuSE 10.2). Here's a good link to help with that whole process:&lt;br /&gt;&lt;br /&gt;&lt;a href="http://forum.ntfs-3g.org/viewtopic.php?t=21"&gt;http://forum.ntfs-3g.org/viewtopic.php?t=21&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Other Helpful Sites:&lt;br /&gt;&lt;br /&gt;Just random links for initial setup of this OS. ***DO NOT UPDATE ALL PACKAGES***. Learned that one the hard way, but just for future reference there is the link anyways.&lt;br /&gt;&lt;br /&gt;Updating All OpenSuSE 10.2 packages: &lt;a href="http://www.novell.com/coolsolutions/feature/16592.html"&gt;http://www.novell.com/coolsolutions/feature/16592.html&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Setting up OpenSuSE 10.2 Initially: &lt;a href="http://www.suseblog.com/?p=171"&gt;http://www.suseblog.com/?p=171&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/746605042633294379-7283672295271413313?l=anopensourcemind.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://anopensourcemind.blogspot.com/feeds/7283672295271413313/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=746605042633294379&amp;postID=7283672295271413313' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/746605042633294379/posts/default/7283672295271413313'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/746605042633294379/posts/default/7283672295271413313'/><link rel='alternate' type='text/html' href='http://anopensourcemind.blogspot.com/2007/06/fusentfs-3g.html' title='FUSE/NTFS-3G'/><author><name>An Opensource Mind</name><uri>http://www.blogger.com/profile/01459477167306803150</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-746605042633294379.post-6352144040116156885</id><published>2007-06-17T19:42:00.000+02:00</published><updated>2007-06-17T19:49:21.203+02:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='wrt54g v5'/><category scheme='http://www.blogger.com/atom/ns#' term='wrt54g'/><category scheme='http://www.blogger.com/atom/ns#' term='router'/><category scheme='http://www.blogger.com/atom/ns#' term='router mods'/><category scheme='http://www.blogger.com/atom/ns#' term='linksys'/><category scheme='http://www.blogger.com/atom/ns#' term='linux firmware'/><title type='text'>WRT54G V5</title><content type='html'>I have the above named router. It sucks. Everyone was like "this is an awesome router!" - yeah if you have versions 1-4. Fortunately I did find Linux based firmware that can be installed in it's puny 2MB of memory (vs. the 4MB in the previous versions). Unfortunately I can't use it as a wireless repeater because the micro version of the Linux firmware doesn't include that capability. Still good stuff - I highly recommend it over the stock firmware.&lt;br /&gt;&lt;br /&gt;DD-WRT Micro&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: left;"&gt;Much thanks to &lt;a href="http://www.scorpiontek.org/portal/content/view/27/36/"&gt;this guy&lt;/a&gt;'s page for an awesome walk-through of the process...&lt;br /&gt;&lt;br /&gt;Well until next time...&lt;span style="text-decoration: underline;"&gt; &lt;/span&gt;&lt;a href="javascript:void(0)" onclick="return false;" tabindex="8"&gt;&lt;span&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/746605042633294379-6352144040116156885?l=anopensourcemind.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://anopensourcemind.blogspot.com/feeds/6352144040116156885/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=746605042633294379&amp;postID=6352144040116156885' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/746605042633294379/posts/default/6352144040116156885'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/746605042633294379/posts/default/6352144040116156885'/><link rel='alternate' type='text/html' href='http://anopensourcemind.blogspot.com/2007/06/wrt54g-v5.html' title='WRT54G V5'/><author><name>An Opensource Mind</name><uri>http://www.blogger.com/profile/01459477167306803150</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-746605042633294379.post-7283638500498806990</id><published>2007-04-01T19:18:00.000+02:00</published><updated>2007-09-13T17:54:23.767+02:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='cifs'/><title type='text'>OpenSUSE 10.2 - Mounting a CIFS Share on Boot</title><content type='html'>#*** Updated 13SEP2007 ***&lt;br /&gt;&lt;br /&gt;//192.168.2.176/Disk-1 /mnt/Storage smbfs password=,fmask=770,dmask=770,gid=admin 0 0&lt;br /&gt;&lt;br /&gt;I added the fmask and dmask (fmask for files, dmask for directories) to specify read/write permissions for the files and directories on the server share (only for owner and group, not guest). Also I specified a group id (gid) as admin which combined with the fmask/dmask gives any user in the admin group (as well as root, of course) read/write permissions to the server share. Damn that took a long time to figure out!&lt;br /&gt;&lt;br /&gt;#End of update&lt;br /&gt;&lt;br /&gt;Right when I thought I had tried everything I did something very simple to fix my enormously annoying boot-time fiasco. I had edited my /etc/&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_0"&gt;fstab&lt;/span&gt; and put the following entry:&lt;br /&gt;&lt;br /&gt;//192.168.15.5/Disk-1 /home/&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_1"&gt;andrew&lt;/span&gt;/Storage   &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_2"&gt;cifs&lt;/span&gt;    auto,password=,user,&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_3"&gt;rw&lt;/span&gt;             0 0&lt;br /&gt;&lt;br /&gt;Now according to everyone on the &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_4"&gt;internet&lt;/span&gt; that I was able to find - this command in /etc/&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_5"&gt;fstab&lt;/span&gt; should make my server share mount locally at boot. NOT. I couldn't figure out what the hell was wrong. It's been driving me nuts for weeks and I've tried everything everyone suggested.&lt;br /&gt;&lt;br /&gt;Oh, let me also mention I knew my fstab entry was correct because whenever I ran &lt;span style="font-style: italic;"&gt;sudo mount -a  &lt;/span&gt;after boot-time it mounted just fine.&lt;br /&gt;&lt;br /&gt;So then from what I read I came to the conclusion that my &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_6"&gt;OpenSUSE&lt;/span&gt; machine was not connecting the my home network at boot - why could this be? Then I noticed that when it did boot into &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_7"&gt;KDE&lt;/span&gt; it took a second to use the &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_8"&gt;DHCP&lt;/span&gt; server to get an &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_9"&gt;IP&lt;/span&gt;. So then I had this genius idea: give it a static &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_10"&gt;IP&lt;/span&gt; address.&lt;br /&gt;&lt;br /&gt;SO I DID!!! AND IT FIXED THE BLOODY PROBLEM!!!&lt;br /&gt;&lt;br /&gt;Make sure if you're doing this to fix your problem you also set the default gateway or else you'll get no network connectivity. &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_11"&gt;Phwew&lt;/span&gt;!!! Finally the battle is over!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/746605042633294379-7283638500498806990?l=anopensourcemind.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://anopensourcemind.blogspot.com/feeds/7283638500498806990/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=746605042633294379&amp;postID=7283638500498806990' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/746605042633294379/posts/default/7283638500498806990'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/746605042633294379/posts/default/7283638500498806990'/><link rel='alternate' type='text/html' href='http://anopensourcemind.blogspot.com/2007/04/opensuse-102-mounting-cifs-share-on.html' title='OpenSUSE 10.2 - Mounting a CIFS Share on Boot'/><author><name>An Opensource Mind</name><uri>http://www.blogger.com/profile/01459477167306803150</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-746605042633294379.post-8157962539208912616</id><published>2007-03-29T03:16:00.000+02:00</published><updated>2007-03-29T06:19:03.493+02:00</updated><title type='text'>Synergy - Virtual KVM</title><content type='html'>I was trying out a little thing I found on suseblog.... and this thing is really sweet. It's a virtual/software KVM (Keyboard, Video, Mouse) share package. Basically it connects all your monitors together so you can use one mouse &amp; keyboard for them all! It rocks! I installed the server portion on my XP machine and it was very self-explanatory, but the client setup on ubuntu is a little tricky if you want it to start at boot-time. Here are the instructions I followed to success from the wonderful people on the Ubuntu Community Forum. Enjoy!&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;table border="0" cellpadding="0" cellspacing="6" width="100%"&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td nowrap="nowrap"&gt;&lt;div id="postmenu_1045743"&gt;            &lt;a class="bigusername" href="http://ubuntuforums.org/member.php?u=86154"&gt;Insti&lt;/a&gt;      &lt;img title="Insti is offline" class="inlineimg" src="http://ubuntuforums.org/images/uf/statusicon/user_offline.gif" alt="Insti is offline" border="0" /&gt;        &lt;script type="text/javascript"&gt; vbmenu_register("postmenu_1045743", true); &lt;/script&gt;           &lt;/div&gt;          &lt;div class="smallfont"&gt;First Cup of Ubuntu&lt;/div&gt;     &lt;div class="smallfont"&gt;&lt;img src="http://ubuntuforums.org/images/rank_1.png" alt="" border="" /&gt;&lt;/div&gt;         &lt;/td&gt;    &lt;td width="100%"&gt;&lt;br /&gt;&lt;/td&gt;    &lt;td nowrap="nowrap" valign="top"&gt;          &lt;div class="smallfont"&gt;      &lt;div&gt;Join Date: Apr 2006&lt;/div&gt;             &lt;div&gt;&lt;!--Posts --&gt; Beans: 4&lt;/div&gt;  &lt;div&gt;Ubuntu Breezy 5.10 User&lt;/div&gt;                    &lt;div&gt;     &lt;/div&gt;     &lt;/div&gt;         &lt;/td&gt;   &lt;/tr&gt;   &lt;/tbody&gt;&lt;/table&gt;    &lt;b class="ubuntu_postbit"&gt;      &lt;/b&gt;&lt;!-- / user info --&gt;&lt;!-- message, attachments, sig --&gt;                     &lt;!-- icon and title --&gt;    &lt;div class="smallfont"&gt;          &lt;strong&gt;Starting the Synergy CLIENT on boot up.&lt;/strong&gt;    &lt;/div&gt;                       &lt;hr style="color: rgb(255, 255, 255);" size="1"&gt;    &lt;!-- / icon and title --&gt;         &lt;!-- message --&gt;   &lt;div class="ubuntu_messagebody" id="post_message_1045743"&gt;&lt;div style="margin: 5px 20px 20px;"&gt;  &lt;div class="smallfont" style="margin-bottom: 2px;"&gt;Quote:&lt;/div&gt;  &lt;table border="0" cellpadding="6" cellspacing="0" width="100%"&gt;  &lt;tbody&gt;&lt;tr&gt;   &lt;td class="ubuntu_quotebackground"&gt;         &lt;div&gt;      Originally Posted by &lt;strong&gt;nwgray&lt;/strong&gt;           &lt;/div&gt;     &lt;div style="font-style: italic;"&gt;Admitted serious Linux noob here. What syntax would I use if I wanted to start the client and not the server (synergyc)? I run an XP and Ubuntu box side by side and it is working great. I just need synergyc to start automatically.&lt;/div&gt;       &lt;/td&gt;  &lt;/tr&gt;  &lt;/tbody&gt;&lt;/table&gt; &lt;/div&gt;These instructions should work for running the synergy client on your UBUNTU machine to connect to a locally networked computer running the synergy server. (I've not actually tried them myself.)&lt;br /&gt;Let us know how you get on.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;NOTE:&lt;/b&gt;&lt;br /&gt;The &lt;address&gt; will probably be an ip address that looks something like 192.168.0.1 (DON'T put in the exact string &lt;/address&gt;&lt;address&gt;)&lt;br /&gt;&lt;br /&gt;To make the client run when gdm runs, but before anyone has logged in:&lt;br /&gt;&lt;br /&gt;edit /etc/gdm/Init/Default:&lt;br /&gt;&lt;/address&gt;&lt;div style="margin: 5px 20px 20px;"&gt;  &lt;div class="smallfont" style="margin-bottom: 2px;"&gt;Code:&lt;/div&gt;  &lt;pre class="alt2" dir="ltr" style="border: 1px inset ; margin: 0px; padding: 6px; overflow: auto; width: 640px; height: 34px; text-align: left;"&gt;sudo gedit /etc/gdm/Init/Default&lt;/pre&gt; &lt;/div&gt;Added the following lines in the middle of the file &lt;b&gt;BEFORE&lt;/b&gt; the "sysmodmap=/etc/X11/Xmodmap" line:&lt;br /&gt;&lt;br /&gt;&lt;div style="margin: 5px 20px 20px;"&gt;  &lt;div class="smallfont" style="margin-bottom: 2px;"&gt;Code:&lt;/div&gt;  &lt;pre class="alt2" dir="ltr" style="border: 1px inset ; margin: 0px; padding: 6px; overflow: auto; width: 640px; height: 82px; text-align: left;"&gt;SYNERGYC=`gdmwhich synergyc`&lt;br /&gt;if [ x$SYNERGYC != x ] ; then&lt;br /&gt;     $SYNERGYC &lt;address&gt;&lt;br /&gt;fi&lt;br /&gt;&lt;br /&gt;&lt;/address&gt;&lt;/pre&gt; &lt;/div&gt;The only problem with that is once you log in it kills off the client, so you need to make it start again for you.&lt;br /&gt;&lt;br /&gt;edited /etc/gdm/Init/Default:&lt;br /&gt;&lt;div style="margin: 5px 20px 20px;"&gt;  &lt;div class="smallfont" style="margin-bottom: 2px;"&gt;Code:&lt;/div&gt;  &lt;pre class="alt2" dir="ltr" style="border: 1px inset ; margin: 0px; padding: 6px; overflow: auto; width: 640px; height: 34px; text-align: left;"&gt;sudo gedit /etc/gdm/PreSession/Default&lt;/pre&gt; &lt;/div&gt;Added the following lines in the middle of the file &lt;b&gt;BEFORE&lt;/b&gt; the "XSETROOT=`gdmwhich xsetroot`" line:&lt;br /&gt;&lt;div style="margin: 5px 20px 20px;"&gt;  &lt;div class="smallfont" style="margin-bottom: 2px;"&gt;Code:&lt;/div&gt;  &lt;pre class="alt2" dir="ltr" style="border: 1px inset ; margin: 0px; padding: 6px; overflow: auto; width: 640px; height: 82px; text-align: left;"&gt;SYNERGYC=`gdmwhich synergyc`&lt;br /&gt;if [ x$SYNERGYC != x ] ; then&lt;br /&gt;     $SYNERGYC &lt;address&gt;&lt;br /&gt;fi&lt;br /&gt;&lt;br /&gt;&lt;/address&gt;&lt;/pre&gt; &lt;/div&gt;Log out and back in again.&lt;br /&gt;&lt;br /&gt;The synergy client should now startup and run whenever your gdm session does.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;NOTE:&lt;/b&gt;&lt;br /&gt;The &lt;address&gt; will probably be an ip address that looks something like 192.168.0.1 (DON'T put in the exact string &lt;/address&gt;&lt;address&gt;)&lt;br /&gt;&lt;br /&gt;Then follow up with:&lt;br /&gt;&lt;br /&gt;&lt;/address&gt;&lt;table border="0" cellpadding="0" cellspacing="6" width="100%"&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td nowrap="nowrap"&gt;&lt;div id="postmenu_1217507"&gt;            &lt;a class="bigusername" href="http://ubuntuforums.org/member.php?u=81274"&gt;MasterZ&lt;/a&gt;      &lt;img title="MasterZ is offline" class="inlineimg" src="http://ubuntuforums.org/images/uf/statusicon/user_offline.gif" alt="MasterZ is offline" border="0" /&gt;        &lt;script type="text/javascript"&gt; vbmenu_register("postmenu_1217507", true); &lt;/script&gt;           &lt;/div&gt;          &lt;div class="smallfont"&gt;5 Cups of Ubuntu&lt;/div&gt;     &lt;div class="smallfont"&gt;&lt;img src="http://ubuntuforums.org/images/rank_2.png" alt="" border="" /&gt;&lt;/div&gt;         &lt;/td&gt;    &lt;td width="100%"&gt;&lt;br /&gt;&lt;/td&gt;    &lt;td nowrap="nowrap" valign="top"&gt;          &lt;div class="smallfont"&gt;      &lt;div&gt;Join Date: Mar 2006&lt;/div&gt;             &lt;div&gt;&lt;!--Posts --&gt; Beans: 30&lt;/div&gt;                      &lt;div&gt;     &lt;/div&gt;     &lt;/div&gt;         &lt;/td&gt;   &lt;/tr&gt;   &lt;/tbody&gt;&lt;/table&gt;    &lt;b class="ubuntu_postbit"&gt;      &lt;/b&gt;&lt;!-- / user info --&gt;&lt;!-- message, attachments, sig --&gt;                     &lt;!-- icon and title --&gt;    &lt;div class="smallfont"&gt;     &lt;img title="Talking" class="inlineimg" src="http://ubuntuforums.org/images/icons/icon10.gif" alt="Talking" border="0" /&gt;     &lt;strong&gt;Re: synergy / boot up&lt;/strong&gt;    &lt;/div&gt;                       &lt;hr style="color: rgb(255, 255, 255);" size="1"&gt;    &lt;!-- / icon and title --&gt;&lt;!-- message --&gt;            Hahaaa &lt;img src="http://ubuntuforums.org/images/smilies/icon_biggrin.gif" alt="" title="Very Happy" class="inlineimg" border="0" /&gt;&lt;br /&gt;&lt;br /&gt;You found it !&lt;br /&gt;&lt;br /&gt;The file "/etc/X11/gdm/Init/Default" did not have execute permissions.&lt;br /&gt;&lt;br /&gt;I wonder if it is a bug or not, because "/etc/X11/gdm/PreSession/Default" has execute permissions. (It is a fresh install so I did not modify anything yet, except running automatrix).&lt;br /&gt;&lt;br /&gt;Anyway for the persons who still have the same problem, just do&lt;br /&gt;&lt;div style="margin: 5px 20px 20px;"&gt;  &lt;div class="smallfont" style="margin-bottom: 2px;"&gt;Code:&lt;/div&gt;  &lt;pre class="alt2" dir="ltr" style="border: 1px inset ; margin: 0px; padding: 6px; overflow: auto; width: 640px; height: 34px; text-align: left;"&gt;sudo chmod +x /etc/X11/gdm/Init/Default&lt;/pre&gt; &lt;/div&gt;and it should be ok.&lt;br /&gt;&lt;br /&gt;Thanks again Insti ! &lt;img src="http://ubuntuforums.org/images/smilies/icon_surprised.gif" alt="" title="Surprised" class="inlineimg" border="0" /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/746605042633294379-8157962539208912616?l=anopensourcemind.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://anopensourcemind.blogspot.com/feeds/8157962539208912616/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=746605042633294379&amp;postID=8157962539208912616' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/746605042633294379/posts/default/8157962539208912616'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/746605042633294379/posts/default/8157962539208912616'/><link rel='alternate' type='text/html' href='http://anopensourcemind.blogspot.com/2007/03/synergy-virtual-kvm.html' title='Synergy - Virtual KVM'/><author><name>An Opensource Mind</name><uri>http://www.blogger.com/profile/01459477167306803150</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-746605042633294379.post-2999405101997717678</id><published>2007-03-26T05:02:00.000+02:00</published><updated>2007-03-28T05:52:02.105+02:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='opensuse'/><category scheme='http://www.blogger.com/atom/ns#' term='linux'/><category scheme='http://www.blogger.com/atom/ns#' term='novell'/><title type='text'>Correction...</title><content type='html'>&lt;span style="font-size:100%;"&gt;&lt;span style="font-family:times new roman;"&gt;On my last post I mentioned how quote "&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-family:times new roman;"&gt;&lt;span style="font-family:times new roman;"&gt;Linux working = No money for MS". Due to recent news I should now post a correction.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:times new roman;"&gt;Because the machine I was posting about is using OpenSUSE (by Novell) and Novell was just bought out by Microsoft then my logic no longer stands.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Let's now go with: Non-Novell Distro's of Linux working = No money for MS.&lt;br /&gt;&lt;br /&gt;Thanks to &lt;a href="http://eric.extremeboredom.net/2006/11/18/271"&gt;Eric for his copy&lt;/a&gt; of The Wall Street Journal's article publicizing the whole event.&lt;br /&gt;&lt;br /&gt;Did I mention I was only like 4 or 5 months late on this story?&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/746605042633294379-2999405101997717678?l=anopensourcemind.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://anopensourcemind.blogspot.com/feeds/2999405101997717678/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=746605042633294379&amp;postID=2999405101997717678' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/746605042633294379/posts/default/2999405101997717678'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/746605042633294379/posts/default/2999405101997717678'/><link rel='alternate' type='text/html' href='http://anopensourcemind.blogspot.com/2007/03/correction.html' title='Correction...'/><author><name>An Opensource Mind</name><uri>http://www.blogger.com/profile/01459477167306803150</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-746605042633294379.post-1877457995733574192</id><published>2007-03-22T05:19:00.000+01:00</published><updated>2007-03-22T05:36:57.698+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='bcm43xx'/><category scheme='http://www.blogger.com/atom/ns#' term='opensuse'/><category scheme='http://www.blogger.com/atom/ns#' term='linux'/><category scheme='http://www.blogger.com/atom/ns#' term='broadcom'/><category scheme='http://www.blogger.com/atom/ns#' term='wireless'/><category scheme='http://www.blogger.com/atom/ns#' term='ndiswrapper'/><title type='text'>WTF.</title><content type='html'>&lt;span style="font-size:100%;"&gt;&lt;span style="font-family: times new roman;"&gt;Seriously, WTF?&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: times new roman;"&gt;I decided to try using ndiswrapper to get my wireless working on my openSUSE 10.2 machine. Pain in the ...&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: times new roman;"&gt;It works, but for some god-forsaken reason it thinks the wireless card is an ethernet card and shows it as eth1 vs. wlan0.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: times new roman;"&gt;To install the driver and use ndiswrapper I followed &lt;/span&gt;&lt;a style="font-family: times new roman;" href="http://nextgen.no-ip.org/%7Eandrew/linux/ndiswrapper/ndiswrapperinfo10.php"&gt;this gents page&lt;/a&gt;&lt;span style="font-family: times new roman;"&gt;. Very nice page, excellent info, but it doesn't say one thing about having to reboot your computer to have it recognize your wireless card (which of course is true in my case). You should be able to just modprobe ndiswrapper as far as I understand. WTF. Then I followed some other helpful fellow's instructions on using bcm43xx-fwcutter in order to get my Broadcom wireless card to show up as wlan0 -- no dice. I even blacklisted bcm43xx in /etc/modprobe.d/blacklist (I think that's it) as another gent had mentioned still to no avail!&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: times new roman;"&gt;OpenSUSE vs. Broadcom -- Broadcom wins. OpenSUSE got in some excellent blows by being able to actually connect to the net, but Broadcom dominated the battle by never submitting to wlan0. Hope you didn't have money riding on that fight.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: times new roman;"&gt;Whatever...&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: times new roman;"&gt;I'm so tired of screwing with it that as long as I have wireless I don't care. As far as I'm concerned I win.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: times new roman;"&gt;The transitive property: a=b=c so a=c. My version:&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: times new roman;"&gt;Linux working = Not using MS Windows which = MS doesn't get my Money&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: times new roman;"&gt;so...&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: times new roman;"&gt;Linux working = No money for MS&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: times new roman;"&gt;Hooray for Linux. Job well done.&lt;/span&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/746605042633294379-1877457995733574192?l=anopensourcemind.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://anopensourcemind.blogspot.com/feeds/1877457995733574192/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=746605042633294379&amp;postID=1877457995733574192' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/746605042633294379/posts/default/1877457995733574192'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/746605042633294379/posts/default/1877457995733574192'/><link rel='alternate' type='text/html' href='http://anopensourcemind.blogspot.com/2007/03/wtf.html' title='WTF.'/><author><name>An Opensource Mind</name><uri>http://www.blogger.com/profile/01459477167306803150</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-746605042633294379.post-7553042204109030946</id><published>2007-03-21T05:10:00.000+01:00</published><updated>2007-03-21T06:01:51.745+01:00</updated><title type='text'>The Beginning</title><content type='html'>&lt;div style="text-align: left;"&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-family:times new roman;"&gt;What a horrible beginning. I just wrote a novel and as I was editing - more specifically deleting a jpeg off the post - as all of it was destroyed. Oh cruel world.&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/746605042633294379-7553042204109030946?l=anopensourcemind.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://anopensourcemind.blogspot.com/feeds/7553042204109030946/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=746605042633294379&amp;postID=7553042204109030946' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/746605042633294379/posts/default/7553042204109030946'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/746605042633294379/posts/default/7553042204109030946'/><link rel='alternate' type='text/html' href='http://anopensourcemind.blogspot.com/2007/03/beginning.html' title='The Beginning'/><author><name>An Opensource Mind</name><uri>http://www.blogger.com/profile/01459477167306803150</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry></feed>
