2.4.4 pmd_alloc/pte_alloc used with too many (3) args with mm/memory.c

2001-05-09 Thread Alex Buell

Has anyone got a patch to fix the following error when compiling
2.4.4 on SparcStation 4?

make[2]: Entering directory `/usr/src/linux-2.4.4/mm'
gcc -D__KERNEL__ -I/usr/src/linux-2.4.4/include -Wall -Wstrict-prototypes
-O2 -fomit-frame-pointer -fno-strict-aliasing -m32 -pipe -mno-fpu
-fcall-used-g5 -fcall-used-g7-c -o memory.o memory.c
memory.c:183: macro `pmd_alloc' used with too many (3) args
memory.c:204: macro `pte_alloc' used with too many (3) args
memory.c:725: macro `pte_alloc' used with too many (3) args
memory.c:750: macro `pmd_alloc' used with too many (3) args
memory.c:805: macro `pte_alloc' used with too many (3) args
memory.c:832: macro `pmd_alloc' used with too many (3) args
memory.c:1339: macro `pmd_alloc' used with too many (3) args
memory.c:1342: macro `pte_alloc' used with too many (3) args
memory.c:1392: macro `pte_alloc' used with too many (3) args
memory.c: In function `copy_page_range':
memory.c:183: warning: passing arg 1 of `___f_pmd_alloc' from incompatible
pointer type
memory.c:183: warning: passing arg 2 of `___f_pmd_alloc' makes integer
from pointer without a cast
memory.c:204: warning: passing arg 1 of `___f_pte_alloc' from incompatible
pointer type
memory.c:204: warning: passing arg 2 of `___f_pte_alloc' makes integer
from pointer without a cast
memory.c: In function `zeromap_pmd_range':
memory.c:725: warning: passing arg 1 of `___f_pte_alloc' from incompatible
pointer type
memory.c:725: warning: passing arg 2 of `___f_pte_alloc' makes integer
from pointer without a cast
memory.c: In function `zeromap_page_range':
memory.c:750: warning: passing arg 1 of `___f_pmd_alloc' from incompatible
pointer type
memory.c:750: warning: passing arg 2 of `___f_pmd_alloc' makes integer
from pointer without a cast
memory.c: In function `remap_pmd_range':
memory.c:805: warning: passing arg 1 of `___f_pte_alloc' from incompatible
pointer type
memory.c:805: warning: passing arg 2 of `___f_pte_alloc' makes integer
from pointer without a cast
memory.c: In function `remap_page_range':
memory.c:832: warning: passing arg 1 of `___f_pmd_alloc' from incompatible
pointer type
memory.c:832: warning: passing arg 2 of `___f_pmd_alloc' makes integer
from pointer without a cast
memory.c: In function `handle_mm_fault':
memory.c:1339: warning: passing arg 1 of `___f_pmd_alloc' from
incompatible pointer type
memory.c:1339: warning: passing arg 2 of `___f_pmd_alloc' makes integer
from pointer without a cast
memory.c:1342: warning: passing arg 1 of `___f_pte_alloc' from
incompatible pointer type
memory.c:1342: warning: passing arg 2 of `___f_pte_alloc' makes integer
from pointer without a cast
memory.c: In function `__pmd_alloc':
memory.c:1364: warning: implicit declaration of function
`pmd_alloc_one_fast'
memory.c:1364: warning: assignment makes pointer from integer without a
cast
memory.c:1367: warning: implicit declaration of function `pmd_alloc_one'
memory.c:1367: warning: assignment makes pointer from integer without a
cast
memory.c:1381: warning: implicit declaration of function `pgd_populate'
memory.c: At top level:
memory.c:1393: conflicting types for `___f_pte_alloc'
/usr/src/linux-2.4.4/include/asm/pgalloc.h:125: previous declaration of
`___f_pte_alloc'
memory.c: In function `___f_pte_alloc':
memory.c:1398: warning: implicit declaration of function
`pte_alloc_one_fast'
memory.c:1398: `address' undeclared (first use in this function)
memory.c:1398: (Each undeclared identifier is reported only once
memory.c:1398: for each function it appears in.)
memory.c:1398: warning: assignment makes pointer from integer without a
cast
memory.c:1401: warning: implicit declaration of function `pte_alloc_one'
memory.c:1401: warning: assignment makes pointer from integer without a
cast
memory.c:1415: warning: implicit declaration of function `pmd_populate'
make[2]: *** [memory.o] Error 1
make[2]: Leaving directory `/usr/src/linux-2.4.4/mm'
make[1]: *** [first_rule] Error 2
make[1]: Leaving directory `/usr/src/linux-2.4.4/mm'
make: *** [_dir_mm] Error 2


Alex.
-- 
I fitted a microfusion reactor and antigravity
generators to my car. Now she flies.

http://www.tahallah.clara.co.uk

-
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://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/



2.4.4 pmd_alloc/pte_alloc used with too many (3) args with mm/memory.c

2001-05-09 Thread Alex Buell

Has anyone got a patch to fix the following error when compiling
2.4.4 on SparcStation 4?

make[2]: Entering directory `/usr/src/linux-2.4.4/mm'
gcc -D__KERNEL__ -I/usr/src/linux-2.4.4/include -Wall -Wstrict-prototypes
-O2 -fomit-frame-pointer -fno-strict-aliasing -m32 -pipe -mno-fpu
-fcall-used-g5 -fcall-used-g7-c -o memory.o memory.c
memory.c:183: macro `pmd_alloc' used with too many (3) args
memory.c:204: macro `pte_alloc' used with too many (3) args
memory.c:725: macro `pte_alloc' used with too many (3) args
memory.c:750: macro `pmd_alloc' used with too many (3) args
memory.c:805: macro `pte_alloc' used with too many (3) args
memory.c:832: macro `pmd_alloc' used with too many (3) args
memory.c:1339: macro `pmd_alloc' used with too many (3) args
memory.c:1342: macro `pte_alloc' used with too many (3) args
memory.c:1392: macro `pte_alloc' used with too many (3) args
memory.c: In function `copy_page_range':
memory.c:183: warning: passing arg 1 of `___f_pmd_alloc' from incompatible
pointer type
memory.c:183: warning: passing arg 2 of `___f_pmd_alloc' makes integer
from pointer without a cast
memory.c:204: warning: passing arg 1 of `___f_pte_alloc' from incompatible
pointer type
memory.c:204: warning: passing arg 2 of `___f_pte_alloc' makes integer
from pointer without a cast
memory.c: In function `zeromap_pmd_range':
memory.c:725: warning: passing arg 1 of `___f_pte_alloc' from incompatible
pointer type
memory.c:725: warning: passing arg 2 of `___f_pte_alloc' makes integer
from pointer without a cast
memory.c: In function `zeromap_page_range':
memory.c:750: warning: passing arg 1 of `___f_pmd_alloc' from incompatible
pointer type
memory.c:750: warning: passing arg 2 of `___f_pmd_alloc' makes integer
from pointer without a cast
memory.c: In function `remap_pmd_range':
memory.c:805: warning: passing arg 1 of `___f_pte_alloc' from incompatible
pointer type
memory.c:805: warning: passing arg 2 of `___f_pte_alloc' makes integer
from pointer without a cast
memory.c: In function `remap_page_range':
memory.c:832: warning: passing arg 1 of `___f_pmd_alloc' from incompatible
pointer type
memory.c:832: warning: passing arg 2 of `___f_pmd_alloc' makes integer
from pointer without a cast
memory.c: In function `handle_mm_fault':
memory.c:1339: warning: passing arg 1 of `___f_pmd_alloc' from
incompatible pointer type
memory.c:1339: warning: passing arg 2 of `___f_pmd_alloc' makes integer
from pointer without a cast
memory.c:1342: warning: passing arg 1 of `___f_pte_alloc' from
incompatible pointer type
memory.c:1342: warning: passing arg 2 of `___f_pte_alloc' makes integer
from pointer without a cast
memory.c: In function `__pmd_alloc':
memory.c:1364: warning: implicit declaration of function
`pmd_alloc_one_fast'
memory.c:1364: warning: assignment makes pointer from integer without a
cast
memory.c:1367: warning: implicit declaration of function `pmd_alloc_one'
memory.c:1367: warning: assignment makes pointer from integer without a
cast
memory.c:1381: warning: implicit declaration of function `pgd_populate'
memory.c: At top level:
memory.c:1393: conflicting types for `___f_pte_alloc'
/usr/src/linux-2.4.4/include/asm/pgalloc.h:125: previous declaration of
`___f_pte_alloc'
memory.c: In function `___f_pte_alloc':
memory.c:1398: warning: implicit declaration of function
`pte_alloc_one_fast'
memory.c:1398: `address' undeclared (first use in this function)
memory.c:1398: (Each undeclared identifier is reported only once
memory.c:1398: for each function it appears in.)
memory.c:1398: warning: assignment makes pointer from integer without a
cast
memory.c:1401: warning: implicit declaration of function `pte_alloc_one'
memory.c:1401: warning: assignment makes pointer from integer without a
cast
memory.c:1415: warning: implicit declaration of function `pmd_populate'
make[2]: *** [memory.o] Error 1
make[2]: Leaving directory `/usr/src/linux-2.4.4/mm'
make[1]: *** [first_rule] Error 2
make[1]: Leaving directory `/usr/src/linux-2.4.4/mm'
make: *** [_dir_mm] Error 2


