Unsolved
This post is more than 5 years old
1 Rookie
•
23 Posts
0
15989
August 27th, 2007 19:00
Install Fedora 7 on Vostro 200 fails
I am trying to install Fedora 7 on a Vostro 200. It can't find a driver for the Hard Disk Controller. Is this not yet supported?
No Events found!


matia
5 Posts
0
September 1st, 2007 13:00
Debian ask for a Cdrom controller, fedora for ata_piix driver and mandriva... I don't remember!
Now i'm running ubuntu 7.04 without problems. The only thing you have to do is at the boot. You must remove "quiet" from the boot option.
I'm sorry for my bad english. I hope I helped you.
Regards
Matia
ps: if you'll find how to install fedora tell it to me!
jacole
1 Rookie
•
23 Posts
0
September 1st, 2007 13:00
ssj4android
3 Posts
0
September 19th, 2007 00:00
yzb
3 Posts
0
September 26th, 2007 05:00
Dear Matia,
I have the same problem too, but i can't understand your meaning for say "remove "quiet" from the boot option.". Could you please say more about that? Thanks.
I'm sorry for my bad english.
Jakee
Message Edited by yzb on 09-25-2007 11:53 PM
matia
5 Posts
0
September 26th, 2007 06:00
A string will appear: delete "quiet".
Enjoy
Matia
Message Edited by matia on 09-26-2007 02:53 AM
yzb
3 Posts
0
September 27th, 2007 04:00
Thanks a lot.
I didn't install ubuntu or FC7 , i have been trying to install debian on VOSTRO200.
I find the method provided by jacole work correctly. In BIOS option, Set SATA Mode to RAID from IDE, and then compile a new network driver.
Jakee
Message Edited by yzb on 09-26-2007 10:14 PM
harrisonre
1 Message
0
October 24th, 2007 23:00
yzb
3 Posts
0
October 25th, 2007 04:00
First, you should install essential tools such as gcc, kernel headers. If your linux is Debian, you can install the tools from your installation CD by inserting the CD and typing: "sudo apt-cdrom add; sudo apt-get install build-essential";
Second, you should download the driver source(the latest version may be e1000-7.6.9 ), in the source folder, type " make install" to build and install the dirver. Before "make install", you'd better to read the README.
Finally, load the new driver and restart networking by typing "modprobe e1000; sudo /etc/init.d/networking restart".
Message Edited by yzb on 10-24-2007 10:29 PM
zeki
12 Posts
0
November 27th, 2007 23:00
zeki
12 Posts
0
November 28th, 2007 21:00
1. get the linux driver http://downloadcenter.intel.com/Detail_Desc.aspx?ProductID=61&DwnldID=2896
2. change the hdd interface to raid
3. install centos5
3a. if you didn't install all the necessary packages to make the install do this to install the packages you missed. insert your dvd and
yum --disablerepo=\* --enablerepo=c5-media install gcc kernel-devel
4. untar the drivers tar xzf filename
5. goto src folder
6. type make install tried modprobe e100 and it didn't detect it. rebooted the server and it works
edit: i had to use the e1000 drivers not the e100 drivers
try them both if it doesn't work. modprobe e100 and modprobe e1000
Message Edited by zeki on 12-11-2007 08:17 PM