[ How To ] Dell Vostro 1400 / 1500 + Ubuntu 7.10 Gutsy Gibbon

Dell UbuntuI recently brought a Dell Vostro 1400 laptop and set out to install Ubuntu Gutsy Gibbon on it. The installation went out smoothly and Ubuntu booted up. But there were some issues like sound was not working, wired internet was slow etc. After a bit of searching on the internet, I have solved many of these issues. So I thought I would write a single post to sort out all issues on a Dell Vostro 1400 with Ubuntu 7.10 Gutsy Gibbon installed on it. ;) This will help the owners of Dell Vostro laptops sort out the issues they have with Gutsy Gibbon easily.

Issue #1 - Sound comes out alright through headphones but inbuilt laptop speakers do not work

This is the first thing you will notice when you login into Ubuntu. To solve this problem :

  1. Go to Terminal.
  2. Type sudo gedit /etc/modprobe.d/alsa-base
  3. Then paste this at the end of the file : options snd-hda-intel model=5stack
  4. Save the file and reboot.
  5. Play something, now sound will come from the laptop speakers.

Issue #2 - Fans not working in Vostro after you boot into Vostro

Although I hear the fans working, they never work at full speed. Why heat up your laptop because you don’t want to hear noisy fans ? This procedure will let you install Gkrellm along with the I8K plugin which lets you control your laptop’s fan speed. ;)

  1. Goto Terminal and then type the following commands.
  2. sudo apt-get install i8kutils gkrellm gkrellm-i8k
  3. sudo modprobe i8k force=1
  4. sudo gedit /etc/modules
  5. Add the following line to the end of the file: i8k force=1. Save and exit.
  6. Go to System > Preferences > Sessions > Startup Programs
  7. Click ADD and put the command: gkrellm
  8. Log out and log in. Gkrellm should start up. Go to plugins and enable the I8K plugin. ;)

Issue #3 - Wired and Wireless Internet are slow

After some searching on the internet I have found that this is due to IPv6. Due to IPv6 the DNS names are not resolved properly. So all you need to do is disable IPv6 for Gutsy Gibbon.

  1. To disable it, open Terminal.
  2. Type command : gksudo gedit /etc/modprobe.d/aliases.
  3. Find the line alias net-pf-10 ipv6 and change it to #alias net-pf-10 ipv6
  4. Add the following lines to the file alias net-pf-10 off and alias net-pf-10 off ipv6
  5. Save the file and reboot.
  6. Your internet should work properly now. ;)

These are the three major issues that have been solved till now. Still my laptop’s wireless card (Broadcom) is not working. I am yet to make it work. When I find the solution, I will post it here.

30 comments ↓

#1 mrityunjay on 12.17.07 at 12:54 pm

Hi….i m having vostro 1400 and my speakers r also not working.
But the information mainly cover ubuntu.

Can I have some information for vista

#2 Manas on 12.17.07 at 6:19 pm

Hmm… Hi Mrityunjay.

I also have Vista but my speakers are working fine. Can you hear through your headphones ?

If you can, you better get your hardware checked by Dell personnel.

#3 Marcelo on 12.22.07 at 5:17 am

The sound is working fine, is there a way of making the volume buttons work?

#4 kenneth on 12.25.07 at 12:25 am

http://ubuntuforums.org/showthread.php?t=297092 this is an excellent guide for using ndiswrapper to use the windows drivers for the broadcom 1390 in ubuntu (with some tweaking will most likely work with other broadcom cards too) hope this helps, and thanks for the guide man

#5 Manas on 12.28.07 at 12:25 pm

Hi Marcelo !

Hmm… My volume buttons are working by default. I have not done any tweaking to make them work.

#6 ju1var6s on 01.01.08 at 9:43 am

i could install fedora 7 in my lap vostro 1500, i try fc6 and it worked, with fc7 didnt detect the hard drive any help thanks

#7 TrickyXX on 01.06.08 at 2:25 am

Hehe Thanks this helped alot!

But i got one little but very annoying problem. I don’t know if it is because i have a danish keyboard but the ctrl+alt+2 doesn’t make the email icon (@) so i have to google it and find it, put it in my clipholder and then paste it…

#8 ju1var6s on 01.06.08 at 7:52 am

hey! i did it my lappy is working, forget about all vers. fc7, fc6, ubuntu ok. i download fc8 everything worked eccept for the wifi built in and i think is a dell part.

