From owner-freebsd-stable@freebsd.org Fri Jul 24 10:11:12 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 A71BB9A8B95 for ; Fri, 24 Jul 2015 10:11:12 +0000 (UTC) (envelope-from starikarp@yandex.com) Received: from forward4m.mail.yandex.net (forward4m.mail.yandex.net [IPv6:2a02:6b8:0:2519::3:13]) by mx1.freebsd.org (Postfix) with ESMTP id 5C5621D08 for ; Fri, 24 Jul 2015 10:11:12 +0000 (UTC) (envelope-from starikarp@yandex.com) Received: from smtp4m.mail.yandex.net (smtp4m.mail.yandex.net [IPv6:2a02:6b8:0:2519::126]) by forward4m.mail.yandex.net (Yandex) with ESMTP id 13ABE23203E3; Fri, 24 Jul 2015 13:11:09 +0300 (MSK) Received: from smtp4m.mail.yandex.net (localhost [127.0.0.1]) by smtp4m.mail.yandex.net (Yandex) with ESMTP id B9302BE004B; Fri, 24 Jul 2015 13:11:09 +0300 (MSK) Received: by smtp4m.mail.yandex.net (nwsmtp/Yandex) with ESMTPSA id XjgDE4yaX9-B7c09LqK; Fri, 24 Jul 2015 13:11:08 +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=1437732668; bh=1/Jkrm6nxVmBY3+dImcGjQcUXU4rscSqIr1Xx31C3qo=; h=Message-ID:Subject:From:To:Cc:Date:In-Reply-To:References: Content-Type:X-Mailer:Mime-Version:Content-Transfer-Encoding; b=CW/3jg2GxpBLs4b6DrLFRvjCW2VjCf72xWndeRgWft2eXtWpyxbRMoTTytXMG2ThS HnZ2Y46vKk6kXZU7h5T5YhRIRbXDRg6tAR8KoT2sRXMczeVYl5X8mm7T1K8KSrifD3 yVL078SXorrDI1stC3sjGFZ97BRenc0CyQGx+iHs= Authentication-Results: smtp4m.mail.yandex.net; dkim=pass header.i=@yandex.com X-Yandex-ForeignMX: US Message-ID: <1437732664.80114.2.camel@yandex.com> Subject: Re: freebsd downgrade From: Stari Karp To: d@delphij.net Cc: freebsd-stable@freebsd.org Date: Fri, 24 Jul 2015 06:11:04 -0400 In-Reply-To: <55B17DEB.6070302@delphij.net> References: <1437693686.78236.2.camel@yandex.com> <55B17DEB.6070302@delphij.net> 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 10:11:12 -0000 On Thu, 2015-07-23 at 16:51 -0700, Xin Li wrote: > On 07/23/15 16:21, Stari Karp wrote: > > Hi! > > > > I had a problems with FreeBSD 10.2-BETA2. I used freebsd-update > > ugrade and update FreeBSD 10.1-RELEASE. Is it possible to downgrade > > BETA2 to 10.1-RELEASE with freebsd-update upgrade -r 10.1-RELEASE, > > please? > > It's not supported (because you may be running binaries that depends > on new kernel). > > What kind of problems did you have? Please let re@ know so we can get > them fixed. > > Cheers, I have a post in FreeBSD Stable maling list about my problem. A subject is: FreeBSD 10.1_RELEASE to FreeBSD 10.2 BETA2 And I wrote: " Hi! I upgrade 10.1-RELEASE (amd64) with freebsd-update upgrade to FreeBSD 10.2-BETA2 #0 r285646: Fri Jul 17 01:09:28 UTC 2015 root@releng1.nyi.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64 and now I have some problems: 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. 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." Thank you.