Alex.
-- 
I fitted a microfusion reactor and antigravity
generators to my car. Now she flies.

http://www.tahallah.clara.co.uk

-
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://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/



Swapping wierdness on SparcStation 4 w/ 2.2.19

2001-04-02 Thread Alex Buell

I built and installed 2.2.19 on my SparcStation 4 last night, and have
been testing it by recompiling gcc 2.95.2 over and over. Just noticed now
that it doesn't seem to swap at all, despite the fact that the swap
partition exists and is active.

Here's the output from procinfo (snipped for brevity)

Linux 2.2.19 (root@sparc4) (gcc 2.95.2 19991024 ) #6 Sun Apr 1 22:23:42 BST 2001 1CPU 
[sparc4.]

Memory:  TotalUsedFree  Shared Buffers  Cached
Mem: 95532   895126020   23784   29560   37576
Swap:   131120   0  131120

Bootup: Sun Apr  1 23:45:56 2001Load average: 1.00 1.00 1.00 3/40 19021

Here's the output from swapon -s:

[alex@sparc4]/home/alex > swapon -s
FilenameTypeSizeUsedPriority
/dev/sda2   partition   131120  0   -1

Here's the /proc/cpuinfo, in case it is relevant

[alex@sparc4]/home/alex > cat /proc/cpuinfo
cpu : Fujitsu  MB86904
fpu : Lsi Logic/Meiko L64804 or compatible
promlib : Version 3 Revision 2
prom: 2.24
type: sun4m
ncpus probed: 1
ncpus active: 1
BogoMips: 109.77
MMU type: Fujitsu Swift
invall  : 0
invmm   : 0
invrnge : 0
invpg   : 0
contexts: 256

