From owner-freebsd-arm@FreeBSD.ORG Sat Nov 29 00:49:08 2014 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 66F85C28 for ; Sat, 29 Nov 2014 00:49:08 +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 3E991AF4 for ; Sat, 29 Nov 2014 00:49:08 +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=b55YQfL8xR4BKDbLvKMKcb++hNE5tJkN2UwLei/9kDs=; b=k5i46PLjxUzKH355bMbT9+mHkXEado6rAScKtbTZzPDd1SfNZz8+SlfLHnasAROwYyquRfy9Sw0Zi3rBIZC4TGonHe/xbKO3Ff5KbYO7VyImg2ubIIi7De13PygLTg/ptJIt9m6DfUxV267bZ0cJL9ClAKdAadifSKxRu3eu+7Y=; Received: from [114.121.160.118] (port=27749 helo=X220.alogt.com) by sl-508-2.slc.westdc.net with esmtpa (Exim 4.84) (envelope-from ) id 1XuWDh-002Enp-JD; Fri, 28 Nov 2014 17:49:06 -0700 Date: Sat, 29 Nov 2014 08:49:00 +0800 From: Erich Dollansky To: Eric Gunther Subject: Re: Raspberry Pi composite video problem Message-ID: <20141129084900.10050d11@X220.alogt.com> In-Reply-To: <1417193156.3202.1.camel@warwick.net> References: <1417167767.23507.2.camel@warwick.net> <1417193156.3202.1.camel@warwick.net> Organization: ALO Green Technologies 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: erich@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: Sat, 29 Nov 2014 00:49:08 -0000 Hi, On Fri, 28 Nov 2014 11:45:56 -0500 Eric Gunther wrote: > On Fri, 2014-11-28 at 04:42 -0500, Eric Gunther wrote: > > On Thu, 27 Nov 2014 08:25:28 -0500 > > Eric Gunther wrote: > > > > 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. > > > Eureka, I have logged in via ssh. Not sure what is different although > the last few things I did where: > > rechecked /etc/inetd.conf, /etc/rc.conf, /etc/services > > service sshd enable > service sshd reload > > And plugged in the client computer after the RPi had been connected to > the ethernet, worked using IP. > sshd can run without inetd. > telnet was still not functioning. You would need inetd for this but as you have ssh up and running, you will not need this anymore. Erich