From owner-freebsd-stable@freebsd.org Fri Jul 24 20:07:39 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 D74DA9AA5DA for ; Fri, 24 Jul 2015 20:07:39 +0000 (UTC) (envelope-from timp87@gmail.com) Received: from mail-wi0-x233.google.com (mail-wi0-x233.google.com [IPv6:2a00:1450:400c:c05::233]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7224B1FBD for ; Fri, 24 Jul 2015 20:07:39 +0000 (UTC) (envelope-from timp87@gmail.com) Received: by wicmv11 with SMTP id mv11so77146500wic.0 for ; Fri, 24 Jul 2015 13:07:38 -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 :cc:content-type; bh=qP1pxQRRI5jwCJ+smRNGnsY77xmrBOEUm7AfT4YuL98=; b=R1VWLbDyzS/cwhej7xmIW63xF0wUtfu+zQMCHqhVA1CeCKtVKac1nyu00J2JPX7nAR MmcvcUjEnNSHXjl126IO9+VbKD9yBn06hh5V+mPPPtWlnN+rctgH8NDoA4y4v0bvRdqj jjjLP70SzWYdCrQaMlSdc47+xRxh4QgWwo3pDq9zOqFmdqTgncR5kVNB8akDp+mO4QhI DeCrXH0MUGEjKkOeye6pzWaqs5g/4TW2Va300qRBb/LTSatRKOhbuJw2TyYgqTMLEfHr BRovaOS5mlPvigvgPuZHVQq51tXPBvG57gy4EC99KR3vSCOk5RmiapUOtjZBvsEXv2nz ns6g== MIME-Version: 1.0 X-Received: by 10.194.121.34 with SMTP id lh2mr30275631wjb.101.1437768457918; Fri, 24 Jul 2015 13:07:37 -0700 (PDT) Received: by 10.28.48.207 with HTTP; Fri, 24 Jul 2015 13:07:37 -0700 (PDT) In-Reply-To: <1437754678.41896.0.camel@yandex.com> References: <1437602017.1621.5.camel@yandex.com> <1437745202428-6027559.post@n5.nabble.com> <1437754678.41896.0.camel@yandex.com> Date: Fri, 24 Jul 2015 23:07:37 +0300 Message-ID: Subject: Re: FreeBSD 10.1_RELEASE to FreeBSD 10.2 BETA2 From: Pavel Timofeev To: Stari Karp Cc: freebsd-stable stable Content-Type: text/plain; charset=UTF-8 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 20:07:40 -0000 2015-07-24 19:17 GMT+03:00 Stari Karp : > 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. > > That's not surprising, because /boot has kernel/ folder with kernel itself and modules for it.