linux

On-Screen Keyboard

Posted by bradaric on February 24, 2010
Applications, Software & Hardware / 1 Comment

Who would have thought that I would ever use an on-screen keyboard :) Why would I want to? My off-screen keyboard serves me just fine, thank you :) But, if you ever need to e.g. hold your three week old son in one hand and type a message at the same time with the laptop keyboard just out of reach of the other hand… :) Well, never mind the reason, the Ubuntu repository includes (and installs by default) an on-screen keyboard – onboard.

onboard

There’s a full keyboard with function keys and numeric keypad (toggled by a single click) and there are even a few nice additions – a set of 9 snippet/macro keys, 4 keyboard layouts and a scanning key selection. More than I need anyway :)

Tags: , , ,

The Disconnected Button

Posted by bradaric on October 29, 2008
Software & Hardware / 5 Comments

I love Linux :) My main dev machine runs Ubuntu 8.04 and I had PCLinuxOS 2007 on my laptop (Fujtsu-Siemens Amilo A1655G) until yesterday evening, when I decided to replace it with openSUSE 11.0. Why? Well, I haven’t had a chance to check it out recently and I just wanted to see how the new version works and feels :)

The installation went smoothly and it detected all the hardware. However, when I tried to turn the wireless card on (there’s a button right beside the power button), the HDD light flickered a bit and nothing happened. I checked again and after some consultations on the openSUSE Forum, we concluded that the card was successfully detected and installed, but was “simply” turned off…

Checking the log file (/var/log/messages) revealed that the OS did not know what to do when the wireless button was pressed. My first idea was to try to find the correct key code and just link the button to it, but after some unsuccessful attempts I found something better – a kernel module (fsaa1655g) which allows turning the wireless card on and off from the command line :)

The installation of the module failed the first time i attempted it, but installing kernel sources and updating the kernel to match the source version did the trick and I managed to install the module. That’s when the wireless LED finally agreed to light up for me :)

So, why do I love Linux after all the trouble? It’s an excellent OS, that’s why :)

Tags: , , , , ,