Now that Mandriva has released 2009.0 there is no need to use the procedure described on this page. Mandriva 2009.0 fully supports eeePC models 901 and 1000
When Mandriva 2008.1 was released the only model of eeePC available was the 701. Mandriva did an excellent job of ensuring 2008.1 installed on the eeePC701 “out of the box”.
Then along came a whole slew of new eee products using bleeding edge hardware that was not supported in any linux distro so the “out of the box” tag is no longer true for the newer models like 901 and 1000. Hopefully the soon to be released 2009.0 release will resolve that issue.
In the meantime it is still possible to install Mandriva 2008.1 on eeePC 901 and 1000 models by following a fairly simple procedure. Read this guide in conjunction with the general instructions for installing Mandriva on an eeePC.
There are three principle methods of installing Mandriva on an eeePC.
The eeePC 901 and 1000 models use a different Ethernet chip and a different wireless chip to the 701. Neither of the required drivers are on any of the installation media for Mandriva 2008.1. A network install is therefore impossible. The only ways to install is using an external CD/DVD drive, or by putting a copy of the 'One' edition on a USB Flash stick.
Follow this procedurecontributed by lordikc. For instructions in English scroll down to the comments.
Once you have installed the 'One' or 'Free' editions using an external CD/DVD or the USB Flash method you will find that neither your Ethernet or Wireless interfaces work. The wireless interface can be made to work quite easily by using 'ndiswrapper' to use Windows drivers. Run through the GUI in Mandriva Control Centre to Add a Wireless connection, and when prompted tell the GUI where to find the '.inf' file of the Windows driver.
Once Wireless is working you will have connectivity to the internet and can set up the online Mandriva repositories. Do this by Opening Mandriva Control Centre (Menu>Tools>SystemTools>ConfigureYourComputer) Select Software>ConfigureMedia. Select 'Add' and when prompted 'Full set of sources'. You will then be asked to pick a mirror site to use. Sources will be added for 'main' 'contrib' and 'non-free' sources. Once you have done this then you are able to install software online.
At this pont you should install the packages kernel-laptop-latest and kernel-laptop-devel-latest These packages are 'meta' packages that point to the latest kernel package, and the latest kernel devopment files need for compiling kernel modules.
Reboot. You will notice the grub boot menu is different and a new item has appeared. The default will be to boot the new kernel.
Once you have wireless working then you can install a package to get Ethernet working. The package dkms-atl1e is not an official Mandriva package. A dkms package contains the source code of a kernel driver. When it is installed the dkms service running on your computer will compile the package and install it on your kernel. Any time you install a new kernel the package will be automatically compiled on the next boot and will automagically be installed on the new kernel.
In order to work the dkms package requires a number of things.
All of the required items are on the online repositories or the 'Free' edition DVD/CDs. Simply clicking on the dkms-atl1e file with Konqueror or Firefox will cause the required components to be installed automagically.
None of the required components are on the 'One' CD so you will need to have Wireless work via ndiswrapper so they can be obtained online.
Once the dkms-atl1e package has finished compiling you can run the GUI at ManrivaControlCentre Network>SetUpaNewNetworkInterface and it will find your Ethernet.
If you are using the 'One' edition (NOT the 'Free' edition), and cannot get ndiswrapper working to get your wireless connection online, then there is still a way to get Ethernet working. This file is a binary driver for the kernel supplied with the 2008.1 'One' edition. Copy it to the location /lib/modules/2.6.24.4-desktop586-1mnb/kernel/drivers/net/atl1
Then in a terminal enter 'su' (without quotes) to become root user and issue the command depmod -a
Your Ethernet will now work.
DO NOT DO YOUR UPDATES YET If you do your software updates before installing the dkms-atl1e package then on the next boot your Ethernet will stop working. Install the kernel-laptop-latest and kernel-laptop-devel-latest packages and the dkms-atl1e packages first.