RS-6000 43P

2000-10-11 Thread Eric Reischer
PLEASE HELP!!! I have an RS-6000 43P Model 240 that I'm trying to install Debian onto, and I cannot get a single kernel to boot off of this blasted thing. Every time I try to boot a kernel image it pukes up an error, which varies depending on what kernel you're using. First, if anybody knows w

Building PPC Kernel

2000-10-11 Thread Eric Reischer
OK I just got done reading through IBM's sketchy information pages, and it appears as though I need to build a 2.4 kernel in order to be able to boot off of my RS-6000 43P 240 machine. Can I build a kernel for a PPC architecture on an i386 machine, or do I have to find (fat chance) a powerpc m

Re: Building PPC Kernel

2000-10-11 Thread Eric Reischer
At 10:38 PM 10/11/00 , Ethan Benson wrote: On Wed, Oct 11, 2000 at 10:27:35PM -0400, Eric Reischer wrote: > OK I just got done reading through IBM's sketchy information pages, and it > appears as though I need to build a 2.4 kernel in order to be able to boot > off of my RS-6000 4

Tweaking Kernel Makefile

2000-10-12 Thread Eric Reischer
If I "tweak" the top-level makefile for a 2.3 kernel to force the ARCH variable to be PPC instead of running uname -m, would that produce a successful compile for a PowerPC kernel, providing I get the makefiles correct? It seems too easy, and I'm probably wrong, but this seems to be the only v

Kernel image

2000-10-23 Thread Eric Reischer
If anybody is running an RS-6000 43P that has a 2.4 kernel built, could you please sent it to me (off list)? I don't have a PowerPC machine to build a kernel on, and none of the ones offered with any of the distros are working with my machine. Thanks. Eric

Re: Kernel image

2000-10-24 Thread Eric Reischer
I have tried setting up cross-compiling, but never found all the necessary source files to make the compiler. Eric At 07:49 AM 10/24/00 , Rob Andrews wrote: In newsgate.debian.powerpc, Eric Reischer wrote: > If anybody is running an RS-6000 43P that has a 2.4 kernel built, could

Re: Innd problems

2000-10-26 Thread Eric Reischer
Try checking the permissions and ownership on it. I've had that problem before, but it wasn't with lnnd. Eric At 03:53 PM 10/26/00 , Paul Talacko wrote: I can't get Innd to start and keep getting this error in my syslog: SERVER cant bdzinit /var/lib/news/history No such file or directory N

Re: Kernel Image

2000-10-28 Thread Eric Reischer
/usr/src/binutils/target $ ../configure --prefix=/usr/src/cross --target=ppc-unknown-linux-gnu Does it matter that when I type in the above command it says "Configuring for a i586-pc-linux-gnu host?" (And it makes the ppc-unknown-linux-gnu folder in the /usr/src/binutils/target folder (which

Network Boot Problems

2000-10-29 Thread Eric Reischer
ce of it failing part-way through. Anybody seen this before? -- Eric Reischer "You can't depend on your eyes [EMAIL PROTECTED] if your imagination is out of focus." [EMAIL PROTECTED]-- Mark Twain --

Kernel build crapped out

2000-10-30 Thread Eric Reischer
event': drivers/input/inputdrv.o(.text+0x16bc): undefined reference to 'emulate_raw' drivers/input/inputdrv.o(.text+0x16bc): relocation truncated to fit: R_PPC_REL24 emulate_raw make: *** [vmlinux] Error 1 Anybody know what I'm doing wrong; or if it's a bug, is there a patc

Re: Kernel build crapped out

2000-10-31 Thread Eric Reischer
Sorry about that.I'm compiling a 2.4test9 kernel. And when I did the config, I issued the command: make CROSS_COMPILE=powerpc-unknown-linux-gnu- ARCH=ppc config which automatically put the CONFIG_PPC entry in the autoconf.h file. Eric At 02:33 AM 10/31/00 , Martin Costabel wrote:

Re: Kernel build crapped out

2000-10-31 Thread Eric Reischer
Is this something that should be submitted to the Linux Kernel mailing list to be fixed by the next kernel prerelease? Eric At 06:49 PM 10/31/00 , Martin Costabel wrote: Eric Reischer wrote: > > Sorry about that.I'm compiling a 2.4test9 kernel. And when I did the > config

kernel compile

2000-11-03 Thread Eric Reischer
in the xconfig window.  Is there a dependency that I don't know about here? Eric Reischer   "You can't depend on your eyes [EMAIL PROTECTED]    if your imagination is o

INIT frezzes on boot

2000-11-03 Thread Eric Reischer
guessing it's trying to load init or something. Ctrl-Alt-Del still works, and it does a clean reboot, but I don't get the usual init messages that go along with it (e.g. INIT: Switching to runlevel 6), so I'm assuming that the machine is not "hung", but is instead

INIT under 2.4

2000-11-07 Thread Eric Reischer
g Linux to work (but it's custom YDL and won't work with debian). Thanks. ------ -- Eric Reischer "You can't depend on your eyes [EMAIL PROTECTED] if your imagination is out of focus." [EMAIL PROTECTED]

Re: CHRP boot disks

2000-11-20 Thread Eric Reischer
#x27;t be just copied over. I believe that the destination disk type is either ext2 or minix, depending on the date of the distribution, and the mood of the developer I suppose. -- Eric Reischer CCIL Network Administrator [EMAIL PROTECTED] --

Re: 3COM 3c905c-TX-M.... works, or not?

2000-12-02 Thread Eric Reischer
will be written to NVRAM, so the changes will still be there when you move the card back to your PPC machine.  If this doesn't work, try looking at the documentation of your motherboard on assigning IRQs. * Eric Rei

Re: Need help installing Potatoe on G4

2000-12-03 Thread Eric Reischer
Ok Al Gore. Try manually entering in information in the /etc/passwd file and see if it saves ok. It appears as though the install program is attempting to read configuration information from the disk but isn't finding a file, so it defaults back to ask you for the information again. I am

Re: 3COM 3c905c again

2000-12-03 Thread Eric Reischer
As for the PCI slots, I'm afraid I can't be much of any help. The error you are describing in your syslog, that basically means that your DHCP server does not have any more IP addresses to give out to clients. If you administer this server, then you might want to consider adding more addresse

Re: sorry, I can't build 4.0.1-9pre10v1 for powerpc

2000-12-03 Thread Eric Reischer
Appears to be a memory/swap related problem. Open up another tty and run 'top' while the make is going on, and watch your total free memory and your total free swap..they might get too small for cc to run successfully. (VM is the virtual memory driver) Eric At 12:17 AM 12/4/00 , Brand

Re: floppy low-level format

2000-12-05 Thread Eric Reischer
If you mean you want to erase every last cluster on the disk, then you can use the following command to do that, no matter what type of drive it is: dd if=/dev/zero of=/dev/fd0 count=clear whole disk> This should essentially create a floppy disk with absolutely no information on it; not even a