I’ve been using Ubuntu for about two months now, pretty much exclusively. It’s been pretty good so far. When I want to tinker, I can, but it just works most of the time. It’s also got Linux’s famed customizability.

Recently, while trying to install my Creative PD1001 webcam driver and kept getting this error:

$ sudo make
Building EPCAM driver for 2.5/2.6 kernel.
PLEASE IGNORE THE “Overriding SUBDIRS” WARNING
Remember: you must have read/write access to your kernel source tree.
#make -C /lib/modules/2.6.28-13-generic/build SUBDIRS=/media/DATA/Ubuntu/Creative PD1001 webcam linux driver modules
make -C /lib/modules/2.6.28-13-generic/build  M=/media/DATA/Ubuntu/Creative PD1001 webcam linux driver modules
make[1]: Entering directory `/usr/src/linux-headers-2.6.28-13-generic’
make[1]: *** No rule to make target `PD1001′.  Stop.
make[1]: Leaving directory `/usr/src/linux-headers-2.6.28-13-generic’
make: *** [default] Error 2

Turns out the error was caused by a space in the directory in which the makefile was. So I just removed all the spaces in the folder name and it worked.

You can download the driver here. Instructions here.

I’m still messing aroudn with the driver to get it to work. If it doesn’t, I’ll just end up buying a different one, methinx.

Hope this helps!

 

I want to make typing easier because I do it so much, so I am making small improvements to how windows recognizes my keystrokes. So far, I’ve turned the Caps Lock key into a backspace key (and love it) and just need to find some way to get the delete key in there. The reason I did this was that I had to move my entire hand to use my middle finger to hit the backspace key, too big a movement. I used a program called SharpKeys. To enforce it, I’ve also disable the backspace key to do nothing so I get out of the habit of using it. A minor interrupt.

I’m looking into Dvorak keyboard layout which has the most common keys on the home row so there’s less movement involved. In case you’re interested in knowing, the standard keyboard layout called QWERTY (cause of the letters on the top row) was created specifically to slow down typists because old typewriters were jamming. Last I heard, the current typing speed world record is using Dvorak.

I’m also looking into AutoHotKey scripts, there’s some interesting ones. For example, there’s a script that turns your layout back to QWERTY when you hit a modifier key like cntrl or alt. This is cause of shortcuts like Ctrl-C (copy), Ctrl-X (cut), Ctrl-V (paste), which are really made for the bottom row of the QWERTY key, but on Dvorak, those keys are all over the place.

I also found an onscreen keyboard someone made for QWERTY but I modified it for Dvorak. It shows a keyboard on the bottom of the screen and shows which key was pressed. Lemme know if you’re intested

I’m interested in a script that would take a modifer like Ctrl-Shift and use the JKLI keys for arrow keys cause I often have to navigate toe another part of the text I’m writing and I write a lot often. Found it.

There’s another issue that I think AutoHotKey could fix, which is that when my computer comes out of sleep mode, the wireless radio doesn’t turn itself back on and reconnect. I’ve discovered that the button on the front of my laptop to do that sends a specific key code to windows and then a program within windows handles it, so I could create a program to send that keycode everytime my computer comes off standby.

© 2012 Mind-Manual Suffusion theme by Sayontan Sinha