I'm not currently subscribed to the l-k mailing list so feel free to cc me
on any replies, thanks.

-- 
I'm just too silly for you.

http://www.tahallah.clara.co.uk

-
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://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/



Swapping wierdness on SparcStation 4 w/ 2.2.19

2001-04-02 Thread Alex Buell

I built and installed 2.2.19 on my SparcStation 4 last night, and have
been testing it by recompiling gcc 2.95.2 over and over. Just noticed now
that it doesn't seem to swap at all, despite the fact that the swap
partition exists and is active.

Here's the output from procinfo (snipped for brevity)

Linux 2.2.19 (root@sparc4) (gcc 2.95.2 19991024 ) #6 Sun Apr 1 22:23:42 BST 2001 1CPU 
[sparc4.]

Memory:  TotalUsedFree  Shared Buffers  Cached
Mem: 95532   895126020   23784   29560   37576
Swap:   131120   0  131120

Bootup: Sun Apr  1 23:45:56 2001Load average: 1.00 1.00 1.00 3/40 19021

Here's the output from swapon -s:

[alex@sparc4]/home/alex  swapon -s
FilenameTypeSizeUsedPriority
/dev/sda2   partition   131120  0   -1

Here's the /proc/cpuinfo, in case it is relevant

[alex@sparc4]/home/alex  cat /proc/cpuinfo
cpu : Fujitsu  MB86904
fpu : Lsi Logic/Meiko L64804 or compatible
promlib : Version 3 Revision 2
prom: 2.24
type: sun4m
ncpus probed: 1
ncpus active: 1
BogoMips: 109.77
MMU type: Fujitsu Swift
invall  : 0
invmm   : 0
invrnge : 0
invpg   : 0
contexts: 256

I'm not currently subscribed to the l-k mailing list so feel free to cc me
on any replies, thanks.

-- 
I'm just too silly for you.

http://www.tahallah.clara.co.uk

-
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://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/



Re: Anybody got 2.4.0 running on a 386 ?

2001-01-09 Thread Alex Buell

On Wed, 10 Jan 2001, Robert Kaiser wrote:

> I have put a "halting statement" (i.e. "while(1);") after my printouts
> to make sure execution does not go any further than that point. I
> moved this halting statement ahead in the code line by line until the
> crash would occur again. So, yes, I am pretty sure.

Here's a tip for anyone who has to track down bugs of this nature. To
greatly speed up work, just use a binary search technique. That is, go to
the section of code that's causing problem, put a breakpoint or similiar
half-way. If it dies before that point, move it back half way, after that
point, move it forwards half way. Iterate until you find the place.

Cheers,
Alex
-- 
If PacMan had affected us as kids we'd be running around in
dark rooms, munching pills and listening to electronic music.

http://www.tahallah.clara.co.uk

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/



Re: Anybody got 2.4.0 running on a 386 ?

2001-01-09 Thread Alex Buell

On Wed, 10 Jan 2001, Robert Kaiser wrote:

 I have put a "halting statement" (i.e. "while(1);") after my printouts
 to make sure execution does not go any further than that point. I
 moved this halting statement ahead in the code line by line until the
 crash would occur again. So, yes, I am pretty sure.

Here's a tip for anyone who has to track down bugs of this nature. To
greatly speed up work, just use a binary search technique. That is, go to
the section of code that's causing problem, put a breakpoint or similiar
half-way. If it dies before that point, move it back half way, after that
point, move it forwards half way. Iterate until you find the place.

Cheers,
Alex
-- 
If PacMan had affected us as kids we'd be running around in
dark rooms, munching pills and listening to electronic music.

http://www.tahallah.clara.co.uk

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/



Re: Netgear FA311

2000-12-25 Thread Alex Buell

On Mon, 25 Dec 2000, Manfred wrote:

> Could you try this setup?
> 
>  /* Configure the PCI bus bursts and FIFO thresholds. */
>  /* Configure for standard, in-spec Ethernet. */
>  np->tx_config = (1<<28) +   /* Automatic transmit padding */
>  (1<<23) +   /* Excessive collision retry */
>  (6<<20) + /* Max DMA burst = 128 byte */
>  (8<<8) +/* fill threshold = 256 byte */
>  8;  /* drain threshold = 256 byte */
>  writel(np->tx_config, ioaddr + TxConfig);
> 

