URL: https://www.opennet.me/cgi-bin/openforum/vsluhboard.cgi
Форум: vsluhforumID1
Нить номер: 45889
[ Назад ]

Исходное сообщение
"как установить драйвер сетевой карты"

Отправлено kasper , 07-Июл-04 16:20 
как установить драйвер сетевой карты
Непойму что надо сделать..и как...?????

4) Compile the driver source files and it will generate rhinefet.o, and
       copy it to correct driver installation path (The installation directory
       is different in different kernel versions. In 2.4.x kernel, the path is
       /lib/modules/KERNEL_VERSION/kernel/drivers/net/, and in 2.2.x kernel,
       the path is /lib/modules/KERNEL_VERSION/net/, the KERNEL_VERSION (see
       above) means the kernel version of your Linux distribution. If you don't
       know your kernel version , please run 'uname -r' command in command
       line. The kernel version will look like '2.2.16', '2.4.2-2smp' etc.) :
        make install

пожалуста обясните чайнику.....
Заранее благодарю...


Содержание

Сообщения в этом обсуждении
"как установить драйвер сетевой карты"
Отправлено Brainbug , 07-Июл-04 16:32 
>как установить драйвер сетевой карты
>Непойму что надо сделать..и как...?????
>
>
>
>4) Compile the driver source files and it will generate rhinefet.o, and
>
>       copy it to correct driver
>installation path (The installation directory
>       is different in different kernel
>versions. In 2.4.x kernel, the path is
>       /lib/modules/KERNEL_VERSION/kernel/drivers/net/, and in 2.2.x kernel,
>
>       the path is /lib/modules/KERNEL_VERSION/net/, the
>KERNEL_VERSION (see
>       above) means the kernel version
>of your Linux distribution. If you don't
>       know your kernel version ,
>please run 'uname -r' command in command
>       line. The kernel version will
>look like '2.2.16', '2.4.2-2smp' etc.) :
>        make install
>
>
>
>пожалуста обясните чайнику.....
>Заранее благодарю...
Angliskim jazikom ze napisano:
1) Compile the driver source files
2) Copy rhinefet.o to correct driver installation path (zavisit ot jadra, dla 2.4.x - /lib/modules/KERNEL_VERSION/kernel/drivers/net/, dla 2.2.x - /lib/modules/KERNEL_VERSION/net/, gde KERNEL_VERSION - versija jadra )
3) Potom zagruzaje6 draivek kak modul (man insmod, man lsmod, man rmmod)
4) Konfiguri6 kartu.


"как установить драйвер сетевой карты"
Отправлено kasper , 07-Июл-04 16:39 
>>как установить драйвер сетевой карты
>>Непойму что надо сделать..и как...?????
>>
>>
>>
>>4) Compile the driver source files and it will generate rhinefet.o, and
>>
>>       copy it to correct driver
>>installation path (The installation directory
>>       is different in different kernel
>>versions. In 2.4.x kernel, the path is
>>       /lib/modules/KERNEL_VERSION/kernel/drivers/net/, and in 2.2.x kernel,
>>
>>       the path is /lib/modules/KERNEL_VERSION/net/, the
>>KERNEL_VERSION (see
>>       above) means the kernel version
>>of your Linux distribution. If you don't
>>       know your kernel version ,
>>please run 'uname -r' command in command
>>       line. The kernel version will
>>look like '2.2.16', '2.4.2-2smp' etc.) :
>>        make install
>>
>>
>>
>>пожалуста обясните чайнику.....
>>Заранее благодарю...
>Angliskim jazikom ze napisano:
>1) Compile the driver source files
>2) Copy rhinefet.o to correct driver installation path (zavisit ot jadra, dla
>2.4.x - /lib/modules/KERNEL_VERSION/kernel/drivers/net/, dla 2.2.x - /lib/modules/KERNEL_VERSION/net/, gde KERNEL_VERSION - versija
>jadra )
>3) Potom zagruzaje6 draivek kak modul (man insmod, man lsmod, man rmmod)
>
>4) Konfiguri6 kartu.


