From owner-freebsd-questions Fri Jun 15 12: 3:20 2001 Delivered-To: freebsd-questions@freebsd.org Received: from web14108.mail.yahoo.com (web14108.mail.yahoo.com [216.136.172.138]) by hub.freebsd.org (Postfix) with SMTP id 9196837B6B5 for ; Fri, 15 Jun 2001 12:03:01 -0700 (PDT) (envelope-from k_greenwood1@yahoo.com) Message-ID: <20010615190301.74006.qmail@web14108.mail.yahoo.com> Received: from [209.105.201.115] by web14108.mail.yahoo.com; Fri, 15 Jun 2001 12:03:01 PDT Date: Fri, 15 Jun 2001 12:03:01 -0700 (PDT) From: "K. Greenwood" Subject: Re: How to make a d-link 530TX + card work To: shailesh sheoran Cc: FreeBSD-Questions In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Well... first off you should only need device rl Unless I'm mistaken the D-Link 530 tx + is a PCI based interface card. The rest is for non pnp periphs. Assuming that this works and your NIC is found in the dmesg (or shown on boot up) you will need something like the following in /etc/rc.conf: network_interfaces"lo0 rl0" ifconfig_rl0="inet 192.168.1.1 netmask 255.255.255.0" ^ Change to your ip This should get your card at least seen by the system. Hope it helps. K. Greenwood --- shailesh sheoran wrote: > Hi, > I still can't make the card run. This is what i did > : > 1. i compiled my own kernel MYKERNEL with the > following additions > device rl0 at isa? port 0xd400 net irq 9 iomem > 0xed800000 > 2. then in the /etc/rc.conf i added rl0 to the list > of network_interfaces. > i got the port and iomem settings from Win98 > what am i doing wrong? > thanks, > Shailesh Sheoran > M.ASc. > Department of Electrical Engineering > University of British Columbia > > On Thu, 14 Jun 2001, Ryan Masse wrote: > > > device miibus # MII bus support > > device rl # VIA Rhine, Rhine > II > > > > you could also compile in 'device vr' for kicks. > The above are already > > included in a GENERIC kernel. > > > > Ryan > > > > > > > hi, > > > i am sorry but i am a little overwhelmed. where > do i need to add > > > these lines: > > > device miibus # MII bus > support > > > device vr # VIA > Rhine, Rhine II > > > > > > if that's what i need to do. > > > thanks a lot for all the help, i really > appreciate that. > > > sincerely, > > > Shailesh Sheoran > > > M.ASc. > > > Department of Electrical Engineering > > > University of British Columbia > > > > > > On Wed, 13 Jun 2001, Ryan Masse wrote: > > > > > > > dosen't the + still use the MII Bus? Instead > of device vr use device rl. > > > > > > > > looks like i didn't read the email closely > enough. i have a half dozen > > bsd > > > > machines here with the 530tx cards. in fact i > just got a shipment of > > systems > > > > in for the office with use of the Dlink 530tx > cards no problem. I guess > > > > different suppliers carry what they think is > best. > > > > > > > > Ryan __________________________________________________ Do You Yahoo!? Spot the hottest trends in music, movies, and more. http://buzz.yahoo.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message