From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <40e518daa4c6bb9c3b142903b8de07e3@plan9.bell-labs.com> From: jmk@plan9.bell-labs.com To: 9fans@cse.psu.edu Subject: Re: [9fans] Y.A.L(aptop).P(roblem) In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Date: Thu, 8 Jan 2004 10:27:20 -0500 Topicbox-Message-UUID: b438756e-eacc-11e9-9e20-41e7f4b1d025 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.