RE: Driver placa de red

2004-09-30 Por tema fredfoam
Creo que los drivers de esa tarjeta estan en el Kernel 2.4.x, puede ser 
una
buena idea bajarte las fuentes y recompilar un nuevo kernel e incluir de
paso el soporte a tu tarjeta de red. Veo que utilizas el kernel que viene
por defecto en la instalacion.

Fredfoam

-Mensaje original-
De: Diego A. Gomez [mailto:[EMAIL PROTECTED]
Enviado el: jueves, 30 de septiembre de 2004 1:01
Para: Lista Debian
Asunto: Re: Driver placa de red


--- Fernando Cosso [EMAIL PROTECTED] wrote:
 (.)
 les agradeceria q alguien me de los pasos para
 compilar los drivers para debian 3.0 r2 kernel 2.4.18bf2.4, ya que en el
 txt que viene con la placa explica todo menos eso. Gracias y saludos.
 este es el txt que viene con la placa:

 **
 **
 **  VIA Rhine Family Fast Ethernet Adapter
 **
 **  Linux Driver
 **
 **  v4.22  Aug. 2002
 **
 **

 (...)
 Installation
 
 Please enter the following commands at the UNIX prompt. Remember,
 UNIX is
 case sensitive.

 1) Create a temporary directory:
 mkdir /temp

 2) Change to the temporary directory:
 cd /temp

 2) Copy driver (rhinefet.tgz) from DOS disk, (mcopy below is one
 tool in
mtools, if you didn't install mtools, you can type
'mount -t msdos /dev/fd0 /mnt' and use 'cp /mnt/rhinefet.tgz
 /temp'
command to copy the driver to the temporary directory):
 mcopy a:rhinefet.tgz .

 3) untar the archive file:

 tar xzvf rhinefet.tgz
 cd rhinefet

 4) Compile the driver source files and it will generate rhinefet.o,
 and  // Aca es donde no dice como compilarlo y me quede
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

 5) Check configuration file (/etc/modules.conf or
 /etc/conf.modules,it
depend on your Linux distribution) for loading kernel modules.
 Make sure
there is the following content in the configuration file, where #
 is
interface number (eg: alias eth0 rhinefet):
 alias eth# rhinefet

 6) Reboot now:
 shutdown -r now

 7) Install your driver module (If the driver module is in the wrong
 place,
an error message will appear, and say that can't find the driver
module):
 insmod rhinefet

 8) Use ifconfig command to assign the IP address, where # is network

interface number:
 ifconfig eth# IP

 9) Check the interface works:
 ping remote_host_IP


 Uninstallation
 ==
 Please enter the following commands to uninstall your driver:
 make uninstall
 y asi sigue

Csmo que no estan explicados los pasos de la compilacisn e instalacisn de
los drivers??

A mi entender esta bien clarito.. ;)

Todos los pasos hasta ahm descriptos son para compilar e instalar los
drivers de esa placa de red...

Si en algo mas te puedo ayudar pega el grito ;)

Saludos y suerte!

--
Diego.-

=
No he venido, amigos mmos, a robarles el corazsn...
Julio cisar. (acto III, escena II)




__
Do you Yahoo!?
New and Improved Yahoo! Mail - 100MB free storage!
http://promotions.yahoo.com/new_mail


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact
[EMAIL PROTECTED]




Re: Driver placa de red

2004-09-29 Por tema Diego A. Gomez
--- Fernando Cosso [EMAIL PROTECTED] wrote:
 (.)
 les agradeceria q alguien me de los pasos para
 compilar los drivers para debian 3.0 r2 kernel 2.4.18bf2.4, ya que en el
 txt que viene con la placa explica todo menos eso. Gracias y saludos.
 este es el txt que viene con la placa:
 
 **
 **
 **  VIA Rhine Family Fast Ethernet Adapter
 **
 **  Linux Driver
 **
 **  v4.22  Aug. 2002
 **
 **
  
 (...)  
 Installation
 
 Please enter the following commands at the UNIX prompt. Remember,
 UNIX is
 case sensitive.
 
 1) Create a temporary directory:
 mkdir /temp
 
 2) Change to the temporary directory:
 cd /temp
 
 2) Copy driver (rhinefet.tgz) from DOS disk, (mcopy below is one
 tool in
mtools, if you didn't install mtools, you can type 
'mount -t msdos /dev/fd0 /mnt' and use 'cp /mnt/rhinefet.tgz
 /temp'
command to copy the driver to the temporary directory):
 mcopy a:rhinefet.tgz .
 
 3) untar the archive file:
 
 tar xzvf rhinefet.tgz
 cd rhinefet
  
 4) Compile the driver source files and it will generate rhinefet.o,
 and  // Aca es donde no dice como compilarlo y me quede
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
 
 5) Check configuration file (/etc/modules.conf or
 /etc/conf.modules,it 
depend on your Linux distribution) for loading kernel modules.
 Make sure
there is the following content in the configuration file, where #
 is 
