* [mdk-re] ISA card NE2000-compatible
@ 2002-03-28 8:24 Sergey V. Golovin
2002-03-28 8:32 ` Sergey Krivulja
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Sergey V. Golovin @ 2002-03-28 8:24 UTC (permalink / raw)
To: mandrake-russian
Здравствуйте!
Spring2001
Вот поставил ISA карточку BOCA BEN-400.
В ядре убрана isapnp, включена поддержка ISA(General Setup),
в Network Devices->Oter ISA-> драйвер NE2000 компилируется как модуль.
Теперь в modules.conf:
alias eth0 8139too #модуль для другой карточки(PCI)
alias eth1 ne #модуль для новой карточки(ISA)
options eth1 io=0x300 irq=5
В BIOS прописано Legasy ISA для IRQ5.
Вроде все правильно сделал, но при загрузке при поднятии eth1 пишет:
SIOCADDRT: Network is unreachable
Причем arping и tcpdump работают, но на ping говорит, что
PING 10.0.3.1 (10.0.3.1) from 10.0.3.40 : 56(84) bytes of data.
ping: sendto: Operation not permitted
ping: sendto: Operation not permitted
10.0.3.40 - адрес eth1 (ISA карточка)
В /proc/ioports имеется запись 0300-031f : eth1
В /proc/interrupts имеется запись 5: 21319 XT-PIC NE2000
ifconfig eth1
eth1 Link encap:Ethernet HWaddr 00:C0:6D:17:CF:72
inet addr:10.0.3.40 Bcast:10.0.3.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:25076 errors:0 dropped:0 overruns:0 frame:0
TX packets:99 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:100
RX bytes:5862915 (5.5 Mb) TX bytes:6358 (6.2 Kb)
Interrupt:5 Base address:0x300
Что я еще не сделал?
--
Sergey V. Golovin
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [mdk-re] ISA card NE2000-compatible
2002-03-28 8:24 [mdk-re] ISA card NE2000-compatible Sergey V. Golovin
@ 2002-03-28 8:32 ` Sergey Krivulja
2002-03-28 10:11 ` Алексей Мамонов
2002-03-28 13:06 ` [mdk-re] " Michael Shigorin
2 siblings, 0 replies; 4+ messages in thread
From: Sergey Krivulja @ 2002-03-28 8:32 UTC (permalink / raw)
To: Sergey V. Golovin
Hello Sergey,
Thursday, March 28, 2002, 8:34:58 AM, you wrote:
SVG> Теперь в modules.conf:
SVG> alias eth0 8139too #модуль для другой карточки(PCI)
^^^^^^^ Cлучаем не COMPEX?
SVG> alias eth1 ne #модуль для новой карточки(ISA)
SVG> options eth1 io=0x300 irq=5
SVG> В BIOS прописано Legasy ISA для IRQ5.
--
Best regards,
Sergey mailto:skrivulja@erec.ru
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [mdk-re] ISA card NE2000-compatible
2002-03-28 8:24 [mdk-re] ISA card NE2000-compatible Sergey V. Golovin
2002-03-28 8:32 ` Sergey Krivulja
@ 2002-03-28 10:11 ` Алексей Мамонов
2002-03-28 13:06 ` [mdk-re] " Michael Shigorin
2 siblings, 0 replies; 4+ messages in thread
From: Алексей Мамонов @ 2002-03-28 10:11 UTC (permalink / raw)
To: mandrake-russian
On Thu, 28 Mar 2002 09:34:58 +0400
"Sergey V. Golovin" <svgol@samkon.ru> wrote:
> Здравствуйте!
>
> Spring2001
> Вот поставил ISA карточку BOCA BEN-400.
> В ядре убрана isapnp, включена поддержка ISA(General Setup),
> в Network Devices->Oter ISA-> драйвер NE2000 компилируется как модуль.
>
> Теперь в modules.conf:
> alias eth0 8139too #модуль для другой карточки(PCI)
> alias eth1 ne #модуль для новой карточки(ISA)
> options eth1 io=0x300 irq=5
А у самой сетевухи PNP отключен и установлены эти параметры?
МАмонов.
^ permalink raw reply [flat|nested] 4+ messages in thread
* [mdk-re] Re: ISA card NE2000-compatible
2002-03-28 8:24 [mdk-re] ISA card NE2000-compatible Sergey V. Golovin
2002-03-28 8:32 ` Sergey Krivulja
2002-03-28 10:11 ` Алексей Мамонов
@ 2002-03-28 13:06 ` Michael Shigorin
2 siblings, 0 replies; 4+ messages in thread
From: Michael Shigorin @ 2002-03-28 13:06 UTC (permalink / raw)
To: mandrake-russian
On Thu, Mar 28, 2002 at 09:34:58AM +0400, Sergey V. Golovin wrote:
> Причем arping и tcpdump работают, но на ping говорит, что
> PING 10.0.3.1 (10.0.3.1) from 10.0.3.40 : 56(84) bytes of data.
> ping: sendto: Operation not permitted
> ping: sendto: Operation not permitted
А файрвол не режет? Если сами правила делали -- Вам видней,
иначе -- что говорит ipchains -L (iptables -L)?
> 10.0.3.40 - адрес eth1 (ISA карточка)
> ifconfig eth1
> eth1 Link encap:Ethernet HWaddr 00:C0:6D:17:CF:72
> inet addr:10.0.3.40 Bcast:10.0.3.255 Mask:255.255.255.0
> UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
При этом eth0 работает нормально?
Что-то я торможу :(
--
---- WBR, Michael Shigorin <mike@altlinux.ru>
------ http://visa.chem.univ.kiev.ua/~mike/
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2002-03-28 13:06 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-03-28 8:24 [mdk-re] ISA card NE2000-compatible Sergey V. Golovin
2002-03-28 8:32 ` Sergey Krivulja
2002-03-28 10:11 ` Алексей Мамонов
2002-03-28 13:06 ` [mdk-re] " Michael Shigorin
ALT Linux Community general discussions
This inbox may be cloned and mirrored by anyone:
git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git
# If you have public-inbox 1.1+ installed, you may
# initialize and index your mirror using the following commands:
public-inbox-init -V2 community community/ http://lore.altlinux.org/community \
mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
public-inbox-index community
Example config snippet for mirrors.
Newsgroup available over NNTP:
nntp://lore.altlinux.org/org.altlinux.lists.community
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git