Friday, August 23, 2013

Dell Inspiron 1520 | Ubuntu Installation Guide


From a dumpster to beside my toaster, this aged laptop now occupies a seat of honor. I obtained it eight months ago, but until now, I didn't have it working “just right”.

Now I do. And you can, too!

First things first, grab a DVD, a beverage, and an ethernet cord. You read that right. An ethernet cord. If wireless isn't working (yet), you'll need that.

Step 1: Install Ubuntu/Mint

I chose Linux Mint Maya for mine – the MATE edition. Cinnamon would also have been a solid choice, but I hate GNOME 3 with a passion. Cinnamon makes it barely tolerable, so if you don't like Unity, grab the Cinnamon edition.

Pop it into the tray, run the install, watch the slideshow. Notice how wireless isn't working (already)? Don't worry about that. That'll be the first thing we fix. Sip that beverage, but don't polish it off yet.

Step 2: Reboot

Reboot into your newly minted Ubuntu desktop. Mint desktop. Whatever.

Step 3: Fix the wireless

Open terminal, and paste this into it:

sudo apt-get remove --purge bcmwl-kernel-source
sudo apt-get install linux-firmware-nonfree
sudo modprobe b43
sudo su
# echo "b43" >> /etc/module

Step 4: Reboot

Reboot. Unhook that ethernet tether.

Step 5: Fix the fans

This lappie overheats really fast. That's because the fan doesn't automatically work. I hope you're ready to get down and make something, because that's what we're about to do.

'wget http://web.archive.org/web/20110708225123/http://dellfand.dinglisch.net/dellfand-0.9.tar.bz2'
'tar xjvf dellfand-0.9.tar.bz2'
cd dellfand
make

It should build. Great. Next, we throw it to start at boot

sudo cp dellfand /usr/sbin/
sudo chmod +x /usr/sbin/dellfand
sudo cp etc.default.dellfand /etc/default/dellfand

But wait, there's more!
cp etc.init.d.dellfand /etc/rc.d/rc.dellfand
gksudo gedit (or pluma) /etc/rc.d/rc.dellfand

Add this code to the bottom:
#import sysinitv daemon function
. /etc/init.d/functions

Save it.

Sudo chmod +x /etc/rc.d/rc.dellfand

Then, we set it to start on login:

gksudo gedit (or pluma) /etc/rc.d/rc.local

and add these lines to the bottom:
if [ -x /etc/rc.d/rc.dellfand ]; then
/etc/rc.d/rc.dellfand start
fi

Save it.

Sudo chmod +x /etc/rc.d/rc.local

And then, to make it shutdown nicely:

gksudo gedit /etc/rc.d/rc.local_shutdown

Add these lines to the bottom:
#!/bin/sh
# script to run when shutting down
if [ -x /etc/rc.d/rc.dellfand ]; then
/etc/rc.d/rc.dellfand stop #to remove dellfand lock file so next time reboot dellfand can start properly.
fi

Make that a lower-case f, mind you. Save it.

Sudo chmod +x /etc/rc.d/rc.local_shutdown


Step 6: Get the GPU fan slider to work.

Gksudo gedit /etc/X11/xorg.conf

Add this below endsection: Option "Coolbits" "4"

* HOLD IT! *

This will only work if you installed the proprietary driver. Open jockey-gtk, grab the recommended, and then go back and do this.

Step 7:

Get the webcam to work.

Sudo apt-get install cheese

Open cheese. It may or may not work out of the box.

sudo rmmod uvcvideo
sudo modprobe uvcvideo

And reboot.

Step 8:

Fix the stupid brightness buttons.

Gksudo gedit /etc/default/grub

Add this (acpi_backlight=vendor) – minus brackets – to GRUB_CMDLINE_LINUX_DEFAULT.

Sudo update-grub

References:
http://linuxg.net/how-to-fix-broadcom-bcm4311-wireless-driver-on-ubuntu-and-linux-mint/
http://kantam.fsylum.net/dell-laptop-fan-daemon/

Tuesday, February 15, 2011

HOWTO: Install on Windows Vista/7

Howdy! I'm Lash, also known as spamhunter on the xPUD forums, and this is my first guide, written in everyday english. Sit down, relax, perhaps bring the popcorn.

Downloads:
Make sure to grab these:
xPUD 0.9.2                    (64 MB)
unetbootin 4.94               (4.5 MB)

After downloading, open unetbootin. Instead of picking a distro, select Diskimage, and point it to xPUD (you did download the image, right?)

Change the type to hard drive, and set the target drive to C:/ - the safest way. Hit OK.

It shouldn't take long to install whatsoever. Down a coffee, hit ok, and reboot.

Navigate down to unetbootin. Hit enter. The selection of languages should appear. Choose English. Hit enter.

Of course, once installed, you could take the easier route and replace the isolinux.cfg with my edited version  (isolinux on 2shared.com). Download, drop in C:/ and it should work like a charm.

Tuesday, November 9, 2010

Recovered From The Dustbin: UFC meets GOW (Part 2)

Remember my last post? Well, more photos have come to light, and I've also compiled a neat lil animation.
 \
Gear vs Grub: It appears Grub wins

Oh, isn't that a lovely animation? I put this together with GIMP. It's great.

Tuesday, November 2, 2010

Recovered From The Dustbin: UFC meets GOW (Part 1)

I always wondered what would happen if two universes/franchises collided. I dreamed, I drew, I even played with various toys. I even wrote. And then it happened. I came across a relative's collection of action figures, and an idea was born.

With a camera, two hours and a little help from my brother, I managed to assemble a huge collection of *gasp* over 300 photos!

Of course, only 40% of the photos were any good, but even then, I had a lot of flexibility. I actually compiled three gif animations (since then, it's been lost) before I got the brilliant idea to upload the photos.

Scroll through the small handful, and I hope you enjoy them.

The grub's shouting "I wanted to do that!"
"Back off!"

"Let 'em rip!"
You can't beat Gears!


"The civilian will die with you!"


"Chainsaw jammed!"
Marcus is about to tap out
And... that's all for now! Keep an eye open, and you might just see a video uploaded in the future.