Placa de rede

1. Placa de rede

Djalma Dias Dantas
icecold

(usa Ubuntu)

Enviado em 25/10/2008 - 23:32h

Boa noite pessoal.
Estou aqui novamente com mais uma dúvida e solicito encarecidamente vossa ajuda. Instalei o ubuntu em outra máquina e correu tudo bem. O problema: esta máquina está sem acesso a internet e a minha placa de rede é off board. Tenho o cd com o driver para linux, porém, quando tento executar o comando ./configure recebo a mensagem de erro que o comando ou diretório é inválido. Como faço para instalar esta placa de rede? Qual procedimento devo tomar?


  


2. Boa Dica

Andre
andrevinix

(usa Ubuntu)

Enviado em 26/10/2008 - 08:48h

Oi amigo, dê uma olhada neste link, que acredito que vai lhe ajudar muito:

http://www.vivaolinux.com.br/topico/UbuntuBR/compilacao-de-drivers-no-ubuntu

Se consegui, aguardo resposta.
Boa sorte!


3. Meu caro.

Igor de Oliveira Ganem
iganem

(usa Slackware)

Enviado em 26/10/2008 - 09:24h

Existem alguns drivers que têm esse problema, portanto procure, ao descompacta-lo, a pasta source, provavelmente vc nao terá necessidade de executar o ./configure, geralmente o make e/ou o make install ja instalam o modulo.
Então é só subi-lo.
Abraço!


4. Re: Placa de rede

Djalma Dias Dantas
icecold

(usa Ubuntu)

Enviado em 27/10/2008 - 20:15h

Segue as informações que constam no arquivo readme.txt


*************************************************
** Silan SC92031 PCI Fast Ethernet Adapter **
** **
** LINUX driver **
*************************************************

Introduction:
=============

The instructions are for linux driver installation. You must
compile the source code to generate sc92031.o and use insmod command to
insert sc92031.o as module.

Contents of the Subdirectory:
=============================

readme.txt This file.
sc92031.c The linux core driver source code file
Makefile Makefile for generating driver object file

Kernel Supported
================
This driver support linux kernel version 2.4.x/2.5.x now.

Installation
============
1) Create a temporary directory:
# mkdir /temp

2) Change to the temporary directory:
#cd /temp

3) Copy driver (sl_linux.tgz) from CD-ROM to the temporary directory, and follow the commands:
# mount -t iso9660 /dev/cdrom /mnt
# cp /mnt/sl_linux.tgz /temp

4) untar the archive file:
# tar xzvf sl_linux.tgz
# cd sc92031

5) Compile the driver source files and it will generate sc92031.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/)
# make install

6) 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 :
alias eth# sc92031

7) Reboot now:
shutdown -r now

8) 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 sc92031.o

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

Module Parameter:
=================
The following parameters can be set when we install the driver module. You can add this parameters when
you execute 'insmod' command to install the driver
# insmod sc92031.o work_node =0x00

work_mode
work_mode is used for setting the speed and duplex mode of NIC.Value is as followed:
Autoselect 0x00
M10-half 0x01
M10-full 0x02
M100-half 0x04
M100-full 0x08

If you want to use other modes,it can be changed by the following steps:
# ifdown eth0
# rmmod sc92031
# insmod sc92031.o work_mode= ****



5. Re: Placa de rede

Djalma Dias Dantas
icecold

(usa Ubuntu)

Enviado em 27/10/2008 - 21:58h

Não consegui instalar o ndiswrapper
Por favor, mais alguma sugestão?


6. Re: Placa de rede

Djalma Dias Dantas
icecold

(usa Ubuntu)

Enviado em 29/10/2008 - 19:44h

Por favor, alguem tem mais alguma sugestão pra me passar. Não consigo instalar a placa de rede


7. Não Funciona em Kernel 2.6

Perfil removido
removido

(usa Nenhuma)

Enviado em 29/10/2008 - 20:38h

Olá,

Se vc observar o próprio drive que está tentando compilar é para o kernel 2.4 ou 2.5.

This driver support linux kernel version 2.4.x/2.5.x now.

Fiz uma pesquisa na NET e vi que é osso fazer essa sua placa de rede funcionar no Linux. Sinceramente, talvez o trabalho de compilar o drive, o kernel e sabe mais o quê não compense. Caso possa comprar uma outra placa de rede REALTEK 8139A/B/C ou D não terá tanta dor de cabeça. Essa placa pode até ser usada de algum amigo que possa dispor. Você não vai gastar mais que 15 Reais.

OK ! Agora caso queira tentar achei essa solução:

http://www.debianfordummies.org/wiki/index.php/Encore_–_ENL832-TX-icnt_-_chipset_Realtek_8139D_falso...

Nesse blog tem um link que leva até ao drive escrito por um desenvolvedor não oficial.

Espero que consiga,

Boa Sorte.

Unasi






Patrocínio

Site hospedado pelo provedor RedeHost.
Linux banner

Destaques

Artigos

Dicas

Tópicos

Top 10 do mês

Scripts