Michael Martinez
System Administrator (Contractor)
Information Systems and Technology Management
CSREES - United States Department of Agriculture
(202) 720-6223
-----Original Message-----
From: Richard B. Johnson [mailto:root@chaos.analogic.com]
Sent: Monday, July 08, 2002 5:01 PM
To: Martinez, Michael - CSREES/ISTM
Cc: 'linux-kernel@vger.kernel.org'
Subject: Re: list of compiled in support
On Mon, 8 Jul 2002, Martinez, Michael - CSREES/ISTM wrote:
> How does one tell if a kernel has compiled in support for ipx?
>
> Michael Martinez
> System Administrator (Contractor)
> Information Systems and Technology Management
> CSREES - United States Department of Agriculture
> (202) 720-6223
>
You can tell if it supports ipx, but you can't tell if it supports
it because you loaded a module or because it was compiled in.
`ls /proc/net/ipx*` will show.......
ipx ipx_interface ipx_route
... if you've got ipx enabled (somehow).
To find if it's enabled by a module, then you can then do:
`lsmod | grep ipx` if you found it was enabled.
Cheers,
Dick Johnson
Penguin : Linux version 2.4.18 on an i686 machine (797.90 BogoMips).
Windows-2000/Professional isn't.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/