From owner-freebsd-questions Fri Jun 15 12:54: 4 2001 Delivered-To: freebsd-questions@freebsd.org Received: from comp1.mastery.ca (comp1.mastery.ca [209.202.88.60]) by hub.freebsd.org (Postfix) with ESMTP id 5567D37B415 for ; Fri, 15 Jun 2001 12:53:41 -0700 (PDT) (envelope-from mail@max-info.net) Received: from 78kw954 ([209.202.88.150]) (authenticated) by comp1.mastery.ca (8.11.3/8.11.1) with ESMTP id f5FJrcm01077; Fri, 15 Jun 2001 15:53:38 -0400 (EDT) (envelope-from mail@max-info.net) Message-ID: <032401c0f5d4$dd015da0$3200000a@Intranet> From: "Ryan Masse" To: "shailesh sheoran" Cc: "FreeBSD-Questions" References: Subject: Re: How to make a d-link 530TX + card work Date: Fri, 15 Jun 2001 15:53:34 -0400 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 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 I don't remember telling you to add: device rl0 at isa? port 0xd400 net irq 9 iomem 0xed800000 first of all its a pci card so why would you add an isa entry? remove that, and make sure you have compiled in your kernel: device miibus # MII bus support device rl # VIA Rhine, Rhine II if your card is still not rechonizing after making those adjustments you most likely have a defecting nic. Ryan > 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 > > > > > > > > > Sorry to barge in and nit-pick, but I just thought I > > > > > would point out that he specified a d-link 530 tx +, > > > > > which actually uses the rl (realtek) driver (about > > > > > which many previous posts have described in a less > > > > > than pleasant manner). > > > > > > > > > > I have a couple of these and wish I could still find a > > > > > place that sells the vr version! > > > > > > > > > > K. Greenwood > > > > > > > > > > > > > > > --- Ryan Masse wrote: > > > > > > you shouldn't need any additional kernel config for > > > > > > that card from the base > > > > > > GENERIC kernel. > > > > > > > > > > > > # 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 vr # VIA Rhine, Rhine > > > > > > II > > > > > > > > > > > > Those are the references to that particular card. > > > > > > > > > > > > Ryan > > > > > > > > > > > > > Hi, > > > > > > > thanks a lot to you guys for helping me out with > > > > > > my 20GB hard > > > > > > > drive partitioning problem. > > > > > > > i am facing another problem with my networking > > > > > > card (D-Link 530 > > > > > > > TX+). > > > > > > > when i try to set it up during the initial kernel > > > > > > configuration, > > > > > > > using the card type NE2000 under Network section, > > > > > > i face a peculiar > > > > > > > problem. From my windows 98 i have found that the > > > > > > card's memory address is > > > > > > > 0xed800000 but FreeBSD only allows memory options > > > > > > upto 0xffffff . i don't > > > > > > > understand what the problem is . > > > > > > > if i setup freebsd without setting up the network, > > > > > > how can i later > > > > > > > , if i can, add the networking card because the > > > > > > memory problem will > > > > > > > persist. and can i use the driver for Linux 6.x > > > > > > for FreeBSD. > > > > > > > thanks guys, i really appreciate any help. > > > > > > > cheers, > > > > > > > Shailesh Sheoran > > > > > > > M.ASc. > > > > > > > Department of Electrical Engineering > > > > > > > University of British Columbia > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message