9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans] Plan 9 install on notebook no-go
@ 2003-06-20 20:03 Marques C Luke
  2003-06-21  0:42 ` Russ Cox
  0 siblings, 1 reply; 2+ messages in thread
From: Marques C Luke @ 2003-06-20 20:03 UTC (permalink / raw)
  To: 9fans

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

I'm new to this and need a bit of help, I am trying to install Plan9 onto
my notebook which doesn't have a CDROM drive. The install starts to go well
until it doesn't recognize my PC NIC <which is listed in the hardware
compatibility list>. I have no other way of transferring the necessary
files over to my notebook other than over the net. Here is a quick
breakdown of my hardware list: Intel 82371AB Disk, TI PCI-1250 Cardbus
controller, 3Com Etherlink III PCMCIA 3C589D, Neomagic MagicGraph vid, all
on a HP OmniBook 2100. I have attached a copy of my Plan9 config file. If
any of you can help with this issue please let me know.
Thank you,

Marques C Luke

[-- Attachment #2.1: Type: text/plain, Size: 385 bytes --]

The following attachment had content that we can't
prove to be harmless.  To avoid possible automatic
execution, we changed the content headers.
The original header was:

	Content-Type: text/plain; x-avg-checked=avg-ok-339F6D9D; name=PLAN9.INI; x-mac-type=42494E41; x-mac-creator=74747874
	Content-Disposition: attachment; filename="PLAN9.INI"
	Content-Transfer-Encoding: base64

[-- Attachment #2.2: PLAN9.INI.suspect --]
[-- Type: application/octet-stream, Size: 434 bytes --]

*nomp=1
distname=plan9
partition=new
nobootprompt=local!/bzroot
#console=0
monitor=multisync75
vgasize=640x480x8
mouseport=ps2
bootfile=fd0!dos!9pcflop.gz
installurl=E\plan.iso
                                                   
                                                       
                                                       
                                                       
                            

[-- Attachment #3: Type: text/plain, Size: 2 bytes --]



[-- Attachment #4: Type: text/plain, Size: 173 bytes --]


---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.490 / Virus Database: 289 - Release Date: 6/16/2003

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

* Re: [9fans] Plan 9 install on notebook no-go
  2003-06-20 20:03 [9fans] Plan 9 install on notebook no-go Marques C Luke
@ 2003-06-21  0:42 ` Russ Cox
  0 siblings, 0 replies; 2+ messages in thread
From: Russ Cox @ 2003-06-21  0:42 UTC (permalink / raw)
  To: 9fans, mluke

You may need to set your ethernet card's IRQ explicitly.
It's been a while, but I seem to recall that the default
didn't work well on some systems (in particular, mine).

I used (the system died years ago)

	ether0=type=3C589 irq=11 media=10BaseT

in plan9.ini.

Watch during bootup for a line beginning with "#l0:".

If that doesn't work, try adding

	pccard0=disabled

in plan9.ini to fall back to the old PCMCIA only driver
(by default we use the PCCARD+PCMCIA driver; maybe
it has a bug when dealing with your hardware).

During bootup, you should get a "#Y0:" line with
the PCCARD driver and a "#y0:" line with the
PCMCIA driver.

Russ



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

end of thread, other threads:[~2003-06-21  0:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-06-20 20:03 [9fans] Plan 9 install on notebook no-go Marques C Luke
2003-06-21  0:42 ` Russ Cox

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).