Re: ASUS CUV4X-D Dual CPU's - Failure to boot...

2001-07-07 Thread Alan Cox
A friend of mine has a new PC with an ASUS CUV4X-D motherboard and dual 1GHZ PIII's. We have installed RedHat 7.1. The original RedHat SMP kernel (2.4.2) did not boot; it froze with some complaints You need at least bios rev 1007 I believe - To unsubscribe from this list: send the line

Re: kernel patch process

2001-07-07 Thread Alan Cox
Can anyone let me know the steps for making/submitting a linux kernel patch ? What is the difference between man diff Use the diff -u options an unofficial patch and an official patch ? I guess it depends who made it, who likes it and who you trust 8) - To unsubscribe from this list:

Re: 2.4.6 PCMCIA NET modular build breakage

2001-07-07 Thread Alan Cox
Seems like its something that appeared between 2.4.5 and 2.4.6. Anyone know the correct fix, other than reversing the change? I build with all pcmcia network drivers modular on my test builds, what am I missing here ? - To unsubscribe from this list: send the line unsubscribe linux-kernel in

Re: Athlon oops traced to CONFIG_MK7 code in arch/i386/lib/mmx.c

2001-07-07 Thread Alan Cox
I'm interested if there is an explanation of the MK7 specific code in mmx.c and whether that could really be the source of the problem. I would like to get to the bottom of this. As far as we can tell the problem is 'using a VIA chipset'. The code itself is a fast copying loop using

Re: 2.4.6 PCMCIA NET modular build breakage

2001-07-07 Thread Oleg Drokin
Hello! Seems like its something that appeared between 2.4.5 and 2.4.6. Anyone know the correct fix, other than reversing the change? AC I build with all pcmcia network drivers modular on my test builds, what AC am I missing here ? Well. As you might have noticed - this is build for StrongArm

Re: 2.4.6 PCMCIA NET modular build breakage

2001-07-07 Thread Oleg Drokin
Hello! Seems like its something that appeared between 2.4.5 and 2.4.6. Anyone know the correct fix, other than reversing the change? KG It should be fine. It is not. Since all net cards are modules, object list for pcmcia_net.o is empty and kernel can't be linked. KG Could you reproduce

<    1   2   3