ALT Linux Community general discussions
 help / color / mirror / Atom feed
* [mdk-re] Сетевая карта COMPEX ReadyLINK Express 10/100
@ 2001-01-24  7:54 Yuri V. Anikin
  2001-01-24  8:19 ` [mdk-re] " Dmitry V. Levin
  0 siblings, 1 reply; 2+ messages in thread
From: Yuri V. Anikin @ 2001-01-24  7:54 UTC (permalink / raw)
  To: Список
	рассылки MDK RE
  Cc: Administrators of MKS

[-- Attachment #1: Type: TEXT/PLAIN, Size: 678 bytes --]

Есть сетевая карта (subject), с ней идет драйвер под RH. Необходимо
откомпилировать модуль заново по следующим причинам: драйвер под MDK 7.0RE
есть только rtl8139, который по умолчанию при загрузке работает Full
Duplex, что мне совсем не надо. Однако в прикладываемой инструкции по
установке есть ошибки: неверные имена модуля (вместо re100tx.c
rtl8139.c) и др. При попытке внести изменения компиляция все равно не
идет. Что посоветуете?

With best regards,     
Yuri V. Anikin | Media Education Center | E-mail:  ayv@mec.citytlt.ru
Sysadmin       | Leninskiy prospect, 20 | tel:     +7(8482)327787 
               | Togliatti              | tel/fax: +7(8482)327340

[-- Attachment #2: Type: TEXT/plain, Size: 3130 bytes --]

Installing Compex LAN driver for Linux RedHat\r
ÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ\r
\r
Recompilation of the driver is needed when operate in different release or\r
version of Linux.\r
<lan driver.c> is the name of the driver source file with .c\r
               e.g. re100tx.c\r
<lan driver.o> is the compiled driver in with a .o\r
               e.g. re100tx.o\r
<lan driver devicename> is the name of the .o file but without the .o\r
               e.g. re100tx\r
< x.x.xx > is the Linux version number.\r
               e.g. 2.3.34-1\r
\r
Installation\r
ÄÄÄÄÄÄÄÄÄÄÄ\r
1) Copy the driver source code to the right directory,\r
             cp /mnt/floppy/<lan driver.c> /usr/src/linux\r
\r
2) Compile the source code by entering as shown.\r
     cd /usr/src/linux\r
\r
   For single CPU machine enter as follows:\r
     gcc -DMODULE -D__KERNEL__ -Wall -Wstrict-prototypes -O6 -c rtl8139.c `[ -f /usr/include/linux/modversions.h ] && echo -DMODVERSIONS`\r
\r
   For multiple CPU machine enter as follows:\r
     gcc -D__SMP__ -DMODULE -D__KERNEL__ -Wall -Wstrict-prototypes -O6 -c rtl8139.c `[ -f /usr/include/linux/modversions.h ] && echo -DMODVERSIONS`\r
   \r
3) Install the module to the right directory,\r
       install -m 644 <lan driver.o>/lib/modules/x.x.xx/net/\r
   where x.x.xx is the version of Linux OS version\r
     e.g. if Red Hat version 2.3.34-1,\r
       install -m 644 re100tx.o /lib/modules/2.3.34-1/net/\r
     \r
4) Edit using vi the file /etc/conf.modules to add an entry for the card,\r
     \r
        alias eth0 <lan driver devicename>\r
     \r
5) Reboot system:\r
        /sbin/shutdown -r now\r
     \r
6) Config the network,\r
  a) Start X-window by executing, startx\r
  b) Start network config utility by clicking on Network Config icon\r
     or run command, netcfg in terminal window,\r
  c) Goto Interface, there should be an entry, eth0\r
  d) Double click to edit this entry.\r
  e) Set the parameters.\r
     These parameters are just for illustration only. Get the correct IP\r
     address and netmask from your system administrator.\r
           IP address: 192.168.1.12 netmask: 255.255.255.0\r
  f) Check to select on the following:\r
         (X) - Active interface at boot time\r
         (X) - Allow any user to (de)active interface\r
         (X) - Interface configuration\r
       Protocol: none\r
     Then click Done and save the config.\r
     \r
Troubleshooting Hints:\r
ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ\r
1. When system is booting there should be message loading the driver.\r
2. After system is booted excute command dmesg, there should be info\r
   on the card as in file dmesg.txt or excute ifconfig command will show\r
   the message in file ifconfig.txt\r
3. Then, you can PING the loopback IP or other IP devices on LAN.\r
   If there's no such message above then pls go back to netcftg | X-window\r
   to see if all 4 ports are able to be manually activated.\r
   Also you can manually activate the ports eth0 to eth3 as shown,\r
\r
        insmod -o eth0 /lib/modules/x.x.xx/net/<lan driver.o>\r
\r
   Also check that the card is inserted properly in the slot.\r
\r

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [mdk-re] Re: [mdk-re] Сетевая карта COMPEX ReadyLINK Express 10/100
  2001-01-24  7:54 [mdk-re] Сетевая карта COMPEX ReadyLINK Express 10/100 Yuri V. Anikin
@ 2001-01-24  8:19 ` Dmitry V. Levin
  0 siblings, 0 replies; 2+ messages in thread
From: Dmitry V. Levin @ 2001-01-24  8:19 UTC (permalink / raw)
  To: Linux-Mandrake Russian Edition Mailing List

[-- Attachment #1: Type: text/plain, Size: 1062 bytes --]

On Wed, Jan 24, 2001 at 08:54:04AM +0400, Yuri V. Anikin wrote:
> Есть сетевая карта (subject), с ней идет драйвер под RH. Необходимо
> откомпилировать модуль заново по следующим причинам: драйвер под MDK 7.0RE
> есть только rtl8139, который по умолчанию при загрузке работает Full
> Duplex, что мне совсем не надо. Однако в прикладываемой инструкции по
> установке есть ошибки: неверные имена модуля (вместо re100tx.c
> rtl8139.c) и др. При попытке внести изменения компиляция все равно не
> идет. Что посоветуете?

Поставьте ядро из Sisyphus (2.2.18-ipl1mdk) - в нем, в частности,
обновлен и модуль rtl8139.


Regards,
	Dmitry

+-------------------------------------------------------------------------+
Dmitry V. Levin     mailto://ldv@fandra.org
Software Engineer   PGP pubkey http://www.fandra.org/users/ldv/pgpkeys.html
IPLabs Linux Team   http://linux.iplabs.ru
Fandra Project      http://www.fandra.org
+-------------------------------------------------------------------------+
UNIX is user friendly. It's just very selective about who its friends are.

[-- Attachment #2: Type: application/pgp-signature, Size: 232 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2001-01-24  8:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-01-24  7:54 [mdk-re] Сетевая карта COMPEX ReadyLINK Express 10/100 Yuri V. Anikin
2001-01-24  8:19 ` [mdk-re] " Dmitry V. Levin

ALT Linux Community general discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 community community/ http://lore.altlinux.org/community \
		mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
	public-inbox-index community

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.community


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git