Как это сделать?????
1) Compile the driver source files

есть...

linux.txt               This file.
    rhine_main.c        The linux core driver source code file
    rhine_proc.c        The linux core driver source code file
    rhine_wol.c             The linux core driver source code file
    rhine_drv.h            The linux core dirver header file
    rhine_wol.h                The linux core driver header file
    rhine_proc.h        The linux core driver header file
    rhine.h                 The linux core driver header file
    Makefile                Makefile for generating driver object file
    rhine_vmns.c            The vmns driver support source file
    rhine_vmns.h            The vmns driver support header file
    rhine_cfg.h             The vmns driver support header file
    kcompat.h            The linux core driver header file
и как его собрать????


"как установить драйвер сетевой карты"
Отправлено Brainbug , 07-Июл-04 16:42 
>>>как установить драйвер сетевой карты
>>>Непойму что надо сделать..и как...?????
>>>
>>>
>>>
>>>4) Compile the driver source files and it will generate rhinefet.o, and
>>>
>>>       copy it to correct driver
>>>installation path (The installation directory
>>>       is different in different kernel
>>>versions. In 2.4.x kernel, the path is
>>>       /lib/modules/KERNEL_VERSION/kernel/drivers/net/, and in 2.2.x kernel,
>>>
>>>       the path is /lib/modules/KERNEL_VERSION/net/, the
>>>KERNEL_VERSION (see
>>>       above) means the kernel version
>>>of your Linux distribution. If you don't
>>>       know your kernel version ,
>>>please run 'uname -r' command in command
>>>       line. The kernel version will
>>>look like '2.2.16', '2.4.2-2smp' etc.) :
>>>        make install
>>>
>>>
>>>
>>>пожалуста обясните чайнику.....
>>>Заранее благодарю...
>>Angliskim jazikom ze napisano:
>>1) Compile the driver source files
>>2) Copy rhinefet.o to correct driver installation path (zavisit ot jadra, dla
>>2.4.x - /lib/modules/KERNEL_VERSION/kernel/drivers/net/, dla 2.2.x - /lib/modules/KERNEL_VERSION/net/, gde KERNEL_VERSION - versija
>>jadra )
>>3) Potom zagruzaje6 draivek kak modul (man insmod, man lsmod, man rmmod)
>>
>>4) Konfiguri6 kartu.
>
>
>
>
>
>
>
>
>Как это сделать?????
>1) Compile the driver source files
>
>есть...
>
>linux.txt            
>   This file.
>    rhine_main.c     The linux core
>driver source code file
>    rhine_proc.c     The linux core
>driver source code file
>    rhine_wol.c        
>     The linux core driver source code
>file
>    rhine_drv.h      The linux
>core dirver header file
>    rhine_wol.h        
>     The linux core driver header file
>
>    rhine_proc.h     The linux core
>driver header file
>    rhine.h        
>         The linux
>core driver header file
>    Makefile        
>        Makefile for generating
>driver object file
>    rhine_vmns.c        
>    The vmns driver support source file
>    rhine_vmns.h        
>    The vmns driver support header file
>    rhine_cfg.h        
>     The vmns driver support header file
>
>    kcompat.h      The linux
>core driver header file
> и как его собрать????

Samoje prostoje - make.


"как установить драйвер сетевой карты"
Отправлено kasper , 07-Июл-04 16:48 
Не проходит ....пишет
Makefile:29: *** Linux kernel source not found.  Останов.

"как установить драйвер сетевой карты"
Отправлено Brainbug , 07-Июл-04 16:51 
>Не проходит ....пишет
>Makefile:29: *** Linux kernel source not found.  Останов.

Ishodniki jadra postav.


"как установить драйвер сетевой карты"
Отправлено kasper , 07-Июл-04 16:53 
>>Не проходит ....пишет
>>Makefile:29: *** Linux kernel source not found.  Останов.
>
>Ishodniki jadra postav.

Откуда с дистрибутива????? и как ???


