From owner-freebsd-arm@FreeBSD.ORG Fri Nov 28 16:45:44 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 8FD6B270 for ; Fri, 28 Nov 2014 16:45:44 +0000 (UTC) Received: from frontend3.warwick.net (mx2.warwick.net [204.255.24.104]) by mx1.freebsd.org (Postfix) with SMTP id 2C54A6AB for ; Fri, 28 Nov 2014 16:45:43 +0000 (UTC) Received: (qmail 1408 invoked from network); 28 Nov 2014 16:45:42 -0000 Received: from 70.44.113.83.res-cmts.sefg.ptd.net (HELO 70.44.113.83.res-cmts.sefg.ptd.net) (egunther@warwick.net@70.44.113.83) by frontend3.warwick.net with SMTP (fda9b01e-771d-11e4-acaa-0019bb38a71e); Fri, 28 Nov 2014 11:45:42 -0500 Message-ID: <1417193156.3202.1.camel@warwick.net> Subject: Re: Raspberry Pi composite video problem From: Eric Gunther To: freebsd-arm@freebsd.org Date: Fri, 28 Nov 2014 11:45:56 -0500 In-Reply-To: <1417167767.23507.2.camel@warwick.net> References: <1417167767.23507.2.camel@warwick.net> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.12.7 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-MagicMail-UUID: fda9b01e-771d-11e4-acaa-0019bb38a71e X-MagicMail-Authenticated: egunther@warwick.net X-MagicMail-SourceIP: 70.44.113.83 X-MagicMail-EnvelopeFrom: 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 16:45:44 -0000 On Fri, 2014-11-28 at 04:42 -0500, Eric Gunther wrote: > 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. > > > So, would the firmware update change the display/console/terminal size? > As I had mentioned I tried config.txt which I think is the standard on > the Raspberry Pi as far as display configuration. It appears to me that > maybe I have to configure the syscons, vt or other driver or facility. > This I have investigated although come up empty. vidcontrol -i mode > yields one entry repeated multiple times, which is not listed in the man > page for vidcontrol, as far as I can tell. > > > > 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. 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. telnet was still not functioning. Thank You, --e