Matthias Scheler | 1 Nov 2006 15:07
Picon
Favicon

Re: qfe kernel panic in a SMP SPARCstation 20

On Tue, Oct 31, 2006 at 11:27:15PM +0000, Nuno Pires wrote:
> I'll then wait for NetBSD 3.1 final. Thanks for the help and to Rui for 
> the tip on ukphy -- I didn't know qfe need it --  though it seems 
> that's not the problem..

hme(4) shouldn't need ukphy(4):

hme0 at sbus0 slot 2 offset 0x8c00000 level 4 (ipl 7): Sun Happy Meal Ethernet (SUNW,qfe)
hme0: Ethernet address 08:00:20:73:ea:74
qsphy0 at hme0 phy 1: QS6612 10/100 media interface, rev. 1
^^^^^^

IIRC there also version of the hardware which requires nsphy(4).

	Kind regards

--

-- 
Matthias Scheler                                  http://zhadum.org.uk/

Steve Rikli | 3 Nov 2006 01:03

free Sun RAM in Silicon Valley, USA

I still have a few packets of Sun RAM leftover from the last time I 
gave away a bunch of Sun parts:

 - 32MB DIMM, 501-2622 (SS20, U1, U2, U30, U60, E450, E250)

Last time I gave those away in 4x & 8x lots just to avoid sending
little 1-DIMM packages around.  I have about 12 DIMMs left, so if
anyone would like to claim some or all, please let me know.

I still have a few of the Ultra1 plastic disk drive brackets --
Sun part# 540-2782 -- without drives, if anyone needs them.

All this stuff is located in Silicon Valley USA.  Local pickups
are fine, UPS is okay too, as long as I get repaid for shipping.

Cheers,
sr.
--

-- 
|| Steve Rikli             ||| The cynics are right nine times out of  ||
|| Systems Administrator   ||| ten.                                    ||
||                         |||                                         ||
|| sr <at> genyosha.net         |||                  - H. L. Mencken        ||

Michael Parson | 3 Nov 2006 20:58
Favicon

3.1 on a sparcbook

I was digging around the ftp site and I found the install sets for 3.1,
so I grabbed them and went about installing everything on my sparcbook.
The problem is, with the install kernel, the console is 66x27 chars,
which apparently, sysinst is having a problem with.  When I get to the
part to set up the disk slices, it would error out, saying the screen
was too small.  If I set my COLUMNS=80, it would get through that
section, with screen-drawing issues, but would error out after writing
the label with

"sysinst: failed to allocate output window"

Guess I'll have to install the old-fashioned way.

--

-- 
Michael Parson
mparson <at> bl.org

David Laight | 3 Nov 2006 22:38
Picon

Re: 3.1 on a sparcbook

On Fri, Nov 03, 2006 at 01:58:51PM -0600, Michael Parson wrote:
> I was digging around the ftp site and I found the install sets for 3.1,
> so I grabbed them and went about installing everything on my sparcbook.
> The problem is, with the install kernel, the console is 66x27 chars,
> which apparently, sysinst is having a problem with.

It does (sort of) assume at least 80x24

> When I get to the
> part to set up the disk slices, it would error out, saying the screen
> was too small.  If I set my COLUMNS=80, it would get through that
> section, with screen-drawing issues, but would error out after writing
> the label with
> 
> "sysinst: failed to allocate output window"