"как установить драйвер сетевой карты"
Отправлено Brainbug , 08-Июл-04 10:15 
>>>Не проходит ....пишет
>>>Makefile:29: *** Linux kernel source not found.  Останов.
>>
>>Ishodniki jadra postav.
>
>Откуда с дистрибутива????? и как ???

Moze6 s distributiva, 4to budet korektnei. Moze6 ska4at i tak razarhivirovat i v nuznoje mesto polozit.

P.S. Kakaja sistema ?


"как установить драйвер сетевой карты"
Отправлено kasper , 09-Июл-04 08:29 
>>>>Не проходит ....пишет
>>>>Makefile:29: *** Linux kernel source not found.  Останов.
>>>
>>>Ishodniki jadra postav.
>>
>>Откуда с дистрибутива????? и как ???
>
>Moze6 s distributiva, 4to budet korektnei. Moze6 ska4at i tak razarhivirovat i
>v nuznoje mesto polozit.
>
>P.S. Kakaja sistema ?

asplinux 7.1
linux-2.4.9-13


"как установить драйвер сетевой карты"
Отправлено Brainbug , 09-Июл-04 09:59 
>>>>>Не проходит ....пишет
>>>>>Makefile:29: *** Linux kernel source not found.  Останов.
>>>>
>>>>Ishodniki jadra postav.
>>>
>>>Откуда с дистрибутива????? и как ???
>>
>>Moze6 s distributiva, 4to budet korektnei. Moze6 ska4at i tak razarhivirovat i
>>v nuznoje mesto polozit.
>>
>>P.S. Kakaja sistema ?
>
>asplinux 7.1
>linux-2.4.9-13

ASP po mojemu zhe bil na RPM'ah osnovan. Tak tem boleje delat ne4ego. S distributivom idut ishodniki, poi6i v paketah, postav i vse.


"как установить драйвер сетевой карты"
Отправлено kasper , 09-Июл-04 11:20 
да на rpm... но я немогу понять Как мне связать исходник драйвера (что бы создать модуль) с ядром....(Linux kernel source not found.  Останов.)
Заранее извеняюсь....
И что искать в дистрибутиве kernel-....rpm ?????  :(

"как установить драйвер сетевой карты"
Отправлено Brainbug , 09-Июл-04 11:41 
>да на rpm... но я немогу понять Как мне связать исходник драйвера
>(что бы создать модуль) с ядром....(Linux kernel source not found.  
>Останов.)
>Заранее извеняюсь....
>И что искать в дистрибутиве kernel-....rpm ?????  :(

Tebe ni4ego ne nado svazivat.
Est ishodniki draivera. Est ishodniki jadra. V ishodnikas draivera ispolzujutca funkcii/strukturi dannih i mnogo 4ego e6e, 4to realizovano v jadre. Tak vot 4tobi 100 raz ne prepisivat vse eto delo ispolzujut vse gotovoje to 4to est v jadre. No dla togo 4tobi eto vse ispolzovat estestvenno neobhodimi ishodniki samogo jadra. I tebja ih net, poetomu on i vivalivajetca pri kompilacii draivera s o6ibkoi.

P.S. V RH 9.0 ishodniki v kernel-source-<version>.<arch>.rpm. V ASP ne znaju, nikogda ne polzovalsa, no dumaju toze samoje ili ooo4en pohoze.


"как установить драйвер сетевой карты"
Отправлено kasper , 09-Июл-04 12:04 
я благодарен тебе дружище.
Деиствительно небыл установлен kernel-source...
Огромное спасибо!!!!

"как установить драйвер сетевой карты"
Отправлено Brainbug , 09-Июл-04 12:20 
>я благодарен тебе дружище.
>Деиствительно небыл установлен kernel-source...
>Огромное спасибо!!!!

Nosite na zdorovje :)


"как установить драйвер сетевой карты"
Отправлено Крот , 08-Июл-04 00:58 
Вопрос конечно не по-теме, но всё-так... Каспер, ты случаем не из гр. АЕ-037??? Если вопрос покажется странным, можешь не отвечать...