Доброго времени суток!
Помогите пожалуйста тупому форточнику
Ubuntu 5.04
не могу установить драйвер для сетевой карточки (встроенной)
мать Asus P5LD2
есть диск с драйвером
делал всё по пунктам из ридми:
Preparing the Driver Installation Package
============================================
Before the sk98lin driver installation script can be invoked, the
installation package needs to be unpacked:
1. Login as 'root'.
2. Unpack the driver installation package using the command
# tar xfvj install-???.tar.bz2
or
# bunzip2 -c install-???.tar.bz2 | tar xfv -
***
5 Driver Installation
======================
1. After the driver installation package is unpacked, type the following
commands to start the sk98lin driver build process:
# cd DriverInstall
# ./install.sh
2. Select the driver installation mode (see following subchapters).
3. Wait for the driver build process to finish.
Depending on the installation mode you selected, the driver is either
compiled and installed or a kernel patch is generated.
***
............................ дальше из трёх возможных пунктов выбрал Patch Generation
(другие 2 не подошли(User Installation Mode и Expert Installation Mode))
в ридми пишут что для Patch Generation and Recompilation of the Kernel надо выполнить:
(скачал кернел 2.6.17)
пытался всё делать как написано
Patch Generation and Recompilation of the Kernel
===================================================
If a new patch has been created using the sk98lin driver installation
script,
- it needs to be applied against the Linux kernel sources
and
- the Linux kernel has to be recompiled in order to use the
sk98lin driver.
***
6.1 Downloading and Unpacking the Linux Kernel
-----------------------------------------------
Before the sk98lin driver installation script is used to generate
a driver patch, a Linux kernel needs to be installed. If you already have
installed a Linux kernel in the directory /usr/src, you can skip this
paragraph and immediately continue with the paragraph describing
how to apply the patch against the Linux kernel.
To patch the Linux Kernel, proceed as follows:
1. Login as 'root'.
2. Download the original Linux source code named linux-a.b.c.tar.bz
from ftp.kernel.org into the directory /usr/src
3. Go to the directory /usr/src and remove all symbolic links to old
Linux sources using the commands:
# cd /usr/src
# rm linux
4. Unpack the original Linux source code using the command:
# tar xvjf linux-a.b.c.tar.bz
After the sources have been installed, they can be found in a
directory named /usr/src/linux-a.b.c or /usr/src/linux.
5. If the symbolic link to the target kernel source directory
(/usr/src/linux) does not exist, create it manually with the
following commands:
# cd /usr/src
# ln -s linux.a.b.c linux
***
6.2 Generating the Driver Patch
--------------------------------
1. Run the the sk98lin driver installation script.
2. Choose "gererate patch".
3. Follow the instructions of the install script.
***
6.3 Applying the Driver Patch
------------------------------
To apply the generated Patch into the kernel use the following
commands:
# cd /usr/src/linux
# cat /patch-location/sk98lin__vX.XX_a_b_c_patch | patch -p1
***
Далее делал Configuring the Linux Kernel командой
# make gconfig (так написано в ридми)
не получилось
вот что пишет
Unable to find the GTK+ installation. Please make sure that
* the GTK+ 2.0 development package is correctly installed...
* You need gtk+-2.0, glib-2.0 and libglade-2.0.
*
пытался ставить gtk+-2.0, glib-2.0 and libglade-2.0.
но начинает ругаться на отсутствие других пакетов
ЧТО ДЕЛНТЬ???