From owner-freebsd-questions Fri Feb 9 16:21:33 2001 Delivered-To: freebsd-questions@freebsd.org Received: from gull.prod.itd.earthlink.net (gull.prod.itd.earthlink.net [207.217.121.85]) by hub.freebsd.org (Postfix) with ESMTP id C450537B6D0 for ; Fri, 9 Feb 2001 16:21:15 -0800 (PST) Received: from stanfordalumni.org (1Cust133.tnt2.tco2.da.uu.net [63.20.245.133]) by gull.prod.itd.earthlink.net (EL-8_9_3_3/8.9.3) with ESMTP id QAA16185; Fri, 9 Feb 2001 16:21:11 -0800 (PST) Message-Id: <200102100021.QAA16185@gull.prod.itd.earthlink.net> To: "Dominic Marks" Cc: freebsd-questions@freebsd.org From: Don Tyson Subject: Re: D-Link 530TX (AKA: VIA VT6102) Configuration Mess In-reply-to: References: Comments: In-reply-to "Dominic Marks" message dated "Fri, 09 Feb 2001 23:37:32 +0000." Date: Fri, 09 Feb 2001 19:21:13 -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Howdy! > > I'm trying to get my D-Link NIC to work under FreeBSD 4.2-stable. I'v > located the right driver and included it into my kernel and the device is > now detected in my dmesg. However it seems to have some problems: > > # dmesg | grep vr0 > vr0: VIA VT6102 at IRQ 10 at device 15.0 on Pci0 > vr0: couldn't map ports / memory > device_probe_and_attach: vr0 attached returned 6 Don't know how many different drivers will run the DFE-530TX+ but I use the miibus device with the rl device (see below): # PCI Ethernet NICs that use the common MII bus controller code. # NOTE: Be sure to keep the 'device miibus' line in order to use these NICs! device miibus # MII bus support #device dc # DEC/Intel 21143 and various workalikes #device pcn # AMD Am79C79x PCI 10/100 NICs device rl # RealTek 8129/8139 #device sf # Adaptec AIC-6915 (``Starfire'') #device sis # Silicon Integrated Systems SiS 900/SiS 7016 #device ste # Sundance ST201 (D-Link DFE-550TX) #device tl # Texas Instruments ThunderLAN #device vr # VIA Rhine, Rhine II Do you have the miibus enabled? Compiled? My dmesg: rl0: port 0xd400-0xd4ff mem 0xda000000-0xda0000ff irq 9 at device 11.0 on pci0 rl0: Ethernet address: 00:50:ba:8a:c1:9d miibus0: on rl0 rlphy0: on miibus0 HTH Don Tyson To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message