Ubuntu Forums ubuntu.com - launchpad.net - ubuntu help  

Go Back   Ubuntu Forums > The Ubuntu Forum Community > Forum Archive > Main Support Categories > Dell Ubuntu Support
Register Reset Password Forum Help Forum Council Search Today's Posts Mark Forums Read

Hello, Unregistered You are browsing a READ only archive of the main support categories pre 4/21/2008. You will not be able to post or reply any threads in this section.
Ubuntu 9.10 is out!!!

When downloading Ubuntu 9.10 please consider using bittorrent to get your copy of Ubuntu.

The Ubuntu Developers Summit for Lucid Lynx will be held the week of 16-Nov-2009 till 20-Nov-2009 in Dallas, TX USA. Visit the the Ubuntu wiki for more information about UDS and how to participate remotely.

Dell Ubuntu Support
Got a Dell powered by Ubuntu? Or thinking about getting one? Discuss it here.

 
Thread Tools Display Modes
Old July 25th, 2007   #1
specker
Just Give Me the Beans!
 
specker's Avatar
 
Join Date: Jun 2007
Location: Georgia USA
Beans: 52
Ubuntu 7.10 Gutsy Gibbon
Lightbulb HOW TO:1420n Fresh Feisty Install

After the recent purchase of a Dell 1420n notebook I felt it was only appropriate to wipe the hard drive clean and start from scratch. Needless to say I encountered some issues doing a fresh install of Feisty. Here is my process to get everything working again. What works:
Wireless AND Wired
Intel Video
Compiz
CDROM recognition
Sound
Modem

1. Packages Partion
When you install Feisty from the alternate cd xorg will break. So we need to install some packages from the command line. However, I was unable to get wireless internet working from the command line. So I used the PCLinuxOS live cd (it boots fine) to download the following packages and copy them to a new parition. MEPIS also works. You will want to make a partition on your hard drive to hold these new packages. The partition only needs to be about 60mb. After you install Ubuntu from the alt-install cd you will need to access these files on that new partition.

Download and copy these to your new partition:

linux-restricted-modules-generic_2.6.20.16.28.1_i386.deb
linux-restricted-modules-2.6.20-16-generic_2.6.20.5-16.28_i386.deb
linux-image-generic_2.6.20.16.28.1_i386.deb
linux-image-2.6.20-16-generic_2.6.20-16.29_i386.deb
linux-headers-2.6.20-16-generic_2.6.20-16.29_i386.deb
linux-headers-2.6.20-16_2.6.20-16.29_i386.deb
xserver-xorg-video-intel_2.1.1-0ubuntu2_i386.deb

If you don't have a Feisty alternate install cd you will want to get that now. Exit PCLinuxOS.

2. Install Ubuntu using the alternate install cd as normal but be sure to add a mount point for your new partition, so it is easily available later. Do not install Ubuntu on to the partition you saved those previous files to. It will erase them. That's bad! When prompted during the install choose manual partitioning. Set a mount point for the new partition and choose automatic partitioning for the rest of the free space on your drive.

3. X Is Broken
After the install you should reboot to a broken X. Get yourself to the command line and install all those packages you just downloaded. I installed them in this order:
Code:
sudo dpkg -i linux-image-2.6.20-16-generic_2.6.20-16.29_i386.deb
sudo dpkg -i linux-image-generic_2.6.20.16.28.1_i386.deb
sudo dpkg -i linux-headers-2.6.20-16_2.6.20-16.29_i386.deb
sudo dpkg -i linux-headers-2.6.20-16-generic_2.6.20-16.29_i386.deb
sudo dpkg -i linux-restricted-modules-2.6.20-16-generic_2.6.20.5-16.28_i386.deb
sudo dpkg -i linux-restricted-modules-generic_2.6.20.16.28.1_i386.deb
I reboot here, not sure if you have to. When X breaks again remove the old i810 package:
Code:
sudo apt-get remove xserver-xorg-video-i810
Install the new intel package:
Code:
sudo dpkg -i xserver-xorg-video-intel_2.1.1-0ubuntu2_i386.deb
Now:
Code:
sudo dpkg-reconfigure -phigh xserver-xorg
Choose intel and hit OK. Then choose 1280x800.
Reboot:
Code:
sudo shutdown -r now
It should reboot to the login screen.