Hmm, that little change worked a lot better. However thoughput is down to
700kb/s! Transferring files from the other machine to this machine is much
faster - 868kb/s.

In the logs, I only got *one* message from the natsemi driver (and this
happened when sending files from this machine to the other machine. No
problems receiving from the other machine.

Dec 25 17:28:12 tahallah kernel: eth0: Something Wicked happened! 0583.

But I just realised that the other machine I'm using has an 10 megabit
ethernet card (on the hub that one is shown on 10, my machine is shown as
100). I think this explains the throughput problem. When I get another 4
way power socket, I'll put my other machine (which has a 100 megabit card
in it) on the network and see if that makes a difference.

Cheers,
Alex
-- 
Huffapuff!

http://www.tahallah.clara.co.uk

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/



Netgear FA311

2000-12-25 Thread Alex Buell

Well now I've just set up the network and everything works a treat,
currently getting 850kb/s file transfers. Cool. Except for one thing.

In the logs I'm seeing this:

Dec 25 15:25:18 tahallah last message repeated 2 times
Dec 25 15:25:19 tahallah kernel: eth0: Something Wicked happened! 0783.
Dec 25 15:25:19 tahallah kernel: eth0: Something Wicked happened! 0780.
Dec 25 15:25:19 tahallah last message repeated 2 times
Dec 25 15:25:19 tahallah kernel: eth0: Something Wicked happened! 0580.
Dec 25 15:25:19 tahallah kernel: eth0: Something Wicked happened! 0783.
Dec 25 15:25:19 tahallah kernel: eth0: Something Wicked happened! 0780.
Dec 25 15:25:21 tahallah last message repeated 3 times
Dec 25 15:25:21 tahallah kernel: eth0: Something Wicked happened! 0783.
Dec 25 15:25:22 tahallah kernel: eth0: Something Wicked happened! 0780.

That's just a small snippet. Apart from those messages, all seems OK, but
I'm just wondering why it's getting those messages - what does those mean?

Cheers,
Alex
-- 
Huffapuff!

http://www.tahallah.clara.co.uk

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/



Netgear FA311

2000-12-25 Thread Alex Buell

Well now I've just set up the network and everything works a treat,
currently getting 850kb/s file transfers. Cool. Except for one thing.

In the logs I'm seeing this:

Dec 25 15:25:18 tahallah last message repeated 2 times
Dec 25 15:25:19 tahallah kernel: eth0: Something Wicked happened! 0783.
Dec 25 15:25:19 tahallah kernel: eth0: Something Wicked happened! 0780.
Dec 25 15:25:19 tahallah last message repeated 2 times
Dec 25 15:25:19 tahallah kernel: eth0: Something Wicked happened! 0580.
Dec 25 15:25:19 tahallah kernel: eth0: Something Wicked happened! 0783.
Dec 25 15:25:19 tahallah kernel: eth0: Something Wicked happened! 0780.
Dec 25 15:25:21 tahallah last message repeated 3 times
Dec 25 15:25:21 tahallah kernel: eth0: Something Wicked happened! 0783.
Dec 25 15:25:22 tahallah kernel: eth0: Something Wicked happened! 0780.

That's just a small snippet. Apart from those messages, all seems OK, but
I'm just wondering why it's getting those messages - what does those mean?

Cheers,
Alex
-- 
Huffapuff!

http://www.tahallah.clara.co.uk

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/



Re: Netgear FA311

2000-12-25 Thread Alex Buell

On Mon, 25 Dec 2000, Manfred wrote:

 Could you try this setup?
 
  /* Configure the PCI bus bursts and FIFO thresholds. */
  /* Configure for standard, in-spec Ethernet. */
  np-tx_config = (128) +   /* Automatic transmit padding */
  (123) +   /* Excessive collision retry */
  (620) + /* Max DMA burst = 128 byte */
  (88) +/* fill threshold = 256 byte */
  8;  /* drain threshold = 256 byte */
  writel(np-tx_config, ioaddr + TxConfig);
 

Hmm, that little change worked a lot better. However thoughput is down to
700kb/s! Transferring files from the other machine to this machine is much
faster - 868kb/s.

In the logs, I only got *one* message from the natsemi driver (and this
happened when sending files from this machine to the other machine. No
problems receiving from the other machine.

Dec 25 17:28:12 tahallah kernel: eth0: Something Wicked happened! 0583.

But I just realised that the other machine I'm using has an 10 megabit
ethernet card (on the hub that one is shown on 10, my machine is shown as
100). I think this explains the throughput problem. When I get another 4
way power socket, I'll put my other machine (which has a 100 megabit card
in it) on the network and see if that makes a difference.

Cheers,
Alex
-- 
Huffapuff!

http://www.tahallah.clara.co.uk

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/



Re: Netgear FA311 (follow-up)

2000-12-23 Thread Alex Buell