#9 Manas on 01.07.08 at 9:36 am

So Dell 1400 is working well with FC 8 eh ? Cool. Will try it out.

#10 dino on 01.14.08 at 7:14 am

Thank you so much. Your tips make my Dell Vostro 1400 work well with Ubuntu, audio, wireless all functioning well. Really appreciate it.

#11 Manas on 01.14.08 at 3:00 pm

^^ Glad to know that. :)

#12 Rich on 01.26.08 at 10:24 pm

Thx for the workaround for the sound, been working on that for a while now.

#13 Saleh on 02.05.08 at 8:06 am

I appreciate your inf.

But my vostro 1400 has an Intel graphics card

and for some reason, I can’t run the full graphics of ubuntu ! I mean the 3D desktop for example.

can you please help me ?

#14 Manas on 02.06.08 at 2:05 pm

Hi Saleh…

Intel graphics should work by default on Ubuntu system. Dont know much but have you tried Restricted Drivers Manager ?

#15 Bruce on 02.06.08 at 11:19 pm

Thanks! I spent an hour or two battling to get the sound working on a Vostro 1400 (XUbuntu), and it never occurred to me to see if sound was coming out of the headphone jack! Thanks for the quick-n-easy fix!

#16 Manas on 02.07.08 at 9:52 am

@ Bruce - Glad to hear this post helped you.

#17 Vinay Patel on 02.19.08 at 6:03 am

Hey

For Sound if you update to

options snd-hda-intel model=5stack

it stop the keys to up/down the volume keys

so upfate this to

options snd-hda-intel model=3stack

Thnaks

#18 Manas on 02.19.08 at 2:02 pm

@ Vinay - I am using

options snd-hda-intel model=5stack

But my volume keys are working fine. :)

#19 Vinay on 02.19.08 at 4:46 pm

yes , may be

but i have dell vostro 1400 and that not working for me , and i got working solution so replied :))

#20 Manas on 02.19.08 at 6:58 pm

Ok… ;)

It will be useful to people who face the problem. Thanks Vinay.

#21 nosmirck on 02.22.08 at 9:43 pm

Hey man, thanks for the info, it worked on my Vostro 1500 with Ubuntu 7.10, but the wireless (Broadcom) doesnt work, cant connect to any network… I would like to know if you fixed the problem. So, thanks again.

#22 pixelot on 02.24.08 at 6:45 am

Make sure the restricted driver repository is checked, then check under restricted drivers, and there should (might) be a Broadcom driver in there. Enable it and reboot. It worked for me, and I have the same laptop.

Btw, thanks for the post about the sound! I was pulling my hair out trying all sorts of things to get it working. (linux n00b here, lulz).

Cheers!

#23 hgyang on 03.08.08 at 6:23 pm

Thanx for the info and at last it works. My Vostro now come with sound. Found out that Ubuntu quite simple to us as faster than MS XP.

#24 Saurabh on 05.12.08 at 9:18 am

Hey Manas
Have you got any solution/trick for setting up the wireless network working for Ubuntu. I am also on the same boat………….

#25 Manas on 05.17.08 at 9:11 pm

Hmm… Hi Saurabh..

I am yet to make wireless working on Hardy. :(

#26 lucas on 06.24.08 at 4:22 am

I’ve been using options snd-hda-intel model=5stack for some time now, but it had the problem that the sound stopped working after I hibernated

I tried options snd-hda-intel model=3stack, and the post hibernation sound problem seems to be fixed.

#27 AirtekHVAC on 07.30.08 at 7:58 am

Thanks for the tips…just converted from Vista, and still learning Linux. My inspiron 8600 was overheating terribly…now fans run high, temp does not! Thanks again!

#28 Gourav Mehta on 08.11.08 at 11:42 am

I have vostro 1400 and everything working fine in ubuntu except wifi. Can you please tell me how to enable the wifi in ubuntu. Thanks in advance.

#29 Alok on 08.31.08 at 2:33 pm

I have dell vostro i have installed ubuntu. everything works . but not the WIFI.. any suggestions ? how to make it work ?

#30 Fascist on 09.04.08 at 10:02 am

Note that the i8k kernel module will not work on 64bit distributions due to i386 specific assembly in the source.

Anyone that can’t get the wifi to work, and has the 3945 wireless, try both available drivers. I switched mine to iwl3945 from the defaut ipw3945 and it works well.

Leave a Comment