Since the 3G network is growing fast here in Brazil I decided to give it a try. My carrier offered me a Sony Ericsson MD300 modem as part of the service. Then I had the mission to make it work under Linux, in specific the Ubuntu 8.10 (my current distribution).
The MD300 modem is not officially supported but as I will show bellow, it is quite well compatbile with the Ubuntu 8.10. This USB device comes with 3 different operation modes. The defaul mode is the 1, which the device acts like a flash drive and of course we are not interested. Then we have to tell the Linux to switch to the mode 3 (serial modem) when the new device is plugged. To do so, we create an udev rule. It is quite easy.
Create a udev rule’s file (on the /etc/udev/rules.d) for the device
sudo gedit /etc/udev/rules.d/50-md300modem.rules
Then put the following content on the rule’s file:
Be careful with the like breaks. The text above has only 3 lines.
After those steps, reboot your machine so the new rules can be applied and connect your modem at an USB port. Now it should be working and two devices must have appeader (/dev/ttyACM0 and /dev/ttyACM1)
Yet another band project is starting. The MainStream (no idea where the name came from) is a band from some guys from my work. They recorded a demo with 2 musics, although it is not finishd I really enjoyed it. In my humble opinion, they are trying to make the type of music that is pop without forgetting the roots of metal and rock. I wish a lot of lucky on this project!
If you wanna listen the recorded music, just go to the Andre’s Blog and download them.
Since my last kernel update the driver e1000e was not blacklist anymore. I am not sure if it is the final solution. This is the bug fix solution (from kernel.org):
Set the hardware to ignore all write/erase cycles to the GbE region in the ICHx NVM. This feature can be disabled by the WriteProtectNVM module parameter (enabled by default) only after a hardware reset, but the machine must be power cycled before trying to enable writes.
Although the e1000e was unblacklisted I had to modprobe it again to work on my Ubuntu Intrepid. On a terminal:
Japanese Scientists executed an experiment to demonstrate that some Traffic Jams can appear from nowhere due the shockwave principle. It’s amazing how the variation of speed may induce a complete stop on the traffic.
Last week Murillo told me about the XBMC project and since my media center was lacking of a good software to browse my collection I decided to install it. My set up is composed by a Mac Mini running Mac OS X. Front Row is terrible, it does not support a lot of formats and some media codecs are very slow.
My first impression on XBMC was very good. The interface is totally eye-candy with support for skins and other customizations. The support for file formats and codecs are so extensive that if I had to describe it here I would spend a lot of time . But, for my purpose it only have to play mkv (matroska) in 720p smoothly, which it did flawless.
Also, the support for plugins and scripts enables the XBMC to play YouTube videos, download lyrics and subtitles, and much more. And the best thing is that the plugins are written in python!
Of course the XMBC has some issues since it is on a beta version. I witnessed some freezes on playback and on some scripts. Also, the navigation using mouse is not fully operational (at least on the skins available). Some subtitles don’t work very well and are not displayed.
This video on YouTube shows the air crafts on the world over a period of 24 hours.
It is amazing and terrifying. The amount of information required to manage all those air crafts is so huge, that even the smallest mistakes may lead to huge accidents.
There is a better alternative to solve the Flash High CPU usage on the Ubuntu Intrepid 8.10, using a possible official patch. This patch will generate a new .deb that can be installed and removed using the Debian’s Package Manager. To quickly install just follow the commands below on a Terminal (Applications -> Accessories -> Terminal).
As a desperated measure, the maintainers of Ubuntu Kernel decided to put the e1000e driver on the blacklist. It is a temporary measure to avoid more problems, but also disabled ethernet on a huge number o machines (including mine ).
I hope this issue will be solved as soon as possible.
In the Ubuntu 8.10 Intrepid Alpha, the kernel used is the 2.6.27 which contains a very dangerous version of the e1000e driver. This specific version of the driver maps the firmware of the hardware on memory and gives write access to it, so a misbehaved kernel (which is common in a development branch) can overwrite the firmware.
The attempts to recover the firmware using the Intel’s tools just make the things worse and brick the entire network card (the card is not recognized as PCI device anymore).
In other words, the driver allows a sequence of events to destroy the network card, which in many cases is onboard or at a laptop (there is already some occurrences of this fact).
When I try to use the Flash 10 that comes in the repository I suffer from a very high CPU usage on websites that contain Flash animations.
A temporary solution while the version in the repository is not fixed is to use the Adobe’s version installed manually. To do so, follow the steps bellow:
I am a 23-year-old Brazilian Software Engineer working with Linux. At the current moment I am finishing my graduation in Computer Engineering at University of Campinas (hopefully at the end of this year)