mini_banner
Showing posts with label mp3. Show all posts
Showing posts with label mp3. Show all posts

Saturday, April 14, 2007

Your Dell 1501 is Ready

UPDATED!
The Dell Inspiron 1501 is ready for Ubuntu Feisty Fawn 7.04. Today the last remaining bugs were squashed. I highly recommend you count the days till Feisty is released or hop on the beta and start enjoying the ride.

Installation
It's a simple matter of placing the Feisty disk into your DVD drive and installing. Takes all of 30 minutes and doesn't need pci=nomsi to install.

Wi-Fi
The broadcom card shipped with the Dell 1501 still doesn't work out of box with Feisty. But ndiswrapper works and runs the card very fast. Installation is extremely easy, the guide can be found here. Feisty's avahi network manager is amazing, best I have ever used on any operating system. It's a must have for any mobile users.

Ethernet
Works out of the box, just plug the cable in.

Modem
Reported that it works with a little tweaking. Everyone who wants to run Feisty but is stuck in 1996 can breath easily.

Card Reader
There was a bug in the 2.60 Linux kernel that caused the Ricoh card Readers the Dell 1501 shipped with to not work although they worked in Edgy. This has been fixed, card reader works great and now it asks if you'd like to empty the trash upon dismounting. Very convenient and works out of box.

ATI Driver
ATI's 8.34.8 driver is working really well for me. Installation is a snap too. The restricted Driver Manager does all the work for you. You can install the driver with four mouse button clicks.

Media Codecs
Feisty makes codecs easy, no more Automatix or struggling with adding a repo. MP3, DVD, avi, mpeg, wmv, asf, mov, flv, flash codecs are installed with four mouse clicks. The only thing not enabled is reading encrypted DVDs. Some programs can do it for you but if you'd like to do it in Totem use this guide. Word is you can buy it from Linspire's CNR which is being introduced in Feisty. Remember kids, Linux is free as in Freedom not money. If you have to pay to play DVD, bite the bullet. You saved hundreds on the OS.

Beryl
It works and works pretty damn well. The trick is that you have to force bery-core to use 0.2.0~0beryl1 because later versions don't work with Xgl. It's not that hard of a hack. My guide can be found here.

Key Bindings
Work out of box, volume control, brightness, mute any function+commands. I have my keyboard set to Generic 101-key PC. After installing Xgl & Beryl I kept my key binding to Gnome's Settings.

Hibernation
Works out of box, never used hibernation before but I just tried it and think I like it.
edited by pHreaksYcle

Friday, February 16, 2007

Enable Media Codecs & Extras (For Edgy Eft)

Okay, because a reader named "-" (worst nickname EVER!) requested it, here's how to enable restricted formats, Flash, Java and other codecs in Ubuntu for your Dell Inspiron 1501.

There are two schools of thought of enable media codecs in Ubuntu, do it yourself and download a program to do it for you. I use Automatix, it can download media codecs for MP3 and DVD, Flash 9, Java, Microsoft fonts, some essential programs. I personally love it and it never caused me any problems. Others hate it because it uses it own repos and makes updating from one release to the next is a real pain. But I would never update an install, I prefer a clean install.

So if you want to do it yourself you should use this Guide on Restricted Formats

But if you want to do it the easy way and get everything done at once, use Automatix. It's not as bad as the detractors say. Here is how to do it: (works for both 32 and 64 bit versions)

Add Automatix to your source list:

echo "deb http://www.getautomatix.com/apt edgy main" | sudo tee -a /etc/apt/sources.list

Get Key:
wget http://www.getautomatix.com/apt/key.gpg.asc

Import Key:
gpg --import key.gpg.asc

Add Key:
gpg --export --armor 521A9C7C | sudo apt-key add -

Update Your System:
sudo apt-get update

Install Automatix:
sudo apt-get install automatix2
Then go to Applications-->System Tools--> Automatrix
From there you can download all the restricted goodies you want.

*Note: Azuerus works so much better from Automatrix than from Ubuntu's own repos. Looks KDEish but actually minimizes to tray without needing a complex fix. But do not use ndiswrapper to enable wifi, use my guide.
edited by pHreaksYcle