Ubuntu Edgy amd64 on Dell Latitude D820
Nov. 25th, 2006 02:56 pmUbuntu EdgyFeisty amd64 on Dell Latitude D820
Here's a list of what works, and what doesn't with Edgy (and now Feisty) on my Dell D820 laptop. Also, some fixes for known bugs.
Summary
In short, the amd64 version of Edgy is simply unusable out of the box and even the installer crashes most of the time. The 32-bit version does not seem to be affected. The only way to get around that is passing the notsc and no_timer_check options to the kernel. After than it becomes usable.
| Components | Status | Notes |
|---|---|---|
| Intel Core Duo 2 T7200 (2.0Ghz 667Mhz FSB) | Works with fix | Pass options notsc and no_timer_check or use newer kernel. Updated: No problem on Feisty. |
| 2.0GB, DDR2-667 SDRAM | Works | |
| 15.4" WUXGA LCD display (1920x1200) | Works with fix | You need to install the 915resolution package to get 1920x1200, otherwise you're stuck with 1600x1200. |
| Intel 945GM graphics | Works with fix | X itself works out of the box, but you need to pass the -noacpi option to the X server, otherwise the display goes black when you close the lid (and never comes back). Updated: The "intel" driver now works on Feisty and is recommended. I use the "NoPM" server option and had no problem since then. |
| CD-RW/DVD+RW Drive | Works | Haven't tested too much, but it seems to work fine |
| IntelĀ® 3945 802.11a/g Dual-Band Mini Card | Works but | Requires binary-only daemon provided with Ubuntu (driver is not merged and is a pain to compile if you want to use a custom kernel) |
| Broadcom Corporation NetXtreme BCM5752 Gigabit Ethernet PCI Express (rev 02) | Works | |
| ICH7 Family Serial ATA Storage Controller IDE (rev 01) | Works | |
| Bluetooth | Untested | |
| Internal modem | Untested | |
| USB | Works | Tested with Extigy soundcard, mouse, printer, mass storage |
| Touchpad | Works but | I use proto=exps for the psmouse module, otherwise tapping doesn't work. Updated: Using the touchpad as synaptics now works with Feisty, but then docking/undocking causes tapping to no longer work. I'm stuck with using it as exps and reloading the module every time I dock/undock (anyone's got a fix for that?) |
| High Definition Audio Controller (rev 01), STAC9200 audio codec | Problems | Basic playback works, but problems in full-duplex mode and mixer is b0rked. Updated: One must use plug:front (instead of plughw:0,0) for the PCM mixer to work. Also, the Hg version (since May) of ALSA appears to work better with full-duplex, although it's not oerfect. |
| Smartcard reader | Untested | |
| Express card | Untested | |
| Firewire | Untested | |
| Suspend to RAM | Problems | It works sometimes, but sometimes it never wakes up. Updated: wake up works now, but things stop working sometimes, e.g. keyboard |
| Suspend to disk (hibernate) | Problems | Tried once, didn't work. Haven't investigated |
| Docking/Undocking | Problems | Was completely broken with Edgy. Now with Feisty, the main problem I have is with the touchpad (see above). |
| IRDA | Untested |
Kernel problems
While the 32-bit Edgy kernel runs find on this machine, the 64-bit one is totally broken by default. There are two problems:
1) X hangs every now and then, usually after clicking on a button. dmesg also reports clock problems. This is solved by passing the "notsc" kernel option.
2) Kernel crashes on any ACPI event. Whether I close the lid or plug/unplug the AC adaptor, the kernel crashes right away with nothing printed on the console. This problem is fixed by passing the "no_timer_check" kernel option.
It seems like kernels from both Debian Etch and Fedora Core 6 are also affected. Stock kernel 2.6.19rc6 (which I'm running now) isn't affected.
Soundcard problems (Intel HDA)
The D820 ships with an on-board Intel HDA card (Sigmatel STAC 9200 codec). Alsa support for that card is currently (as shipped with Edgy or ALSA 1.0.13) very buggy. The PCM control does not work. When I plug in the headphones, I can still hear the audio from both the internal speakers and the headphones. Also, trying to do full-duplex results in a lot of xruns. I don't have any fix for that yet. If anyone knows how to get it to work, please reply here.
X problems
Seems like the X server is now trying to handle some ACPI events. Unfortunately, the ACPI event generated when I open or close the lid just kills X. To fix the problem, I had to edit /etc/X11/gdm/gdm.conf and add the -noacpi to the X command line (there are three different command lines, so you need to add it to the one being used).
Just after installing Edgy, all my X server could do was 1600x1200. To get the full 1920x1200 resolution, I had to install the 915resolution package.
Software for AMD64
Overall, the software works pretty well. The only things that don't work ATM are the ones that involve closed-source software. No acroread, flash (the ad display plugin) and binary codecs for MPlayer. So far, I can live without those without too much problem.
Linux Laptop and Notebook Installation Guides Survey
Date: 2006-11-26 04:15 pm (UTC)Thank you man
Date: 2006-12-02 12:36 pm (UTC)www.elfo.tk
Current Status
Date: 2006-12-24 05:25 pm (UTC)I like you am interested in a 64 bit notebook. Could you comment on the current status on an updated kernel? Is everything working out of the box, or do you still need "notsc".
Re: Current Status
Date: 2006-12-25 02:05 am (UTC)Re: Current Status
Date: 2006-12-27 06:47 am (UTC)Re: Current Status
Date: 2006-12-27 11:01 pm (UTC)make-kpkg --initrd --append_to_version -x86-64 --rootcmd fakeroot kernel_image
But you first need to configure the kernel. I started with the old config available at /lib/modules/2.6.17-10-generic/build/.config and copied it to the local directory. Then I did a "make oldconfig" to make the options up to date (had to guess quite a few). In general, I'd say stick to stock kernels (even if it needs workarounds) unless you know what you're doing (and I'm not sure I know what I'm doing).
Re: Current Status
Date: 2007-01-16 02:13 am (UTC)no subject
Date: 2007-02-27 07:50 am (UTC)no subject
Date: 2007-05-02 03:58 am (UTC)Lid Open/Close Issue
Date: 2007-03-26 04:54 am (UTC)Section "ServerFlags" Option "NoPM" "true" EndSectionI discovered this in http://ubuntuforums.org/showthread.php?p=2150458. Hope this brings you joy. It sure did me. Chris Larson Just This GuyRe: Lid Open/Close Issue
Date: 2007-03-26 07:55 am (UTC)Re: Lid Open/Close Issue
Date: 2007-03-26 08:04 pm (UTC)(Oh, and sorry for the poorly marked-up message, and for not mentioning xorg.conf. That might have been a useful thing for me to have included. )
Thanks for Speex,
Chris Larson
Just This Guy
no subject
Date: 2007-04-17 01:05 pm (UTC)no subject
Date: 2007-05-06 01:21 am (UTC)Keep up the good work.
no subject
Date: 2007-05-07 11:49 pm (UTC)Good job!