From owner-freebsd-stable@freebsd.org Fri Nov 17 13:10:35 2017 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 45E4ADD9C6E for ; Fri, 17 Nov 2017 13:10:35 +0000 (UTC) (envelope-from bsam@passap.ru) Received: from forward101o.mail.yandex.net (forward101o.mail.yandex.net [IPv6:2a02:6b8:0:1a2d::601]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "forwards.mail.yandex.net", Issuer "Yandex CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id EA95C663B2 for ; Fri, 17 Nov 2017 13:10:34 +0000 (UTC) (envelope-from bsam@passap.ru) Received: from mxback14j.mail.yandex.net (mxback14j.mail.yandex.net [IPv6:2a02:6b8:0:1619::90]) by forward101o.mail.yandex.net (Yandex) with ESMTP id BF2D51343262 for ; Fri, 17 Nov 2017 16:10:16 +0300 (MSK) Received: from smtp1j.mail.yandex.net (smtp1j.mail.yandex.net [2a02:6b8:0:801::ab]) by mxback14j.mail.yandex.net (nwsmtp/Yandex) with ESMTP id QECXxnoafO-AFB0DhYm; Fri, 17 Nov 2017 16:10:16 +0300 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=passap.ru; s=mail; t=1510924216; bh=qDznO4eXKK/D94mX4qJ1U4Fy8rS+2nqSZicLR9pNdQA=; h=Subject:To:References:From:Message-ID:Date:In-Reply-To; b=Mz8Pdow/DQZRiAtnan3toAk+fTsQPq4Kh1KuaAk2nmiErwTS57zgz1Tzt1QTgp/VU DDb4HltFMPzaP0gSBvdbT6IUIHXMiqouXawBKs2SaHhWF85WpAB7fpR4Vm2bvkY5jl Ft7DcN2ZiR1uo0i8hGcdqdDvcxi5jjR7tW8Lxa8o= Received: by smtp1j.mail.yandex.net (nwsmtp/Yandex) with ESMTPSA id 14PJ7SgqLx-AFJqJMmr; Fri, 17 Nov 2017 16:10:15 +0300 (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client certificate not present) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=passap.ru; s=mail; t=1510924215; bh=qDznO4eXKK/D94mX4qJ1U4Fy8rS+2nqSZicLR9pNdQA=; h=Subject:To:References:From:Message-ID:Date:In-Reply-To; b=LDxWw2LPbsWSwHwKQRlJ3pouH2sO+dCgQm69qNRY4SMkkzb5IbcuTIF0YmNGJ2fhT QimNb3uoa3vbDML36aOQNC6hZMf1hRU61JxEksvB+MADm9nwtwaPQLGy4Cc1iJpO0b NDlKwuK+rlRsjvcTvkLGTZyJGtRYzmaA6vZZGBZQ= Authentication-Results: smtp1j.mail.yandex.net; dkim=pass header.i=@passap.ru Subject: Re: D-Link DGE530T issue To: freebsd-stable@freebsd.org References: <20171117101954.GA1246@michelle.fasterthan.co.kr> From: Boris Samorodov Message-ID: <52fed579-6430-37d0-e859-86f62b74a181@passap.ru> Date: Fri, 17 Nov 2017 16:10:15 +0300 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Nov 2017 13:10:35 -0000 17.11.2017 15:12, Mike Black пишет: > VPD ident = 'DGD-530T Ghgabht Ethernet @dapte' So here we are (off by minus one errors): --- D (44h) should be G (45h); h (68h) -> i (69h); @ (40h) -> A (41h). --- And deltas in bytes between errors: 8, 4, 12. Yep, looks like a hardware/power problem. Can you try to change a power supply? -- WBR, bsam