interface number (eg: alias eth0 rhinefet):
 alias eth# rhinefet
 
 6) Reboot now:
 shutdown -r now
 
 7) Install your driver module (If the driver module is in the wrong
 place,
an error message will appear, and say that can't find the driver 
module):
 insmod rhinefet
 
 8) Use ifconfig command to assign the IP address, where # is network
 
interface number:
 ifconfig eth# IP
 
 9) Check the interface works:
 ping remote_host_IP
 
 
 Uninstallation
 ==
 Please enter the following commands to uninstall your driver:
 make uninstall
 y asi sigue

Cómo que no están explicados los pasos de la compilación e instalación de
los drivers??

A mi entender está bien clarito.. ;)

Todos los pasos hasta ahí descriptos son para compilar e instalar los
drivers de esa placa de red...

Si en algo más te puedo ayudar pega el grito ;)

Saludos y suerte!

--
Diego.-

=
No he venido, amigos míos, a robarles el corazón...
Julio césar. (acto III, escena II)




__
Do you Yahoo!?
New and Improved Yahoo! Mail - 100MB free storage!
http://promotions.yahoo.com/new_mail 



Re: driver placa de red 3c90x ( 3com)

2002-02-12 Por tema Shun Yin Tong
hola, que debian usa potato?
yo instale potato hacer como 1 mes con potato r2, y no
me reconocio las tarjetas, tuve que instalar con
potato r3, alli si instale sin problema.

saludos

hk

 --- Roberto Pereyra [EMAIL PROTECTED]
escribió:  -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 
 Hola a todos
 
 alguien ha podido instalar debian con una placa de
 red
 3com de la serie 3c90x ?
 
 La distribucion aparentemente no trae el driver.
 
 Alguien tiene alguna pista ?


_
Do You Yahoo!?
Información de Estados Unidos y América Latina, en Yahoo! Noticias.
Visítanos en http://noticias.espanol.yahoo.com



Re: driver placa de red 3c90x ( 3com)

2002-02-11 Por tema Favio
On Mon, 11 Feb 2002 08:19:54 -0300 (ARST)
Roberto Pereyra [EMAIL PROTECTED] wrote:

 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 
 Hola a todos
 
 alguien ha podido instalar debian con una placa de red
 3com de la serie 3c90x ?
 
 La distribucion aparentemente no trae el driver.

el módulo es 3c59x.o
puede confurndirte el nombre, pero es ese
si lo configuras con modconf debería aparecerte que soporta las placas de la 
serie 3c90x

sds

[EMAIL PROTECTED]

--
   Un Ser Humano debería ser capaz de cambiar un pañal, planear una invasión,
despiezar un cerdo, ensamblar una barca, diseñar un edificio, escribir un
soneto, hacer un balance, levantar una pared, expresarse en otro idioma,
remendar un hueso roto, confortar a un moribundo, obedecer órdenes, dar
órdenes, cooperar, actuar en solitario, resolver ecuaciones, analizar un
nuevo problema, esparcir estiercol, manejar un ordenador, cocinar una comida
sabrosa, sufrir con entereza, luchar eficientemente.
   La especialización es para los insectos. 
  -- Robert A. Heinlein



RE: driver placa de red 3c90x ( 3com)

2002-02-11 Por tema Dario
modprobe 3c59x

SALU2
Dario
- Original message 
From: Roberto Pereyra [EMAIL PROTECTED]
To: debian-user-spanish@lists.debian.org
debian-user-spanish@lists.debian.org
Subject: driver placa de red 3c90x ( 3com)
Date: 02-11-02 10:49

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


Hola a todos

alguien ha podido instalar debian con una placa de red
3com de la serie 3c90x ?

La distribucion aparentemente no trae el driver.

Alguien tiene alguna pista ?


gracias de antemano


roberto pereyra

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.1 (GNU/Linux)
Comment: Made with pgp4pine 1.76

iD8DBQE8Z6jhPkjGCbtD4zcRAv2HAJ0Rl7O11NUnupnzzS9/CfQlpYk95ACgtwO8
UJ4qQFb4h2blKY8uZqCm5Vc=
=97IE
-END PGP SIGNATURE-



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact
[EMAIL PROTECTED]


This mail was sent by UebiMiau 2.5



Re: driver placa de red 3c90x ( 3com)

2002-02-11 Por tema Usuario de trabajo

Roberto Pereyra wrote:


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


Hola a todos

alguien ha podido instalar debian con una placa de red
3com de la serie 3c90x ?

La distribucion aparentemente no trae el driver.

Alguien tiene alguna pista ?


gracias de antemano


roberto pereyra

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.1 (GNU/Linux)
Comment: Made with pgp4pine 1.76

iD8DBQE8Z6jhPkjGCbtD4zcRAv2HAJ0Rl7O11NUnupnzzS9/CfQlpYk95ACgtwO8
UJ4qQFb4h2blKY8uZqCm5Vc=
=97IE
-END PGP SIGNATURE-




Ejecutas como root modconf y en la seccion net 3c59x y ya esta