Ubuntu 10.04 on Sony Vaio P

With the latest poulsbo hack for 10.04: https://wiki.ubuntu.com/HardwareSupp…sPoulsbo#lucid It is now possible to upgrade to 10.04 Lucid with no issues. In fact the previous gobi WWAN, sleep, and qcserial hacks are no longer needed. On first boot everything worked other than the videocard. Go Linux!

May 25, 2010 · 1 min · Nick

The Batman Belt

Everywhere I look in the work place I see two phones on everyone’s belt or desk. There sits the company issued blackberry next to the iPhone or Android device. In an era of financial concerns I cannot help but wonder what the outside world thinks about us. Based on BillShrink.com we can guestimate the total to be around 4000 dollars which is 6 times more than the average Haitian makes in a year. ...

May 18, 2010 · 3 min · Nick

Left Facebook and “Why you should too”

The amount of banter on the topic is extensive, but there really are good reasons to leave Facebook. When I started dabbling in Social Networking back on the BBS days there was always a desire and reason for anonymity. It could have been for the illegal activities going on or for the fact people just didn’t want to over expose themselves. It was around the time AOL picked up some steam that sharing really became trendy. There were extensive pushes to kick AOL off the grid for the amount of anonymous data leaked from their pipes, but that was not enough to place controls on the system. As I joined sites like Friendster, Jaiku, etc. there were always controls in place for the amount of information I could share and what people could share about me. That layer of control allowed me to keep tabs on my personal identity and persona. I left MySpace and Hi5 since everyone told me “Facebook is way more secure,” but at the time I was unable to join due to no college affiliation. That changed and I joined… ...

May 16, 2010 · 2 min · Nick

Juniper Connect 64bit Debian

These are the steps needed to get Juniper Connect working on Ubuntu 10.04 64bit. Some of the steps will work in 32, other than the ia32 package install. Good luck! Enable partner repo Install the needed Java Packages: sudo apt-get install sun-java6-plugin sun-java6-jdk sun-java6-jre ia32-sun-java6-bin <li> <span style="font-size: 13.1944px;">Run Firefox 3.6 as root and allow juniper connect script to install and fail</span> </li> <li> <span style="font-size: 13.1944px;"> </span><span style="font-size: 13.1944px;">Drop to terminal</span> <ul> <li> <span style="font-size: 13.1944px;">sudo cp -Rv /root/.juniper_networks ~/</span> </li> </ul> <ul> <li> <span style="font-size: 13.1944px;">chown -R $user ~/.juniper_networks</span> </li> </ul> </li> <li> <span style="font-size: 13.1944px;">The script fails on TUN module being built into the kernel</span> </li> <li> <span style="font-size: 13.1944px;"> </span><span style="font-size: 13.1944px;">sudo apt-get install build-essential linux-headers-`uname -r`</span> <ul> <li> <span style="font-size: 13.1944px;">mkdir faketun</span> </li> </ul> <ul> <li> <span style="font-size: 13.1944px;">cd faketun</span> </li> </ul> <ul> <li> <span style="font-size: 13.1944px;">echo -e &#8220;#include <linux/module.h>\nstatic int start__module(void) {return 0;}\nstatic void end__module(void){return;}\nmodule_init(start__module);\nmodule_exit(end__module);&#8221;>tun.c</span> </li> </ul> <ul> <li> <span style="font-size: 13.1944px;">echo -e &#8220;obj-m += tun.o\nall:\n\tmake -C /lib/modules/\$(shell uname -r)/build/ M=\$(PWD) modules\nclean:\n\tmake -C /lib/modules/\$(shell uname -r)/build/ M=\$(PWD) clean\nclean-files := Module.symvers&#8221;>Makefile</span> </li> </ul> <ul> <li> <span style="font-size: 13.1944px;">make</span> </li> </ul> <ul> <li> <span style="font-size: 13.1944px;">sudo install tun.ko /lib/modules/`uname -r`/kernel/net/tun.ko</span> </li> </ul> <ul> <li> <span style="font-size: 13.1944px;">sudo depmod -a</span> </li> </ul> <ul> <li> <span style="font-size: 13.1944px;">sudo modprobe tun</span> </li> </ul> </li>

May 11, 2010 · 2 min · Nick

Intel GMA500 Support Matrix

First a few things: Intel you suck…suck hard…your own Moblin distro can’t suspend because you feel that “embedded platforms shutdown and restart” Guess what sparky, they don’t always. Fix your damn IEGD driver Dell and Ubuntu screw you both for creating some custom driver to send out on Dell 12 laptops. The driver I install now was extracted from your blob. Hate Theo from OpenBSD as much as you want, but no blobs Windows drivers for this card suck pretty bad too. There is a video demo of the GMA500 Poulsbo playing Quake 3 off a MID. The driver in Windows XP-7 cannot play flash without massive frame drops. Totally unacceptable with the 10.1 Flash Beta to still have such trouble The distro I landed with was Ubuntu 9.10. It pains me because it will never recieve the GNOME 2.30 install, but with PPA I am good with most everything else. I will use this as my hold over until Intel gets off their butts and produces quality code. I used to tell people that the Intel series of cards were the best in UNIX world for out of the box drivers. Yes+but=NO Don’t sour your good name Intel ...

April 11, 2010 · 2 min · Nick