Randomized
there is such a thing…Acer Aspire One & Linux Mint
The One with Linux Mint 5 Elyssa works out of the box except for the wireless connection. It couldn’t detect the wireless. All I had to do was use the Windows Driver utility under Administration to install the wifi driver in /usr/lib/LinuxMint/MintWifi (not sure if this is the exact location). Reboot and that’s it.
Multimedia for Intrepid Ibex
So I had some trouble playing .avi files in my Ubuntu 8.10 box. I searched the handy dandy Ubuntu Forums and found what I was looking for. I went on to download and install the updates available. And then ran the following commands in the terminal.
sudo wget http://www.medibuntu.org/sources.list.d/intrepid.list -O /etc/apt/sources.list.d/medibuntu.list
wget -q http://packages.medibuntu.org/medibuntu-key.gpg -O- | sudo apt-key add - && sudo apt-get update
sudo apt-get remove gnash gnash-common libflashsupport mozilla-plugin-gnash swfdec-mozilla && sudo apt-get install alsa-oss faac faad flashplugin-nonfree gstreamer0.10-ffmpeg gstreamer0.10-plugins-bad gstreamer0.10-plugins-bad-multiverse gstreamer0.10-plugins-ugly gstreamer0.10-plugins-ugly-multiverse gstreamer0.10-pitfdll libavcodec-unstripped-51 libmp3lame0 non-free-codecs sun-java6-fonts sun-java6-jre sun-java6-plugin unrar
These commands got my files playing again. I’ve only tried a .avi file though. In the future, I might get a chance to play other file types. But I’m pretty sure that I won’t have any issues. In case I do, I can always check the forums for solutions.
Conky in Intrepid Ibex
I have the exact same Conky setup as in my Hardy installation. I had an issue with the borders having shadows and couldn’t figure out what was wrong in my configuration. Turns out, my Conky code is fine. A fellow ubuntuforums.org user pointed out that the cause is CompizFusion. I didn’t have CompizConfig installed at the time. The weird thing was that my Conky worked flawlessly in my upgraded Intrepid Ibex but the shadow/border shows up when I used the fresh install.
I installed CompizConfig and turned off Window Decoration as recommended. That did not solve the issue though. I was playing around with the settings and discovered where the fault lied. It was the opacity of the shadow/borders. I dragged it to the minimum that the bar would let me, saved the settings and ran Conky again. It works great now.
Upgrade to Ubuntu 8.10 Intrepid Ibex
Heron has been bugging me for quite some time because of automatic update issues. It just would automatically check for updates so I went ahead and upgraded to 8.10 Ibex. Now my gut tells me that something is seriously wrong with my Heron installation and that I should just do a clean install but I’ve decided to wait til the final release or when I get the cd.
After a few hours of sleep, I have Intrepid up and running. First thing I noticed is the wallpaper and I like it. My conky is working just great. Everything seems dandy for now. Better than Heron, I think. We’ll see…
Staying!
Since you keep coming, I’ve decided to keep this blog open and continue posting my Linux and other computing experiences here. Everything else will go to my own domain. Hope I’ll be able to provide more helpful information in the future.
Ciao for now
Major Move!
To those interested, I moved this to a new site. Still powered by wordpress of course.
http://weblog.nessaj.com
That’s all for now!
Nothing Much
Not much progress in my Portable Multi-Distro Linux USB Drive Project. I’ve been busy with my transfer to another department in the company (and getting a PS2 plus a couple of PSP’s). I know for sure that the concept works. I just need to install a non-debian/ubuntu based distribution to make it complete. And I’m certainly going to keep Grub as my boot loader. Much simpler than others out there. My biggest concern is experimenting with distributions that use CLI only installation. I’m fairly new to the Linux world and pilot error is highly probable. Plenty of documentation around though but limited time to peruse them. I’ll see how it goes.
On another topic, I was surprised to find out that after a few years in the market, there hasn’t been much success in crafting a PSP Emulator for PC’s. I’m not sure how much truth is on the net about the custom firmware’s source code not being released. Not sure if its release would even help. I was planning on testing some iso/cso files before loading them onto the console.
As with everything else, time will tell…
Updated: Adobe Acrobat Reader in Firefox 3 Linux Ubuntu Hardy Heron 8.04
I got a new Heron installation and had to reinstall everything. Hope it works for you. Just open up a terminal and enter these commands.
echo "deb http://packages.medibuntu.org/ hardy free non-free" | sudo tee -a /etc/apt/sources.list
wget -q http://packages.medibuntu.org/medibuntu-key.gpg -O- | sudo apt-key add - && sudo apt-get update
sudo apt-get remove mozplugger && sudo apt-get install acroread acroread-plugins mozilla-acroread mozplugger flashplugin-nonfree