Saturday, October 10, 2009
Wine will install and run the ventrilo VOIP client very well. To get this working, follow these steps:
apt-get install wine wine-dev msttcorefonts
download ventrilo-3.0.5-Windows-i386.exe
run “wincfg” to prepare things
run “wine ventrilo-3.0.5-Windows-i386.exe”
(go through the install, using all the defaults)
Now, everything works with one quirk.
Push to talk works only when the ventrilo window “has focus”
This is [...]
Tuesday, September 22, 2009
Getting the Aiptek T-6000U tablet working with Ubuntu 9.04 was relatively easy, following the directions here.
Summary:
Install the xserver-xorg-input-aiptek package.
Add a file called 10-aiptek.fdi to the /etc/hal/fdi/policy directory containing:
<?xml version=”1.0″ encoding=”UTF-8″?>
<deviceinfo version=”0.2″>
<device>
<match key=”info.product” contains=”Aiptek”>
<merge key=”input.x11_driver” type=”string”>aiptek</merge>
<merge key=”input.x11_options.SendCoreEvents” type=”string”>true [...]
Saturday, August 15, 2009
This guide gives a good step by step procedure for moving a windows partition from one drive to another:
http://ubuntuforums.org/showthread.php?p=7742172
If you get an “autochk.exe not found” error message just after windows XP boots, it probably means that you have the partition type set incorrectly. Using fdisk under linux just use the “T” option to change the [...]
Saturday, August 16, 2008
Friday morning I got into the family car (1998 VW Passat with manual transmission) and, depressing the clutch, started the engine. The car rocked backwards (I normally leave the gearshift in reverse when parked, plus the parking break was on), the engine died, and the clutch petal stayed on the floor (not good!). The clutch [...]
I was given the following 3 day access code for the wireless internet at the Gamboa Rain forest resort (at the panama canal):
username: 3day136
password: 6856670
However, the internet was turned on for everybody when I was there, so I didn't need to use it. If you find yourself at the Gamboa resort, feel free to use [...]
Also filed in
|
|
I bought 30 Phillips SPC 900 NC webcams because they claim to support up to 90fps and I have had good luck using linux with the PWC drivers in the past. Plugged into a generic Ubuntu 7.10 install, I found that 640×480 resolution was automatic, with 15fps. 320×240 worked at 30fps. (I tried 160×120 resolution, [...]
Encrypted home partition for Ubuntu 9.04
Following the directions on Lars’ blog, I set up an encrypted home directory on Ubuntu 9.04 using LUKS.
The following commands were all executed with root permissions. Add “sudo” to the front of the commands if you are not running with root permissions.