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

Go Back   Ubuntu Forums > The Ubuntu Forum Community > Other Community Discussions > Tutorials & Tips
Register Reset Password Forum Help Forum Council Search Today's Posts Mark Forums Read

Tutorials & Tips
The place to find Ubuntu related Tips & Tricks.

 
Thread Tools Display Modes
Old November 18th, 2004   #1
spirospr
Just Give Me the Beans!
 
spirospr's Avatar
 
Join Date: Nov 2004
Location: Greece
Beans: 45
Post HOWTO: Dell Latitude D800 Laptop

Hardware specs :

15.4'' WSXGA
Intel Pentium M 1.7
512 MB RAM
GeForce4 4200GO
Broadcom internal modem
Dell True Mobile 802.11g (based on broadcom94306 chip)
Sigmatel audio card
Firewire
Broadcom Ethernet
Bluetooth

This “how to” is not full at the moment. It's about the solutions for problems i came up after installing Ubuntu 4.10. Expect updates since i will try to use all of my devices.

The solutions are for the devices which not worked at all or worked with problems. These are :

1.No sound card – wireless devices recognized
2.Display resolution was too low (600x800) after boot up

Sound – Wireless

The problem with sound and wireless card after searching is a bug that creates a irq conflict. The solution is adding acpi_irq_isa=7 in boot options. This is how :

sudo nano /boot/grub/menu.lst

#Find this line

kernel /boot/vmlinuz-2.6.8.1-3-386 root=/dev/hda4 ro quiet splash

#make it look like this

kernel /boot/vmlinuz-2.6.8.1-3-386 acpi_irq_isa=7 root=/dev/hda4 ro quiet splash

Save it and reboot. After rebooting you should have no problems with you sound. If so check volume controls in Gnome.In order to make your wireless work you will need to install ndiswarpper because broadcom is not recognized by the kernel. This will allow us to use windows drivers for the wifi card. So do these :

#install ndiswrapper

sudo aptget-install ndiswrapper-utils

#or do it through synaptic by searching (Generally i prefere synaptic since it retrieves dependences if needed and installations are done smoothly).
#now we will install the windows drivers which must be transferred in some location of our partition

sudo ndiswrapper -i bcmwl5.inf

#if you have the .inf file in another directory from the one that you are you will have to enter the entire path to the file. For example /home/cat/desktop/bcmwl5.inf.
#now we will activate the device

sudo modprobe ndiswrapper

#normally after that you will see the wifi indicator , in not removed from desktop , to be activated

Now you should make a network profile from Gnome

Computer--->System Configuration--->Networking

Select “Add” “wireless” select “wlan0” for device make the choices that suit for your network and finish it. This should be all. Some say that after you should add a line in the file /etc/modules saying “ndiswrapper” in order the driver to load but i did not since it loaded without it.

Resolution – Install Nvidia Drivers

It is not required to install nvidia drivers to increase the resolution but one way or another i wanted the drivers to be installed. I am not going to describe how to install nvidia drivers since others have made that already . Following the instructions of the link following you should have no problems :
http://www.ubuntulinux.org/wiki/BinaryDriverHowto

Thank's to sp0ck i managed to achieve 1680x1050 resolution. Here is the solution he found :

Edit /etc/X11/XF86Config-4 and scroll down to the "Monitor" section and change the values to


Section "Monitor"

Identifier "Generic Monitor"
HorizSync 30-107
VertRefresh 50-185
Option "DPMS"
Modeline "1280x800" 159.74 1280 1296 1552 1664 800 800 815 835
ModeLine "1680x1050" 214.51 1680 1800 1984 2288 1050 1051 1054 1103

EndSection

Sound Buttons on keyboard

I managed to make the volume control keys (volume up-down,mute) on my keyboard to work by doing this :

Select Computer--->Desktop Prferences--->Keyboard Shortcuts

Then select the volume up,down,mute and specify the key for the shortcut by pressing the specific keys on your keyboard. This should work just fine , as in windows.

Well that is all for now. I hope that this will help others with same hardware as me. Sory if something is mising but please feel free to notify me because it is a long "how to" and i might missed sth. So as i said wait updates to be done.

P.S. For those who don't have internet from their laptop they can't use "sudo apt-get" or synaptic to get the required packages, so they can find it and download it from another pc from here
http://archive.ubuntu.com/
__________________
You get what you diserve...