4. Wireless Internet
Wireless should be working now so do some updates:
Code:
sudo apt-get update
sudo apt-get upgrade
5. CDROM Recognition
Code:
sudo gedit /etc/initramfs-tools/modules
Add "piix" no quotes, save and exit.
Then:
Code:
sudo update-initramfs -u
Reboot and the CDROM should be recognized.

6. Sound
Create /etc/modprobe.d/1420-sound and add:

Code:
options snd-hda-intel model=3stack
Create /etc/acpi/suspend.d/86-1420-sound.sh and add:

Code:
#!/bin/sh
 killall mixer_applet2
 modprobe -r snd_hda_intel
Create /etc/acpi/resume.d/66-1420-sound.sh and add:

Code:
#!/bin/sh
 modprobe  snd_hda_intel
Add to /etc/rc.local:

Code:
modlist=`lsmod | grep snd_hda`
 [ -z "$modlist" ] && modprobe snd_hda_intel
Reboot and you should hear something.

7. Modem (untested)
Download hsfmodem_7.60.00.06oem_i386.deb
Code:
sudo dpkg -i hsfmodem_7.60.00.06oem_i386.deb
8. Compiz
This will fix issues with the desktop-effects and screensaver. I haven't gotten up the guts to test it on compiz-fusion.
Enable the Feisty proposed updates from System->Administration->Software Sources->Updates
Code:
sudo apt-get update
sudo apt-get upgrade
Updates some mesa packages.


9. Totem/Compiz Fix
Video doesn't seem to want to play in totem with desktop-effects activated. Here is the workaround.
Code:
gstreamer-properties
Select Video and change Default Output Plugin to X Window System (No Xv).

10. Wired Internet Connection
Check this thread.
Download his script and run it. It will set you up with the Gutsy kernel. Wired then works out of the box.

You should be up and running at this point. Let me know how it works for you. I have done this numerous times now and I get consistently good results.

Credit where credit is due:
http://linux.dell.com/wiki/index.php...lation_Details
http://ubuntuforums.org/showthread.p...ht=intel+x3100
https://bugs.launchpad.net/xorg-server/+bug/111257

Last edited by specker; August 30th, 2007 at 12:11 PM..
specker is offline   Reply With Quote
Old July 25th, 2007   #2
notwen
Fresh Brewed Ubuntu
 
notwen's Avatar
 
Join Date: Feb 2007
Location: Cincinnati, OH
Beans: 1,434
Re: HOW TO:1420n Fresh Feisty Install

Assuming you were able to get regular Compiz working, would you guess that Beryl would be functional as well? I was concerned when I saw lots of 1420n owners having issues w/ their Intel GFX. I prefer Beryl's config window more than gconf-editor to change settings in Compiz. My 1420n should arrive mid August hopefully. =]
__________________
Quote:
Originally Posted by *snip*
I love it when people stop trying to help me and I just uninstall ubuntu because of it . . .
notwen is offline   Reply With Quote
Old July 25th, 2007   #3
specker
Just Give Me the Beans!
 
specker's Avatar
 
Join Date: Jun 2007
Location: Georgia USA
Beans: 52
Ubuntu 7.10 Gutsy Gibbon
Re: HOW TO:1420n Fresh Feisty Install

To be honest I don't know because I haven't tried it. My guess would be yes, it would work. Those updated mesa packages in the proposed updates did the trick for the basic feisty compiz.
specker is offline   Reply With Quote
Old July 25th, 2007   #4
Shay Stephens
100% Pure Ubuntu
 
Shay Stephens's Avatar
 
Join Date: Jan 2006
Location: New York
Beans: 769
Ubuntu 8.04 Hardy Heron
Re: HOW TO:1420n Fresh Feisty Install

Quote:
Choose intel and hit OK. At this point two/thirds of the time my screen flashes and goes blank. Don't worry just reboot.
After the reboot you should see the login screen. At this point I login and run:
Code:

sudo dpkg-reconfigure -phigh xserver-xorg

Choose intel again and 1280x800 resolution.
Reboot again just to make sure everything is working.
I have a question. I am trying to get a Dell 1800MP projector working with the 1420N and the projector just says "out of range". So I tried your instructions here and now the projector works (yay), however, my LCD screen now looks like the color depth is 65k colors instead of 16 million colors. Also the resolution options have changed to:
1024x768
1400x1050
1280x1024
1152x864
832x624
800x600
640x480
1400x1400

When I check the xorg.conf file this is what is listed
1280x1024
1280x800
1024x768
800x600
640x480

