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

Re: Debian em Placa DG33BU



Oi Renato,

seguem os dados no final.

se eu tento configurar a eth0 no /etc/network/interfaces ele dá "no such device"

abs
fernando

ifconfig
eth1      Link encap:Ethernet  HWaddr 00:06:4F:55:EE:63
          inet addr:192.168.1.5  Bcast:192.168.1.255  Mask:255.255.255.0
          inet6 addr: fe80::206:4fff:fe55:ee63/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:146 errors:0 dropped:0 overruns:0 frame:0
          TX packets:10 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:18602 (18.1 KiB)  TX bytes:708 (708.0 b)
          Interrupt:58 Base address:0x1400

eth3      Link encap:Ethernet  HWaddr 00:1C:F0:15:45:31
          inet addr:192.168.1.6  Bcast:192.168.1.255  Mask:255.255.255.0
          inet6 addr: fe80::21c:f0ff:fe15:4531/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:1440 errors:0 dropped:0 overruns:0 frame:0
          TX packets:1429 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:247242 (241.4 KiB)  TX bytes:724476 (707.4 KiB)
          Interrupt:74

lo        Link encap:Local Loopback
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:6042 errors:0 dropped:0 overruns:0 frame:0
          TX packets:6042 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:2144864 (2.0 MiB)  TX bytes:2144864 (2.0 MiB)


debian:/home# more /etc/udev/rules.d/z25_persistent-net.rules
# Firewire device 0090270002044488 (ohci1394)
#SUBSYSTEM=="net", DRIVERS=="?*",
ATTRS{address}=="00:90:27:00:02:04:44:88", NAME="eth0"

# PCI device 0x13f0:0x0200 (sundance)
SUBSYSTEM=="net", DRIVERS=="?*", ATTRS{address}=="00:06:4f:55:ee:63",
NAME="eth1"

# Firewire device 0090270002044488 (ohci1394)
SUBSYSTEM=="net", DRIVERS=="?*",
ATTRS{address}=="00:90:27:00:02:04:44:88", NAME="eth2"

# PCI device 0x1186:0x4b01 (skge)
SUBSYSTEM=="net", DRIVERS=="?*", ATTRS{address}=="00:1c:f0:15:45:31",
NAME="eth3"

/etc/network/interfaces

# The loopback network interface
auto lo
iface lo inet loopback

allow-hotplug eth3
iface eth3 inet static
address 192.168.1.6
netmask 255.255.255.0
network 192.168.1.0
gateway 192.168.1.1

auto eth3

allow-hotplug eth1
iface eth1 inet static
address 192.168.1.5
netmask 255.255.255.0
network 192.168.1.0
gateway 192.168.1.1

auto eth1


On Mon, Jun 30, 2008 at 1:23 PM, Renato S. Yamane
<yamane@diamondcut.com.br> wrote:
> Fernando Xavier escreveu:
>> Renato S. Yamane wrote:
>>> Fernando Xavier escreveu:
>>>> Ele não detecta a placa de rede de forma alguma. Na verdade, usando o
>>>> comando lspci, aparece o seguinte:
>>>>
>>>> 00:19.0 Ethernet controller: Intel Corporation Unknown device 294c (rev 02)
>>>
>>> Tente executar o comando update-pciids, pois no meu Debian Lenny o ID
>>> 294c consta como sendo da Intel, modelo "82566DC-2 Gigabit Network
>>> Connection".
>>
>> Executei o comando e ele atualizou a lista.
>> Mas a interface eth0 ainda não é liberada.
> .
> Como assim "não é liberada"?
> Já tentou executar o /etc/init.d/network restart??
>
> Informe o resultado de:
> #ifconfig
>
> E o conteúdo de:
> /etc/udev/rules.d/z25_persistent-net.rules
> /etc/network/interfaces
>
> Att,
> Renato
>
>
> --
> To UNSUBSCRIBE, email to debian-user-portuguese-REQUEST@lists.debian.org
> with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
>
>


Reply to: