Re: Placas de Rede NE2000
posix <posix-mtQADfWL3nkFY32ut35Ew1/I71DsQ//[email protected]>
| Newsgroups | gmane.org.user-groups.linux.parana |
|---|---|
| Message-ID | <[email protected]> |
Ulisses O. Silva wrote: > Ola! > Alguem saberia me informar como e que instalo uma placa Ne 2000 no > Kurumin? > E onde consigo os Drivers necessarios? > Ao Instalar o sistema ele nao consegue detectar-la. > > Obrigado. > > Ulisses Oliveira > > [As partes desta mensagem que não continham texto foram removidas] > > > *Links do Yahoo! Grupos* > > * Para visitar o site do seu grupo na web, acesse: > http://br.groups.yahoo.com/group/linux-pr/ > > * Para sair deste grupo, envie um e-mail para: > linux-pr-unsubscribe-EYaqaC9dFX8MqA7zqLjoiV/I71DsQ//[email protected] > <mailto:linux-pr-unsubscribe-EYaqaC9dFX8MqA7zqLjoiV/I71DsQ//[email protected]?subject=Unsubscribe> > > * O uso que você faz do Yahoo! Grupos está sujeito aos Termos do > Serviço do Yahoo! <http://br.yahoo.com/info/utos.html>. > > Ulisses, por essa placa de rede ser um pouco antiga, algumas distribuicoes nao estao suportando-a em seu kernel padrao. Tente carregar o modulo da mesma com o comando modprobe ne2k-pci. Caso o módulo não seja encontrado, voce vai precisar recompilar como modulo ou builtin no kernel. PCI NE2000 and clones support CONFIG_NE2K_PCI This driver is for NE2000 compatible PCI cards. It will not work with ISA NE2000 cards (they have their own driver, "NE2000/NE1000 support" below). If you have a PCI NE2000 network (Ethernet) card, say Y and read the Ethernet-HOWTO, available from <http://www.tldp.org/docs.html#howto>. This driver also works for the following NE2000 clone cards: RealTek RTL-8029 Winbond 89C940 Compex RL2000 KTI ET32P2 NetVin NV5000SC Via 86C926 SureCom NE34 Winbond Holtek HT80232 Holtek HT80229 This driver is also available as a module ( = code which can be inserted in and removed from the running kernel whenever you want). The module will be called ne2k-pci.o. If you want to compile it as a module, say M here and read <file:Documentation/modules.txt> as well as <file:Documentation/networking/net-modules.txt>. Fabio.