Tava olhando o vector 7 RC que tem como base o slack 13.37 e tambem tem um arquivo de nome /etc/modpbrobe.d/network.conf que contem: alias eth0 via-rhine
On 3 ago, 00:06, Alcir <[email protected]> wrote: > Abro essa duvida apos diversos testes e em resposta ao amigo Lopan > esclareco: > > *Olá Alcir. > Ip voce pode setar editando o arquivo /etc/rc.d/rc.inet1 > Como por exemplo pra deixar fixo o IP na interface eth0: > > DEVICE='eth0'* * > DHCP='no' > IPADDR='192.168.2.1' > NETMASK='255.255.255.0' > GATEWAY=''* > *PROBE='no' > * > Tenho um sistema 13.37 instalado numa placa mae Asus A8V-MX. Transportei o > hd para outra placa de mesmo modelo e editei o * > > # /etc/udev/rules.d/70-persistent-net.rules* ( name para eth0 ) > > apos configurar o ip via com as alternativas * > > # netconfig > > * ou manualmente com * > > #ifconfig eth0 201.37.x.xxx netmask 255.255.255.0 up* > > tenho conex'ao com a internet.* Porem apos o reboot eu perco o ip*. > > O modulo esta carregado e certifico com: > > *#depmod -a* ( nehuma saida ) > > *#lspci* ( mostra-me via_rhine e mii como ethernet ) > > *#lsmod *( parte da saida ) > Module Size Used by > vboxnetadp 6727 0 > ... > via_rhine 17845 0 > mii 3334 1 via_rhine > ipv6 236629 14 > * > # dmesg *( onde encontrei coisas que desconheco ) > > [ 0.235872] pci 0000:00:13.0: PCI bridge to [bus 04-04] > [ 0.236004] pci 0000:00:13.0: bridge window [io 0xf000-0x0000] (disabled) > [ 0.236009] pci 0000:00:13.0: bridge window [mem 0xfbf00000-0xfbffffff] > [ 0.236015] pci 0000:00:13.0: bridge window [mem 0xfff00000-0x000fffff pref] > (disabled) > [ 0.236080] pci 0000:00:13.1: PCI bridge to [bus 05-05] (subtractive decode) > [ 0.236179] pci 0000:00:13.1: bridge window [io 0xf000-0x0000] (disabled) > [ 0.236184] pci 0000:00:13.1: bridge window [mem 0xfff00000-0x000fffff] > (disabled) > [ 0.236190] pci 0000:00:13.1: bridge window [mem 0xfff00000-0x000fffff pref] > (disabled) > [ 0.236194] pci 0000:00:13.1: bridge window [io 0x0000-0xffff] (subtractive > decode) > [ 0.236197] pci 0000:00:13.1: bridge window [mem 0x000a0000-0x000bffff] > (subtractive decode) > [ 0.236201] pci 0000:00:13.1: bridge window [mem 0x20000000-0xffffffff] > (subtractive decode) > [ 0.236224] pci_bus 0000:00: on NUMA node 0 > [ 0.236228] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT] > [ 0.236382] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P7._PRT] > [ 0.236412] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0PA._PRT] > [ 0.236498] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P1._PRT] > [ 0.236529] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.NBPG._PRT] > [ 0.236566] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.NBP0._PRT] > [ 0.249347] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 *5 6 7 10 11 12 14 15) > [ 0.250064] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 10 *11 12 14 15) > [ 0.250769] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 *4 5 6 7 10 11 12 14 15) > [ 0.251468] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 *5 6 7 10 11 12 14 15) > [ 0.252187] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 10 11 12 14 15) > *0, disabled. > [ 0.253043] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 10 11 12 14 15) > *0, disabled. > [ 0.253884] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 10 11 12 14 15) > *0, disabled. > [ 0.254707] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 *10 11 12 14 15) > [ 0.255411] HEST: Table is not found! > > ... > [ 0.310611] RPC: Registered tcp NFSv4.1 backchannel transport module. > [ 0.310711] pci 0000:00:00.0: MSI quirk detected; MSI disabled > [ 0.310827] pci 0000:00:01.0: disabling DAC on VIA PCI bridge > [ 0.310925] pci 0000:00:02.0: MSI quirk detected; subordinate MSI disabled > > ... > > [ 4.192627] via-rhine.c:v1.10-LK1.4.3 2007-03-06 Written by Donald Becker > [ 4.192784] via-rhine 0000:00:12.0: PCI INT A -> GSI 23 (level, low) -> IRQ > 23 > [ 4.202762] rtc_cmos 00:02: RTC can wake from S4 > [ 4.203527] rtc_cmos 00:02: rtc core: registered rtc_cmos as rtc0 > [ 4.203661] rtc0: alarms up to one year, y3k, 114 bytes nvram > [ 4.204425] eth0: VIA Rhine II at 0xf8fff800, 00:11:d8:01:23:45, IRQ 23. > [ 4.205234] eth0: MII PHY found at address 1, status 0x786d advertising 01e1 > > ... > > [ 11.692128] EXT4-fs (sda6): mounted filesystem with ordered data mode. > Opts: (null) > [ 13.986540] eth0: link up, 100Mbps, full-duplex, lpa 0x45E1 > [ 15.200684] NET: Registered protocol family 10 > [ 15.200937] lo: Disabled Privacy Extensions > [ 25.938014] eth0: no IPv6 routers present > [ 46.132279] vboxdrv: Found 1 processor cores. > [ 46.135986] vboxdrv: TSC mode is 'synchronous', kernel timer mode is > 'normal'. > [ 46.135991] vboxdrv: Successfully loaded version 4.0.8_OSE (interface > 0x00180000). > [ 55.690230] start_kdeinit (2089): /proc/2089/oom_adj is deprecated, please > use /proc/2089/oom_score_adj instead > > *Curiosamente, o comando */etc/rc.d/rc.inet1 eth0_start em rc.d/rc.local > n'ao funciona logo apos o reboot. Mas no console faz o ping para o servidor > funcionar.* Alguma ideia? > * -- GUS-BR - Grupo de Usuários de Slackware Brasil http://www.slackwarebrasil.org/ http://groups.google.com/group/slack-users-br Antes de perguntar: http://www.istf.com.br/perguntas/ Para sair da lista envie um e-mail para: [email protected]

