Re: [9fans] Alpha bootloader "kernel stack not valid"

2006-02-23 Thread LiteStar numnums
This is not true for alpha systems that were either resold or created by other companies. The AlphaPC product line was resold as beige box computers, and other manufactures made clones of the motherboards. The NetBSD/alpha page has a pretty decent look at the types. Your statement about them being

Re: [9fans] Alpha bootloader "kernel stack not valid"

2006-02-23 Thread cblack1
On Thu, Feb 23, 2006 at 01:40:51AM -0800, [EMAIL PROTECTED] wrote: > Unless you've modified ether82557.c, that should read > > ether0=type=i82557 Oh, right. That's what I had, but for some reason I thought it didn't look right and changed it. > > I am getting a bunch of machine checks for

Re: [9fans] Alpha bootloader "kernel stack not valid"

2006-02-23 Thread geoff
> ether0=type=8255x Unless you've modified ether82557.c, that should read ether0=type=i82557 > I am getting a bunch of machine checks for ECC errors that I hadn't > noticed before. Bad memory could cause all sorts of problems. I'd get that sorted out first.

Re: [9fans] Alpha bootloader "kernel stack not valid"

2006-02-23 Thread cblack1
On Thu, Feb 23, 2006 at 12:15:50AM -0800, [EMAIL PROTECTED] wrote: > I'd start by replacing the 82559 with a 2114x. Mine is a DE-500 but > you might be able to find Netgear FA310s (not 311s), which should work > too. Alright, I'll see if I can scrounge one of those. > What's in your /alpha/conf

Re: [9fans] Alpha bootloader "kernel stack not valid"

2006-02-23 Thread geoff
Hmm. My impression is that Alpha systems were built much more as complete systems (as were Vaxen) than as the grab-bag of components that PCs tend be. I did a little work at getting the 83815 and 82557 ether drivers to run before my Alpha died, and eventually I realised that SRM probably wouldn't

Re: [9fans] Alpha bootloader "kernel stack not valid"

2006-02-22 Thread cblack1
On Wed, Feb 22, 2006 at 10:57:10PM -0800, [EMAIL PROTECTED] wrote: > There are several memmoves in that vicinity; could you show us the > line and some surrounding context? Sure. From /sys/src/boot/alphapc/bootp.c, in bootp(), near the bottom: addr = (uchar*)entry; p = tftpb.data+

Re: [9fans] Alpha bootloader "kernel stack not valid"

2006-02-22 Thread geoff
There are several memmoves in that vicinity; could you show us the line and some surrounding context? "kernel stack not valid halt" is coming from SRM, right? I'm surprised that your alpha didn't come with a 2114x, and that SRM's bootp/tftp loader can drive any other kind of ethernet card. Does

[9fans] Alpha bootloader "kernel stack not valid"

2006-02-22 Thread cblack1
I have an AlphaPC 164LX that I've decided to try Plan 9 on, but I've hit a roadblock in my efforts. I've successfully compiled the binaries, kernel, and bootloader on another machine, and found a network card that works with the SRM bootp/tftp bootloader (Intel 82559, oddly enough). Bootp works gre