Date: Tue, 25 Jun 2013 21:27:29 -0700 From: Marcel Moolenaar <marcel@xcllnt.net> To: Kevin Day <kevin@your.org> Cc: "freebsd-ia64@freebsd.org" <freebsd-ia64@freebsd.org> Subject: Re: rx2600 installation success/steps Message-ID: <6B891C45-FB9A-4F81-A348-938B9316E55B@xcllnt.net> In-Reply-To: <82F3280F-52C5-4F95-9661-AB6879C29BB4@your.org> References: <82F3280F-52C5-4F95-9661-AB6879C29BB4@your.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Jun 3, 2013, at 8:12 AM, Kevin Day <kevin@your.org> wrote: >=20 > If I have networking running, i can ssh in. One very weird thing is = that the number of ttyu* devices seems to change every time I reboot. = Sometimes I have 0-2, going all the way up to 0-5 occasionally. The tty = that the actual system console is appears to change on every reboot.=20 >=20 > I edited /etc/ttys to turn "on" ttyu1 through ttyu3, and added a ttyu4 = and ttyu5 so that all the serial consoles will work, and this = occasionally works. When it doesn't, I hard hang the system at the point = it should be spawning terminals, so I'm guessing some of the incorrect = ttys are not really working when they appear. Check the firmware on the remote management controller. Upgrading it = could also help with the USB problems. > I'm still no closer to getting my rx8620 working, but this was a good = success today! I should really look into this. Looking at the panic, what you could try is to build a kernel from the projects/altix2 branch (or make the change given below). The change effectively is this: = http://svnweb.freebsd.org/base/projects/altix2/sys/ia64/ia64/pmap.c?r1=3D2= 27521&r2=3D227523 Rather than returning a NULL address, we return an uncacheable direct- mapped region 6 address. Typically for accessing devices. That should fix your panic. HTH, --=20 Marcel Moolenaar marcel@xcllnt.net
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6B891C45-FB9A-4F81-A348-938B9316E55B>