9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* Re: [9fans] Ethernet does not start up.
@ 2001-10-27 15:50 Russ Cox
  2001-10-27 22:16 ` Moroo Jun
  0 siblings, 1 reply; 4+ messages in thread
From: Russ Cox @ 2001-10-27 15:50 UTC (permalink / raw)
  To: 9fans

What does windows think the port and irq
on the ethernet card are?  (Look in control
panel, system, the card in question, properties.)

What sort of video card is it?

Russ



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [9fans] Ethernet does not start up.
  2001-10-27 15:50 [9fans] Ethernet does not start up Russ Cox
@ 2001-10-27 22:16 ` Moroo Jun
  0 siblings, 0 replies; 4+ messages in thread
From: Moroo Jun @ 2001-10-27 22:16 UTC (permalink / raw)
  To: 9fans

At 11:50 AM -0400 01.10.27, Russ Cox wrote:
>What does windows think the port and irq
>on the ethernet card are?

3Com EtherLink III PCMCIA (3C589D)
IO Port: 0110-011F
IRQ: 11

Same as plan9.ini

>What sort of video card is it?

Trident Cyber9382/82-1 (v6.15.5342a.95.14)
Memory: 000C0000-000CBFFF
Memory: 000A0000-000AFFFF
Memory: 000B0000-000BFFFF
IO Port: 03B0-03BB
IO Port: 03C0-03DF
Memory: FE40000-FE7FFFFF
Memory: FEDF000-FEDFFFFF
Memory: FE80000-FEBFFFFF

Original I cyber938x.c didn't recognize this video. I put a patch on it at
line 131.

case 0x42: /* Cyber9382 */
case 0x43: /* Patch for NU13D */
-- 
Moroo Jun


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [9fans] Ethernet does not start up.
@ 2001-10-27 16:35 jmk
  0 siblings, 0 replies; 4+ messages in thread
From: jmk @ 2001-10-27 16:35 UTC (permalink / raw)
  To: 9fans

[-- Attachment #1: Type: text/plain, Size: 233 bytes --]

this is quite commmon, windows puts the hardware into a state
(i think it's to do with power management) whereby it isn't recognised
unless there is a power-off-on in between.

that's the only solution at the moment i'm afraid.

[-- Attachment #2: Type: message/rfc822, Size: 2756 bytes --]

From: Moroo Jun <moroo@nifty.com>
To: 9fans@cse.psu.edu
Subject: [9fans] Ethernet does not start up.
Date: Sat, 27 Oct 2001 23:35:48 +0900
Message-ID: <p04310500b80070780dd5@[192.168.1.31]>

I'm Plan9 newbee.

I'm trying to install Plan9 on my note pc. But I have troubles.

My note pc can't use Etherlink III except for just power on.
Unfortunately, it can't start rio after rebooting from Windows95.

I used Etherlink III on PCMCIA Slot "1" because Slot 0 connector was broken.
What should I do?

1. After Power on: (Ether is OK, vga is NG)
....
apm ax=f000 cx=f000 dx=40 di=ffff ebx=b66f esi=-1
dev A0 port 1F0 config 0040 capabilities 0F00 mwdma 0407 udma 0007
dev A0 port 170 config 85C0 capabilities 0B00 mwdma 0203
using sdC0!dos!plan9/plan9.ini
#y0: 2 slot Intel 82365SL: port 0x3E0 irq 5
#l0: xcvr10BaseT 3C589
ether#0: 3c589: port 0x110 irq 11: 0060088B00C8
found 9PCDISK .    attr 0x0 start 0x4d len 1441737
....

2. reboot (After using windows95): (Ether is NG, vga is OK)
....
apm ax=f000 cx=f000 dx=40 di=ffff ebx=b66f esi=-1
dev A0 port 1F0 config 0040 capabilities 0F00 mwdma 0407 udma 0007
dev A0 port 170 config 85C0 capabilities 0B00 mwdma 0203
using sdC0!dos!plan9/plan9.ini
#y0: 2 slot Intel 82365SL: port 0x3E0 irq 5
found 9PCDISK .    attr 0x0 start 0x4d len 1441737
....

my plan9.ini is
*nomp=1
distname=plan9
monitor=lcd
vgasize=800x600x8
mouseport=ps2
bootargs=local!#S/sdC0/fs
bootfile=sdC0!9fat!9pcdisk
ether0=type=3c589 port=0x110 irq=11

Best regards,

-- 
Moroo Jun

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [9fans] Ethernet does not start up.
@ 2001-10-27 14:35 Moroo Jun
  0 siblings, 0 replies; 4+ messages in thread
From: Moroo Jun @ 2001-10-27 14:35 UTC (permalink / raw)
  To: 9fans

I'm Plan9 newbee.

I'm trying to install Plan9 on my note pc. But I have troubles.

My note pc can't use Etherlink III except for just power on.
Unfortunately, it can't start rio after rebooting from Windows95.

I used Etherlink III on PCMCIA Slot "1" because Slot 0 connector was broken.
What should I do?

1. After Power on: (Ether is OK, vga is NG)
....
apm ax=f000 cx=f000 dx=40 di=ffff ebx=b66f esi=-1
dev A0 port 1F0 config 0040 capabilities 0F00 mwdma 0407 udma 0007
dev A0 port 170 config 85C0 capabilities 0B00 mwdma 0203
using sdC0!dos!plan9/plan9.ini
#y0: 2 slot Intel 82365SL: port 0x3E0 irq 5
#l0: xcvr10BaseT 3C589
ether#0: 3c589: port 0x110 irq 11: 0060088B00C8
found 9PCDISK .    attr 0x0 start 0x4d len 1441737
....

2. reboot (After using windows95): (Ether is NG, vga is OK)
....
apm ax=f000 cx=f000 dx=40 di=ffff ebx=b66f esi=-1
dev A0 port 1F0 config 0040 capabilities 0F00 mwdma 0407 udma 0007
dev A0 port 170 config 85C0 capabilities 0B00 mwdma 0203
using sdC0!dos!plan9/plan9.ini
#y0: 2 slot Intel 82365SL: port 0x3E0 irq 5
found 9PCDISK .    attr 0x0 start 0x4d len 1441737
....

my plan9.ini is
*nomp=1
distname=plan9
monitor=lcd
vgasize=800x600x8
mouseport=ps2
bootargs=local!#S/sdC0/fs
bootfile=sdC0!9fat!9pcdisk
ether0=type=3c589 port=0x110 irq=11

Best regards,

-- 
Moroo Jun


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2001-10-27 22:16 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-10-27 15:50 [9fans] Ethernet does not start up Russ Cox
2001-10-27 22:16 ` Moroo Jun
  -- strict thread matches above, loose matches on Subject: below --
2001-10-27 16:35 jmk
2001-10-27 14:35 Moroo Jun

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).