From owner-freebsd-current@FreeBSD.ORG Thu Nov 7 20:57:07 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id B03247DC for ; Thu, 7 Nov 2013 20:57:07 +0000 (UTC) (envelope-from dumbbell@FreeBSD.org) Received: from mail.made4.biz (unknown [IPv6:2001:41d0:1:7018::1:3]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 76D792D7A for ; Thu, 7 Nov 2013 20:57:07 +0000 (UTC) Received: from 141.7.19.93.rev.sfr.net ([93.19.7.141] helo=[192.168.1.179]) by mail.made4.biz with esmtpsa (TLSv1:DHE-RSA-CAMELLIA256-SHA:256) (Exim 4.80.1 (FreeBSD)) (envelope-from ) id 1VeWdV-0008Gw-8V for freebsd-current@freebsd.org; Thu, 07 Nov 2013 21:57:06 +0100 Message-ID: <527BFEA2.30909@FreeBSD.org> Date: Thu, 07 Nov 2013 21:57:06 +0100 From: =?ISO-8859-1?Q?Jean-S=E9bastien_P=E9dron?= User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:24.0) Gecko/20100101 Thunderbird/24.1.0 MIME-Version: 1.0 To: freebsd-current@freebsd.org Subject: Re: Radeon HD 6290 and radeonkms References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Nov 2013 20:57:07 -0000 Le 07/11/2013 20:14, KOT MATPOCKuH a écrit : > Hi all! Hi! > Is possible to use radeonkms on Radeon HD 6290 card? > I tried to boot kernel with loaded radeonkms module, but amd64 and i386 > kernels hangs while booting after messages like this: Your card is an integrated card (IGP), right? There's one known issue: we fail to detect that it's the default output at boot time. Try to put this line in your /boot/loader.conf, and reboot: hw.pci.default_vgapci_unit="0" Tell us if this fix your problem with both i386 and amd64. That silent reboot is not a known issue. -- Jean-Sébastien Pédron