Linux on a Dell Vostro 200
Following a recent post to ILUG asking about setting Linux up on a Dell Vostro 200, I followed up with my notes from the time I had to do it a few months back.
This is just a copy of my notes rather than a how-to but any competent Linux user should have no problem. Apologies in advance for the brevity; with luck you’ll be using a later version of Linux which will already have solved the network issue…
The two main issues and fixes were:
- The SATA CD-ROM was not recognised initially and the fix was set the following parameter in the BIOS:
BIOS -> Integrated Peripherals -> SATA Mode -> RAID - The network card is not recognised during a Linux install. Allow install to complete without network and then download Intel’s e1000 driver from http://downloadcenter.intel.com/ or specifically by clicking here. The one I used then was e1000-7.6.9.tar.gz but the current version appears to be e1000-7.6.15.tar.gz (where the above link heads to - check for later versions).
My only notes of the install just say “essentially follow instructions in README” so I assume they were good enough! Obviously you’ll need Linux kernel headers at least as well as gcc and related tools.
Once built and installed, a:
modprobe e1000should have you working. Use
dmesgto confirm.
May 10th, 2008 at 3:47 am
Can you tell me what distro of linux you are using and how to get it installed. I am a newbie to this linux stuff and was hoping to get help on installing on a Vostro 200 also.
My network card is 100Mbps so will the e1000 work with that?
Also, can you supply me some step by step instructions for installing the linux.
Thank a bunch and have a great day.
May 21st, 2008 at 1:52 am
Here’s the problem… when I switch the SATA Mode to “RAID”, I become completely unable to boot from the CD/DVD drive.
In “IDE” mode, there is a “CDROM” entry in the boot priority list.
When I switch to SATA mode, it becomes “HL-DT-ST DVD+/-RW GS”.
A CD which boots fine in IDE mode flat out refuses to boot when the controller is in SATA mode. (For example, I started out with an Etch netinst disk, which I now know will never find the right drivers along the way…. but when the card is set to “RAID” mode, that thing at least fires up. In “RAID” mode, it gets completely skipped.
Any ideas?
July 2nd, 2008 at 7:37 am
Derek,
During the BIOS screen (i.e. the time you would press F2 to get into setup) press F12 instead. This will give you a menu from which you can select the HL-DT-ST… drive and boot from it.
Also, recent linux kernels (2.6.24+) have a driver called ‘e1000e’ which will work instead of having to download the Intel one, but whatever works for you is fine.