Archive for category Linux
( Ubuntu + Skype ) – PulseAudio = SUCCESS!
After many an hour trying everything to get Skype working with my USB PLANTRONICS headset, I ended up uninstalling PulseAudio and… Skype worked! Here’s how I got Skype 2.1b working dandy in Ubuntu 10.04:
First I installed Skype 2.1 beta from their site: http://skype.com. You just download the .deb file, double click it, it’ll open in Gdebi, and let it install.
That’s the easy bit!
Now, with my USB headset plugged in the only audio settings I could get in Skype was PulseAudio. What I really wanted was to have the ringtone come through my desktop speakers but use the headset mic and headphones for the actual call. I tried installing pavcontrol and playing around with it. I did manage to get the mic working there by doing a test call and quickly (and I mean quickly!) switching the input to mic while it was recording but this didn’t get me the call audio through the headset.
How To Install Google SketchUp 7 with Wine in Ubuntu
Google SketchUp is a very popular, and free, CAD style application. So far so good, but the bad news is that it is written for Windows. The good news is that it will run under Wine with very little difficulty these days.
The first thing you must do is, of course, download SketchUp from: http://sketchup.google.com/intl/en/download/gsu.html. Next, you need to either install the latest version of Wine, or update your current installation of Wine to the most recent version. I recommend you use the Wine (Ubuntu) repo’s, how to add the repository is at: http://www.winehq.org/download/deb. To check your version of Wine, click Applications > Wine > Configure Wine, and click the ‘About’ tab. To get SketchUp working properly, it’s best to have at least 1.1.11 of Wine.
From G1 to Motorola Milestone with Android 2.0
In the beginning there was HTC, and lo, they created a phone and named it G1. And it did sell.
Now Motorola have created a sibling to the G1, the Motorola Milestone (Droid if you’re stateside) and not only is it more slimline than it’s G1 brethren, it also comes with Android 2.0!
First thing I noticed about the Milestone is the phone and slider feel rock solid. The arc slider on the G1 was spring loaded and felt like it would loosen after a while (which it never did) but the Milestone slider needs a good shove all the way to click in place, this I like.
Using a Cyberlink remote with the new Boxee Beta
Boxee and the Acer Aspire Revo
Having tried XBMC on my Acer Aspire Revo, I thought I’d give Boxee a try. I’d heard such good things about it that it would have been rude of me to ignore it, and I have to say: I really do like it. Technically it’s not available for Karmic (Ubuntu 9.10) but thankfully it can easily be botched to work fine in 9.10.
The first thing to do is head over to the Boxee site and sign up with them: Boxee.tv. The reason for this is that Boxee is part XBMC, part social media. Boxee is based on XBMC but it has several useful addons that allow you to rate/favourite your media and recommend media to friends. All this is done via the Boxee website, hence the signup. Once you’ve signed up, you can go to the downloads page and see instructions on how to install Boxee by adding the Jaunty repo. And this is where you hit a snag. Boxee won’t install as it requires packages that aren’t in the Karmic, or Boxee, repo. So, to botch it, we grab some .deb files that are from Jaunty/other repos.
Installing Ubuntu 9.10 and XBMC on the Acer Aspire Revo

Acer Aspire Revo
I recently bought an Acer Aspire Revo with the idea of turning it in to a media center. I decided to install Ubuntu 9.10 (Karmic Koala) and use XBMC (Xbox Media Center) as a front end. Here’s how I did it:
First I installed Ubuntu 9.10 to a USB stick. I did this using the USB Startup Disc Creator app which is installed, by default, with Ubuntu. It’s under System > Administration. I just pointed it to the ISO of 9.10, it detected my USB stick and off it went. So, with Ubuntu on my USB I popped the USB in to the Revo and booted it up.
Sony Reader PRS-505 in Linux – REVIEW
I know there are plenty of PRS-505 reviews out there on the interwebz, but the vast majority don’t mention if/how the 505 plays well with Linux. That’ll be the focus of my review. For the record I’m using Ubuntu 9.04 (Jaunty).
PRS-505
First things first, the 505 is teeny! The 505 comes with a nice suede-feeling cover, the 505 in the cover is a touch smaller (in height) than a DVD/video-game case and a hairs breadth thinner.
TIP: you can click any of the photos in this review to get larger photos.
In the box, you get the 505, the snazzy brown cover (which uses magnetism to stay closed), a USB cable (to also charge it with) and a couple of CD’s, both geared towards Windows users although one CD has some old public domain classics on there for you to read. The CD’s aren’t necessary anyway, one is a cataloging app (which I’ll come to the Linux equivalent in a moment) and the device mounts as a USB storage device. The 505 has have internal memory for storing books on, but it also accepts Sony, and SD, cards.
Creating an iPod playlist in Amarok
The one thing I love about mp3 players is that you can just stick it on random and it’s like having your own jukebox. But what about when you want to play only certain songs? Or play only those certain songs on random?
Well, that’s when you need a playlist. Amarok does it’s own playlists, but that’s to create a playlist of songs that are on your hard drive. This tutorial is on how to create a playlist for your iPod using the songs that are on your iPod.
First things first (I’m assuming you already have songs on your iPod and you’ve used Amarok to do this) connect your iPod to the PC (it should auto-mount, most new distros recognise iPods) and load up Amarok. Click the DEVICES tab (down the left side of the screen) then click the CONNECT button at the top left of the window:
You should now see a list of all the songs, and albums, that are on your iPod. At the top of that list are two red folders, Podcasts and Playlists.
uShare + Xbox 360 = media streaming goodness
I have an old Xbox (with modchip) that I FTP video to, and use as a media player, but I decided to try and get streaming media working between Ubuntu and my shiny Xbox 360. Wow, what a to-do! It’s not exactly rocket science to get it working, but it took a lot of trial and error, Googling, and other smart peoples blog posts, before I finally got it working. Here’s how I (eventually!) did it:
First, install uShare. You can get it from the Ubuntu repos. As of writing, it’s at version 1.1a
Ok, now to configure uShare using sudo, so:
sudo gedit /etc/ushare.conf
You need to find the following entries, and make sure they look like this:
USHARE_PORT=49200
USHARE_DIR=/path/to/your/media
ENABLE_XBOX=yes
DANGER! DANGER! You must make sure there are no spaces in those entries (before, or after, the equals) and the ‘yes’ MUST be in lower case. No, I’m not kidding. I had ENABLE_XBOX as ‘YES’ and it just would not work until I changed it to ‘yes’. Also, complex names in the USHARE_DIR seems to make it show ‘No videos found’. Rename the directory, or copy your files to another directory. It might be the use of a space that causes this, not sure.
Not sure if this is 100% necessary, but several posts in other blogs have said that the ENABLE_XBOX option is a bit sporadic, so it’s best to hardwire uShare to force an Xbox compatible startup. So we need to edit another uShare file:
sudo gedit /etc/init.d/ushare
…and add this line at the beginning of the script (I put it after the comments):
USHARE_OPTIONS=-x
My PC has several eth options, I use eth1 for my original Xbox, so didn’t want to tinker with it, eth4 is for my router, so that left eth3. So to bring up eth3 (in my case):
sudo ifconfig eth3 192.168.3.1
Now we need to restart uShare using the init script:
sudo invoke-rc.d ushare restart
NOTE: do above command twice, I know it seems crazy, but the second time I run that command it gives me a warning, but it works fine. If I run the command only once, the 360 can’t connect to my PC. Might just be a quirk on my PC.
Also do the above init to refresh your file listing. You can enable the web interface if you want to refresh files, but the init command works just as good. Remember to run it twice though!
OK you’re done.
Turn on your Xbox 360, go to My Xbox, across to the Video Library, and click. You should, in the next screen, see ‘ushare’ at the bottom of the list. Click it, and it should connect to your share directory. Voila! If you have mp3’s in your share dir, then come out of the video library and go in to the music library, they are all using the one share directory.
Playing AVI/DivX/XviD seems to be a bit of a problem. But one poster on the internet came with the simplistic solution of just renaming .AVI files to .WMV. Works like a charm!
NOTE: The above might work even if you have a PS3 as there are no changes made on the 360, only in installing uShare and configuring it in Ubuntu.
Full Circle magazine #24 released!
Full Circle
Issue #24
Full Circle - the independent magazine for the Ubuntu Linux community are proud to announce the release of our twenty-fourth issue. http://fullcirclemagazine.org Don't forget to give us a Digg/Reddit/Slashdot vote!











