30Nov
Thanks to “chili555″ from the Ubuntu forum I can say that this chip worked on Ubuntu 11.10 – 32 bit kernel 3.0:
Bus 001 Device 003: ID 0bda:8192 Realtek Semiconductor Corp. RTL8192U 802.11n Wireless Adapter
To make it work you need to copy a firmware from another similar chip, here are the needed commands:
sudo mkdir /lib/firmware/RTL8192U
sudo cp /lib/firmware/RTL8192E/* /lib/firmware/RTL8192U
sudo modprobe -rfv r8192u_usb
sudo modprobe -v r8192u_usb
06Jul
Categories: Me, Tips&Tricks

Vi ricordate il primo atto? Se non l’avete letto passate subito a leggerlo:
http://www.marcocimmino.net/2010/10/28/mesterie-sviluppatore-web/
Ho fatto un altro incontro con uno sviluppatore (o sedicente tale) web italiano e diciamo che ci sono stati dei miglioramenti da quello della prima volta (almeno questo ha donato!), ma certe cose proprio non le vogliono imparare, tra tutte una: l’uso della lingua italiana. Read more »
05May
Few minutes after my first issue with the newest Ubuntu Lucid 10.04 and now already the second using subversion: Debian bug #548773
Certificate verification error: signed using insecure algorithm
The only workaround I found is to downgrade to libneon27-gnutls 0.28.6 that I have taken from Kubuntu Karmic and compiled for you. ENJOY!!!
WARNING: Use this at your own RISK, I’m not responsible for any damages!
04May
I just upgraded to the newest Kubuntu Lucid 10.04 and here we go the first regression, I can’t compile anymore “my” software.
Here is the error:
This installation of RMagick was configured with ImageMagick 6.5.5 but ImageMagick 6.5.7-8 is in use.
So I immediately searched through Launchpad and found that there is already a bug report about that: Bug #518122
That refers to an already fixed bug on Debian bug tracker: Bug #557778
So I just grabbed the Debian testing sources for librmagick-ruby_2.13.0-2 lowered one dependencies and finally compiled under my Lucid aaaaaand here we go, the zip package containing all debs you need to fix this issue! ENJOY!!!
WARNING: Use this at your own RISK, I’m not responsible for any damages!
03Mar
I got this incoming link to my blog from this site: http://andrewfordlyons.drew3000.net/2009/02/26/dab-of-paint/
Seems that guy did a package with many plug-ins and including also Cimy User Extra Fields.
My curiosity began when I read these words:
The design employs several plugins native to WordPress, among them, heavily edited versions of Customize Your Community and Cimy User Extra Fields.
I said: “Wow finally someone patched my plug-in again and improved it.” Read more »
12Jan
I encountered this issue when using SVN and trying to tag a new version of my plug-in so to fix it I just did a:
svn up
and then I tagged again, maybe everyone knew already or maybe useful for someone else 