From owner-freebsd-stable@freebsd.org Fri Jul 24 20:17:37 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 316D29AA7F1 for ; Fri, 24 Jul 2015 20:17:37 +0000 (UTC) (envelope-from starikarp@yandex.com) Received: from forward14p.cmail.yandex.net (forward14p.cmail.yandex.net [IPv6:2a02:6b8:0:1465::be]) (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 9B2FA1654 for ; Fri, 24 Jul 2015 20:17:36 +0000 (UTC) (envelope-from starikarp@yandex.com) Received: from smtp17.mail.yandex.net (smtp17.mail.yandex.net [IPv6:2a02:6b8:0:1402::118]) by forward14p.cmail.yandex.net (Yandex) with ESMTP id 6CE4921A68; Fri, 24 Jul 2015 23:17:33 +0300 (MSK) Received: from smtp17.mail.yandex.net (localhost [127.0.0.1]) by smtp17.mail.yandex.net (Yandex) with ESMTP id 16465190059D; Fri, 24 Jul 2015 23:17:32 +0300 (MSK) Received: by smtp17.mail.yandex.net (nwsmtp/Yandex) with ESMTPSA id VETQnJfMnA-HVnaFAXv; Fri, 24 Jul 2015 23:17:32 +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=1437769052; bh=+wbUout1zqLZMQeHINAcBXWqw6+13B3r94HIoWDWuIc=; h=Message-ID:Subject:From:To:Cc:Date:In-Reply-To:References: Content-Type:X-Mailer:Mime-Version:Content-Transfer-Encoding; b=YWF+GkKpJlyH6Kcmih5KuFvw/k8LMFlmJ/g/iFM8ZlVDXMsuE0LYfCvp6ZQNAmkwE XWTO4X/ZYJuYV90nLaYc42FDxSP1a8qNtp5Gh79CX6EB/QJ5yZkyDlc8zZXmRM2dly HsvYzmewz3DRMtnp/pg3SymtgcIG3pUa0dMeg9kA= Authentication-Results: smtp17.mail.yandex.net; dkim=pass header.i=@yandex.com Message-ID: <1437769050.2088.3.camel@yandex.com> Subject: Re: FreeBSD 10.1_RELEASE to FreeBSD 10.2 BETA2 From: Stari Karp To: Pavel Timofeev Cc: freebsd-stable stable Date: Fri, 24 Jul 2015 16:17:30 -0400 In-Reply-To: References: <1437602017.1621.5.camel@yandex.com> <1437745202428-6027559.post@n5.nabble.com> <1437754678.41896.0.camel@yandex.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 20:17:37 -0000 On Fri, 2015-07-24 at 23:07 +0300, Pavel Timofeev wrote: > 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. Yes, I understand but when I copied files (not kernel) from 10.1-RELEASE it works.