<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">


<META content="MSHTML 5.00.2722.1300" name=GENERATOR></HEAD>
<BODY>
<DIV><FONT color=#0000ff face=Arial size=2><SPAN class=230141016-08032002>What 
kernel are you running? Did you have to rebuild the kernel to get the support in 
it?</SPAN></FONT></DIV>
<DIV><FONT color=#0000ff face=Arial size=2><SPAN 
class=230141016-08032002></SPAN></FONT>&nbsp;</DIV>
<DIV><FONT color=#0000ff face=Arial size=2><SPAN class=230141016-08032002>Thanks 
for the reply, </SPAN></FONT></DIV>
<DIV><FONT color=#0000ff face=Arial size=2><SPAN class=230141016-08032002>73 de 
KE0MF / ML</SPAN></FONT></DIV>
<BLOCKQUOTE>
  <DIV align=left class=OutlookMessageHeader dir=ltr><FONT face=Tahoma 
  size=2>-----Original Message-----<BR><B>From:</B> John Chubick 
  [mailto:heavymetalq3@hotmail.com]<BR><B>Sent:</B> Wednesday, March 06, 2002 
  10:58 AM<BR><B>To:</B> dxspider-support@dxcluster.org<BR><B>Subject:</B> Re: 
  [Dxspider-support] Linux Kernel Build Woes<BR><BR></DIV></FONT>
  <DIV>
  <DIV>
  <P>I also had problems with RH 7.1 a few months ago and ended up installing RH 
  6.2.</P>
  <P>Works fine now.</P>
  <P>Good luck!</P>
  <P><BR><BR>&nbsp;</P></DIV>
  <DIV></DIV>
  <DIV></DIV>&gt;From: Mike Lewis <MLEWIS@DIGITALGLOBE.COM>
  <DIV></DIV>&gt;Reply-To: dxspider-support@dxcluster.org 
  <DIV></DIV>&gt;To: "Spider Cluster Support (E-mail)" 
  <DXSPIDER-SUPPORT@DXCLUSTER.ORG>
  <DIV></DIV>&gt;CC: Skip Cubbedge <SCUBBEDGE@DIGITALGLOBE.COM>, Kevin Moore 
  <KLMOORE@DIGITALGLOBE.COM>, Gary Geissinger <GGEISSINGER@DIGITALGLOBE.COM>
  <DIV></DIV>&gt;Subject: [Dxspider-support] Linux Kernel Build Woes 
  <DIV></DIV>&gt;Date: Tue, 5 Mar 2002 16:19:18 -0700 
  <DIV></DIV>&gt; 
  <DIV></DIV>&gt;I realize that this is probably a bit off topic, and most 
  likely beneath 
  <DIV></DIV>&gt;some of the more sophisticated Linux users out there, but I am 
  hoping that 
  <DIV></DIV>&gt;if I can't get an answer to my problems, maybe someone can send 
  me in the 
  <DIV></DIV>&gt;direction of a more appropriate source of help. 
  <DIV></DIV>&gt; 
  <DIV></DIV>&gt;I decided to transfer over to a Linux based Spider system from 
  Windows, 
  <DIV></DIV>&gt;where I was having a certain amount of problems. I also figured 
  it was a 
  <DIV></DIV>&gt;good opportunity to get myself up to speed on Linux ( I am a 
  S/W engineer 
  <DIV></DIV>&gt;who has done all my development on either Windows based, or 
  embedded 
  <DIV></DIV>&gt;systems, no Unix experience to speak of...) The transition has 
  actually been 
  <DIV></DIV>&gt;fun, and very informative, up until the attempt to get the 
  Linux kernel 
  <DIV></DIV>&gt;modified for Ham radio (AX25) support. I got Spider installed, 
  and was 
  <DIV></DIV>&gt;logging into it over my local network using telnet or ssh 
  without problems, 
  <DIV></DIV>&gt;so decided it was time to try to get the system running on 2m 
  with my TNC. 
  <DIV></DIV>&gt;The system is a P166 with 128MB RAM, ~6GB drive, and running a 
  Redhat 7.1 
  <DIV></DIV>&gt;install. The original kernel that installed with the 7.1 CDs 
  was 2.4.2-2. 
  <DIV></DIV>&gt;Initially, I tried to install 2.4.9 with AX25, when I had 
  problems I 
  <DIV></DIV>&gt;subsequently went back to trying to update the 2.4.2-2 install 
  to include 
  <DIV></DIV>&gt;AX25 support. I have not been able to get either to work right. 
  The good 
  <DIV></DIV>&gt;news is, I can still boot my original 2.4.2-2 without AX25 
  without problems, 
  <DIV></DIV>&gt;but all other attempts at any installs that I built have had 
  problems. 
  <DIV></DIV>&gt; 
  <DIV></DIV>&gt;The original kernel (2.4.2-2) with AX25 added, hangs the boot 
  process while 
  <DIV></DIV>&gt;trying to install some USB driver (I have no USB connected, and 
  this driver 
  <DIV></DIV>&gt;is not a problem in the original build). 
  <DIV></DIV>&gt; 
  <DIV></DIV>&gt;The 2.4.9 build fails the process accounting (accton), the 
  sound card (kudzu 
  <DIV></DIV>&gt;comes up), and the eth0 Ethernet card during boot, then comes 
  up and can be 
  <DIV></DIV>&gt;used (with no network access...) 
  <DIV></DIV>&gt; 
  <DIV></DIV>&gt;I have referred to 2 books, the AX25 HowTo, the Linux Kernel 
  HowTo, and at 
  <DIV></DIV>&gt;least 3 associates with no insights into what is wrong. I have 
  tried 
  <DIV></DIV>&gt;building the kernel both with loadable modules, as: 
  <DIV></DIV>&gt; 
  <DIV></DIV>&gt;backed up boot images, source code directory, and /lib/modules 
  directory for 
  <DIV></DIV>&gt;original install 
  <DIV></DIV>&gt;cd /usr/src/linux-2.X.X 
  <DIV></DIV>&gt;make mrproper 
  <DIV></DIV>&gt;make xconfig (set options and save) 
  <DIV></DIV>&gt;make dep 
  <DIV></DIV>&gt;make clean (have tried with and without this step...) 
  <DIV></DIV>&gt;make bzImage 
  <DIV></DIV>&gt;make modules 
  <DIV></DIV>&gt;make modules-install 
  <DIV></DIV>&gt;cp /usr/src/linux-2.X.X/arch/i386/boot/bzImage to 
  /boot/linuz-2.X.X 
  <DIV></DIV>&gt;edit lilo.conf, add new image and keep old one avail 
  <DIV></DIV>&gt;run lilo 
  <DIV></DIV>&gt;reboot 
  <DIV></DIV>&gt; 
  <DIV></DIV>&gt;or without loadable modules as: 
  <DIV></DIV>&gt;cd /usr/src/linux-2.X.X 
  <DIV></DIV>&gt;make mrproper 
  <DIV></DIV>&gt;make xconfig (set options and save) 
  <DIV></DIV>&gt;make dep 
  <DIV></DIV>&gt;make clean (have tried with and without this step...) 
  <DIV></DIV>&gt;make bzImage 
  <DIV></DIV>&gt;cp /usr/src/linux-2.X.X/arch/i386/boot/bzImage to 
  /boot/linuz-2.X.X 
  <DIV></DIV>&gt;edit lilo.conf, add new image and keep old one avail 
  <DIV></DIV>&gt;run lilo 
  <DIV></DIV>&gt;reboot 
  <DIV></DIV>&gt; 
  <DIV></DIV>&gt;Version without modules has even more problems that one with 
  modules, even 
  <DIV></DIV>&gt;though I explicitly turned off loadable module support and made 
  sure no 
  <DIV></DIV>&gt;options were set to load as modules... 
  <DIV></DIV>&gt; 
  <DIV></DIV>&gt;I have noticed that make modules_install only copies over a 
  small amount 
  <DIV></DIV>&gt;compared to what is in the original /lib/modules/2.4.2-2 
  directory of the 
  <DIV></DIV>&gt;original working version. 
  <DIV></DIV>&gt; 
  <DIV></DIV>&gt;At this point, it is the principal of the thing. I don't even 
  care how long 
  <DIV></DIV>&gt;it takes, I am going to figure out how to make this work. 
  Anyone got any 
  <DIV></DIV>&gt;ideas, or at least some source of help I haven't tried yet? 
  <DIV></DIV>&gt; 
  <DIV></DIV>&gt;73 es tnx de Mike/KE0MF 
  <DIV></DIV></DIV><BR clear=all>
  <HR>
  Chat with friends online, try MSN Messenger: <A 
  href="http://g.msn.com/1HM105401/12">Click 
  Here</A><BR>_______________________________________________ Dxspider-support 
  mailing list Dxspider-support@dxcluster.org 
  http://www.tobit.co.uk/mailman/listinfo/dxspider-support</BLOCKQUOTE></BODY></HTML>