On Sat, 23 Dec 2000, Alex Buell wrote:

> I recently bought a Netgear FA311 which does 10/100Mb/ethernet for my
> first home network. I've looked and found driver sources which
> apparently works only for 2.0.36. Ulp! Before I start cracking my
> knuckles and working my deep magic to get it to work on 2.2.x, is
> there any drivers already sorted for this card on the 2.2.x series?

Thanks to everyone who replied. I've now got Donald Becker's natsemi
drivers from his site and have successfully compiled it. Whether it'll
work is another story as I've got to crack this box and put in the card..

Won't be long before I'll have my 100 megabits home network up and
running, I hope.  Not long before I'll frag my kid brother
in Quake too!

Cheers,
Alex
-- 
I stand in my undergarments and hurl inventive in your general direction.

http://www.tahallah.clara.co.uk

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/



Re: Netgear FA311

2000-12-23 Thread Alex Buell

On Sat, 23 Dec 2000, Marcus Meissner wrote:

> > Is this where you got the sources?
> > http://www.scyld.com/network/natsemi.html (Thanks Steve)
>
> The linux driver is actually on the accompanying floppy disk. Without license
> statement unfortunately.

I got a floppy disk with the netgear fa311, but the only linux sources on
it was for 2.0.36!

Cheers,
Alex
-- 
I stand in my undergarments and hurl inventive in your general direction.

http://www.tahallah.clara.co.uk

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/



Netgear FA311

2000-12-23 Thread Alex Buell

I recently bought a Netgear FA311 which does 10/100Mb/ethernet for my
first home network. I've looked and found driver sources which apparently
works only for 2.0.36. Ulp! Before I start cracking my knuckles and
working my deep magic to get it to work on 2.2.x, is there any drivers
already sorted for this card on the 2.2.x series?

If not, where can I find documentation on converting 2.0.x drivers to
2.2.x?

Thanks.

Cheers,
Alex
-- 
I stand in my undergarments and hurl inventive in your general direction.

http://www.tahallah.clara.co.uk

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/



Netgear FA311

2000-12-23 Thread Alex Buell

I recently bought a Netgear FA311 which does 10/100Mb/ethernet for my
first home network. I've looked and found driver sources which apparently
works only for 2.0.36. Ulp! Before I start cracking my knuckles and
working my deep magic to get it to work on 2.2.x, is there any drivers
already sorted for this card on the 2.2.x series?

If not, where can I find documentation on converting 2.0.x drivers to
2.2.x?

Thanks.

Cheers,
Alex
-- 
I stand in my undergarments and hurl inventive in your general direction.

http://www.tahallah.clara.co.uk

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/



Re: Netgear FA311 (follow-up)

2000-12-23 Thread Alex Buell

On Sat, 23 Dec 2000, Alex Buell wrote:

 I recently bought a Netgear FA311 which does 10/100Mb/ethernet for my
 first home network. I've looked and found driver sources which
 apparently works only for 2.0.36. Ulp! Before I start cracking my
 knuckles and working my deep magic to get it to work on 2.2.x, is
 there any drivers already sorted for this card on the 2.2.x series?

Thanks to everyone who replied. I've now got Donald Becker's natsemi
drivers from his site and have successfully compiled it. Whether it'll
work is another story as I've got to crack this box and put in the card..

Won't be long before I'll have my 100 megabits home network up and
running, I hope. big evil grin Not long before I'll frag my kid brother
in Quake too!

Cheers,
Alex
-- 
I stand in my undergarments and hurl inventive in your general direction.

http://www.tahallah.clara.co.uk

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/



Re: The NSA's Security-Enhanced Linux (fwd)

2000-12-22 Thread Alex Buell

On Fri, 22 Dec 2000, Mike A. Harris wrote:

> The result is available for download at the above URL as well. Has
> anyone here toyed with it already ?


I'd eyeball the sources for backdoors, if I were you.


Cheers,
Alex
-- 
Here, have some homemade chocolate biscuits.

http://www.tahallah.clara.co.uk


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/



Re: The NSA's Security-Enhanced Linux (fwd)

2000-12-22 Thread Alex Buell

On Fri, 22 Dec 2000, Mike A. Harris wrote:

 The result is available for download at the above URL as well. Has
 anyone here toyed with it already ?

paranaoia
I'd eyeball the sources for backdoors, if I were you.
/paranaoia

Cheers,
Alex
-- 
Here, have some homemade chocolate biscuits.

http://www.tahallah.clara.co.uk


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/



2.2.18 ide-scsi & scsi generic modules

2000-12-17 Thread Alex Buell

There was a post on linux-kernel earlier today stating that "hdx=scsi" did
not work correctly if both were compiled as modules for 2.4.10-testxx and
a patch was posted.

I can confirm that this is true for 2.2.x, with "hdx=ide-scsi". Once I
compiled both statically into the kernel, it works.

Perhaps somone can backport the fixes? It would be nice to change 2.2 so
it can accept "hdx=scsi" for compatiblity with 2.4.

Cheers,
Alex
-- 
The truth is out there.

http://www.tahallah.clara.co.uk

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/



2.2.18 ide-scsi scsi generic modules

2000-12-17 Thread Alex Buell

There was a post on linux-kernel earlier today stating that "hdx=scsi" did
not work correctly if both were compiled as modules for 2.4.10-testxx and
a patch was posted.

I can confirm that this is true for 2.2.x, with "hdx=ide-scsi". Once I
compiled both statically into the kernel, it works.

Perhaps somone can backport the fixes? It would be nice to change 2.2 so
it can accept "hdx=scsi" for compatiblity with 2.4.

Cheers,
Alex
-- 
The truth is out there.

http://www.tahallah.clara.co.uk

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/



Re: Linus's include file strategy redux

2000-12-15 Thread Alex Buell

On Fri, 15 Dec 2000, Dana Lacoste wrote:

> We really need a documented way to deal with this! It's getting silly
> the number of questions that people ask!

Please, that would be helpful - I'm still using a heavily mutated
slackware 3.1 that's been hacked up to the same level (if not beyond) as
Red Hat 6.2 but the kernel headers structure is still slackware 3.1!

Cheers,
Alex
-- 
The truth is out there.

http://www.tahallah.clara.co.uk

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/



Re: Linus's include file strategy redux

2000-12-15 Thread Alex Buell

On Fri, 15 Dec 2000, Dana Lacoste wrote:

 We really need a documented way to deal with this! It's getting silly
 the number of questions that people ask!

Please, that would be helpful - I'm still using a heavily mutated
slackware 3.1 that's been hacked up to the same level (if not beyond) as
Red Hat 6.2 but the kernel headers structure is still slackware 3.1!

Cheers,
Alex
-- 
The truth is out there.

http://www.tahallah.clara.co.uk

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/



Re: 2.2.18-23 w/Frame Buffer (LEVEL IV)

2000-11-28 Thread Alex Buell

On Mon, 27 Nov 2000, Jeff V. Merkey wrote:

> A level IV issue in 2.2.18-23.  With frame buffer enabled, upon boot,
> the OS is displaying four penguin images instead of one penguin in the
> upper left corner of the screen.  Looks rather tacky.  Also puts the
> VGA text mode default into mode 274.  Is this what's supposed to
> happen?

Have you ever used a box with more than one processor? Looks like you have
four processors on that box.

Cheers,
Alex
-- 
Tie me up, tie me down!

http://www.tahallah.clara.co.uk

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/



Re: 2.2.18-23 w/Frame Buffer (LEVEL IV)

2000-11-28 Thread Alex Buell

On Mon, 27 Nov 2000, Jeff V. Merkey wrote:

 A level IV issue in 2.2.18-23.  With frame buffer enabled, upon boot,
 the OS is displaying four penguin images instead of one penguin in the
 upper left corner of the screen.  Looks rather tacky.  Also puts the
 VGA text mode default into mode 274.  Is this what's supposed to
 happen?

Have you ever used a box with more than one processor? Looks like you have
four processors on that box.

Cheers,
Alex
-- 
Tie me up, tie me down!

http://www.tahallah.clara.co.uk

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/



Re: Alan Cox's e-mail address is hosed?

2000-11-22 Thread Alex Buell

On Thu, 23 Nov 2000, Miles Lane wrote:

>   host lightning.swansea.uk.linux.org says:
>   550 rejected: administrative prohibition

I think this one needs to go into the FAQ!

Q: When I send private e-mail to Alan Cox, it bounces. Why?
A: Alan has blocked all incoming e-mail except from a list of addresses
known to be good.  You'll need to post to the list to be seen by him.

Cheers,
Alex
-- 
Run away!

http://www.tahallah.clara.co.uk

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/



Re: Alan Cox's e-mail address is hosed?

2000-11-22 Thread Alex Buell

On Thu, 23 Nov 2000, Miles Lane wrote:

   host lightning.swansea.uk.linux.org says:
   550 rejected: administrative prohibition

I think this one needs to go into the FAQ!

Q: When I send private e-mail to Alan Cox, it bounces. Why?
A: Alan has blocked all incoming e-mail except from a list of addresses
known to be good.  You'll need to post to the list to be seen by him.

Cheers,
Alex
-- 
Run away!

http://www.tahallah.clara.co.uk

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/



pppd and 2.4.0pre10

2000-11-04 Thread Alex Buell

tahallah[alex]:/home/alex > ppp-on

tahallah[alex]:/home/alex > /usr/sbin/pppd: This system lacks kernel
support for PPP.  This could be because the PPP kernel module could not be
loaded, or because PPP was not included in the kernel configuration.  If
PPP was included as a module, try `/sbin/modprobe -v ppp'.  If that fails,
check t

I'm getting this problem each time I start pppd whenever I dial up if the
ppp modules have been unloaded from memory. The odd thing is that I can
repeat 'ppp-on' and it will work fine! Notice how the rest of the text in
the above output from pppd is cut off.

Cheers, 
Alex
-- 
Quakers can play Quake as long as they don't fire any weapons 
and instead just use "chat" to try to reason all the other 
players out of their mindlessly violent ways... 

http://www.tahallah.clara.co.uk

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/



pppd and 2.4.0pre10

2000-11-04 Thread Alex Buell

tahallah[alex]:/home/alex  ppp-on

tahallah[alex]:/home/alex  /usr/sbin/pppd: This system lacks kernel
support for PPP.  This could be because the PPP kernel module could not be
loaded, or because PPP was not included in the kernel configuration.  If
PPP was included as a module, try `/sbin/modprobe -v ppp'.  If that fails,
check t

