From owner-freebsd-arm@FreeBSD.ORG Fri Nov 28 03:05:33 2014 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8BB2493D for ; Fri, 28 Nov 2014 03:05:33 +0000 (UTC) Received: from alogt.com (alogt.com [69.36.191.58]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6820E2C3 for ; Fri, 28 Nov 2014 03:05:33 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=alogt.com; s=default; h=Content-Transfer-Encoding:Content-Type:MIME-Version:References:In-Reply-To:Message-ID:Subject:Cc:To:From:Date; bh=/s0tYjGQMRVdy31gMay5v46ZE97ZEQVDAYa7tVnUPVs=; b=dlW5rfaF4OeJT+PVNZ2hvqLCkDa7PYcZJkzFt8IeskHcZSeHxq5B8jnZcpA9u/hHVqmBEBbGwow6kKGWi2mhN1ZfiwNDcG18dp3MQtyWtDr+ME8ZiCUmHcGiRp0es9BLenMsumA2h1D7FxFFbiBr0jLvYZPR0pjjXt+U2ur2KuA=; Received: from [114.124.24.195] (port=45787 helo=X220.alogt.com) by sl-508-2.slc.westdc.net with esmtpa (Exim 4.84) (envelope-from ) id 1XuBsB-001LZz-Uy; Thu, 27 Nov 2014 20:05:32 -0700 Date: Fri, 28 Nov 2014 11:05:27 +0800 From: Erich Dollansky To: Eric Gunther Subject: Re: Raspberry Pi composite video problem Message-ID: <20141128110527.043a158f@X220.alogt.com> In-Reply-To: <1417094728.2530.1.camel@warwick.net> References: <1417094728.2530.1.camel@warwick.net> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - sl-508-2.slc.westdc.net X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - alogt.com X-Get-Message-Sender-Via: sl-508-2.slc.westdc.net: authenticated_id: erichsfreebsdlist@alogt.com X-Source: X-Source-Args: X-Source-Dir: Cc: freebsd-arm@freebsd.org X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Nov 2014 03:05:33 -0000 Hi, On Thu, 27 Nov 2014 08:25:28 -0500 Eric Gunther wrote: > input. I have an old tv with composite input and outputs, I thought I am not able to help you here. > I have enabled sshd, and set the hostname although I cannot seem to > find the RPi on the network while using Ethernet cable (Cat 5e)... Use telnet for the start to make sure that you avoided the simplest problems. You need inetd and /etc/inetd.conf with telnet enabled in there. > This is not surprising because I am novice with networking. I have > also tried telnet, although I saw elsewhere on this list that one has > to enable it. I have not found the place to do that, I looked in > loader.conf and rc.conf. > You have to enable inetd in rc.conf and telnet on /etc/inetd.conf. Erich