From owner-freebsd-stable@freebsd.org Fri Jul 24 16:18:16 2015 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 9ECF89A94EB for ; Fri, 24 Jul 2015 16:18:16 +0000 (UTC) (envelope-from starikarp@yandex.com) Received: from forward15p.cmail.yandex.net (forward15p.cmail.yandex.net [IPv6:2a02:6b8:0:1465::bd]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "forwards.mail.yandex.net", Issuer "Certum Level IV CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5337E1138 for ; Fri, 24 Jul 2015 16:18:16 +0000 (UTC) (envelope-from starikarp@yandex.com) Received: from smtp18.mail.yandex.net (smtp18.mail.yandex.net [IPv6:2a02:6b8:0:1402::119]) by forward15p.cmail.yandex.net (Yandex) with ESMTP id 7C52F22555; Fri, 24 Jul 2015 19:18:03 +0300 (MSK) Received: from smtp18.mail.yandex.net (localhost [127.0.0.1]) by smtp18.mail.yandex.net (Yandex) with ESMTP id 287AA18A014D; Fri, 24 Jul 2015 19:18:03 +0300 (MSK) Received: by smtp18.mail.yandex.net (nwsmtp/Yandex) with ESMTPSA id T91NziOxUg-I1OKHsVD; Fri, 24 Jul 2015 19:18:02 +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=yandex.com; s=mail; t=1437754682; bh=ghVSZz25UcbH1E+ESQSmhsGePf2ehXnS5Cubszb+0UY=; h=Message-ID:Subject:From:To:Cc:Date:In-Reply-To:References: Content-Type:X-Mailer:Mime-Version:Content-Transfer-Encoding; b=neiw3IC+aQBBUeprCTyJgjQLhKpMQjA8NqiwdfrPTyM/vfeuW+K5KZ9voouuMzf91 EkUkxrl7f7m3dBdi7CzO04D4Hg44H9A6mik3M0a/1NVKFEbcPMp/j2jhfnZn7W6S8h 7r9PsFLwZKm6Fu2vfvLEVo3Kg+DUPfEpAHYhixg0= Authentication-Results: smtp18.mail.yandex.net; dkim=pass header.i=@yandex.com Message-ID: <1437754678.41896.0.camel@yandex.com> Subject: Re: FreeBSD 10.1_RELEASE to FreeBSD 10.2 BETA2 From: Stari Karp To: timp Cc: freebsd-stable@freebsd.org Date: Fri, 24 Jul 2015 12:17:58 -0400 In-Reply-To: <1437745202428-6027559.post@n5.nabble.com> References: <1437602017.1621.5.camel@yandex.com> <1437745202428-6027559.post@n5.nabble.com> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.12.11 FreeBSD GNOME Team Port Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.20 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, 24 Jul 2015 16:18:16 -0000 On Fri, 2015-07-24 at 06:40 -0700, timp wrote: > Hi! > > > 1. VT module doesn't load. > > In /boot/loader.conf I have: > > kern.vty=vt > > but it doesn't work. If I manual loada module witk kldload radeonkms I > > got just black screen and nothing more. > > As I know it's not a module. And you can't load it. > I have a workstation under 10.2-BETA2 amd64 GENERIC with kern.vty=vt set and > have no problem. > > > 2. Fireware external disk doesn't work either. In /boot/loader.conf I > > have sbp_load="YES" but it doesn't load. If I run kldload sbp it load > > and works. > > 3. The same is with web camera. > > cuse4bsd_load="YES" which I have in /boot/loader.conf doesn't load. > > It works if I load with kldload. > > In /boot/loader.conf I have also loader_logo="beastie" which doesn't > > show picture in menu (it is default one). > > > > In /boot/device.hints I have also some hits which are for my sound card > > and it doesn't read them and sound doesn't work correct too. > > > > On FreeBSD 10.1-RELEASE (amd 64) I didn't have problems. > > Today I update with freebsd-update fetch and the problem exist. > > What if you load the previous kernel? Did you upgrade only kernel? What > about world? > Something's definitely wrong with your machine. > I have > > % cat /boot/loader.conf > zfs_load="YES" > kern.geom.label.gptid.enable="0" > kern.vty=vt > hw.vga.textmode=1 > cuse4bsd_load="YES" > autoboot_delay="2" > coretemp_load="YES" > fuse_load="YES" > kern.racct.enable=1 > > and it works. > > > > -- > View this message in context: http://freebsd.1045724.n5.nabble.com/FreeBSD-10-1-RELEASE-to-FreeBSD-10-2-BETA2-tp6027186p6027559.html > Sent from the freebsd-stable mailing list archive at Nabble.com. > _______________________________________________ > freebsd-stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" I forgot... I just delete files in /boot and replace with one from 10.1 release and it works.