I, for one, enjoyed reading Skullbasher.com’s write-up of Werner Herzog’s Conan the Barbarian. That’s how you make a good barbarian movie!
Archive for the ‘Uncategorized’ Category
Herzog on Conan
Tuesday, August 30th, 2011microdia USB 0c45:627b in Ubuntu 11.04 Natty Narwhal
Saturday, April 30th, 2011Ok, this is not a tech blog, but I am a techie, and I discovered something today that hopefully helps someone someplace.
I just upgraded to the latest Ubuntu 11.04 on an old laptop with a built-in webcam. The official kernel driver for the webcam sucks, but you can get a good one here:
git clone http://repo.or.cz/r/microdia.git
You’ll have to make this yourself. There’s a link to to do that below. First note, however, that the files reference an include file that no longer ships with Ubuntu. That is videodef.h — an include file for V4L version 1, which is no longer supported.
So , you’ll need to edit out a line in sn9c20x-queue.c.
Change:
#include <linux/videodev.h>
to
/* #include <linux/videodev.h> */
(i.e. comment it out).
Then follow the rest of these instructions: http://ubuntuforums.org/showpost.php?p=7456689&postcount=4
You’ll also need to remove the standard-issue sn9c20x driver (gspca_sn9c20x) from /lib/modules/(linux kernel version)/kernel/drivers/media/video/gspca:
sudo rmmod gspca_sn9c20x
I just moved it to my homedir so it wouldn’t be probed:
mv /lib/modules/(whatever)/kernel/drivers/media/video/gspca_sn9c20x.ko ~
And put the sn9c20x.ko driver in:
cp /(wherever you ran make)/sn9c20x.ko /lib/modules/(whatever)/kernel/drivers/media/video
depmod -ae
Voila. Webcam works again. Whatever videodev.h provides has been replaced elsewhere. For Skype you’ll still want to use compatibility libraries, running it this way:
LD_PRELOAD=/usr/lib/libv4l/v4l1compat.so /usr/bin/skype
Hope that helps someone!
LD_PRELOAD=/usr/lib/libv4l/v4l1compat.so /usr/bin/skype
I’m not quite dead
Monday, November 29th, 2010So what if I haven’t posted anything here in eight months? I’ve been a little too busy. I have a book coming out. More to come…
More exciting news
Monday, May 24th, 2010- I haven’t been updating this blog much, but nobody is going to read it anyway, so who cares? I have been writing, however, in-between week-long bouts of having to go to work.
- One Ben Chadwick story will be published in an upcoming issue of the print journal “Fat & Happy”, edited by Monica Russo.
- I didn’t make the top 10 at Storysouth, in the end, but hey, not everything is to everyone’s tastes. Literature contests are arbitrary, so I have no bitterness.
I am a StorySouth Million Writers 2010 Nominee!
Monday, February 22nd, 2010Exciting news from Rough Copy– my story “The Power of Fiction” has been nominated for the 2010 StorySouth Million Writers Award! The award goes to stories which first appeared online. Wish me luck! (Is it too late to make some edits?)
Giraffes
Sunday, February 14th, 2010Heard any news about giraffes? I want to work giraffes into every story I write.
