Monday, October 20, 2008

SSH on Inspiron 910

Just received my Dell mini running Ubuntu Linux 8.04 about a week ago. Everything has been working great except for SSH over wireless. I found a description of the problem, as well as a fix here:

https://bugs.launchpad.net/ubuntu/+source/linux-restricted-modules/+bug/259816

Essentially, this command fixes the problem:

sudo iwpriv eth1 set_vlanmode 0

Apparently, a patch has been checked into the kernel upstream :)

Thursday, October 02, 2008

More on the HVR-950

Starting with Ubuntu Intrepid Ibex, support for the Hauppauge HVR-950 is included directly in the Linux kernel. This means that the lengthy procedure spelled out in my previous post are no longer needed to enjoy HD OTA television on your desktop. Unfortunately, the firmware is not included, so you must follow these instructions to download it, extract it, and move it to the correct directory:

http://www.linuxtv.org/wiki/index.php/Xceive_XC3028/XC2028#How_to_Obtain_the_Firmware

Much thanks to this post for steering me in the right direction:

http://www.mail-archive.com/em28xx@mcentral.de/msg01522.html

With this fix, I can now use the tuner on my backend MythTV setup!