Anyone have any idea how to get 1280x800 and a 16 million color depth? It is already listed in the xorg.conf file but the options listed at first is all I see in the screen resolution preferences app.
__________________
How to install and run Photoshop 7 or earlier in wine
Switched to Linux completely 1 January 2007 Ahh, a solid year of freedom
My Website
Shay Stephens is offline   Reply With Quote
Old July 25th, 2007   #5
specker
Just Give Me the Beans!
 
specker's Avatar
 
Join Date: Jun 2007
Location: Georgia USA
Beans: 52
Ubuntu 7.10 Gutsy Gibbon
Re: HOW TO:1420n Fresh Feisty Install

What is the default depth set to in your xorg.conf? Should be at 24, I believe. Here is a copy of the Screen section of my xorg.conf file. I guess your could see if there are any differences.
Code:
Section "Screen"
	Identifier	"Default Screen"
	Device		"Generic Video Card"
	Monitor		"Generic Monitor"
	DefaultDepth	24
	SubSection "Display"
		Depth		1
		Modes		"1280x800" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		4
		Modes		"1280x800" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		8
		Modes		"1280x800" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		15
		Modes		"1280x800" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		16
		Modes		"1280x800" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		24
		Modes		"1280x800" "1024x768" "800x600" "640x480"
	EndSubSection
EndSection
Hope it helps!
specker is offline   Reply With Quote
Old July 25th, 2007   #6
rickyjones
100% Pure Ubuntu
 
Join Date: Dec 2005
Location: USA
Beans: 871
Send a message via AIM to rickyjones Send a message via MSN to rickyjones
Re: HOW TO:1420n Fresh Feisty Install

Does suspend and hibernate work with this as well? I'm considering the 1420N for my next laptop.

Thanks,

-Richard
__________________
I use both Windows and Linux. Is that a crime? || Ubuntu User # 16597 || OpenLDAP + Samba == Domain Controller
rickyjones is offline   Reply With Quote
Old July 25th, 2007   #7
specker
Just Give Me the Beans!
 
specker's Avatar
 
Join Date: Jun 2007
Location: Georgia USA
Beans: 52
Ubuntu 7.10 Gutsy Gibbon
Re: HOW TO:1420n Fresh Feisty Install

Yes. Suspend and Hibernate seem to work just fine.
specker is offline   Reply With Quote
Old July 25th, 2007   #8
rickyjones
100% Pure Ubuntu
 
Join Date: Dec 2005
Location: USA
Beans: 871
Send a message via AIM to rickyjones Send a message via MSN to rickyjones
Re: HOW TO:1420n Fresh Feisty Install

Quote:
Originally Posted by specker View Post
Yes. Suspend and Hibernate seem to work just fine.
Thank you for the update! Suspend/Hibernate are a requirement of mine for using a laptop - I definitely appreciate the work that Dell and Ubuntu are putting into this venture.

-Richard
__________________
I use both Windows and Linux. Is that a crime? || Ubuntu User # 16597 || OpenLDAP + Samba == Domain Controller
rickyjones is offline   Reply With Quote
Old July 25th, 2007   #9
specker
Just Give Me the Beans!
 
specker's Avatar
 
Join Date: Jun 2007
Location: Georgia USA
Beans: 52
Ubuntu 7.10 Gutsy Gibbon
Re: HOW TO:1420n Fresh Feisty Install

Overall I'm pretty happy with the system. The fresh install process right now is a bit of a pain but I would hope most of that will be taken care of in Gutsy.
specker is offline   Reply With Quote
Old July 25th, 2007   #10
LMP900
A Carafe of Ubuntu
 
LMP900's Avatar
 
Join Date: Apr 2006
Location: Illinois
Beans: 138
Ubuntu 8.10 Intrepid Ibex
Re: HOW TO:1420n Fresh Feisty Install

Quote:
Originally Posted by specker View Post
Yes. Suspend and Hibernate seem to work just fine.
Thank you for confirming this.

I cannot wait until my 1420N arrives. Threads such as this one will definitely come in handy when I run into issues. I will certainly try to contribute as much as I can once I sort everything out.
LMP900 is offline   Reply With Quote

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 03:18 AM.


vBulletin ©2000 - 2009, Jelsoft Enterprises Ltd. Ubuntu Logo, Ubuntu and Canonical © Canonical Ltd. Tango Icons © Tango Desktop Project. lingonberry