From owner-freebsd-current Fri Aug 21 07:15:47 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA10270 for freebsd-current-outgoing; Fri, 21 Aug 1998 07:15:47 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from dns.webwizard.net.mx (mexcom.net.mx [207.249.162.140]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA10264 for ; Fri, 21 Aug 1998 07:15:41 -0700 (PDT) (envelope-from eculp@webwizard.org.mx) Received: from webwizard.org.mx (mexcom.net.mx [207.249.162.140]) by dns.webwizard.net.mx (8.8.8/8.8.7) with ESMTP id JAA05479; Fri, 21 Aug 1998 09:07:08 -0500 (CDT) Message-ID: <35DD7F0B.7EBFC645@webwizard.org.mx> Date: Fri, 21 Aug 1998 09:07:08 -0500 From: Edwin Culp X-Mailer: Mozilla 4.5b1 [en] (X11; I; FreeBSD 3.0-CURRENT i386) X-Accept-Language: en MIME-Version: 1.0 To: Bill Paul CC: Charlie ROOT , mauri@mbp.ee, current@FreeBSD.ORG Subject: Re: Problems with vx0 (3Com) References: <199808211319.JAA14105@skynet.ctr.columbia.edu> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Anybody tried it with the 3c595, that poor folks like us might still have? Thanks ed Bill Paul wrote: > Of all the gin joints in all the towns in all the world, Charlie ROOT > had to walk into mine and say: > > > Hi > > > > Todays current doesn't see vx0 anymore... Help. > > Aw, couldn't you have provided more information that this? This is not > enough to help you. It's not even enough to make a guess. (Well, maybe, > but not an informed guess.) > > What kind of network card do you have that's supposed to be detected > by the vx driver? A new driver (xl) was added recently to handle all of > the 3Com Etherlink XL cards (3c900, 3c905 and 3c905B, which up until > now was not supported. The vx driver supported some of these cards, > but not fully and not very efficiently; support for the 3c90x cards > in the vx driver was disabled so that the xl driver would detect them > instead. Which one did you have, and did you look for xl0 instead of vx0? > > There are two things that could have gone wrong here: > > - The xl driver failed to detect your card, either because of a bug > or because I screwed up somehow when I imported it (nobody else has > complained about this so far though; I'll see if there's been a recent > snapshot and snag a copy of the boot floppy to make sure it sees the > cardson my systems). > > - You used an old kernel configuration file as opposed to GENERIC > and your custom configuration doesn't specify the xl driver. If this > is the case, add the following line your config file under where > it says 'device vx0': > > device xl0 > > You will also need to edit your rc.conf file to use xl0 instead of > vx0. > > - The driver is in the kernel and it did detect your card, but all you > saw were the error messages from the rc scripts saying that there was > no such interface as xl0. Check the dmesg output, and edit your > /etc/rc.conf file as necessary. > > NOTE: If your card is a COMBO (like the 3c900 COMBO) and the driver > selects the wrong media, use the ifmedia options to select the > right one: > > # ifconfig xl0 media 10baseT/UTP (for RJ-45 twisted pair) > # ifconfig xl0 media 10base2/BNC (for coax/thinnet) > # ifconfig xl0 media 10base5/AUI (for AUI) > > You can also add the 'media foo' options to the 'interfaces' > lines in your /etc/rc.conf to insure the right media is selected > when the machine boots. > > For the TPO cards there's only one possible media so it can't > get that wrong, and for the 100Mbps cards it should autoselect > the speed and duplex modes. (You can still force a particular > mode if you want.) > > -Bill > > -- > ============================================================================= > -Bill Paul (212) 854-6020 | System Manager, Master of Unix-Fu > Work: wpaul@ctr.columbia.edu | Center for Telecommunications Research > Home: wpaul@skynet.ctr.columbia.edu | Columbia University, New York City > ============================================================================= > "It is not I who am crazy; it is I who am mad!" - Ren Hoek, "Space Madness" > ============================================================================= > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-current" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message