* RE: Linux Newbie with Compiling Problems...
@ 2003-03-02 21:11 wb9mjn
2003-03-02 21:32 ` Hamish Moffatt
2003-03-02 22:06 ` pa3gcu
0 siblings, 2 replies; 21+ messages in thread
From: wb9mjn @ 2003-03-02 21:11 UTC (permalink / raw)
To: 'wb9mjn@wb9mjn-11.ampr.org', Linux Hams mailing list
Hi All,
I think I may have found a workaround. With allot of looking, I
found that as86 is a part of a package that does the same thing as dev86
(real mode assembly). So, I started looking around in the directories that
dev86 deposits its files. No, 'as86' (or 'as') was not part of dev86
itself. But, the system had installed a program called 'as' in /usr/bin/
directory. I did a 'as --help' command and the result made it clear that
this was indeed an assembler program. So, made a copy of 'as' renamed to
'as86' and did
make clean
make bzImage
It seems to be taking allot longer than previously. Hopefully this
will work. Any comments?
73, Don...
-----Original Message-----
From: wb9mjn [SMTP:wb9mjn@wb9mjn-11.ampr.org]
Sent: Sunday, March 02, 2003 8:42 AM
To: Linux Hams mailing list
Subject: RE: Linux Newbie with Compiling Problems...
Hi Kelly and Jean,
Thanks for the response. This is where my latest attempt to compile
in AX.25 is stalling. I will look up that package and install it.
73, Don...
On Sat, 2003-03-01 at 18:58, wb9mjn wrote:
> Hi All,
>
> Does anybody know what package the command 'as86' is part of ?
>
> 73, Don...
>
It is in package bin86 under Debian if that helps.
Debian description:
This is the as86 and ld86 distribution written by Bruce Evans. It's a
complete 8086 assembler and loader which can make 32-bit code for the
386+ processors (under Linux it's used only to create the 16-bit boot
sector and setup binaries).
--
Kelly Black <kelly.black@penguinpackets.com>
^ permalink raw reply [flat|nested] 21+ messages in thread* Re: Linux Newbie with Compiling Problems...
2003-03-02 21:11 Linux Newbie with Compiling Problems wb9mjn
@ 2003-03-02 21:32 ` Hamish Moffatt
2003-03-02 22:06 ` pa3gcu
1 sibling, 0 replies; 21+ messages in thread
From: Hamish Moffatt @ 2003-03-02 21:32 UTC (permalink / raw)
To: Linux Hams mailing list
On Sun, Mar 02, 2003 at 03:11:24PM -0600, wb9mjn wrote:
> I think I may have found a workaround. With allot of looking, I
> found that as86 is a part of a package that does the same thing as dev86
> (real mode assembly). So, I started looking around in the directories that
> dev86 deposits its files. No, 'as86' (or 'as') was not part of dev86
> itself. But, the system had installed a program called 'as' in /usr/bin/
> directory. I did a 'as --help' command and the result made it clear that
> this was indeed an assembler program. So, made a copy of 'as' renamed to
> 'as86' and did
as isn't as86, so the result probably won't work. as is the standard
assembler, not the real mode assembler.
Hamish
--
Hamish Moffatt VK3SB <hamish@debian.org> <hamish@cloud.net.au>
^ permalink raw reply [flat|nested] 21+ messages in thread
* Re: Linux Newbie with Compiling Problems...
2003-03-02 21:11 Linux Newbie with Compiling Problems wb9mjn
2003-03-02 21:32 ` Hamish Moffatt
@ 2003-03-02 22:06 ` pa3gcu
1 sibling, 0 replies; 21+ messages in thread
From: pa3gcu @ 2003-03-02 22:06 UTC (permalink / raw)
To: wb9mjn; +Cc: linux-hams
On Sunday 02 March 2003 21:11, wb9mjn wrote:
> Hi All,
>
> I think I may have found a workaround.
I doubt that very much, 'as' is not 'as86'
as = the portable GNU assembler
as86 = Assembler for 8086..80386 processors
But having said that it would not suprise me to see that Mandarke have
converted both into one and simply called it 'as'.
> With allot of looking, I
> found that as86 is a part of a package that does the same thing as dev86
> (real mode assembly). So, I started looking around in the directories that
> dev86 deposits its files. No, 'as86' (or 'as') was not part of dev86
> itself. But, the system had installed a program called 'as' in /usr/bin/
> directory. I did a 'as --help' command and the result made it clear that
> this was indeed an assembler program. So, made a copy of 'as' renamed to
> 'as86' and did
>
> make clean
> make bzImage
>
> It seems to be taking allot longer than previously. Hopefully this
> will work. Any comments?
Tell us if it did work and you can actually boot you kernel assembled with as
called as86.
> 73, Don...
--
Regards Richard
pa3gcu@zeelandnet.nl
http://people.zeelandnet.nl/pa3gcu/
^ permalink raw reply [flat|nested] 21+ messages in thread
* RE: Linux Newbie with Compiling Problems...
@ 2003-03-02 22:05 wb9mjn
0 siblings, 0 replies; 21+ messages in thread
From: wb9mjn @ 2003-03-02 22:05 UTC (permalink / raw)
To: Linux Hams mailing list
Hi Ray,
I used Kpackage and went through all the disks manually. Trying
Rpmdrake, now, I see I wasted some time, but the as86 is still not there.
Hi Hamish,
According to the notes on the dev86 package, it includes the real mode
assembler. But which file it is I am not sure. The 'asm' entry is not an
executable. And 'as86' is not in there either !?
73, Don...
-----Original Message-----
From: Ray Heasman [SMTP:ray@isdmg.com]
Sent: Sunday, March 02, 2003 3:34 PM
To: wb9mjn@wb9mjn-11.ampr.org
Cc: Linux Hams mailing list
Subject: RE: Linux Newbie with Compiling Problems...
Hi Don,
On Sun, 2003-03-02 at 09:20, wb9mjn wrote:
>
>
> Hi Kelly, Jean and Bernard,
>
> I am stuck again. Cannot find the bin86 package in the collection of
> Mandrake 7.2 disks here. Did find dev86, which I installed, but it had no
> effect on the compilation. It still wants as86.
>
> Does anybody know which package in Mandrake 7.2 one can find the as86
> assembler program?
>
It's been a while since I used Mandrake, but there are two commands you
may find very useful: "rpm" and "rpmdrake". You can use "man rpm" to
find out more about rpm.
RPMDrake specifically allows you to search your Mandrake disks for the
RPM containing a specific file.
Rpm itself has some useful tools, like, to find out what rpm provided a
particular file, do "rpm -qa --whatprovides /path/to/file".
Hope this helps,
Ray
-
To unsubscribe from this list: send the line "unsubscribe linux-hams" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 21+ messages in thread* RE: Linux Newbie with Compiling Problems...
@ 2003-03-02 17:20 wb9mjn
2003-03-02 21:33 ` Ray Heasman
0 siblings, 1 reply; 21+ messages in thread
From: wb9mjn @ 2003-03-02 17:20 UTC (permalink / raw)
To: Linux Hams mailing list
Hi Kelly, Jean and Bernard,
I am stuck again. Cannot find the bin86 package in the collection of
Mandrake 7.2 disks here. Did find dev86, which I installed, but it had no
effect on the compilation. It still wants as86.
Does anybody know which package in Mandrake 7.2 one can find the as86
assembler program?
73, Don...
On Sat, 2003-03-01 at 18:58, wb9mjn wrote:
> Hi All,
>
> Does anybody know what package the command 'as86' is part of ?
>
> 73, Don...
>
It is in package bin86 under Debian if that helps.
Debian description:
This is the as86 and ld86 distribution written by Bruce Evans. It's a
complete 8086 assembler and loader which can make 32-bit code for the
386+ processors (under Linux it's used only to create the 16-bit boot
sector and setup binaries).
--
Kelly Black <kelly.black@penguinpackets.com>
-
To unsubscribe from this list: send the line "unsubscribe linux-hams" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 21+ messages in thread* RE: Linux Newbie with Compiling Problems...
2003-03-02 17:20 wb9mjn
@ 2003-03-02 21:33 ` Ray Heasman
0 siblings, 0 replies; 21+ messages in thread
From: Ray Heasman @ 2003-03-02 21:33 UTC (permalink / raw)
To: wb9mjn@wb9mjn-11.ampr.org; +Cc: Linux Hams mailing list
Hi Don,
On Sun, 2003-03-02 at 09:20, wb9mjn wrote:
>
>
> Hi Kelly, Jean and Bernard,
>
> I am stuck again. Cannot find the bin86 package in the collection of
> Mandrake 7.2 disks here. Did find dev86, which I installed, but it had no
> effect on the compilation. It still wants as86.
>
> Does anybody know which package in Mandrake 7.2 one can find the as86
> assembler program?
>
It's been a while since I used Mandrake, but there are two commands you
may find very useful: "rpm" and "rpmdrake". You can use "man rpm" to
find out more about rpm.
RPMDrake specifically allows you to search your Mandrake disks for the
RPM containing a specific file.
Rpm itself has some useful tools, like, to find out what rpm provided a
particular file, do "rpm -qa --whatprovides /path/to/file".
Hope this helps,
Ray
^ permalink raw reply [flat|nested] 21+ messages in thread
* RE: Linux Newbie with Compiling Problems...
@ 2003-03-02 14:42 wb9mjn
2003-03-03 18:37 ` Bernard Pidoux F6BVP
0 siblings, 1 reply; 21+ messages in thread
From: wb9mjn @ 2003-03-02 14:42 UTC (permalink / raw)
To: Linux Hams mailing list
Hi Kelly and Jean,
Thanks for the response. This is where my latest attempt to compile in AX.25 is stalling. I will look up that package and install it.
73, Don...
On Sat, 2003-03-01 at 18:58, wb9mjn wrote:
> Hi All,
>
> Does anybody know what package the command 'as86' is part of ?
>
> 73, Don...
>
It is in package bin86 under Debian if that helps.
Debian description:
This is the as86 and ld86 distribution written by Bruce Evans. It's a
complete 8086 assembler and loader which can make 32-bit code for the
386+ processors (under Linux it's used only to create the 16-bit boot
sector and setup binaries).
--
Kelly Black <kelly.black@penguinpackets.com>
^ permalink raw reply [flat|nested] 21+ messages in thread* Re: Linux Newbie with Compiling Problems...
2003-03-02 14:42 wb9mjn
@ 2003-03-03 18:37 ` Bernard Pidoux F6BVP
0 siblings, 0 replies; 21+ messages in thread
From: Bernard Pidoux F6BVP @ 2003-03-03 18:37 UTC (permalink / raw)
To: wb9mjn@wb9mjn-11.ampr.org; +Cc: Linux Hams mailing list
wb9mjn wrote:
> Hi Kelly and Jean,
>
> Thanks for the response. This is where my latest attempt to compile in AX.25 is stalling. I will look up that package and install it.
>
> 73, Don...
>
>
I can assure you that you don't need it as86 from elsewhere for making
bzImage in Mandrake-Linux distro.
Just issue the indicated set of commands :
make mrproper (followed by either make xconfig or make menuconfig)
make dep
make bzImage ...etc...
73 de Bernard, F6BVP
>
>On Sat, 2003-03-01 at 18:58, wb9mjn wrote:
>
>
>> Hi All,
>>
>> Does anybody know what package the command 'as86' is part of ?
>>
>> 73, Don...
>>
>>
>>
>
>It is in package bin86 under Debian if that helps.
>
>Debian description:
>
>This is the as86 and ld86 distribution written by Bruce Evans. It's a
>complete 8086 assembler and loader which can make 32-bit code for the
>386+ processors (under Linux it's used only to create the 16-bit boot
>sector and setup binaries).
>
>
>
^ permalink raw reply [flat|nested] 21+ messages in thread
* RE: Linux Newbie with Compiling Problems...
@ 2003-03-02 0:58 wb9mjn
2003-03-02 5:23 ` Kelly Black
` (2 more replies)
0 siblings, 3 replies; 21+ messages in thread
From: wb9mjn @ 2003-03-02 0:58 UTC (permalink / raw)
To: linux-hams@vger.kernel.org
Hi All,
Does anybody know what package the command 'as86' is part of ?
73, Don...
^ permalink raw reply [flat|nested] 21+ messages in thread* RE: Linux Newbie with Compiling Problems...
2003-03-02 0:58 wb9mjn
@ 2003-03-02 5:23 ` Kelly Black
2003-03-02 8:40 ` Jean-Luc
2003-03-03 7:46 ` Wilbert Knol
2 siblings, 0 replies; 21+ messages in thread
From: Kelly Black @ 2003-03-02 5:23 UTC (permalink / raw)
To: wb9mjn@wb9mjn-11.ampr.org; +Cc: Linux Hams mailing list
On Sat, 2003-03-01 at 18:58, wb9mjn wrote:
> Hi All,
>
> Does anybody know what package the command 'as86' is part of ?
>
> 73, Don...
>
It is in package bin86 under Debian if that helps.
Debian description:
This is the as86 and ld86 distribution written by Bruce Evans. It's a
complete 8086 assembler and loader which can make 32-bit code for the
386+ processors (under Linux it's used only to create the 16-bit boot
sector and setup binaries).
--
Kelly Black <kelly.black@penguinpackets.com>
^ permalink raw reply [flat|nested] 21+ messages in thread
* Re: Linux Newbie with Compiling Problems...
2003-03-02 0:58 wb9mjn
2003-03-02 5:23 ` Kelly Black
@ 2003-03-02 8:40 ` Jean-Luc
2003-03-03 7:46 ` Wilbert Knol
2 siblings, 0 replies; 21+ messages in thread
From: Jean-Luc @ 2003-03-02 8:40 UTC (permalink / raw)
To: wb9mjn@wb9mjn-11.ampr.org; +Cc: linux-hams@vger.kernel.org
wb9mjn wrote:
>
> Hi All,
>
> Does anybody know what package the command 'as86' is part of ?
>
> 73, Don...
>
> -
> To unsubscribe from this list: send the line "unsubscribe linux-hams" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
In Debian, It is part of bin86
---
73 Jean-Luc
^ permalink raw reply [flat|nested] 21+ messages in thread
* RE: Linux Newbie with Compiling Problems...
2003-03-02 0:58 wb9mjn
2003-03-02 5:23 ` Kelly Black
2003-03-02 8:40 ` Jean-Luc
@ 2003-03-03 7:46 ` Wilbert Knol
2 siblings, 0 replies; 21+ messages in thread
From: Wilbert Knol @ 2003-03-03 7:46 UTC (permalink / raw)
To: wb9mjn; +Cc: linux-hams@vger.kernel.org
On Sat, 1 Mar 2003, wb9mjn wrote:
>
> Hi All,
>
> Does anybody know what package the command 'as86' is part of ?
>
On my Mdk 7.2 system, as86 shows up here:
/usr/bin/as86
/usr/bin/as86_encap
/usr/share/man/man1/as86.1.bz2
(in package: dev86-0.15.1-1mdk)
Wilbert, ZL2BSJ
PS: A proper distribution should resolve those dependencies for
you. If you are installing the distibuted kernel sources, it should
also install the assemblers needed to build the kernel
PPS: As per Bash script below:
#!/bin/bash
#
# A script that locates an RPM package containing a specified filename.
#
if [ "$1" == "" ]
then
echo
echo "Usage: ffrpm <filename>"
echo
echo
exit
fi
rpms=`rpm -qa` # Get a list of all RPMs
for package in $rpms
do
rpm -ql $package | grep $1 && echo "(in package: $package)" && echo
done
<EOF>
^ permalink raw reply [flat|nested] 21+ messages in thread
[parent not found: <01C2DD5E.5937F920.wb9mjn@wb9mjn-11.ampr.org>]
* RE: Linux Newbie with Compiling Problems...
[not found] <01C2DD5E.5937F920.wb9mjn@wb9mjn-11.ampr.org>
@ 2003-02-26 12:55 ` Pontus Falk
0 siblings, 0 replies; 21+ messages in thread
From: Pontus Falk @ 2003-02-26 12:55 UTC (permalink / raw)
To: linux-hams
Hi!
> Sri, no can do. When I originally started using this address,
> the
> whole internet was able to email here. As the years have gone by, I have
> found that some substandard service providers, hotmail, etal, have
> problems with the ampr.org addresses. I can only conclude, they do not
> like the competition.
OK, but my own mail server don't find a route to your mailserver - not
only hotmail...
I just had a look in the domain.txt for ampr.org at ucsd.edu - your
entries are not correct!!!
EOD!
Regards,
Pontus/SMØRUX
-
To unsubscribe from this list: send the line "unsubscribe linux-hams" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 21+ messages in thread
[parent not found: <01C2DCFB.BA1D9C80.wb9mjn@wb9mjn-11.ampr.org>]
* RE: Linux Newbie with Compiling Problems...
[not found] <01C2DCFB.BA1D9C80.wb9mjn@wb9mjn-11.ampr.org>
@ 2003-02-26 6:56 ` Pontus Falk
2003-02-26 7:41 ` pa3gcu
0 siblings, 1 reply; 21+ messages in thread
From: Pontus Falk @ 2003-02-26 6:56 UTC (permalink / raw)
To: linux-hams
Hi Don,
First of all I have to tell you that you don't use a valid Internet e-mail
address. Maybe the address is accessible from you radio lan, but not from
Sweden, so please change asap so I can mail you direct and not via the
mailing list..!
> Ok on all the stuff above here, I have been doing this. But what is this
> next one ? Do I actually type :
>
> make the changes in the Makefile file
>
> Or do I look into the Makefile file, and based on what is in there I
> type make x etc?
OK, have you read the HOWTO file about compiling a kernel?
No, you dont type "make the changes in the Makefile file". Open the
Makefile in four favourite editor, and look for a line starting with
"EXTRAVERSION = ". Change it to look something like "EXTRAVERSION =
ownkernel" and save the file...
Then, go for "make bzImage"...
But first, change you e-mail address or update your entry in the ampr.org
domain file... Very annoying not being able to send an e-mail direct to
you!
Regards,
Pontus/SMØRUX
> I have not been able to get past the:
> make bzImage
> so far.
>
> make modules
> make modules_install
> make install
>
> reboot and try the new kernel
>
> Regards,
>
> Pontus/SMORUX
>
>
> 73, Don...
-
To unsubscribe from this list: send the line "unsubscribe linux-hams" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 21+ messages in thread
[parent not found: <01C2DC36.D1A6A7E0.wb9mjn@wb9mjn-11.ampr.org>]
* RE: Linux Newbie with Compiling Problems...
[not found] <01C2DC36.D1A6A7E0.wb9mjn@wb9mjn-11.ampr.org>
@ 2003-02-25 19:09 ` Pontus Falk
0 siblings, 0 replies; 21+ messages in thread
From: Pontus Falk @ 2003-02-25 19:09 UTC (permalink / raw)
To: linux-hams
Hi!
> I used 'make xconfig' . It had many many options for IDE devices.
>
> The kernel put on the disk by the Linux install did not include a config
> file. So, I had no "blueprint" to tweak. This meant I had to guess at
> the configuration settings to use. I may have guessed wrong, or the
> compiler may have a bug, or ?, or ? or ?
I'm not so experienced, but I would try the following.
make mrproper
make menuconfig (mark the options as mentioned in AX25-HOWTO)
make dep
make clean
make the changes in the Makefile file
make bzImage
make modules
make modules_install
make install
reboot and try the new kernel
Regards,
Pontus/SMØRUX
-
To unsubscribe from this list: send the line "unsubscribe linux-hams" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 21+ messages in thread
[parent not found: <01C2DB6A.A5024180.wb9mjn@wb9mjn-11.ampr.org>]
* Re: Linux Newbie with Compiling Problems...
@ 2003-02-23 23:36 Pontus Falk
0 siblings, 0 replies; 21+ messages in thread
From: Pontus Falk @ 2003-02-23 23:36 UTC (permalink / raw)
To: linux-hams
Hi Don,
> I am new to linux, and am having dificulty compiling AX.25 support
> into the kernel.
Please let us know more...
Is it during the 'make bzImage' command you get an error message? What
does the message say?
Regards,
Pontus/SMØRUX
-
To unsubscribe from this list: send the line "unsubscribe linux-hams" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 21+ messages in thread
* Linux Newbie with Compiling Problems...
@ 2003-02-23 21:51 wb9mjn
2003-02-23 22:50 ` Shane Deering
2003-02-24 18:10 ` Bernard Pidoux F6BVP
0 siblings, 2 replies; 21+ messages in thread
From: wb9mjn @ 2003-02-23 21:51 UTC (permalink / raw)
To: 'linux-hams@vger.kernel.com'
Hi All,
I am new to linux, and am having dificulty compiling AX.25 support
into the kernel.
I am using Mandrake 7.2, kernel 2.2.17mdk . The compile errors out
when it is trying to make the drivers for the hard disk.
Has anybody had this experience with this release? I have heard of
people having trouble with Mandrake of this vintage with real time linux
extensions for use with the NIST EMC program.
I did try a newer linux. Redhat 8.0. This would not install.
There is some kinda incompatibility between the Redhat CD reading programs
and the computer (100 MHz P1). So, I put the Mandrake 7.2 back on, and it
loaded like it did the first time, no problems.
73, Don, WB9MJN ...
^ permalink raw reply [flat|nested] 21+ messages in thread* Re: Linux Newbie with Compiling Problems...
2003-02-23 21:51 wb9mjn
@ 2003-02-23 22:50 ` Shane Deering
2003-02-24 18:10 ` Bernard Pidoux F6BVP
1 sibling, 0 replies; 21+ messages in thread
From: Shane Deering @ 2003-02-23 22:50 UTC (permalink / raw)
To: linux-hams
On Mon, 24 Feb 2003 08:51, wb9mjn wrote:
> Hi All,
>
> I am new to linux, and am having dificulty compiling AX.25 support
> into the kernel.
You wouldn't be alone on that one.
>
> I am using Mandrake 7.2, kernel 2.2.17mdk . The compile errors out
> when it is trying to make the drivers for the hard disk.
That used to be my favourite kernel for packet. I even used it on my Redhat
box for some time.
I seem to remember cheating when I compiled that kernel. Using the default
.config, I only added the ax25 stuff (built into the kernel) and skipped the
rest of the stuff for the modules (used the old modules, make sure the
version name/numbers are the same in the makefile). Basically I used a new
kernel with the old modules. That worked very well and I was able to copy
that kernel (and modules) from box to box while I waited for more stable 2.4
kernel ax25 code.
> I did try a newer linux. Redhat 8.0. This would not install.
> There is some kinda incompatibility between the Redhat CD reading programs
> and the computer (100 MHz P1). So, I put the Mandrake 7.2 back on, and it
> loaded like it did the first time, no problems.
Personal opinion only here. I don't like Redhat 8.0 . Love Redhat 7.2 and 7.3
and am using 7.2 for packet now. Mandrake 9.0 is my all time favourite. Even
better than MDK 7.2. MDK 9.0 is ax25 ready out of the box. Redhat stuffed up
ax25 support in the kernel and you have to compile your own.
I have tried a number of other distros over the years (some ax25 ready), but
there comes a time when you want to use Linux for real and not spend all your
time installing and setting up new distros.
I still have a soft spot for MDK7.2. It was the one that convinced me that
Windows is no longer a viable OS option for anything but playing (some) games
on.
--
Shane Deering Sent using Kmail v1.4.3
vk3bvp@qsl.net on Mandrake Linux, the Desktop OS
vk3bvp@vk3bvp.#sev.vic.aus.oc MDK9.0 Up 41 minutes
http://www.qsl.net/vk3bvp/ RH7.2 Up 3 days, 6 minutes
^ permalink raw reply [flat|nested] 21+ messages in thread
* Re: Linux Newbie with Compiling Problems...
2003-02-23 21:51 wb9mjn
2003-02-23 22:50 ` Shane Deering
@ 2003-02-24 18:10 ` Bernard Pidoux F6BVP
1 sibling, 0 replies; 21+ messages in thread
From: Bernard Pidoux F6BVP @ 2003-02-24 18:10 UTC (permalink / raw)
To: wb9mjn@wb9mjn-11.ampr.org; +Cc: Linux-Hams
wb9mjn wrote:
> Hi All,
>
> I am new to linux, and am having dificulty compiling AX.25 support
>into the kernel.
>
> I am using Mandrake 7.2, kernel 2.2.17mdk . The compile errors out
>when it is trying to make the drivers for the hard disk.
>
> Has anybody had this experience with this release? I have heard of
>people having trouble with Mandrake of this vintage with real time linux
>extensions for use with the NIST EMC program.
>
I have been using Mandrake Linux for AX25 since earlier distributions.
As far as we are speaking of Mandrake this release is the perfect one to
use for AX25.
In my own experience newer distro with 2.4.x kernels do not support
correctly AX25.
There are very often kernel disfunctions or panics...
However you can update 7.2 distro using 7.2 updates from Mandrake FTP
site or FTP mirrors.
> I did try a newer linux. Redhat 8.0. This would not install.
>There is some kinda incompatibility between the Redhat CD reading programs
>and the computer (100 MHz P1). So, I put the Mandrake 7.2 back on, and it
>loaded like it did the first time, no problems.
>
>
I had the same experience. However this is not a problem since in my
opinion you should keep 7.2 with 2.2.17 or 2.2.23
the last 2.2 stable kernel (see http://www.kernel.org).
In order to compile it you need to install the developpment option (i.e.
devel libraries).
>
> 73, Don, WB9MJN ...
>
>-
>To unsubscribe from this list: send the line "unsubscribe linux-hams" in
>the body of a message to majordomo@vger.kernel.org
>More majordomo info at http://vger.kernel.org/majordomo-info.html
>
>
>
>
73 de Bernard, F6BVP
^ permalink raw reply [flat|nested] 21+ messages in thread
end of thread, other threads:[~2003-03-03 18:37 UTC | newest]
Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-03-02 21:11 Linux Newbie with Compiling Problems wb9mjn
2003-03-02 21:32 ` Hamish Moffatt
2003-03-02 22:06 ` pa3gcu
-- strict thread matches above, loose matches on Subject: below --
2003-03-02 22:05 wb9mjn
2003-03-02 17:20 wb9mjn
2003-03-02 21:33 ` Ray Heasman
2003-03-02 14:42 wb9mjn
2003-03-03 18:37 ` Bernard Pidoux F6BVP
2003-03-02 0:58 wb9mjn
2003-03-02 5:23 ` Kelly Black
2003-03-02 8:40 ` Jean-Luc
2003-03-03 7:46 ` Wilbert Knol
[not found] <01C2DD5E.5937F920.wb9mjn@wb9mjn-11.ampr.org>
2003-02-26 12:55 ` Pontus Falk
[not found] <01C2DCFB.BA1D9C80.wb9mjn@wb9mjn-11.ampr.org>
2003-02-26 6:56 ` Pontus Falk
2003-02-26 7:41 ` pa3gcu
[not found] <01C2DC36.D1A6A7E0.wb9mjn@wb9mjn-11.ampr.org>
2003-02-25 19:09 ` Pontus Falk
[not found] <01C2DB6A.A5024180.wb9mjn@wb9mjn-11.ampr.org>
2003-02-24 6:00 ` Pontus Falk
2003-02-23 23:36 Pontus Falk
2003-02-23 21:51 wb9mjn
2003-02-23 22:50 ` Shane Deering
2003-02-24 18:10 ` Bernard Pidoux F6BVP
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox