removido
(usa Nenhuma)
Enviado em 26/08/2017 - 19:49h
Freud_Tux escreveu:
Novidades??
T+
-------------------------------------------------------------------------------------------------------------------------------------------------
Noob: "[...]Sou muito noob ainda usando o terminal, então preciso de ajuda "mastigada", pra operá-lo."
zhushazang :
"Sou velho e meus dentes desgastados. Estude linux www.guiafoca.org" ;
Olá Freud Tux
Bom...
Acessei o link que me indicou e segui aquele tutorial.
Usando o comando ifconfig, não apareceu placa de rede eth0. Creio que seja por ter reiniciado a máquina.
Então,subí ela. Deu certo.
Fiz o que o site pediu:
"Para ver se sua placa está ativa digite:
# ifconfig
Para ver se o sistema a reconheceu:
# lspci "
Até aí tudo certo.
Como não sei os dados da rede "IP, máscara da rede, gateway e DNS" fiz conforme sugestão... tentei a configuração automática
# dhcpcd e depois
# dhcpcd eth0 e nada.
Então fiz a configuração manual. Usei como dados o exemplo que o site colocou.
...e nada.
Os comandos:
linux-rmfq:/home/paulo # ifconfig
lo Link encap:Loopback Local
inet end.: 127.0.0.1 Masc:255.0.0.0
endereço inet6: ::1/128 Escopo:Máquina
UP LOOPBACKRUNNING MTU:65536 Métrica:1
RX packets:20 errors:0 dropped:0 overruns:0 frame:0
TX packets:20 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1
RX bytes:1464 (1.4 Kb) TX bytes:1464 (1.4 Kb)
linux-rmfq:/home/paulo # lspci
00:00.0 RAM memory: NVIDIA Corporation MCP61 Host Bridge (rev a1)
00:01.0 ISA bridge: NVIDIA Corporation MCP61 LPC Bridge (rev a2)
00:01.1 SMBus: NVIDIA Corporation MCP61 SMBus (rev a2)
00:01.2 RAM memory: NVIDIA Corporation MCP61 Memory Controller (rev a2)
00:02.0 USB controller: NVIDIA Corporation MCP61 USB 1.1 Controller (rev a3)
00:02.1 USB controller: NVIDIA Corporation MCP61 USB 2.0 Controller (rev a3)
00:04.0 PCI bridge: NVIDIA Corporation MCP61 PCI bridge (rev a1)
00:05.0 Audio device: NVIDIA Corporation MCP61 High Definition Audio (rev a2)
00:06.0 IDE interface: NVIDIA Corporation MCP61 IDE (rev a2)
00:07.0 Bridge: NVIDIA Corporation MCP61 Ethernet (rev a2)
00:08.0 IDE interface: NVIDIA Corporation MCP61 SATA Controller (rev a2)
00:08.1 IDE interface: NVIDIA Corporation MCP61 SATA Controller (rev a2)
00:09.0 PCI bridge: NVIDIA Corporation MCP61 PCI Express bridge (rev a2)
00:0b.0 PCI bridge: NVIDIA Corporation MCP61 PCI Express bridge (rev a2)
00:0c.0 PCI bridge: NVIDIA Corporation MCP61 PCI Express bridge (rev a2)
00:18.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 15h Processor Function 0
00:18.1 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 15h Processor Function 1
00:18.2 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 15h Processor Function 2
00:18.3 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 15h Processor Function 3
00:18.4 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 15h Processor Function 4
00:18.5 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 15h Processor Function 5
02:00.0 VGA compatible controller: NVIDIA Corporation G72 [GeForce 7300 GS] (rev a1)
linux-rmfq:/home/paulo # ip link show eth0
2: eth0: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN mode DEFAULT group default qlen 1000
link/ether xx:xx:xx:xx:xx:xx brd ff:ff:ff:ff:ff:ff
linux-rmfq:/home/paulo # ip link show dev eth0
2: eth0: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN mode DEFAULT group default qlen 1000
link/ether xx:xx:xx:xx:xx:xx brd ff:ff:ff:ff:ff:ff
linux-rmfq:/home/paulo # ip link set dev eth0 up
linux-rmfq:/home/paulo # ip address show dev eth0
2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP group default qlen 1000
link/ether xx:xx:xx:xx:xx:xx brd ff:ff:ff:ff:ff:ff
inet6 xx:xx:xx:xx:xx:xx/64 scope link
valid_lft forever preferred_lft forever
linux-rmfq:/home/paulo # ifconfig
eth0 Link encap:Ethernet Endereço de HW XX:XX:XX:XX:XX:XX
endereço inet6: xx:xx:xx:xx:xx:xx/64 Escopo:Link
UP BROADCASTRUNNING MULTICAST MTU:1500 Métrica:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:14 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 b) TX bytes:2533 (2.4 Kb)
lo Link encap:Loopback Local
inet end.: 127.0.0.1 Masc:255.0.0.0
endereço inet6: ::1/128 Escopo:Máquina
UP LOOPBACKRUNNING MTU:65536 Métrica:1
RX packets:20 errors:0 dropped:0 overruns:0 frame:0
TX packets:20 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1
RX bytes:1464 (1.4 Kb) TX bytes:1464 (1.4 Kb)
linux-rmfq:/home/paulo # ip link show dev eth0
2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP mode DEFAULT group default qlen 1000
link/ether xx:xx:xx:xx:xx:xx brd ff:ff:ff:ff:ff:ff
linux-rmfq:/home/paulo # ifconfig -a
ifconfig: option `-a ' not recognised.
ifconfig: `--help' gives usage information.
linux-rmfq:/home/paulo # dhcpcd
If 'dhcpcd' is not a typo you can use command-not-found to lookup the package that contains it, like this:
cnf dhcpcd
linux-rmfq:/home/paulo # dhcpcd eth0
If 'dhcpcd' is not a typo you can use command-not-found to lookup the package that contains it, like this:
cnf dhcpcd
linux-rmfq:/home/paulo # ifconfig eth0 10.0.0.3 netmask 255.255.0.0 up
linux-rmfq:/home/paulo # route add default gw 10.0.0.1
linux-rmfq:/home/paulo #
Como disse, sou principiante. rsrsrs
Tentei, ou melhor, tentamos né?! Fazer esse sistema funcionar. Na parte da conexão com a internet. Mas parece que o "bixin" não quer ir mesmo.
Estou começando minha faculdade de Tecnologia em análise de sistema e para isso vou precisar do HD em que está instalado o opensuse. Vou me organizar aqui com os materiais da faculdade. Essa semana eu estarei formatando o HD e então estarei finalizando aqui meu tópico. Mas ao terminar, gostaria de poder colocar como Resolvido. Desde já, agradeço imensamente a ajuda que você está me dando, disponibilizando do seu tempo.
Até + Tux