Techodyssey

Join me as I explore, learn and have fun with technology.

Archive for October, 2009

Credit where it is Due

Posted by Jim on 9 October 2009

I have criticised Optus in the past when I had problems with my mobile broadband so it is only fair to give credit when they get it right.

As a result of the storms the other night, al least I guess it was the storms could have been a totally unrelated problem, I lost all mobile phone and broadband reception at home. I called them to report it and after describing the situation, my phone could see distant towers weakly for short periods and both being out, they agreed it was most likely a network issue. They said they had several problems in the Sydney area but our local area hadn’t been reported. They would get a tech to investigate but it could take up to 48 hours to resolve. Not something to look forward to.

Anyway less than 10 hours later I had gotten into the habit of checking my phone every so often and there was a full signal this time. I had internet and working well too.

Well done Optus.

=-=-=-=-=
Powered by Bilbo Blogger

Posted in Web Stuff | Tagged: , , | Leave a Comment »

Netbooks

Posted by Jim on 8 October 2009

I have been interested in the idea of a netbook since they first appeared. I can see the advantage of a small portable computer especially since laptops seem to be getting larger. I remember many years ago using a 486 laptop that only ran dos but was small and light. It was the ideal travel companion. So recently I decided it was time to add to my collection of pcs.

The new unit is Kogan Agora Pro from Kogan, an Australian company. At under $500 it is the cheapest netbook available in Australia but despite that is well equipped. It has a 160gb drive and 2 gig ram as well as the standard Atom processor. Graphics are Intel 950 which support 3d, transparency etc. OS is gOS a version of Linux based on Ubuntu with a emphasis on Google.

So how good is it? It is only available online which is a bit of a concern. I like to see and touch before I buy. However there were several good reviews online so I took a risk. It arrived in a couple of days. Just a plain white box with the usual hardware but no manual. That is only available on the website. Kogan proudly state they are a paperless company. It had a Windows XP sticker even though it came with Linux, that went very quickly. My first impressions were very good, it runs well and seems well made.

I was not so impressed with the operating system though. It seemed to be an older version as it contained out of date versions of OpenOffice and Firefox. The getting started guide recommended against updating it too. Seems that causes problems with the wifi driver. To add to that it didn’t recognise my wireless broadband so I couldn’t get online.

My next move was predictable I guess. gOS was gone and Fedora replaced it. Most things worked out of the box including wifi and my wireless broadband. I was surprised how well it ran even with KDE 4.3 installed which is a bit resource intensive. Even the desktop effects worked. It didn’t take me long to have the desktop customised the way I like it. Later I added the Xfce 4.6 desktop and that runs even better. I will give Fedora’s new Moblin spin when that becomes available after the release of Fedora 12 in about a month.

I have used it around home, in meetings and when out and about. It has prove a worthwhile investment and a useful tool.

=-=-=-=-=
Powered by Bilbo Blogger

Posted in computers, fedora, kde, linux, ubuntu, xfce | 4 Comments »

Fedora, Mobile Broadband and Conky

Posted by Jim on 1 October 2009

It was over 12 months ago that I blogged about using my Optus mobile broadband with Fedora. I’ve noticed there have been a few searches on that subject recently so I thought it was about time I updated.

With Fedora 11

When I first plugged the 3g modem in it generated a SELinux error and I had to set SELinux to permissive to get it working. That is no longer the case with Fedora 11. Nor does it load the modem as an usb drive. It is recognised as a modem and Network Manager just handles it.

I must add that this seems to apply only to Fedora. I have tried it in Mandriva and Ubuntu derivatives like Gos and only Mint has worked.

This will improve in Fedora 12 with a new feature that will automatically set up the requirements for each provider. Looks like a great feature for those who need to change the default settings.

Working with Conky

Conky is a very useful system monitor. I have often thought of doing a post on Conky but in the interim I’ll just talk about monitoring the Mobile Broadband.

When I firstĀ  set up the Mobile Broadband I couldn’t get Conky to report on it. I tried “dmesg | grep usb” and it reported that the modem was using ttyUSB0, ttyUSB1 and ttyUSB2. However none of these would report any activity. Searching around I found that these were redirecting to ppp0. I can’t remember where I found this but it has been consistent across multiple Fedora versions and computers. I can now see the current activity on the Internet connection.

If it is useful here is the code I added to my .conkyrc to get it working

${color0}INTERNET $color(${addr ppp0}) ${color0}${hr 2}$color
${color1}Down:$colorĀ  ${downspeed ppp0} KB/s${alignr}${color1}Up:$color ${upspeed ppp0} KB/s
${downspeedgraph ppp0 25,120 color1 color2} ${alignr}${upspeedgraph ppp0 25,120 color1 color2}$color
${color1}Downloaded: $color${totaldown ppp0} $alignr ${color1}Uploaded: $color${totalup ppp0}

Hope that helps.

Posted in Web Stuff, fedora | Tagged: , , , , , , , , | Leave a Comment »