Looks the that error message could do with some of the values from the
call included...

    actionwin = subwin(stdscr, win->ws_row - nrow, win->ws_col, nrow, 0);
    if (actionwin == NULL) {
	    fprintf(stderr, "sysinst: failed to allocate output window.\n");
	    exit(1);

But unless the command line is longer than the screen it should be ok.

	David

--

-- 
David Laight: david <at> l8s.co.uk
(Continue reading)

Michael Parson | 3 Nov 2006 22:42
Favicon

Re: 3.1 on a sparcbook

On Fri, Nov 03, 2006 at 09:38:24PM +0000, David Laight wrote:
> On Fri, Nov 03, 2006 at 01:58:51PM -0600, Michael Parson wrote:
>> I was digging around the ftp site and I found the install sets for 3.1,
>> so I grabbed them and went about installing everything on my sparcbook.
>> The problem is, with the install kernel, the console is 66x27 chars,
>> which apparently, sysinst is having a problem with.
>
> It does (sort of) assume at least 80x24

Figured as much.

Anyways, I got it installed using the very manual method, and it seems
to be happy.  Recompiling the kernel with sparcbook options now.

<snip>

It looks like the X11 stuff in the with the install sets is still Xsun,
where might I grab the XFree86 stuff that is known to work with this
hardware from?

--

-- 
Michael Parson
mparson <at> bl.org

Michael Parson | 4 Nov 2006 00:45
Favicon

Re: 3.1 on a sparcbook

On Fri, Nov 03, 2006 at 03:42:18PM -0600, Michael Parson wrote:
> On Fri, Nov 03, 2006 at 09:38:24PM +0000, David Laight wrote:
>> On Fri, Nov 03, 2006 at 01:58:51PM -0600, Michael Parson wrote:
>>> I was digging around the ftp site and I found the install sets for 3.1,
>>> so I grabbed them and went about installing everything on my sparcbook.
>>> The problem is, with the install kernel, the console is 66x27 chars,
>>> which apparently, sysinst is having a problem with.
>>
>> It does (sort of) assume at least 80x24
>
> Figured as much.
>
> Anyways, I got it installed using the very manual method, and it seems
> to be happy.  Recompiling the kernel with sparcbook options now.

And it errored out:

#   compile  TADPOLE/sbus.o
cc -mno-fpu -ffreestanding -O2 -Werror -Wall -Wno-main -Wno-format-zero-length -
Wpointer-arith -Wmissing-prototypes -Wstrict-prototypes -Wno-sign-compare -fno-z
ero-initialized-in-bss -I. -I../../../../arch -I../../../.. -nostdinc -DRASTERCO
NSOLE -DLKM -DMAXUSERS=32 -D_KERNEL -D_KERNEL_OPT -I../../../../dist/ipf -c ../.
./../../arch/sparc/dev/sbus.c
make: don't know how to make ../../../../arch/sparc/dev/ts102.c. Stop

make: stopped in /usr/src/sys/arch/sparc/compile/TADPOLE
#

ts102 is the PCMCIA stuff, right?

(Continue reading)

Michael Lorenz | 4 Nov 2006 01:40
Picon

Re: 3.1 on a sparcbook


Hello,

On Nov 3, 2006, at 16:42, Michael Parson wrote:

> On Fri, Nov 03, 2006 at 09:38:24PM +0000, David Laight wrote:
>> On Fri, Nov 03, 2006 at 01:58:51PM -0600, Michael Parson wrote:
>>> I was digging around the ftp site and I found the install sets for 
>>> 3.1,
>>> so I grabbed them and went about installing everything on my 
>>> sparcbook.
>>> The problem is, with the install kernel, the console is 66x27 chars,
>>> which apparently, sysinst is having a problem with.
>>
>> It does (sort of) assume at least 80x24
>
> Figured as much.
>
> Anyways, I got it installed using the very manual method, and it seems
> to be happy.  Recompiling the kernel with sparcbook options now.
>
> <snip>
>
> It looks like the X11 stuff in the with the install sets is still Xsun,
> where might I grab the XFree86 stuff that is known to work with this
> hardware from?

Have a look at /usr/X11R6 - the default is Xsun but XFree86 may be 
installed as well.
Make sure your kernel uses wscons, without that XFree86 won't work.
(Continue reading)

Michael | 4 Nov 2006 01:42
Picon
Gravatar

Re: 3.1 on a sparcbook


Hello,

On Nov 3, 2006, at 18:45, Michael Parson wrote:

> On Fri, Nov 03, 2006 at 03:42:18PM -0600, Michael Parson wrote:
>> On Fri, Nov 03, 2006 at 09:38:24PM +0000, David Laight wrote:
>>> On Fri, Nov 03, 2006 at 01:58:51PM -0600, Michael Parson wrote:
>>>> I was digging around the ftp site and I found the install sets for 
>>>> 3.1,
>>>> so I grabbed them and went about installing everything on my 
>>>> sparcbook.
>>>> The problem is, with the install kernel, the console is 66x27 chars,
>>>> which apparently, sysinst is having a problem with.
>>>
>>> It does (sort of) assume at least 80x24
>>
>> Figured as much.
>>
>> Anyways, I got it installed using the very manual method, and it seems
>> to be happy.  Recompiling the kernel with sparcbook options now.
>
> And it errored out:
>
> #   compile  TADPOLE/sbus.o
> cc -mno-fpu -ffreestanding -O2 -Werror -Wall -Wno-main 
> -Wno-format-zero-length -
> Wpointer-arith -Wmissing-prototypes -Wstrict-prototypes 
> -Wno-sign-compare -fno-z
> ero-initialized-in-bss -I. -I../../../../arch -I../../../.. -nostdinc 
(Continue reading)

Michael Parson | 4 Nov 2006 05:56
Favicon

Re: 3.1 on a sparcbook

On Fri, Nov 03, 2006 at 07:42:39PM -0500, Michael wrote:
> On Nov 3, 2006, at 18:45, Michael Parson wrote:

>> make: don't know how to make ../../../../arch/sparc/dev/ts102.c. Stop
>>
>> make: stopped in /usr/src/sys/arch/sparc/compile/TADPOLE
>> #
>
> Don't use a -current config with 3.x source ;)

I wasn't.  I was editing the TADPOLE3GX config from the 3.1 tarball :)

>> ts102 is the PCMCIA stuff, right?
>
> yes

I guess this means your all your sparcbook stuff hasn't made it into a
release kernel yet?

--

-- 
Michael Parson
mparson <at> bl.org

Michael Lorenz | 4 Nov 2006 06:13
Picon

Re: 3.1 on a sparcbook


Hello,

On Nov 3, 2006, at 23:56, Michael Parson wrote:

> On Fri, Nov 03, 2006 at 07:42:39PM -0500, Michael wrote:
>> On Nov 3, 2006, at 18:45, Michael Parson wrote:
>
>>> make: don't know how to make ../../../../arch/sparc/dev/ts102.c. Stop
>>>
>>> make: stopped in /usr/src/sys/arch/sparc/compile/TADPOLE
>>> #
>>
>> Don't use a -current config with 3.x source ;)
>
> I wasn't.  I was editing the TADPOLE3GX config from the 3.1 tarball :)

Ah yes, I remember there's an entry for the PCMCIA chip which refers to 
a nonexistant file.
Wasn't me though ;)

>>> ts102 is the PCMCIA stuff, right?
>>
>> yes
>
> I guess this means your all your sparcbook stuff hasn't made it into a
> release kernel yet?

Yes, it was too new for 3.0 but it should be part of the next major 
release.
(Continue reading)


Gmane