October 4th, 2008
I recently purchased a Logitech Quickcam E3500 for my girlfriend, and attempted to set it up on her Dell laptop running Kubuntu, which initially looked good (simply plugged it in and it worked out-of-the-box as I would expect), however after a few seconds the webcam picture froze, and I noticed a message repeated in dmesg:
uvcvideo: Failed to resubmit video URB (-45)
Read the rest of this entry »
Tags: ehci-hcd.ko, kubuntu, Linux, logitech e3500, Ubuntu, webcams
Posted in Linux, Ubuntu | 4 Comments »
December 20th, 2007
Today I plugged in a USB flash drive (after updating 40 or so packages in Gentoo, including HAL) and received this error in a popup:
mount: wrong fs type, bad option, bad superblock on /dev/sda, missing
codepage or other error In some cases useful info is found in syslog -
try dmesg | tail or so
Looking at dmesg reveals:
FAT: Unrecognized mount option “flush” or missing value
Read the rest of this entry »
Tags: kde, Linux, usb
Posted in Gentoo, Linux | No Comments »
July 7th, 2007
In my job as a Web Application developer, occasionally designers send me images to place on web sites, which is usually fairly simple. However sometimes I receive images from print-orientated designers, who use Adobe Photoshop to create images in CMYK format. These images are great for printing, however they don’t work too well on the web (most browsers won’t even render CMYK formatted colours), so it it’s usually best to convert them.
The GIMP can’t load CMYK images (yet anyway) , and although Krita can open the images fine, changing the colour type usually results in the colours in the image changing. The only way I’ve found to convert the images on Linux is using ImageMagick.
Read the rest of this entry »
Tags: cmyk, gimp, Linux, rgb
Posted in Linux, Web Development | 2 Comments »
February 11th, 2007
I had been having a strange problem with Samba, where creating shares through KDE created shares that are visible through SMB or Windows clients, yet opening them only showed an error that “The file or folder does not exist”.
Read the rest of this entry »
Tags: Gentoo, kde, Linux, samba
Posted in Gentoo, Linux | 9 Comments »
October 3rd, 2006
Like many people, I have two boxes set up with Gentoo, and prefer to keep both my systems up to date. The problem of course with this is that each system must sync with the Gentoo servers to pull down the newest packages.
Wouldn’t it be more convenient to have one box pull down the new packages and for the others to sync against that?
Read the rest of this entry »
Tags: emerge, Gentoo, Linux, portage
Posted in Gentoo, Linux | No Comments »
October 3rd, 2006
Have been having this strange error appear for a while when attempting to compile sys-libs/db (and compiling other software with C has no problems). The package is fine as my other box compiles the package fine.
I’m using CCACHE and Gentoo 2006.0 AMD64.
Read the rest of this entry »
Tags: gcc, Gentoo, Linux
Posted in Gentoo, Linux | 1 Comment »