by Pedro M. S. Oliveira | Nov 24, 2011 | Daily life, Linux

Hello,
Recently I’ve updated my openSuSE 11.4 to the latest openSuSE 12.1, it was a hassle free upgrade and my system is running smoothly, nevertheless I didn’t use one of my favorite features on this laptop, the built-in GSM card.
Today I needed it and, bummer, it didn’t work, even if I could see it in network manager, I remembered I didn’t install the firmware (this card needs a firmware to be inserted every time the device boots). So I put the files in /lib/firmware/gobi and run gobi_loader it ran just perfect.
Next i reboot the laptop, but it didn’t load the firmware automatically, I’ve checked udev and the entry was missing.
So in order to use the Qualcomm, Inc. Sony Gobi 2000 Wireless Modem with the Vaio VPCSB you’ll need:
Install gobi_loader
sudo zypper in gobi_loader
Copy the firmware files to /lib/firmware/gobi (you can find these files on the net (i won’t put them here because of license issues) the names;
amss.mbn apps.mbn UQCN.mbn
With the latest gobi_loader from SuSE it’s all. But it still doesn’t work do the following:
Create a new udev rule file (with joe, vi, kwrite, gedit, etc), just don’t forget you must be root or use sudo:
vi /etc/udev/rules.d/61-gobi.rules
Content:
# udev rules for firmware loading on qualcomm gobi devices
ACTION==”add”, SUBSYSTEM==”tty” KERNEL==”ttyUSB*” GOTO=”gobi_rules”
GOTO=”gobi_rules_end”
LABEL=”gobi_rules”
ATTRS{idVendor}==”05c6″, ATTRS{idProduct}==”9225″, RUN+=”gobi_loader -2000 $env{DEVNAME} /lib/firmware/gobi”
LABEL=”gobi_rules_end”
Cheers,
Pedro Oliveira
by Pedro M. S. Oliveira | Nov 2, 2011 | Linux, Reviews
Hello,
Once again I’m writing about stuff I recently bought. This time it’s about my Samsung Galaxy Tab 10.1 (LTE, 16GB storage).
I’ve bought it 2 months ago (more or less) and it’s been my companion since, it’s my favorite gadget and the one i use more when I’m not working. So… why do i like it this much, what is it’s strengths and weakness?
Strong points:
- Size and looks
- Processing power and available ram
- Applications available
- Net
- Display quality and resolution
- Sound quality including microphone
- Flash availability
- Cameras quality despite low resolution
- Battery endurance
- Easy root access
Weak points
- Samsung software including slow update release cycle and specially touchwiz
- Android honeycomb (I’ll explain this afterwards)
- Connectors place (some on the top, some at the bottom)
- 16GB storage (I never found the 32 GB available on stores (LTE version)
- No sdcard slot (although there’s an external adapter)
- No USB mass storage availability (that’s really annoying)
Apps that I really enjoy:
- Angry birds
- Astro
- Better Terminal
- Bloomberg
- Dolphin Browser
- Evernote
- ezPDF reader
- Facebook
- Firefox
- HP Home & Biz (for printing support)
- LogMeIn
- Network Info II
- Network Mapper
- OpenVPN
- PressReader (a must)
- RomManager (a must)
- ScreamingNetTools (a must)
- Skype (a must have)
- SuperUser
- Thumbs keyboard
- Titanium Backup
- Torque (if you like to control your car with your mobile/tab)
- WifiAnalyser
- X Construct
- and many others 🙂
Conclusions
The galaxy tab is great and I love it. it has a large display that allows you to see perfect high def. movies during a flight, the battery run for 12+ hours (in flight mode), I’ve also about 50 apps that complement my tab usage so I find the apps availability very good. I also enjoy the freedom that LTE (4G,3G) gives me while on the road.
I also enjoy the ability to use it for remote access to servers (MS and Linux), it’s my first gadget where i can really do some work for a while without getting too tired (if you use ssh on your mobile phone you know what I mean).
Another good thing about the Galaxy Tab 10.1 is that I almost don’t use my laptop at home, it’s perfect for browsing the web and replying email, but better that it all it’s the newspaper and magazine applications that allow me to read all the things I want without carrying too much stuff with me.
But, and there’s always a but, Samsung and Google fail on this device and it’s software. Samsung uses touchwiz on top of honeycomb, and thats a pain, then the kies software for the desktop is only available on windows, and to finish it Google didn’t release the source code for honeycomb.
Most of the bad things on this device don’t affect the regular, non informed user but they limit the hardware usage where you don’t have the freedom to choose the type of installation you like, you’ll have a hard time to compile your own kernel modules and to tune your hardware as you like it. All this is more of Google fault than Samsung but there’s hope with ice cream sandwich (android v4).
on Samsung I complain on the slow release cycle and on their Touchwiz software that is a piece of crap, also the desktop software is also buggy and slow (I just used it twice though).
Whenever I need to transfer a file to the Galaxy Tab I use an ssh server on the Tab and send the file through wireless connection with scp or rsync.
To finish I recommend this to everyone, it made my life easier both on the professional side as well at home, it’s a great product, well build with quality components and very easy to use.
Now I only hope Samsung do a better work on the software side, the device is sure worth it.
Cheers,
Pedro Oliveira
by Pedro M. S. Oliveira | Jul 13, 2010 | Linux
Linux is not Windows and if reboot fail you usually still connect by SSH and do something. This commands will show you how to remotely hard reboot machine.
Hard reboot mean that shutdown scripts will not run and machine reboot immediately without syncing hard disk drives, shutdown applications etc, it’s like hitting the reset button on your server.
echo 1 > /proc/sys/kernel/sysrq
echo b > /proc/sysrq-trigger
This commands enable sysrq and after this calls fast reboot. If you want to force shutdown machine try this.
Force shutdown
echo 1 > /proc/sys/kernel/sysrq
echo o > /proc/sysrq-trigger
This came handy, when I had a server that had some IO error and it can no longer read from disk, only few cached binaries into memory kept it running (kernel, SSHD, bash), I could still access the machine via SSH but can no longer do anything, forcing the reboot as mentioned above was my only resort, and it worked like charm…
by Pedro M. S. Oliveira | Sep 27, 2009 | Linux
This weekend I’ve had some free time so I tested a new kernel on my suse 11.1 x86_64 system. I’ve been a beta tester for the kernel for some time and I was eager to test the final version.
There are plenty new features, the one I enjoy more are probably on the filesystem area but there is plenty to choose.
This version adds USB 3.0 support, a equivalent of FUSE for character devices used for proxying OSS sound to ALSA, some memory management changes that improve interactivity in desktops, readahead improvements, ATI Radeon Modesetting support, support for Intel’s Wireless Multicomm 3200 Wifi devices, kernel support and a userspace tool for performance counters, gcov support, a memory checker for unitialized memory, a memory leak detector, a reimplementation of inotify and dnotify on top of a new filesystem notification infrastructure, btrfs improvements, support for the IEEE 802.15.4 network standard, IPv4 over Firewire, many new drivers, small improvements and fixes.
You may see the hole list here:
http://kernelnewbies.org/Linux_2_6_31
I still didn’t do extensive testing but so far so good ;), although my kde4.3Â seams to lag a bit, I’m not sure if this is from the new kernel or the changes I’ve done within KDE itself.
On the other end with server machines it works perfectly, i’m doing stress tests on two virtual servers and memory usage / IO times / CPU usage.
On the test i’m using two opensuse 11.1 x86_64, one as 2.6.27 kernel version and the other 2.6.31, same amount of memory and 2 cpu each on the same host. Hope to have some more data in a few days and then post the results (cacti graphs) here if they are relevant.
So, what are you waiting for… TRY IT
Cheers
Pedro Oliveira
by Pedro M. S. Oliveira | Aug 5, 2009 | Linux
From sometime now I’ve been working on debugging software, I don’ mind using betas (with all the inherent pain), as a matter of fact I like it a lot. But recently I had a problem with my MERLIN U740 PCMCIA card (it’s a 3G modem). This card emulates two USB ports and in one there’s the modem. This as been working for year without problems but since the kernel 2.6.24 it stopped working in x86_64. I didn’t care that much as i was working out of the country and didn’t use the card. But now I need to use it so I posted a bug report in OpenSuSE (the distro i use) and I’ve been testing their output on this bug. Finally its solved in the kernel 2.6.31 (from the release candidate 3) and it will be included in the main stream OpenSuSE distribution 11.2 (it’s already included in the factory version).
The bug I’m talking about is described in:
https://bugzilla.novell.com/show_bug.cgi?id=502557
and it’s about the following kernel messages:
So in the end i can say I’m pretty happy with Linux support, and this kind of support is available to open source distros, not only to enterprise level distributions such as SLES or RHE. Just keep on filling those bugs reports when you find one.
Cheers,
Pedro Oliveira