then why the kernel build is failing ?
-Original Message-
From: Alan Cox [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, June 27, 2001 4:02 AM
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: Re: failed kernel 2.4.2 build after applying the patch ac28
> *** Install db developm
> *** Install db development libraries
> I thought kernel build should be independent of any userland libraries.
The kernel is, the tools are not
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http:/
>On 26 Jun 2001 15:35:09 -0600, MEHTA,HIREN (A-SanJose,ex1) wrote:
>> I tried to build the 2.4.2 kernel after applying patch ac28
>> (patch-2.4.2-ac28) and it failed :-((
>>
>> When it failed it gave the following message :
>>
>> *** Install db development libraries
>>
>> I thought kernel build
On 26 Jun 2001 15:35:09 -0600, MEHTA,HIREN (A-SanJose,ex1) wrote:
> I tried to build the 2.4.2 kernel after applying patch ac28
> (patch-2.4.2-ac28) and it failed :-((
>
> When it failed it gave the following message :
>
> *** Install db development libraries
>
> I thought kernel build should b
Hi All,
I tried to build the 2.4.2 kernel after applying patch ac28
(patch-2.4.2-ac28) and it failed :-((
When it failed it gave the following message :
*** Install db development libraries
I thought kernel build should be independent of any userland libraries.
Any thoughts ?
TIA
-hiren
-
To
Daniel Phillips wrote:
> On Wednesday 30 May 2001 17:25, Ingo Molnar wrote:
> > On Wed, 30 May 2001, Nico Schottelius wrote:
> > > > the default value is 0, that is good enough.
> > >
> > > hmm.. I don't think so... value of 1 would be much better, because
> > > 0 normally disables the speaker.
>
On Wednesday 30 May 2001 17:25, Ingo Molnar wrote:
> On Wed, 30 May 2001, Nico Schottelius wrote:
> > > the default value is 0, that is good enough.
> >
> > hmm.. I don't think so... value of 1 would be much better, because
> > 0 normally disables the speaker.
>
> i confused the value. Yes, an ini
On Wed, 30 May 2001, Nico Schottelius wrote:
> > the default value is 0, that is good enough.
>
> hmm.. I don't think so... value of 1 would be much better, because
> 0 normally disables the speaker.
i confused the value. Yes, an initialization to 1 would be the correct,
ie.:
+++ linux-2.4.5-n
> > less code / one int more in the kernel
> > or
> > more code and #ifs / one int less in the kernel
>
> if the #ifdefs bloat the code 4 times the size of the simple patch, then
> we obviously want 4 bytes more in the kernel.
Okay.
> > And what about the code from kernel/sys.c ? The version you
> less code / one int more in the kernel
> or
> more code and #ifs / one int less in the kernel
if the #ifdefs bloat the code 4 times the size of the simple patch, then
we obviously want 4 bytes more in the kernel.
> And what about the code from kernel/sys.c ? The version you provided
> doesn't
Hi!
> And what about the code from kernel/sys.c ?
> The version you provided doesn't take care of what's
> the default value of pcspeaker. This would make it
> undefined, which is not really good.
Since the variable is global in kernel/sysctl.c (and not kernel/sys.c),
and globals are set to z
Hi!
Where did you put the config.in entries to ?
This way it would be enabled all the time... okay...
I like that, too.
In the version I set up, I used the config.in entries,
because if you use disable pc_speaker, there is at
least one more int in the kernel. This is surely now much,
but as it i
By making this (logical, and needed) feature unconditional, your patch's
size and complexity is reduced by 80%. (see the attached
pc_speaker.patch2)
Ingo
diff -u --recursive linux-2.4.5/drivers/char/vt.c linux-2.4.5-nc/drivers/char/vt.c
--- linux-2.4.5/drivers/char/vt.c Fri Feb
Hello!
As I read that Alan and Linus are more than busy,
I just retry sending the patch to the list.
The patch allows you to switch off the builtin pc speaker
with sysctl options. No program will then be able to
beep under Linux, nor under X neither in the console.
Normally the speaker keeps
Hi folks. I've never posted a kernel patch before, so I don't know if I
got it right. I followed the instructions in the FAQ... I'm not
subscribed, so if you could follow up to [EMAIL PROTECTED], I would
appreciate it.
This patch adds support for my sound card, which was an OEM version of
the
I have kernel 2.2.16 installed on my machine and trying to upgrade to
2.4.2. Verified from 2.4.2 Documentation that I have different utilities
(gcc, binutils, pppd etc) of the specified or the greater version.
I am able to make bzImage for 2.4.2, but when I try to boot with
2.4.2 option in lilo,
> gcc -D__KERNEL__ -I/usr/src/linux/include -Wall -Wstrict-prototypes -02
> -fomit-frame-pointer -fno-strict-aliasing -pipe -march=i486 -c -o init/main.o
> init/main.c
> gcc -D__KERNEL__ -I/usr/src/linux/include -Wall -Wstrict-prototypes -02
> fomit-frame-pointer -fno-strict-aliasing -pipe -ma
Hi,
I tried to install redhat 7.0 on a compaq presario 5685 with onboard
networkcard. According to the linux-kernel this card needs drivers for the
Digital DS21143 card.
But when loaded, this card wouldn't work. So i tried a diverent version of
the kernel by trying to install redhat rawhide. The
<[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Friday, March 30, 2001 5:05 PM
Subject: [PATCH] drivers/isdn/hisax/bkm_a8.c, kernel 2.4.2 (Scitel Quadro)
> Hi,
>
> Please find attached a patch to fix the following problems with the
> Scitel Quadro ISDN card in 2.4 kernels which s
All,
I have been having pretty random crashes of my machine since I installed a
Creative EnsoniqAUdioPCI card a couple of weeks ago. The card uses the es1371
sound driver. I have compiled the driver as both a module and in the kernel
and the crashes happen all the time. I use the desktop for a
Hi,
Please find attached a patch to fix the following problems with the
Scitel Quadro ISDN card in 2.4 kernels which suddenly arised when I
bought
a K7T Pro motherboard.
kernel: HiSax: Scitel port 0xcc00-0xcd00 already in use
kernel: HiSax: Card Scitel Quadro not installed !
Credits go to Rolan
>
> [1.] One line summary of the problem:
>
> ftp FROM 2.4.2 ix86 machine to system with true 64-bit or otherwise no 2GB limit
> system complains that the file size is too large.
>
> [2.] Full description of the problem/report:
>
> On the 2.4.2 ix86 machine doing put:
> ---
[1.] One line summary of the problem:
ftp FROM 2.4.2 ix86 machine to system with true 64-bit or otherwise no 2GB limit
system complains that the file size is too large.
[2.] Full description of the problem/report:
On the 2.4.2 ix86 machine doing put:
-
UNIX A
At 23:23 26-3-01 +0200, you wrote:
>On Mon, 26 Mar 2001, Theodoor Scholte wrote:
>
> > There are no relevant messsages in that file.
>
>Strange, but I bet that you can compile again, right? (Just remove the
>broken compile.h that the dd command created) Must have been an NFS
>fluke, and without
Hi all!
Since I upgraded my Alpha-Server (digital alpha/ 21164A 366 MHz, system type
alcor, 128 MB RAM) to Kernel version 2.4.2 (from 2.4.0) (2.4 gives it a real
performance boost, well done!), i notice system freezes. They happened four
times during the last 2 days and i think it happens when a
On Mon, 26 Mar 2001, Theodoor Scholte wrote:
> There are no relevant messsages in that file.
Strange, but I bet that you can compile again, right? (Just remove the
broken compile.h that the dd command created) Must have been an NFS
fluke, and without any more precise error messages, there is n
>And you always get exactly this message? What happens if you run
> cat /usr/src/linux/include/linux/compile.h
This is the output of cat /usr/src/linux/include/linux/compile.h :
#define UTS_VERSION "#1 SMP Sun Mar 25 21:51:51 CEST 2001"
#define LINUX_COMPILE_TIME "21:51:51"
#define LINUX_CO
> > Hello,
> >
> > I have a problem with compiling kernel-2.4.2. When I want to make a bzImage
> > on a RedHat Linux 5.2 box,
> > then I get this error-message:
>
> > [...]
>
> >> cpp: /usr/src/linux/include/linux/compile.h: Input/output
On Mon, 26 Mar 2001, Theodoor Scholte wrote:
> Hello,
>
> I have a problem with compiling kernel-2.4.2. When I want to make a bzImage
> on a RedHat Linux 5.2 box,
> then I get this error-message:
> [...]
> cpp: /usr/src/linux/include/linux/compile.h: Input/output error
Hello,
I have a problem with compiling kernel-2.4.2. When I want to make a bzImage
on a RedHat Linux 5.2 box,
then I get this error-message:
gcc -D__KERNEL__ -I/usr/src/linux/include -Wall -Wstrict-prototypes -02
-fomit-frame-pointer -fno-strict-aliasing -pipe -march=i486 -c -o init/main.o
Wondering if this new kernel presents a problem to the ax25 utils.
In particular the ax25-0.0.7-tools.
I heard that maybe there were patches available to correct any problems
created by the newer kernel and was wondering that if anyone knows about
this, if they could post the location..
---
Ear
Hi again.
I've written my own test program, and I get 12M throughput.
I used a packet size of 1024 Bytes. Smaller packages seems to result in
less throughput.
There was no load on the machine I tested on. Does the throughput get
better is there is a lot of stress on the machine? (eg. compilin
Hi Jerome.
As Mr. Hafting says, is seems that there is a softirq missing somewhere.
If this is the case, it should help to make some add some systemcalls in
your program, since a softirq should happen at every system-call exit.
Try adding:
getpid();
in the innermost loop, and see if i
System:
AMD Athlon Thunderbird 900MHz
MSI K7T Pro (VIA KT133 chipset)
Network card: Linksys LNE100TX Rev. 4.0 (tulip)
Kernel: 2.2.18 (with 0.92 Scyld drivers), 2.4.0, 2.4.1, 2.4.2, 2.4.2-ac11
With all the above kernel revisions/drivers, my network card hangs at random
(sometimes within minutes, o
Hi,
I got the following OOPS yesterday while simultaneously doing a big 'rpm
-U' and a big computation (magma.exe) on an SMP i686 machine. I copied
the OOPS down by hand from the console, but it should be accurate. When
running ksymooops, I don't know that I reconstructed the module stack
comp
On Sat, 17 Mar 2001, Keith Owens wrote:
Thanks Keith for your note. I will check out your 'points' and see what
happens. Anything is possible..
> Date: Sat, 17 Mar 2001 12:57:36 +1100
> From: Keith Owens <[EMAIL PROTECTED]>
> To: Ted Gervais <[EMAIL PROTECTED]&
On Fri, 16 Mar 2001 11:40:42 -0400 (AST),
Ted Gervais <[EMAIL PROTECTED]> wrote:
>unix:/etc# insmod soundmodem
>Using /lib/modules/2.4.2-ac20/kernel/drivers/net/hamradio/soundmodem/soundmodem.o
>/lib/modules/2.4.2-ac20/kernel/drivers/net/hamradio/soundmodem/soundmodem.o:
>unresolved symbol hdlcd
On Thu, Mar 15, 2001 at 03:42:37PM +0200, Sampsa Ranta wrote:
> Yesterday I discovered that the load I can throw out to network seems to
> depend on other activities running on machine. I was able to get
> throughput of 33M/s with ATM when machine was idle, while I compiled
> kernel at same time,
In article <[EMAIL PROTECTED]> you wrote:
> Yesterday I discovered that the load I can throw out to network seems to
> depend on other activities running on machine. I was able to get
> throughput of 33M/s with ATM when machine was idle, while I compiled
> kernel at same time, the throughput was 1
Wondering something about this new installation - kernel 2.4.2-ac20.
I am running soundmodem as a module and when I run 'insmod soundmodem' I
see this:
unix:/etc# insmod soundmodem
Using /lib/modules/2.4.2-ac20/kernel/drivers/net/hamradio/soundmodem/soundmodem.o
/lib/modules/2.4.2-a
On Friday, 16. March 2001 15:09, Mark Hahn wrote:
> > Is there anything new in the ac19/ac20 patch that slows down
> > video output or system throughput. With ac18, i can watch dvd
> > using xine, but with ac9/ac20, the system is so slow, that 1/4 of
> > the frames are skipped.
> >
> > Any suggest
Is there anything new in the ac19/ac20 patch that slows down video
output or system throughput. With ac18, i can watch dvd using xine,
but with ac9/ac20, the system is so slow, that 1/4 of the frames are
skipped.
Any suggestions?
Regards. Frank.
--
Frank Fiene, SYNTAGS GmbH, Im Defdahl 5-10,
Sampsa Ranta wrote:
> Yesterday I discovered that the load I can throw out to network seems to
> depend on other activities running on machine. I was able to get
> throughput of 33M/s with ATM when machine was idle, while I compiled
> kernel at same time, the throughput was 135M/s.
>
> So, I sug
I do have the latest version of modutils (at least, the one required by
Documentation/Changes - 2.4.2), but I still have to all the line add
path=/lib/modules/`uname -r`/kernel/* to /etc/modules.conf.
ONLY then it works. At least it worked until yesterday... Yesterday I
found out that I can't use
On Thu, 15 Mar 2001, Ted Gervais wrote:
> Anyways - to get things to work, I have put added this statement to the
> top of my /etc/rc.d/rc.inet1 file:
>
> insmod /usr/src/linux/drivers/net/8139too.o.
install a later version of modutils, as the /lib/modules directory tree
has changed between 2.2.
A simple question for you guru's..
I just installed kernel 2.4.2 on a slackware system and have a problem
with loading a module. It is the 8139too.o module previously the
rtl8139.o. It seems that this new driver is not being loaded with
this new kernel. Obviously something has changed
On Thu, 15 Mar 2001, Jerome Tollet wrote:
> Hello, i have a problem with the network layer of linux kernel 2.4.2
> I wrote a minimalist program which basically sends UDP datagrams over
> the network in an infinite loop.
> Under Linux 2.2.x, this program floods the network and my xo
Hello, i have a problem with the network layer of linux kernel 2.4.2
I wrote a minimalist program which basically sends UDP datagrams over
the network in an infinite loop.
Under Linux 2.2.x, this program floods the network and my xosview prints
that 12 MB/s are sent over my 100Mbit ethernet
Hi,
I'm trying to use a bond device using two (2) ethernet NICs for two RH Linux nodes.
The link between the 2 Linux nodes is made it using 2 crossover cables for each NIC.
I did not find any additional docs for this except kernel help and something
in iputils package and probably I'm going wron
The following patch adds USB support for the Casio QV series of
digital still cameras by adding an entry to the list of unusual
devices of the USB mass storage driver. The patch applies to
kernel 2.4.2-ac20.
--- linux-2.4.2-ac20-vanilla/drivers/usb/storage/unusual_devs.h Wed Mar 14 01:04:39
FYI, a copy...
--- Start of forwarded message ---
From: Ulrich Windl <[EMAIL PROTECTED]>
Newsgroups: comp.protocols.time.ntp
Subject: announce: Linux PPS support for Kernel 2.4.2
Date: 13 Mar 2001 08:04:56 +0100
Organization: University of Regensburg, Germany
Message-ID: &
Pascal Bonfils wrote:
> Mar 12 14:22:14 a0 pppd[808]: pppd 2.3.11 started by root, uid 0
You should upgrade to ppp-2.4
E.g. linuxcare.com.au/pub/ppp
Andreas
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
t
1 - ppp failure with kernel 2.4.2 - used to work with 2.4.0
2 - Kernel 2.4.2 has been compiled exactly with the same options
(config) as the 2.4.0.
Now when I try to reach my ISP, everything runs well until pppd launch
the serial connection (see the message file attached)
3 - Keywords : kernel
> While compiling the vmnet module, there is a warning
>
> make: Entering directory `/tmp/vmware-config2/vmnet-only'
> bridge.c: In function `VNetBridgeReceiveFromDev':
> bridge.c:788: warning: implicit declaration of function `skb_datarefp'
>
> and while inserting the module
>
> /tmp/vmware-co
Jeff Lightfoot wrote:
> Here is a patch for vmware that was on the vmware newsgroups.
> (Hopefully wordwrap didn't screw this up)
Thanks, after applying by hand, it worked.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
M
Alan Cox wrote:
>> I have traced this back to 2.4.2-ac4 by looking for where this function
>> was removed.
>
>> yes, technically this probably is OT, and properly belong on the VMware
>> list, but I can't access their nntp server.
>
>
> Right so if I cant access microsofts mailing lists I sh
> I have traced this back to 2.4.2-ac4 by looking for where this function
> was removed.
> yes, technically this probably is OT, and properly belong on the VMware
> list, but I can't access their nntp server.
Right so if I cant access microsofts mailing lists I should post my windows
problems
While compiling the vmnet module, there is a warning
make: Entering directory `/tmp/vmware-config2/vmnet-only'
bridge.c: In function `VNetBridgeReceiveFromDev':
bridge.c:788: warning: implicit declaration of function `skb_datarefp'
and while inserting the module
/tmp/vmware-config2/vmnet.o: unr
I am facing the same trouble but in my case
the parallel printer driver complains about a possible
interrupt sharing problem because i run it on interrupt 7.
The alsa driver however works pretty well with this chip for me.
The sound chip does not generate any interrupts on its own line.
So it do
I am using VMware to test a linux install
and since I have upgraded to 2.4.2-ac14
the VM locks up right after:
calibrating APIC timer ...
. CPU clock speed is 1152.4771 MHz.
. host bus clock speed is 0. MHz.
cpu: 0, clocks: 0, slice: 0
The last line is where it locks up... Its
kind
> I am using VMware to test a linux install
> and since I have upgraded to 2.4.2-ac14
> the VM locks up right after:
Last time I looked at reports like this it seemed that vmware wasnt
good enough to emulate all the stuff the 2.4 kernel uses. You may find you
can get it to work with the nmi watch
I am still having problems with this driver.
When loading the driver I get:
es1371: version v0.27 time 00:47:56 Mar 7 2001
es1371: found chip, vendor id 0x1274 device id 0x1371 revision 0x08
PCI: Found IRQ 10 for device 00:0b.0
es1371: found es1371 rev 8 at io 0xa400 irq 10
es1371: features: j
On Wed, 7 Mar 2001, Andrea Barisani wrote:
> On Wed, 7 Mar 2001, Manfred Spraul wrote:
>
> > Could you use strace and check what the apps are doing during these 2
> > minutes?
> >
> > Perhaps it's a variation of the nis hang:
> > 2.4 doesn't forword udp error messages to the user space app, and
- Original Message -
From: "Andrea Barisani" <[EMAIL PROTECTED]>
To: "Manfred Spraul" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Wednesday, March 07, 2001 3:03 PM
Subject: Re: Kernel 2.4.2 command execution hangs and then succeded
after 2 m
On Wed, 7 Mar 2001, Manfred Spraul wrote:
> Could you use strace and check what the apps are doing during these 2
> minutes?
>
> Perhaps it's a variation of the nis hang:
> 2.4 doesn't forword udp error messages to the user space app, and thus a
> nis query to a nonexistant nis server blocks unt
Hi, I've compiled and installd 2.4.2 on a my self-made linux distribution
based on glibc-2.0 and a strange thing happens. When I invoke some
binaries (for examples mc,pine,tar) for at least 2 minutes nothing
happens, the execution appaerntly hangs but then the command start as
normal. This happens
From: Walter Hofmann ([EMAIL PROTECTED])
Date: Mon Mar 05 2001 - 15:19:10 EST
>> cancelling a burn session with cdrecord I am unable to eject the disc.
>> However that was on kernel 2.2.x and using "real" scsi (not ide-scsi).
>This was a bug in cdrecord which used generic scsi access to lock
On Mon, 05 Mar 2001, Jim Breton wrote:
> I have had a similar problem in the past where, for example, after
> cancelling a burn session with cdrecord I am unable to eject the disc.
> However that was on kernel 2.2.x and using "real" scsi (not ide-scsi).
This was a bug in cdrecord which used gene
On Mon, Mar 05, 2001 at 01:42:47PM -0500, Wade Hampton wrote:
> Have you had it where the drive would not eject the disc? I seem
> to be having this on several ATAPI drives (CD-R, CD-ROM, DVD),
> all with ide-scsi running
That particular issue has not happened to me.
I have had a similar
Jim Breton wrote:
>
> Hi all, I've gotten a response from the "eject" author and he seems to
> agree that this is something in the kernel causing this issue.
Have you had it where the drive would not eject the disc? I seem
to be having this on several ATAPI drives (CD-R, CD-ROM, DVD),
all with
ton -
From: Jim Breton
Date: Sat, 3 Mar 2001 21:34:47 +
Subject: eject weirdness on NEC disc changer, kernel 2.4.2
Package: eject
Version: 2.0.2-1
Severity: wishlist
Hi Jeff and Martin, I'm running a Debian 2.2r2 potato box which has an
ATAPI NEC cd changer:
$ grep NEC /var/log/dm
On Fri, 2 Mar 2001, Thomas Dodd wrote:
> > > using_dma= 0 (off)
DMA is off and I bet you did not enable the new AUTODMA config setting.
Andre Hedrick
Linux ATA Development
ASL Kernel Development
-
ASL, Inc.
On Fri, 2 Mar 2001, Mitchell Blank Jr wrote:
> Miguel Armas wrote:
> > A couple days ago we installed a Fore 200E ATM card and after getting the
> > ATM address using ilmid the machine hangs. The kernel still respond to
> > pings, but the userspace is dead.
> >
> > If we remove SMP support in t
> On Thu, 1 Mar 2001, Hylke van der Schaaf wrote:
>
> > With kernet 2.2.18 DMA mode for my harddisks worked just fine,
> > getting IDE DMA working on an AMD7409 controller with kernel 2.4.2 is a problem.
> >
> > questions:
> > Why is DMA disabled on revision
Miguel Armas wrote:
> A couple days ago we installed a Fore 200E ATM card and after getting the
> ATM address using ilmid the machine hangs. The kernel still respond to
> pings, but the userspace is dead.
>
> If we remove SMP support in the kernel everything works fine (but with
> only one CPU)..
Hi there!
We are having problems with a Compaq Proliant 1600 Server and a Fore 200E
ATM card using kernel 2.4.2.
We have been using it for a long time with SMP enabled and everything
worked just fine (we didn't have ATM).
A couple days ago we installed a Fore 200E ATM card and after ge
On Thu, 1 Mar 2001, Hylke van der Schaaf wrote:
> With kernet 2.2.18 DMA mode for my harddisks worked just fine,
> getting IDE DMA working on an AMD7409 controller with kernel 2.4.2 is a problem.
>
> questions:
> Why is DMA disabled on revision < C4?
> How can I
With kernet 2.2.18 DMA mode for my harddisks worked just fine,
getting IDE DMA working on an AMD7409 controller with kernel 2.4.2 is a problem.
questions:
Why is DMA disabled on revision < C4?
How can I gat DMA working again?
The Information:
in 2.2.18 I get:
- dm
Hello.
I recently tried to upgrade to the 2.4.2 kernel from the 2.2.x kernels on a
STL2 motherboard and it appears the kernel can not detect the onboard SCSI
controller. I have even tried the patches from
http://people.freebsd.org/~gibbs/linux/ to bring the aic module up to 6.1.4
with still
"Rob W. van Swol" wrote:
>
> Hi,
>
> I cannot find an answer to my problem. Sound was always working ok in
> 2.2.x and 2.4.1 kernels. But now the opl3sa2 module won't load anymore.
> First I got the messages:
>
> opl3sa2: No cards found
> opl3sa2: 0 PnP card(s) found.
>
> The I added isapnp=0
Hi,
I cannot find an answer to my problem. Sound was always working ok in
2.2.x and 2.4.1 kernels. But now the opl3sa2 module won't load anymore.
First I got the messages:
opl3sa2: No cards found
opl3sa2: 0 PnP card(s) found.
The I added isapnp=0 to the options line in /etc/modules.conf and t
Used hardware:
AMD Athlon 800
VIA KX133-Chipsatz with AGP
Chipset: ATI 264LT Pro (3D Rage LT Pro) (Port Probed)
Memory: 8192 Kbytes
RAMDAC: ATI Mach64 integrated 15/16/24/32-bit DAC w/clock
(with 6-bit wide lookup tables (or in 6-bit mode))
(programmable for 6/
On Sat, 24 Feb 2001, Manfred Spraul wrote:
> > kernel BUG at apic.c:220!
> >From apic.c:
> <<<
>
> /*
> * Double-check wether this APIC is really registered.
> */
> if (!test_bit(GET_APIC_ID(apic_read(APIC_ID)),
> &phys_cpu_present_map))
>
> kernel BUG at apic.c:220!
>From apic.c:
<<<
/*
* Double-check wether this APIC is really registered.
*/
if (!test_bit(GET_APIC_ID(apic_read(APIC_ID)),
&phys_cpu_present_map))
BUG();
>>>
Really odd. That's usually a sign of a bad
When running 2.4.2 on a pentium 4, I get the following during boot: (any
typos are due to me typing this in manually, off of what I see on the
monitor connected to the P4. I've made sure the addresses are correct, at
least... note that this happens with noapic passed as an option to the
kernel as
Hello
I found out that passing boot parameters to the g_NCR5380-driver didn't
work in the 2.4.x-series. It seems like other drivers might be affected,
too. I don't know if this has been discussed before, or if I'm doing
something completely wrong, but at least this patch of mine fixed the
problem
86 matches
Mail list logo