From owner-freebsd-stable@freebsd.org Thu Apr 18 12:02:05 2019 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 87103156EE90 for ; Thu, 18 Apr 2019 12:02:05 +0000 (UTC) (envelope-from petefrench@ingresso.co.uk) Received: from constantine.ingresso.co.uk (constantine.ingresso.co.uk [31.24.6.74]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 284878ACBF for ; Thu, 18 Apr 2019 12:02:04 +0000 (UTC) (envelope-from petefrench@ingresso.co.uk) Received: from dilbert.london-internal.ingresso.co.uk ([10.64.50.6]) by constantine.ingresso.co.uk with esmtpsa (TLSv1.2:ECDHE-RSA-AES128-GCM-SHA256:128) (Exim 4.91 (FreeBSD)) (envelope-from ) id 1hH5jn-000KO2-W4 for freebsd-stable@freebsd.org; Thu, 18 Apr 2019 12:01:55 +0000 Subject: Re: Problem with STABLE-12 To: freebsd-stable@freebsd.org References: <468416908.868069.1555508647970.ref@mail.yahoo.com> <468416908.868069.1555508647970@mail.yahoo.com> From: Pete French Message-ID: Date: Thu, 18 Apr 2019 13:01:55 +0100 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:60.0) Gecko/20100101 Thunderbird/60.6.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 284878ACBF X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-6.99 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.99)[-0.995,0]; REPLY(-4.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Apr 2019 12:02:05 -0000 > I have a radeon graphics card, too.  Recently, I had a problem with the > graphics/drm-kmod hanging on boot in multi-user.  My fix was to switch > to graphics/drm-legacy-kmod, which at least lets the system boot again. > I figure the newer graphics/drm-kmod no longer supports my old radeon card. So, I was about to post about this, and then saw this thread. I too ave had to go back to the legacy-kmod because something broke it in the last couple of weeks. Was using the new one fine until then. Unfortunately I didnt know it was broken as have been working remotely and thus not in front of the machine. But I doubt that the Radeon stopped being supported soehow - that would be mentioned somewhere surely ? It looks like a hang on loading the module to me. -pete.