(Post the solutions you found, this will make sb's life easier in future)

Last edited by spirospr; February 19th, 2005 at 04:14 AM.. Reason: Update
spirospr is offline   Reply With Quote
Old November 18th, 2004   #2
choulth
First Cup of Ubuntu
 
choulth's Avatar
 
Join Date: Nov 2004
Beans: 1
Re: HOWTO: DELL Latitude D800

Thanks, you saved my day!
choulth is offline   Reply With Quote
Old November 19th, 2004   #3
herweg
5 Cups of Ubuntu
 
Join Date: Oct 2004
Beans: 13
Re: HOWTO: DELL Latitude D800

This is a great howto, I would like to add that it also works on my Dell Inspiron 8200. I have one question though - up until I read this, I have been using pci=noacpi to get sound working on my machine. Is there any benefit to using acpi_irq_isa=7?
herweg is offline   Reply With Quote
Old November 19th, 2004   #4
spirospr
Just Give Me the Beans!
 
spirospr's Avatar
 
Join Date: Nov 2004
Location: Greece
Beans: 45
Re: HOWTO: DELL Latitude D800

Quote:
Originally Posted by herweg
This is a great howto, I would like to add that it also works on my Dell Inspiron 8200. I have one question though - up until I read this, I have been using pci=noacpi to get sound working on my machine. Is there any benefit to using acpi_irq_isa=7?
I don't know because i have not test this setting , but if it is working right i don't think there is a reason for you to change your settings.
Testing around is the best thing ...
__________________
You get what you diserve...

(Post the solutions you found, this will make sb's life easier in future)
spirospr is offline   Reply With Quote
Old November 19th, 2004   #5
Jeconais
5 Cups of Ubuntu
 
Join Date: Nov 2004
Beans: 11
Re: HOWTO: DELL Latitude D800

Thanks a lot - that kernel modifier has my laptop sounds working perfectly.
Jeconais is offline   Reply With Quote
Old November 27th, 2004   #6
mr_ed
Gee! These Aren't Roasted!
 
Join Date: Nov 2004
Location: Ottawa, Canada
Beans: 130
Ubuntu 7.10 Gutsy Gibbon
Re: HOWTO: DELL Latitude D800

Sweet HOWTO!

That was totally painless!

One caveat: Make sure that you type the correct filename. Mine extracted as all caps, and I entered it as lowercase. I ended up having to remove the folder, since doing an ndiswrapper remove wouldn't get rid of the stuff that installed.
mr_ed is offline   Reply With Quote
Old December 27th, 2004   #7
tux61
First Cup of Ubuntu
 
tux61's Avatar
 
Join Date: Dec 2004
Location: Plérin (France)
Beans: 9
Re: HOWTO: DELL Latitude D800



Thanks a lot for your howto !
tux61 is offline   Reply With Quote
Old January 11th, 2005   #8
theBlackDragon
5 Cups of Ubuntu
 
theBlackDragon's Avatar
 
Join Date: Oct 2004
Location: Zomergem, Belgium
Beans: 17
Ubuntu 6.06
Send a message via ICQ to theBlackDragon Send a message via AIM to theBlackDragon Send a message via Yahoo to theBlackDragon
Re: HOWTO: DELL Latitude D800

What to do if you have an Intel PRO/Wireless 22OOBG card?

The default Ubuntu kernel includes it it seems, but it doesn't work, it doesn't create any devices, but lsmod does list the modules...

Is it advisable to install the drivers from source over the ones that Ubuntu provided? Or will that only get me into more trouble?

tia
__________________
FVWM - FVWM forum - FVWM Wiki
theBlackDragon is offline   Reply With Quote
Old January 11th, 2005   #9
Rob
Spilled the Beans
 
Join Date: Oct 2004
Beans: 13
Re: HOWTO: DELL Latitude D800

I've had to adapt the boot options to get the sound working on my Dell Inspiron 8200 too, and have a suggestion for a change to your howto.

This part should be done slightly differently:-

Quote:
#Find this line

kernel /boot/vmlinuz-2.6.8.1-3-386 root=/dev/hda4 ro quiet splash

#make it look like this

kernel /boot/vmlinuz-2.6.8.1-3-386 acpi_irq_isa=7 root=/dev/hda4 ro quiet splash
If done as above the next time the kernel is updated (for example applying security updates using Synaptic) the acpi_irq_isa=7 bit will be removed when the menu.lst file is automatically regenerated. Instead do it as evane describes in this thread:-

Quote:
add acpi_irq_isa=7 to the default kernel options line in /boot/grub/menu.lst... for example

# kopt=root=/dev/hda7 ro acpi_irq_isa=7

then run sudo update-grub, and make sure you kernel line has that extra statement like so... kernel /vmlinuz-2.6.8.1-3-686 root=/dev/hda7 ro acpi_irq_isa=7 quiet splash

Reboot and your should issues should be resolved...
It took me a while to work out why I had to keep fixing the sound on my laptop until I realised the menu.lst file is being regenerated automatically.

Hope this helps,

Rob.
Rob is offline   Reply With Quote
Old May 17th, 2005   #10
Emerick
First Cup of Ubuntu
 
Join Date: May 2005
Location: Bordeaux, France
Beans: 11
Re: HOWTO: DELL Latitude D800

Quote:
Originally Posted by theBlackDragon
What to do if you have an Intel PRO/Wireless 22OOBG card?

The default Ubuntu kernel includes it it seems, but it doesn't work, it doesn't create any devices, but lsmod does list the modules...

Is it advisable to install the drivers from source over the ones that Ubuntu provided? Or will that only get me into more trouble?

tia
For Hoary, you can install the latest driver from http://ipw2200.sf.net and follow their instructions.
Be aware that you need to TOTALLY delete the actual driver before install the new one.

I own an Inspiron 8000 with this wireless card, my problem is for firewire. When i plug an external firewire harddrive, a message like this one
Code:
May 11 21:33:00 localhost ieee1394.agent[2097]: ... no drivers for IEEE1394 product 0x/0x/0x
May 11 21:33:00 localhost ieee1394.agent[2105]: ... no drivers for IEEE1394 product 0x/0x/0x
showing up in /var/log/messages.

Anyone have an answer for that, I've been digging this problem for 3 days, and no came up.
Emerick 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 02:01 PM.


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