From owner-freebsd-questions Tue Apr 2 14:26: 5 2002 Delivered-To: freebsd-questions@freebsd.org Received: from tomts9-srv.bellnexxia.net (tomts9.bellnexxia.net [209.226.175.53]) by hub.freebsd.org (Postfix) with ESMTP id 023E437B422 for ; Tue, 2 Apr 2002 14:25:58 -0800 (PST) Received: from xena.gsicomp.on.ca ([65.95.178.46]) by tomts9-srv.bellnexxia.net (InterMail vM.4.01.03.23 201-229-121-123-20010418) with ESMTP id <20020402222557.YTVR2802.tomts9-srv.bellnexxia.net@xena.gsicomp.on.ca>; Tue, 2 Apr 2002 17:25:57 -0500 Received: from hermes (hermes.gsicomp.on.ca [192.168.0.18]) by xena.gsicomp.on.ca (8.11.3/8.11.3) with SMTP id g32MER787041; Tue, 2 Apr 2002 17:14:27 -0500 (EST) (envelope-from matt@gsicomp.on.ca) Message-ID: <005001c1da95$5bcfeca0$1200a8c0@gsicomp.on.ca> From: "Matthew Emmerton" To: "Zach Barnett" , References: Subject: Re: Realtek rl ethernet driver Date: Tue, 2 Apr 2002 17:25:55 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4807.1700 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4807.1700 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 > Hello, > > I have a Freebsd 4.4 Release Firewall. It contains two PCI rl ethernet > devices, and I'm having an issue with the rl0 outside interface that > connects to my comcast cable modem. It does not properly autodetect the > media type of the connection. The 'ifconfig -m rl0' command returns the > following: > > media: autodetect (none) > > I know the cable modem connection speed is 10Mbps, but I am unsure of the > duplexing. I have second rl device in the box named rl1, which is my > inside interface. It connect to a Linksys 10/100Mb switch and works just > fine. It autodetects to 100mbps full duplex. > > Upon firewall reboot or a power cycle of the cable modem, the Internet > connectivity will function Ok, then gradually decrease in performance until > failure. > > Are there any known issues with the rl ethernet driver in the Freebsd 4.4 > Release? Some rl NICs are simply crappy and don't autodetect properly. I've run into the problem you describe with various DSL modems and do this in my /etc/rc.conf: ifconfig_rl0="up media 10BaseT/UTP" Since I've done that, I've never had problems. -- Matt Emmerton To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message