9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: jmk@plan9.bell-labs.com
To: 9fans@cse.psu.edu
Subject: Re: [9fans] Y.A.L(aptop).P(roblem)
Date: Thu,  8 Jan 2004 10:27:20 -0500	[thread overview]
Message-ID: <40e518daa4c6bb9c3b142903b8de07e3@plan9.bell-labs.com> (raw)
In-Reply-To: <d23f36998d95cf7eadbbd09f48030b06@plan9.ucalgary.ca>

On Thu Jan  8 09:17:37 EST 2004, mirtchov@cpsc.ucalgary.ca wrote:
> > 1.- The Realtek 8139/810X is not recognized. I tried other drivers
> > with no success.
>
> use the 'pci' command to find the did/vid pairs for the realtek card
> and add them to /sys/src/9/pc/ether8139.c, if that works just post
> them to the list :)
> ...

Once you have the vid/did pair, you can test it by adding the option
	id=(did<<16)|vid
to the line for the realtek in plan9.ini, e.g.
	ether0=type=rtl8139	id=0x81390x1ec
for the generic 8139 controller. Then you can add it to the driver once
you know it works.


  reply	other threads:[~2004-01-08 15:27 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-01-08 10:01 V. Jordan
2004-01-08 13:22 ` mirtchov
2004-01-08 15:27   ` jmk [this message]
2004-01-12 10:14     ` V. Jordan
2004-01-12 10:16   ` V. Jordan
2004-01-12 12:39     ` Gorka Guardiola Múzquiz
2004-01-08 15:07 Richard C Bilson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=40e518daa4c6bb9c3b142903b8de07e3@plan9.bell-labs.com \
    --to=jmk@plan9.bell-labs.com \
    --cc=9fans@cse.psu.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).