From nobody Thu Dec 8 21:02:05 2022 X-Original-To: freebsd-questions@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4NSmmx0Lwyz4jRn5 for ; Thu, 8 Dec 2022 21:02:09 +0000 (UTC) (envelope-from iio7@tutanota.com) Received: from w1.tutanota.de (w1.tutanota.de [81.3.6.162]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "mail.tutanota.de", Issuer "Sectigo RSA Domain Validation Secure Server CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4NSmmv6ss8z3N6k for ; Thu, 8 Dec 2022 21:02:07 +0000 (UTC) (envelope-from iio7@tutanota.com) Authentication-Results: mx1.freebsd.org; dkim=pass header.d=tutanota.com header.s=s1 header.b=4KElTTor; spf=pass (mx1.freebsd.org: domain of iio7@tutanota.com designates 81.3.6.162 as permitted sender) smtp.mailfrom=iio7@tutanota.com; dmarc=pass (policy=quarantine) header.from=tutanota.com Received: from tutadb.w10.tutanota.de (unknown [192.168.1.10]) by w1.tutanota.de (Postfix) with ESMTP id BE6B3FBF534 for ; Thu, 8 Dec 2022 21:02:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1670533325; s=s1; d=tutanota.com; h=From:From:To:To:Subject:Subject:Content-Description:Content-ID:Content-Type:Content-Type:Content-Transfer-Encoding:Content-Transfer-Encoding:Cc:Date:Date:In-Reply-To:MIME-Version:MIME-Version:Message-ID:Message-ID:Reply-To:References:Sender; bh=n8pn1PKfOCYtUCl1dS26Cl3lCHaIuUJvTZlCH/H1Nbc=; b=4KElTTorZwUyyJOoeRXLrzSMmFAKZnUtoD/fR8ZOXEAcuSDcEa6/2fi6q16tquBq 5+vm+GjLIm5tCymMXCFhPptOLOW8M7LXJf3vKhAS3jf4hvyD5TEmhsWEHSVEqQ4eOOx NiqHNIMKHimgjj455hT12MKgroueazJ+9LTBTYgP8O/Zoh7crTH7OLFL792uu0xBIKG kFN0HwHQsXQyuN828lFr2wwBiNlKYHO7pHnkiXEvV5Mtby7hl8z+rT2WEd3TipkDvUt Uoygttt7PLGHF1V1ob78s3WfB2dz9GNwNnQmoELEP11BzIe7ARkwWDPkI1Az3QLUtrg W0JC9vOQEw== Date: Thu, 8 Dec 2022 22:02:05 +0100 (CET) From: iio7@tutanota.com To: Freebsd Questions Message-ID: Subject: Re: FreeBSD keep loosing ethernet connection List-Id: User questions List-Archive: https://lists.freebsd.org/archives/freebsd-questions List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Spamd-Result: default: False [-3.00 / 15.00]; FAKE_REPLY(1.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; NEURAL_HAM_SHORT(-1.00)[-0.995]; DMARC_POLICY_ALLOW(-0.50)[tutanota.com,quarantine]; R_DKIM_ALLOW(-0.20)[tutanota.com:s=s1]; R_SPF_ALLOW(-0.20)[+ip4:81.3.6.160/28]; MIME_GOOD(-0.10)[text/plain]; RCVD_TLS_LAST(0.00)[]; ASN(0.00)[asn:24679, ipnet:81.3.0.0/18, country:DE]; MIME_TRACE(0.00)[0:+]; MLMMJ_DEST(0.00)[freebsd-questions@freebsd.org]; FROM_EQ_ENVFROM(0.00)[]; FROM_NO_DN(0.00)[]; TO_DN_ALL(0.00)[]; RCVD_COUNT_TWO(0.00)[2]; ARC_NA(0.00)[]; DKIM_TRACE(0.00)[tutanota.com:+]; TO_MATCH_ENVRCPT_ALL(0.00)[]; RCPT_COUNT_ONE(0.00)[1]; PREVIOUSLY_DELIVERED(0.00)[freebsd-questions@freebsd.org]; MID_RHS_MATCH_FROM(0.00)[] X-Rspamd-Queue-Id: 4NSmmv6ss8z3N6k X-Spamd-Bar: -- X-ThisMailContainsUnwantedMimeParts: N Pete wrote: > You probably want to use the realtek module from ports/pkgs versus > the stock re(4) driver.=C2=A0 that's just a guess though, it would be > helpful if you could post what the actual chip is either via dmesg or > pciconf. > > I have this device, and using the realtek-re-kmod pkg (pkg install > realtek-re-kmod) works well on my system: B/C/CP/D/DP/E/F/G PCIe Gigabit Ethernet> Morgan wrote: > It's a long running bug in FreeBSD. > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D166724 Thank you very much guys. Changing the driver to the one in ports/pkg solved the issue. Kind regards.