Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 08 Feb 2001 14:48:34 -0500
From:      Don Tyson <tyson@stanfordalumni.org>
To:        "Robert Daniels" <rdaniels38@home.com>
Cc:        freebsd-hardware@freebsd.org
Subject:   Re: D-Link DFE-530TX+ 
Message-ID:  <200102081948.LAA16608@avocet.prod.itd.earthlink.net>
In-Reply-To: <000e01c091d0$2b1363d0$43701518@cx628451a> 
References:  <000e01c091d0$2b1363d0$43701518@cx628451a>

next in thread | previous in thread | raw e-mail | index | archive | help
> 
> Hello, I am running a Free BSD 4.0 CURRENT box. I am trying to install a =
> D-Link DFE-530TX+ .  I currently have a Linksys LNE100TX  version 4.1 =
> installed in the box and working fine. I have tried to compile a kernal =
> with Rhine support but card still won't work. I get the following info =
> when I do a dmesg. =20
> 
> pci0:(unknown card> (vendor =3D 0x1186, dev=3D0x1300) at 8.0 irq 10     =
> "This is my D-Link Card"
> dc0<ADMTEK AN985 10/100 BASE TX> PORT 0x6100-0x61FF mem 0xf040000 - =
> 0xf04003ff IRQ11 at device 9.0 on pci 0  "Linksys card"
> dc0: Ethernet Address:00:20:78:04:bf:df
> mii bus0 : <MII bus 7 on DC0)
> 
> 
Robert --

Not sure this will solve it, but I use that card with the
following lines in my kernel enabled as indicated:

# 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

and the relevant line in my dmesg is:

rl0: <RealTek 8139 10/100BaseTX> port 0xd400-0xd4ff mem 0xda000000-0xda0000ff irq 9 at device 11.0 on pci0

Don Tyson

> Any insight or help would be appreciated.=20
> 
> Thanks(in advance),
> Robert Daniels
> 
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-hardware" in the body of the message
> 


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-hardware" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200102081948.LAA16608>