On Sun, 2003-08-03 at 15:21, Vivek Shankar wrote:
> I'm following instructions from http://xtrinsic.com/geek/articles/acpi.html
>
> when i run make bzImage i get this:
>
Are you starting with your current config and just adding ACPI? You need
to make sure that works before you fine tune.
If that
I'm following instructions from http://xtrinsic.com/geek/articles/acpi.html
when i run make bzImage i get this:
/usr/src/linux-2.4-acpi/include/asm/processor.h:267:1: warning: this is the
location of the previous definition
base.c: In function `is_devfsd_or_child':
base.c:1417: structure has no
Hi Roby,
> I do modprobe hisax id=scheda_isdn protocol=2 type=16 pa=irq pb=io
> and now the module is in the list of modules (lsmod).
> Is it necessary to compile the kernel?
No, since obviously your ISDN card seems to be already supported. (If you are
having problems configuring your ISDN car
thank's
I do modprobe hisax id=scheda_isdn protocol=2 type=16 pa=irq pb=io
and now the module is in the list of modules (lsmod).
Is it necessary to compile the kernel?
>Hi Roby
>
>> I'm trying to install a USR Sportster internal ISDN adapter in red hat 8.0, >
>After i set hisax like module (
Hi Roby
> I'm trying to install a USR Sportster internal ISDN adapter in red hat 8.0,
> After i set hisax like module (in xconfig) i try to compile the kernel,but i am
> getting the > following error:
> /usr/src/linux-2.4.18-14/include/net/pkt_sched.h:128: warning: asm operand 1
> probably doesn'
Hello
I'm trying to install a USR Sportster internal ISDN adapter in red hat 8.0,
After i set hisax like module (in xconfig)
i try to compile the kernel,but i am getting the
> following error:
/usr/src/linux-2.4.18-14/include/net/pkt_sched.h: In function `sch_tree_unlock':
/usr/src/linux-2.4.
I have an old IBM PC Server 520 with 2 P133 processors. I have tried
to compile the kernel some times now, and without any luck.
When I run "make modules_install" and "make install" I get a LOT of
these errors:
depmod: *** Unresolved symbols in
/lib/modules/2.4.18-14duke/kernel/drivers/scsi/qla1
> Sent: Tuesday, 10 December 2002 07:24
> To: [EMAIL PROTECTED]
> Subject: What does this warning meen when compiling kernel
>
>
> make[7]: warning: Clock skew detected. Your build may be incomplete.
>
> I have just set the time (after I made the .config file), so
> th
Søren Neigaard wrote:
make[7]: warning: Clock skew detected. Your build may be incomplete.
I have just set the time (after I made the .config file), so the
.config files timestamp is into the future. Is that it? Will it cause
any trouble?
I suspect that you don't have your time zone setup
make[7]: warning: Clock skew detected. Your build may be incomplete.
I have just set the time (after I made the .config file), so the
.config files timestamp is into the future. Is that it? Will it cause
any trouble?
--
Med venlig hilsen/Best regards,
Søren Neigaard mailto:[EMAIL PROTECTED]
--
When compiling my custom kernel's, by the look of it, it seems to be
using the -march=athlon and -O2 flags by default. I think its got the
-march=athlon flag from when i selected processor type in the
configuration process.
My question is:- Is it possible to override these values and instead use
s
+++ Todd A. Jacobs [RedHat] [Mon, Nov 11, 2002 at 11:00:13PM -0800]:
> I'm trying to compile kernel 2.4.19 from source, but am getting the
> following error:
>
> script_asm.pl : Illegal combination of registers in line 72 : MOVE
> CTEST7 & 0xef TO CTEST7
> Either source and destination
You may be leaving out a dependency, IE whatever you
are compiling for SCSI needs something else? Just my
guess. This happens on make bzImage I take it? I have
compiled and ran 2.4.19 and a Pre-Release of 2.4.20
--Josh--
--- "Todd A. Jacobs" <[EMAIL PROTECTED]> wrote:
> I'm trying to compile kern
I'm trying to compile kernel 2.4.19 from source, but am getting the
following error:
script_asm.pl : Illegal combination of registers in line 72 : MOVE
CTEST7 & 0xef TO CTEST7
Either source and destination registers must be the same,
or either source or destination register mus
Thanks. I used xconfig and have used many times.
--- "Ashley M. Kirchner" <[EMAIL PROTECTED]> skrev: >
linux power wrote:
>
> > I had to edit the config file to enable
> > bridge,nat,iptables and masquerade.
>
> All options can be set from the menu. Try it
> sometimes. 'make menuconfig'
linux power wrote:
> I had to edit the config file to enable
> bridge,nat,iptables and masquerade.
All options can be set from the menu. Try it sometimes. 'make menuconfig' (or
'make xconfig').
--
H | I haven't lost my mind; it's backed up on tape somewhere.
+---
I had to edit the config file to enable
bridge,nat,iptables and masquerade.
--- "Ashley M. Kirchner" <[EMAIL PROTECTED]> skrev: >
linux power wrote:
>
> > The problem is solved, and it was that I had edit
> the
> > kernel config file so much that I had forgotten
> > certain things.
> > The en
linux power wrote:
> The problem is solved, and it was that I had edit the
> kernel config file so much that I had forgotten
> certain things.
> The enable scsi emulation must be set to m in /IDE/ATA
> section. Then in scsi section I had to enable SCSI and
> SCSI generic support. And all places w
disabled.
Together with the additional lines in modules.conf
found in the link from Bret Huges, I could install the
burner as ide-scsi device.
--- Edward Dekkers <[EMAIL PROTECTED]>
skrev: > > What must I check first when compiling
kernel with
> > scsi enabled. Do I have to enable any
> What must I check first when compiling kernel with
> scsi enabled. Do I have to enable any block devices or
> block functions?
> I need to compile the kernel with the scsi option to
> make my cdrecord burning CD's, since cdrecord searh
> for ide-scsi device.
First que
ons 2002-10-09 klockan 22.57 skrev Bryan Liles:
> You might try install the comp-gcc files.
I'll try that, but I was under the impression that those really are the
gcc2 stuff, while RH8 requires gcc3 for the kernel modules.
/Robert
--
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTE
On Wed, 2002-10-09 at 13:57, Bryan Liles wrote:
> On Wed, 2002-10-09 at 06:13, Robert Claeson wrote:
> > I'm trying to compile kernel modules for two commercial software
> > packages that I need to use. Both are distributed as source, and there
> > are no binary code supplied with them that the ke
You might try install the comp-gcc files.
compat-gcc - The GNU Compiler Collection for Red Hat Linux 7.3
compatibility
compat-gcc-c++ - C++ support for Red Hat 7.3 backwards compatibility
compiler
compat-gcc-g77 - Fortran 77 support for Red Hat 7.3 backwards
compatibility compiler
compat-gcc-ja
What must I check first when compiling kernel with
scsi enabled. Do I have to enable any block devices or
block functions?
I need to compile the kernel with the scsi option to
make my cdrecord burning CD's, since cdrecord searh
for ide-scsi device.
=
http://home.no.net/~kn
I'm trying to compile kernel modules for two commercial software
packages that I need to use. Both are distributed as source, and there
are no binary code supplied with them that the kernel module part links
with. One is a module for my WLAN card, and the other is Cisco's VPN
client for Linux.
Th
Linus:
Thanks for the tutorial. That helps.
JT
C. Linus Hicks wrote:
> On Mon, 2002-10-07 at 08:59, John Thomas wrote:
>
>>I'm compiling the kernel under RH 7.3 I get a freeze after the "freeing
>>kernel memory..." message, just before init is supposed to sign on. One
>>poster suggested t
On Mon, 2002-10-07 at 08:59, John Thomas wrote:
> I'm compiling the kernel under RH 7.3 I get a freeze after the "freeing
> kernel memory..." message, just before init is supposed to sign on. One
> poster suggested this is because of an incorrect cpu setting, but I've
> checked this.
>
> I'v
I'm compiling the kernel under RH 7.3 I get a freeze after the "freeing
kernel memory..." message, just before init is supposed to sign on. One
poster suggested this is because of an incorrect cpu setting, but I've
checked this.
I've carefully followed the instructions in the kernel HOWTO.
eded by gcc-java-2.96-85
Also, when I looked on the RH 7.0 CD2, I couldn't find the 'kcc' files.
Thanks,
Rob
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]] On Behalf Of Trevor
> Sent: September 12, 2002 4:29 PM
> To: [EMAIL PROTECT
s well.
Write back to the list and let us know how you made out.
Trevor
<http://www.gnuguy.com>
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Rob Yale
Sent: Thursday, September 12, 2002 1:49 PM
To: [EMAIL PROTECTED]
Subject: RE: Compiling K
: September 12, 2002 1:16 PM
> To: [EMAIL PROTECTED]
> Subject: RE: Compiling Kernel
>
>
> Do you have the ncurses-devel rpm installed? That might be
> the problem with the menuconfig.
>
> Did you install the latest gcc and kgcc tools? RH7.0 has a
> buggy g
ould be
helpful.
>I've been having a couple of problems in compiling Kernel 2.2.19. First
>of all, a problem I've never had before: I can't use 'make menuconfig'.
>The error indicates that curses.h is missing. I've ensured that I have
>ncurses installed, an
Hi,
I've been having a couple of problems in compiling Kernel 2.2.19. First
of all, a problem I've never had before: I can't use 'make menuconfig'.
The error indicates that curses.h is missing. I've ensured that I have
ncurses installed, and I also have ter
I have used make bzImage about 10 times, and it work
fine for med.
--- "Maynard B. Fernando" <[EMAIL PROTECTED]>
skrev: > guys,
>
> just want to ask why some are using make bzImage,
> some are
> make zlilo? what are the difference between the two?
> which
> command is the best? or tht
>
> Ma
guys,
just want to ask why some are using make bzImage, some are
make zlilo? what are the difference between the two? which
command is the best? or tht
Maynard B. Fernando
Tel. Nos.: 632.840.0881 / 632.840.0882
http://www.broline.com
"Men of genius are admired, men of wealth
are envied, m
What do I have to check to get loopback when compiling
kernel 2.4.7-10.
Any idea?
=
Investigating the Norwegain 4.th Secret Service
The multiheaded animal.
http://hjem.sol.no/altiett/knut_ove_hauge_kuren.htm
__
Sjekk snørapporter...
fra
Kjetil Tjensvold <[EMAIL PROTECTED]> writes:
> There is a bug in make dep or make bzImage when
> compiling the rh 7.2 2.4.7-10 kernel.
> If you disable File systems /devpts and keep unix98
> PTY checked to y ,you will get an error message during
> boot saying mounting local filsystems, failed due
There is a bug in make dep or make bzImage when
compiling the rh 7.2 2.4.7-10 kernel.
If you disable File systems /devpts and keep unix98
PTY checked to y ,you will get an error message during
boot saying mounting local filsystems, failed due to
devpts is not supported by the kernel.
It has no eff
I have the source code in /usr/src/linux-2.4.7-10 dir.
I do
make xconfig and do all the checkouts to a minimum.
make dep
make clean
make bzImage
make modules
make install
make modules_install
cp ./arch/i386/boot/bzImage /boot/vmlinuz-2.4.7-10
lilo
reboot
and it didnt work.
Have I missed something
I have 2 nic's of same brand Realtech 8139, and when
compiling the kernel with these cards enabled nautilus
doesen't show up. If I disable the cards nautilus show
up. When the cards is enabled should really don't have
any impact on starting nautilus.Is this a bug???
Also the loopback is down when
The loopback didnt show up after compiling kernel.
I had to do ifconfig lo up
before it shows up.But now it is not answering the
ping.
I thought you could ping 127.0.0.1
Any idea??
=
Investigating the Norwegain 4.th Secret Service
The multiheaded animal.
http://hjem.sol.no/altiett
PROTECTED]
> [mailto:[EMAIL PROTECTED]]
> On Behalf Of Kjetil Tjensvold
> Sent: Saturday, April 13, 2002 10:11 PM
> To: [EMAIL PROTECTED]
> Subject: RE: Problem compiling kernel rh 7.2
>
> I had an previous bootdisk, I don't know what you
> mean that I have the old kernel
You should have the stock kernel or did you remove it from your system
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
On Behalf Of Kjetil Tjensvold
Sent: Saturday, April 13, 2002 10:11 PM
To: [EMAIL PROTECTED]
Subject: RE: Problem compiling kernel rh 7.2
I had an
L PROTECTED]
> [mailto:[EMAIL PROTECTED]]
> On Behalf Of Kjetil Tjensvold
> Sent: Saturday, April 13, 2002 7:36 PM
> To: [EMAIL PROTECTED]
> Subject: Re: Problem compiling kernel rh 7.2
>
> Thats correct. But now it won't reboot.
> Any suggestions what could be wrong??
&g
Did you make a boot disk before you complied your kernel and do you have
the original kernel
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
On Behalf Of Kjetil Tjensvold
Sent: Saturday, April 13, 2002 7:36 PM
To: [EMAIL PROTECTED]
Subject: Re: Problem compiling
Thats correct. But now it won't reboot.
Any suggestions what could be wrong??
--- Devon <[EMAIL PROTECTED]> skrev: >
-BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> On Saturday 13 April 2002 12:41 pm, Kjetil Tjensvold
> wrote:
> > I do
> > make xconfig
> > and eneable bridging to y
> > then
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Saturday 13 April 2002 12:41 pm, Kjetil Tjensvold wrote:
> I do
> make xconfig
> and eneable bridging to y
> then
> make dep
> then
> make bzImage
> the the error came when I try
> make modules_install
> Some stupid dummy.o it didn't find.
> Any su
I do
make xconfig
and eneable bridging to y
then
make dep
then
make bzImage
the the error came when I try
make modules_install
Some stupid dummy.o it didn't find.
Any suggestions?
=
Investigating the Norwegain 4.th Secret Service
The multiheaded animal.
http://hjem.sol.no/altiett/knut_ove_hau
d for you. :-)
TTFN,
- -Jason
> -Original Message-
> From: Matthews, John [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, November 20, 2001 08:39
> To: '[EMAIL PROTECTED]'
> Subject: RE: Error Compiling Kernel
>
>
> I had the same problem on a Compaq DL360 ru
e why a
"make clean" would be needed from a download of source which hasn't been
built yet.
-Original Message-
From: Kevin Greenidge [mailto:[EMAIL PROTECTED]]
Sent: Monday, November 19, 2001 3:18 PM
To: [EMAIL PROTECTED]
Subject: Error Compiling Kernel
I get the followi
I get the following error message when compiling
kernel 2.4.14 on Redhat 7.1 when the "make bzImage"
script finishes running. Can anyone help?
arch/i386/kernel/kernel.o arch/i386/mm/mm.o
kernel/kernel.o mm/mm.o fs/fs.
o ipc/ipc.o \
drivers/char/char.o drivers/blo
quot;Moke Tsing" <[EMAIL PROTECTED]>
To: "Redhat-List (E-mail)" <[EMAIL PROTECTED]>
Sent: Wednesday, April 18, 2001 6:36 PM
Subject: Error Compiling Kernel 2.4.3
> Hi,
>
> I am having some problems trying to compile the Kernel 2.4.3.
>
> Following are th
Hi,
I am having some problems trying to compile the Kernel 2.4.3.
Following are the step that I've taken:-
#make menuconfig
#make dep
#make clean
#make bzImage
During the compilation, I saw the following error message :-
...
...
floppy.c:1150:36: warning: pasting would not give a valid preproc
Hi,
I am having some problems trying to compile the Kernel 2.4.3.
Following are the step that I've taken:-
#make menuconfig
#make dep
#make clean
#make bzImage
During the compilation, I saw the following error message :-
...
...
floppy.c:1150:36: warning: pasting would not give a valid preproc
[EMAIL PROTECTED] writes:
> Anyone that can tell me what to do when i get this message when i run 'make
> menuconfig'.
>
> rm -f include/asm
> ( cd include ; ln -sf asm-i386 asm)
> make -C scripts/lxdialog all
> make[1]: Entering directory `/usr/src/linux-2.2.17/scripts/lxdialog'
> kgcc -Wall -W
You need ncurses source (curses.h).
On Tue, 10 Apr 2001, you wrote:
> Anyone that can tell me what to do when i get this message when i run 'make
> menuconfig'.
>
> rm -f include/asm
> ( cd include ; ln -sf asm-i386 asm)
> make -C scripts/lxdialog all
> make[1]: Entering directory `/usr/src/linu
On Tue, 10 Apr 2001 [EMAIL PROTECTED] wrote:
>
> I'm not very good at this but anyway, I have installed ncurses but i don't
> really know how i should run ldconfig it has no man pages. Can you give me
> some example.
>
> /Jonny
>
>
If you installed ncurses from an RPM, it should have run ldconfig
Sent by: Subject: Re: Compiling Kernel in
RedHat7.0
redhat-list-admin@
Hi,
the fact it can't find curses.h either means you need to run `ldconfig` or you need to
install ncurses and run ldconfig.
On Tue, Apr 10, 2001 at 11:25:13AM +0200, [EMAIL PROTECTED] wrote:
> Anyone that can tell me what to do when i get this message when i run 'make
> menuconfig'.
>
> rm -f
Anyone that can tell me what to do when i get this message when i run 'make
menuconfig'.
rm -f include/asm
( cd include ; ln -sf asm-i386 asm)
make -C scripts/lxdialog all
make[1]: Entering directory `/usr/src/linux-2.2.17/scripts/lxdialog'
kgcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer
Luke C Gavel wrote:
>
> Wait a minute! I just realized that you have to run mkinitrd no
> matter what! *slaps self* The mbr is on the SCSI disk...which
> loads the kernel...the driver to access the SCSI controller and
> hence the disk, has to be reloaded into the ramdisk to access
> even the mbr
Peter Peltonen wrote:
>
> Luke C Gavel wrote:
> >
> > Wait a minute! I just realized that you have to run mkinitrd no
> > matter what! *slaps self* The mbr is on the SCSI disk...which
> > loads the kernel...the driver to access the SCSI controller and
> > hence the disk, has to be reloaded into
Luke C Gavel wrote:
>
> Wait a minute! I just realized that you have to run mkinitrd no
> matter what! *slaps self* The mbr is on the SCSI disk...which
> loads the kernel...the driver to access the SCSI controller and
> hence the disk, has to be reloaded into the ramdisk to access
> even the mbr
Wait a minute! I just realized that you have to run mkinitrd no
matter what! *slaps self* The mbr is on the SCSI disk...which
loads the kernel...the driver to access the SCSI controller and
hence the disk, has to be reloaded into the ramdisk to access
even the mbr. Did you run `mkinitrd' to crea
On Fri, 5 Jan 2001 [EMAIL PROTECTED] wrote:
> did you put scsi support in yer new kernel
>
Did you do the above, (putting the SCSI driver directly into the
kernel)
or;
run `mkinitrd' to update the ramdisk to preload the SCSI
controller driver as a module? This might be easier to do if you
wa
did you put scsi support in yer new kernel
-Original Message-
From: Sergio Pereira [mailto:[EMAIL PROTECTED]]
Sent: Friday, January 05, 2001 8:45 AM
To: [EMAIL PROTECTED]
Subject: compiling kernel
Hi all,
I'm using RH70 and I'm try compile the kernel 2.2.18. A error mess
Sergio Pereira wrote:
> So, in my lilo.conf there is a root=/dev/sda2 (my root partition), someone
> can help me ?
> thx,
What does image= say in your lilo.conf?
Do you have that file mentioned in image=? I mean, did you move the kernel
image file to the correct place with correct name after c
Hi all,
I'm using RH70 and I'm try compile the kernel 2.2.18. A error message
appear when I boot the machine:
---cut---
VFS: Cannot open root device "802" or "08:02"
Please append a correct "root=" boot option
Kernel Panic: VFS: unable to mount root fs on 08:02
---cut---
So, in my lilo.conf
On Mon, 11 Dec 2000, John Aldrich wrote:
> On Mon, 11 Dec 2000, Robert Key wrote:
> > Hi,
> > I have installed Redhat 7.0 and I have tried to compile a custom kernel
> > (2.2.16-22). If I do not set 'smp' to on I simply cannot get the kernel
> > to compile!
> >
> > Does anyone have any ideas?
>
On Mon, 11 Dec 2000, Robert Key wrote:
> Hi,
> I have installed Redhat 7.0 and I have tried to compile a custom kernel
> (2.2.16-22). If I do not set 'smp' to on I simply cannot get the kernel
> to compile!
>
> Does anyone have any ideas?
>
FAQ. You have to "make clean" I think it is and the
On Mon, 11 Dec 2000, Robert Key wrote:
> Hi,
> I have installed Redhat 7.0 and I have tried to compile a custom kernel
> (2.2.16-22). If I do not set 'smp' to on I simply cannot get the kernel
> to compile!
"make mrproper" first.
rday
___
Redhat-l
Hi,
I have installed Redhat 7.0 and I have tried to compile a custom kernel
(2.2.16-22). If I do not set 'smp' to on I simply cannot get the kernel
to compile!
Does anyone have any ideas?
Thanks,
rob
--
Robert Key Dept of Electrical Engineering
Peninsula Technikon
[EMAIL PR
Ted, actually using bzdisk did work fine. It created a copy of the kernel on
a floppy disk which I am now booting off of. The only problem is that it
boots with usb errors though the system works fine and since I don't use usb
right now its not too much of a problem I would like to fix the usb
On Tue, 14 Nov 2000, you wrote:
> On Mon, 13 Nov 2000, you wrote:
> > I am trying to recompile my kernel and keep getting this error when
> > running 'make bzdisk'. If anyone has a moment to look at the output of
> > the command I'll send you the txt file I created. Here are the list few
> > li
On Mon, 13 Nov 2000, you wrote:
> I am trying to recompile my kernel and keep getting this error when
> running 'make bzdisk'. If anyone has a moment to look at the output of
> the command I'll send you the txt file I created. Here are the list few
> lines that look like the problem though.
>
Thanks Eric, I downloaded the dev86 rpm package and installed it then ran
make bzdisk
and this time it worked. I just rebooted the sytem off the floppy and system
booted off of the new kernel with some errors loading the usb drivers. So now
my next question is how can I fix this error I am see
Aaron Prohaska wrote:
>
> I am trying to recompile my kernel and keep getting this error when
> running 'make bzdisk'. If anyone has a moment to look at the output of
> the command I'll send you the txt file I created. Here are the list few
> lines that look like the problem though.
>
> make[1]:
On 14-Nov-2000 Aaron Prohaska opined:
> I am trying to recompile my kernel and keep getting this error when
> running 'make bzdisk'. If anyone has a moment to look at the output of
> the command I'll send you the txt file I created. Here are the list few
> lines that look like the problem thoug
> I am trying to recompile my kernel and keep getting this error when
> running 'make bzdisk'. If anyone has a moment to look at the output of
> the command I'll send you the txt file I created. Here are the list few
> lines that look like the problem though.
>
> make[1]: Entering directory `/usr/
I am trying to recompile my kernel and keep getting this error when
running 'make bzdisk'. If anyone has a moment to look at the output of
the command I'll send you the txt file I created. Here are the list few
lines that look like the problem though.
make[1]: Entering directory `/usr/src/linu
-Original Message-
From: Pedro Rodrigues <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
Date: Sunday, October 15, 2000 7:54 AM
Subject: Re: Compiling Kernel Problem [reply+OT comments]
>
> You bet! Besides having Nic Hudson´s problem compiling the
&g
On Sun, Oct 15, 2000 at 04:19:53AM -0400, Statux wrote:
> Did you remove the source tree (saving your .config file first) and put it
> back in from the original source? Worth a shot if you haven't tried
> it. Mind you, I haven't done anything RH7.0 related since as far as I'm
> concerned.. it's a
On Sun, Oct 15, 2000 at 02:57:15AM -0500, Nick Hudson wrote:
> Ok that didnt help any i made the change in the Makefile and now i get
> this error when i do either make bzImage or bzlilo doesnt matter both are
> the same. :
>
Did you do 'make mrproper' first to clean out the cruft?
--
Hal B
You bet! Besides having Nic Hudson´s problem compiling the
distribution kernel, i can´t even build packages from the kernel SRPMS.
It fails compiling Ibcs. This is nuts. If i had touched something, i
would assume my changes made it fail. But now, i make a fresh
installation from Redhhat 7, i g
Did you remove the source tree (saving your .config file first) and put it
back in from the original source? Worth a shot if you haven't tried
it. Mind you, I haven't done anything RH7.0 related since as far as I'm
concerned.. it's a borked distro.
I'm not liking how RH is starting to smell like
Ok that didnt help any i made the change in the Makefile and now i get
this error when i do either make bzImage or bzlilo doesnt matter both are
the same. :
/usr/src/linux/include/asm/hardirq.h:23: warning: `synchronize_irq'
redefined
/usr/src/linux/include/linux/modules/i386_ksyms.ver:138: war
If you've tried 3 times, I hope you've been running 'make clean'? Just for
my information...Are you running GCC 2.96?
Marco
- Original Message -
From: "Nick Hudson" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, October 14, 2000
OK I go to make the bzImage and i get this error:
/usr/src/linux/include/asm/softirq.h:75: warning: `synchronize_bh' redefined
/usr/src/linux/include/linux/modules/i386_ksyms.ver:142: warning: this is the location
of
the previous definition
/usr/src/linux/include/linux/kernel_stat.h: In function
lt;[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Saturday, October 14, 2000 6:51 PM
> Subject: Compiling Kernel Problem
>
> > OK I go to make the bzImage and i get this error:
> >
> > /usr/src/linux/include/asm/softirq.h:75: warning: `synchronize_bh
On Sat, Oct 14, 2000 at 04:51:09PM -0500, Nick Hudson wrote:
> OK I go to make the bzImage and i get this error:
>
> make[1]: *** [first_rule] Error 2
> make[1]: Leaving directory `/usr/src/linux-2.2.16/kernel'
> make: *** [_dir_kernel] Error 2
> [root@Blackhawk linux]#
>
>
> Ive reinstalled th
On Tue, 19 Sep 2000, kf wrote:
>
> Great! I ran modprobe sg and got some sensible output to
> /var/log/messages (I've inserted blank spaces between lines for
> readability):
>
>
[SNIP]
>
>
> Now what do I do? I'm guessing I need to do a mount on the CDRW, but how
> do I determine the devic
On Tue, 19 Sep 2000, kf wrote:
> Sep 19 06:24:46 heidegger kernel: Detected scsi CD-ROM sr0 at scsi0,
> channel 0, id 4, lun 0
^
here is your device name -|
> Sep 19 06:24:47 heidegger kernel: sr0: scs
Great! I ran modprobe sg and got some sensible output to
/var/log/messages (I've inserted blank spaces between lines for
readability):
Sep 19 06:24:46 heidegger kernel: (scsi0) found at PCI 11/0
Sep 19 06:24:46 heidegger kernel: (scsi0) Wide Channel, SCSI ID=7, 32/255 SCBs
Sep 19 06:24:46
On Fri, 15 Sep 2000, Adam Sleight wrote:
> I compiled 2.4.0-test8-1.0 and now my cd burning doesn't work and sound doesn't
> work. Generally, what is supposed to be compiled as a module? I'm guess my
> scsi cd burner doesn't burn because I didn't use mkinitrd. Although I can't
> mount cd's etc
I compiled 2.4.0-test8-1.0 and now my cd burning doesn't work and sound doesn't
work. Generally, what is supposed to be compiled as a module? I'm guess my
scsi cd burner doesn't burn because I didn't use mkinitrd. Although I can't
mount cd's etc...just not burn.
sage: mkinitrd [--version] [-
On 09-Jun-98 Alfonso Barreto Lopez wrote:
> I give up, I just can't include the sound options on the kernel this is
> what I get:
Just out of curiosity, which kernel are you trying to compile? The one I
have stock with 5.0 has sound already builtin. I assume 5.1 also has it
that way.
---
Pardon
I give up, I just can't include the sound options on the kernel this is
what I get:
drivers/sound/sound.a(soundcard.o): In function `soundcard_init':
soundcard.o(.text+0x4a3): undefined reference to
`sound_init_lowlevel_drivers'
drivers/sound/sound.a(dev_table.o)(.data+0x1c8): undefined referenc
At 11:44 PM 5/16/98 -0700, Dan Cyr wrote:
>
>There is an unsupported fix in the redhat 5.0 errata for this.
And it works too. I must have one of those 'old' Cyrix chips. Must upgrade!
>Dan
>
>At 12:00 PM 5/17/1998 +0900, you wrote:
>>Hi,
>>
>>I tried compiling the 3.0.32 kernel with the IPChain
At 02:18 AM 5/17/98 -0400, Ray Curtis wrote:
>> "rs" == Richard Sharpe <[EMAIL PROTECTED]> writes:
>
>rs> Hi,
>rs> I tried compiling the 3.0.32 kernel with the IPChains stuff in it on my
>rs> Cyrix-based machine last night, and I got a rude shock.
>
>rs> The build failed with the following mes
There is an unsupported fix in the redhat 5.0 errata for this.
Dan
At 12:00 PM 5/17/1998 +0900, you wrote:
>Hi,
>
>I tried compiling the 3.0.32 kernel with the IPChains stuff in it on my
>Cyrix-based machine last night, and I got a rude shock.
>
>The build failed with the following messages:
>
1 - 100 of 111 matches
Mail list logo