I'm getting this problem each time I start pppd whenever I dial up if the
ppp modules have been unloaded from memory. The odd thing is that I can
repeat 'ppp-on' and it will work fine! Notice how the rest of the text in
the above output from pppd is cut off.

Cheers, 
Alex
-- 
Quakers can play Quake as long as they don't fire any weapons 
and instead just use "chat" to try to reason all the other 
players out of their mindlessly violent ways... 

http://www.tahallah.clara.co.uk

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/



TRACED] Re: "Tux" is the wrong logo for Linux

2000-10-19 Thread Alex Buell

With regards to this thread, looking at the headers of this post, he
appears to be posting from 216.27.3.45. Running a traceroute produces
the following:

[ab@chaos2]/home/httpd/html/poll # traceroute 216.27.3.45
traceroute to 216.27.3.45 (216.27.3.45), 30 hops max, 38 byte packets
 1  router (212.2.19.174)  5.811 ms  2.671 ms  2.340 ms
 2  bra-gw11.netcom.net.uk (194.42.224.242)  11.626 ms  12.042 ms
12.628 ms
 3  bra-bb1.bra-sw1.netcom.net.uk (194.42.224.254)  10.098 ms  12.154
ms  9.846 ms
 4  g0-0-0.bra-gw0.netcom.net.uk (194.42.224.57)  10.896 ms  16.513 ms
12.714 ms
 5  h0-0.nwk-nj-gw1.icg.net (163.179.232.237)  243.835 ms  254.784 ms
244.037 ms
 6  h2-0.ny-nap.icg.net (163.179.232.217)  246.775 ms  248.069 ms *
 7  1-sprint-nap.cw.net (192.157.69.11)  115.748 ms  108.575 ms
117.774 ms
 8  core3-serial3-0-0.WestOrange.cw.net (204.70.1.209)  98.341 ms
98.769 ms  100.210 ms
 9  corerouter1.WestOrange.cw.net (204.70.9.138)  91.083 ms  95.346 ms
92.593 ms
10  corerouter2.Atlanta.cw.net (204.70.9.143)  127.361 ms  115.099 ms
115.195 ms
11  acr2-loopback.Atlantaald.cw.net (208.172.66.62)  113.535 ms
112.437 ms  129.723 ms
12  bar2-loopback.Atlantaald.cw.net (208.172.66.4)  114.681 ms
119.636 ms  118.449 ms
13  interlan-technologies.Atlantaald.cw.net (208.172.72.202)  116.647
ms  115.374 ms  113.748 ms
14  crs8-gw.cary.ilan.net (216.27.0.1)  110.314 ms  112.902 ms
111.051 ms
15  * * *

Feel free to send complaints to [EMAIL PROTECTED] and get his account
yanked for abuse of mailing lists. 

Cheers,
Alex.
-- 
M-x global-thermonuclear-warfare

http://www.tahallah.clara.co.uk
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/



TRACED] Re: Tux is the wrong logo for Linux

2000-10-19 Thread Alex Buell

With regards to this thread, looking at the headers of this post, he
appears to be posting from 216.27.3.45. Running a traceroute produces
the following:

[ab@chaos2]/home/httpd/html/poll # traceroute 216.27.3.45
traceroute to 216.27.3.45 (216.27.3.45), 30 hops max, 38 byte packets
 1  router (212.2.19.174)  5.811 ms  2.671 ms  2.340 ms
 2  bra-gw11.netcom.net.uk (194.42.224.242)  11.626 ms  12.042 ms
12.628 ms
 3  bra-bb1.bra-sw1.netcom.net.uk (194.42.224.254)  10.098 ms  12.154
ms  9.846 ms
 4  g0-0-0.bra-gw0.netcom.net.uk (194.42.224.57)  10.896 ms  16.513 ms
12.714 ms
 5  h0-0.nwk-nj-gw1.icg.net (163.179.232.237)  243.835 ms  254.784 ms
244.037 ms
 6  h2-0.ny-nap.icg.net (163.179.232.217)  246.775 ms  248.069 ms *
 7  1-sprint-nap.cw.net (192.157.69.11)  115.748 ms  108.575 ms
117.774 ms
 8  core3-serial3-0-0.WestOrange.cw.net (204.70.1.209)  98.341 ms
98.769 ms  100.210 ms
 9  corerouter1.WestOrange.cw.net (204.70.9.138)  91.083 ms  95.346 ms
92.593 ms
10  corerouter2.Atlanta.cw.net (204.70.9.143)  127.361 ms  115.099 ms
115.195 ms
11  acr2-loopback.Atlantaald.cw.net (208.172.66.62)  113.535 ms
112.437 ms  129.723 ms
12  bar2-loopback.Atlantaald.cw.net (208.172.66.4)  114.681 ms
119.636 ms  118.449 ms
13  interlan-technologies.Atlantaald.cw.net (208.172.72.202)  116.647
ms  115.374 ms  113.748 ms
14  crs8-gw.cary.ilan.net (216.27.0.1)  110.314 ms  112.902 ms
111.051 ms
15  * * *

Feel free to send complaints to [EMAIL PROTECTED] and get his account
yanked for abuse of mailing lists. 

Cheers,
Alex.
-- 
M-x global-thermonuclear-warfare

http://www.tahallah.clara.co.uk
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/



Re: [ANNOUNCE] Withdrawl of Open Source NDS Project/NTFS/M2FS forLinux

2000-09-05 Thread Alex Buell

On Wed, 6 Sep 2000, Chris Wedgwood wrote:

> Only, with the former, I get to restart the application everytime it
> croaks, with the latter (modules excluded) I have to reboot. This is
> much more time consuming and means you really have to be much smarter
> about what checks and printk statements you put in where... the hope
> is with more intelligent debugging aids I can glean more information
> for each reboot.

If you have two machines, it does get a little easier.

Cheers, 
Alex
-- 
This message has been ROT-13 encrypted twice for extra security.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/



Re: [ANNOUNCE] Withdrawl of Open Source NDS Project/NTFS/M2FS for Linux

2000-09-05 Thread Alex Buell

On Tue, 5 Sep 2000 08:38:38 -0400 (EDT) Tue,  5 Sep 00 13:45:17 BST,
you wrote:

>Sorry, but I just don't take anything he says too seriously
>anymore... it's either trolling, or arguing mostly, or babbling
>about how much better other OS's are, but not actually using them
>for some reason...

I just wish he'd get off the booze and skin up a nice spliff instead. 

Cheers,
Alex.
-- 
This message has been ROT-13 encrypted twice for extra security.

http://www.tahallah.clara.co.uk
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/



Re: [ANNOUNCE] Withdrawl of Open Source NDS Project/NTFS/M2FS for Linux

2000-09-05 Thread Alex Buell

On Tue, 5 Sep 2000 08:38:38 -0400 (EDT) Tue,  5 Sep 00 13:45:17 BST,
you wrote:

Sorry, but I just don't take anything he says too seriously
anymore... it's either trolling, or arguing mostly, or babbling
about how much better other OS's are, but not actually using them
for some reason...

I just wish he'd get off the booze and skin up a nice spliff instead. 

Cheers,
Alex.
-- 
This message has been ROT-13 encrypted twice for extra security.

http://www.tahallah.clara.co.uk
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/



Re: [ANNOUNCE] Withdrawl of Open Source NDS Project/NTFS/M2FS forLinux

2000-09-05 Thread Alex Buell

On Wed, 6 Sep 2000, Chris Wedgwood wrote:

 Only, with the former, I get to restart the application everytime it
 croaks, with the latter (modules excluded) I have to reboot. This is
 much more time consuming and means you really have to be much smarter
 about what checks and printk statements you put in where... the hope
 is with more intelligent debugging aids I can glean more information
 for each reboot.

If you have two machines, it does get a little easier.

Cheers, 
Alex
-- 
This message has been ROT-13 encrypted twice for extra security.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/



Re: www.crucial.com won't talk to 2.4.0-test7 system

2000-09-02 Thread Alex Buell

On Sat, 2 Sep 2000, David S. Miller wrote:

> If Alan or myself tell Cisco about this bug, they are very unlikely to
> move very fast.  But if some of their largest site customers begin to
> moan, expect a more timely fix :-)

I have an contact at Cisco - I'll certainly raise this with him.

Cheers, 
Alex
-- 
This message has been ROT-13 encrypted twice for extra security.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/



Re: www.crucial.com won't talk to 2.4.0-test7 system

2000-09-02 Thread Alex Buell

On Sat, 2 Sep 2000, David S. Miller wrote:

 If Alan or myself tell Cisco about this bug, they are very unlikely to
 move very fast.  But if some of their largest site customers begin to
 moan, expect a more timely fix :-)

I have an contact at Cisco - I'll certainly raise this with him.

Cheers, 
Alex
-- 
This message has been ROT-13 encrypted twice for extra security.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/



Upgrading a 2.2.14-5.0 kernel to 2.2.16-3 kernel

2000-08-29 Thread Alex Buell

I haven't been able to receive an answer from RedHat on this :o(

We have a Dell PowerEdge server runninng RH 6.0 with the RH 2.2.14-5.0
kernel. Now, I am aware there are some security issues with the 2.2.14
kernel, however our Dell server requires the use of the third party
MegaTrends RAID driver which is loaded through initrd.

Will upgrading the kernel to 2.2.16-3 affect the initrd image? Or will I
have to reinstall the initrd image with it?

It's particularly important because if the MegaTrend driver isn't
correctly installed we will have a dead server!

Cheers,
Alex.
-- 
Bring on the music and lights!


http://www.tahallah.clara.co.uk


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/