[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Speedy na debian 2.2.r3 Potato



Ola Lista,

Tenho uma placa SURECOM (desconhecida no linux), mas que vem com o driver
e o modulo e um passo a passo.

Aqui esta o passo a passo da instalação da placa?

-----------------------------------------

Installation:

  1. copy the source code fealnx.c to Linux,

  2. compile the source code, the instruction for compiling the driver is
     as follows:

        #gcc -DMODULE -D__KERNEL__ -I/usr/src/linux/net/inet -Wall
             -Wstrict-prototypes -O6 -c fealnx.c

  3. insert the driver as module,

        #insmod fealnx.o

  4. bind your card to an IP address

        #ifconfig eth0 ${IPADDR} broadcast ${BROADCAST} netmask ${NETMASK}

  5. add your card to IP routing table,

        #route add -net ${NETWORK} netmask ${NETMADK} eth0

  6. now, you should be able to ping local network.

--------------------------------------------------------

Perguntas:

1) Eu posso por qualquer IP aqui ${IPADDR}    ?

2) O que eh ${BROADCAST} ?

3) gcc avisa que a opcao -06 eh inválida! Porque?

4) eu tenho que mudar algum passo na debian? se estiver errado o que devo
fazer?

5) como configuro o pppoe?

modulo: fealnx.o
fonte: fealnx.c

Obrigado!



------------------------------------------
Use o melhor sistema de busca da Internet
Radar UOL - http://www.radaruol.com.br




--
To UNSUBSCRIBE, email to debian-user-portuguese-request@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org



Reply to: