From owner-freebsd-questions@FreeBSD.ORG Mon Jul 28 20:25:53 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 79B14407 for ; Mon, 28 Jul 2014 20:25:53 +0000 (UTC) Received: from mail-pa0-x22d.google.com (mail-pa0-x22d.google.com [IPv6:2607:f8b0:400e:c03::22d]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 51E8B2EA6 for ; Mon, 28 Jul 2014 20:25:53 +0000 (UTC) Received: by mail-pa0-f45.google.com with SMTP id eu11so11131098pac.32 for ; Mon, 28 Jul 2014 13:25:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=t1orcShL2zHCsvzImhY271IXGFnlo7YHFCo37yThfUw=; b=OJ4hcQZeSTcysU1VMnKhdxa1t+HzA/TWQV3wR2n2Ffzoy8sCtyEwp8lf43YPTUUvnM XcvxvZ7J2yFQHos1xAnepl2iMEIQDhuCE+pjINjSLfe/b6lxyWZTrn5iRUGatkPyMcZw i9bhB46cvLJ7EM9hUDGz2FGWW6HeOuONKN7buoCWM5C2MNkhFrwgEXP0UTaDgt3Afd5n aW/6bzkN1fuHmemkuonhuT6x1vpzslrAPqB5/KSvISkOMqNhmlVX6NHa4i5xftfIQfr+ va0knzd2/xvNvuVWpuYAoHHhZeGK5VWgtvziDXs0drjzVYDguXu/josNIQXZigCrDDus qtFA== MIME-Version: 1.0 X-Received: by 10.69.26.103 with SMTP id ix7mr40899061pbd.41.1406579152910; Mon, 28 Jul 2014 13:25:52 -0700 (PDT) Received: by 10.70.86.8 with HTTP; Mon, 28 Jul 2014 13:25:52 -0700 (PDT) In-Reply-To: <20140728201316.GA75558@slackbox.erewhon.home> References: <20140728201316.GA75558@slackbox.erewhon.home> Date: Mon, 28 Jul 2014 15:25:52 -0500 Message-ID: Subject: Re: Problem booting From: Brian Wood To: Brian Wood , freebsd-questions@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jul 2014 20:25:53 -0000 On Mon, Jul 28, 2014 at 3:13 PM, Roland Smith wrote: > On Mon, Jul 28, 2014 at 10:58:06AM -0500, Brian Wood wrote: > > I have PCBSD 10 installed on an HP desktop with > > a RT5390 wireless adapter. The boot hangs with > > > > ral0: needs multicast update callback > > My wireless adapter gives the same warning, but the machine doesn't hang > (that's on 10-STABLE amd64, btw). > > > I looked for a way to disable the wireless adapter in bios > > but didn't find one. Or at least what I tried didn't help. > > Any suggestions? Thanks. > > You can put > > hint.ral.0.disabled="1" > > in /boot/device.hints. That will disable the device. > > But it is not sure that this device is the cause of the hang. > I'm not sure how to edit that file. I can get to grub prompt but don't know if that is where I should be to edit it. I believe I'm on 10-Stable and amd64 also.