Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
04-03-2006, 02:12 PM
|
#1
|
Member
Registered: Apr 2005
Distribution: Slackware
Posts: 213
Rep:
|
kernel compiling error
allix@allix:/usr/src/linux-2.6.16.1$ make oldconfig
HOSTCC scripts/basic/fixdep
scripts/basic/fixdep.c:375: fatal error: opening dependency file scripts/basic/.fixdep.d: Permission denied
compilation terminated.
make[1]: *** [scripts/basic/fixdep] Error 1
make: *** [scripts_basic] Error 2
allix@allix:/usr/src/linux-2.6.16.1$
I know its to do with permissons, will i be expecting some more errors?
If so how can i resolve it, i don;t want to compile the kernel as root
|
|
|
04-03-2006, 02:21 PM
|
#2
|
Senior Member
Registered: Sep 2005
Location: Out
Posts: 3,307
Rep:
|
Code:
root@allix:/usr/src/linux-2.6.16.1# chown -R allix:allix .
or better put allix in group src
add allix in it:
and do the chown like this:
Code:
allix@allix:/usr/src/linux-2.6.16.1$ chown -R allix:src .
But my first line is ok, this later method is just for having a group of user able to compile
You're right , don't compile with root, if something bad happens (rm -rf .* ,...), you're dead.
It's exactly why make (done as user) doesn't call make install directly (done as root)
|
|
|
04-03-2006, 03:19 PM
|
#3
|
Member
Registered: Apr 2005
Distribution: Slackware
Posts: 213
Original Poster
Rep:
|
unfortunately i am using a slackware based system with groupadd instead of addgroup
I did the following
addgroup src
then i added my name to the group
then i recieve...
allix@allix:/etc$ cd /usr/src/linux-2.6.16.1
allix@allix:/usr/src/linux-2.6.16.1$ chown -R allix:src .
chown: `allix:src': invalid group
allix@allix:/usr/src/linux-2.6.16.1$ chown -R src:allix .
chown: `src:allix': invalid user
allix@allix:/usr/src/linux-2.6.16.1$ chown -R allix:src .
chown: `allix:src': invalid group
allix@allix:/usr/src/linux-2.6.16.1$ chown -R allix:allix .
chown: `allix:allix': invalid group
allix@allix:/usr/src/linux-2.6.16.1$
What should i do next?
|
|
|
04-03-2006, 04:42 PM
|
#4
|
Member
Registered: Apr 2005
Distribution: Slackware
Posts: 213
Original Poster
Rep:
|
I manged to select what i want to install
now when i compile it i get this error message
LD drivers/message/built-in.o
LD drivers/message/i2o/built-in.o
CC [M] drivers/message/i2o/config-osm.o
In file included from drivers/message/i2o/config-osm.c:39:
drivers/message/i2o/i2o_config.c:1115: error: `i2o_cfg_compat_ioctl' undeclared here (not in a function)
drivers/message/i2o/i2o_config.c:1115: error: initializer element is not constan t
drivers/message/i2o/i2o_config.c:1115: error: (near initialization for `config_f ops.compat_ioctl')
make[3]: *** [drivers/message/i2o/config-osm.o] Error 1
make[2]: *** [drivers/message/i2o] Error 2
make[1]: *** [drivers/message] Error 2
make: *** [drivers] Error 2
allix@allix:/usr/src/linux-2.6.16.1$
|
|
|
04-03-2006, 06:22 PM
|
#5
|
Member
Registered: Apr 2005
Distribution: Slackware
Posts: 213
Original Poster
Rep:
|
Great news I am posting this with the new 2.6.16.1 kernel but the nvidia drivers won;t load
this is from the nvidia installer log
Quote:
nvidia-installer log file '/var/log/nvidia-installer.log'
creation time: Mon Apr 3 23:12:28 2006
option status:
license pre-accepted : false
update : false
force update : false
expert : false
uninstall : false
driver info : false
no precompiled interface: false
no ncurses color : false
query latest driver ver : false
OpenGL header files : true
no questions : false
silent : false
no backup : false
kernel module only : false
sanity : false
add this kernel : false
no runlevel check : false
no network : false
no ABI note : false
no RPMs : false
force tls : (not specified)
force compat32 tls : (not specified)
X install prefix : /usr/X11R6
OpenGL install prefix : /usr
compat32 install prefix : (not specified)
installer install prefix: /usr
utility install prefix : /usr
kernel name : (not specified)
kernel include path : (not specified)
kernel source path : (not specified)
kernel output path : (not specified)
kernel install path : (not specified)
proc mount point : /proc
ui : (not specified)
tmpdir : /tmp
ftp mirror : ftp://download.nvidia.com
RPM file list : (not specified)
Using: nvidia-installer ncurses user interface
-> License accepted.
-> There appears to already be a driver installed on your system (version: 1.0-
8178). As part of installing this driver (version: 1.0-8178), the existing
driver will be uninstalled. Are you sure you want to continue? ('no' will a
bort installation) (Answer: Yes)
-> No precompiled kernel interface was found to match your kernel; would you li
ke the installer to attempt to download a kernel interface for your kernel f
rom the NVIDIA ftp site (ftp://download.nvidia.com)? (Answer: Yes)
-> No matching precompiled kernel interface was found on the NVIDIA ftp site;
this means that the installer will need to compile a kernel interface for
your kernel.
-> Performing CC test with CC="cc".
-> Kernel source path: '/lib/modules/2.6.16.1/source'
-> Kernel output path: '/lib/modules/2.6.16.1/build'
-> Performing rivafb check.
-> Performing nvidiafb check.
-> Cleaning kernel module build directory.
executing: 'cd ./usr/src/nv; make clean'...
rm -f -f nv.o nv-vm.o os-agp.o os-interface.o os-registry.o nv.o nv-vm.o os-
agp.o os-interface.o os-registry.o nvidia.mod.o
rm -f -f build-in.o nv-linux.o *.d .*.{cmd,flags}
rm -f -f nvidia.{o,ko,mod.{o,c}} nv_compiler.h *~
rm -f -f stprof stprof.o symtab.h
rm -f -rf .tmp_versions
-> Building kernel module:
executing: 'cd ./usr/src/nv; make module SYSSRC=/lib/modules/2.6.16.1/source
SYSOUT=/lib/modules/2.6.16.1/build'...
NVIDIA: calling KBUILD...
make CC=cc KBUILD_OUTPUT=/lib/modules/2.6.16.1/build KBUILD_VERBOSE=1 -C /li
b/modules/2.6.16.1/source SUBDIRS=/tmp/selfgz1706/NVIDIA-Linux-x86_64-1.0-81
78-pkg2/usr/src/nv modules
make -C /lib/modules/2.6.16.1/build \
KBUILD_SRC=/usr/src/linux-2.6.16.1 \
KBUILD_EXTMOD="/tmp/selfgz1706/NVIDIA-Linux-x86_64-1.0-8178-pkg2/usr/src/nv"
-f /usr/src/linux-2.6.16.1/Makefile modules
mkdir -p /tmp/selfgz1706/NVIDIA-Linux-x86_64-1.0-8178-pkg2/usr/src/nv/.tmp_v
ersions
make -f /usr/src/linux-2.6.16.1/scripts/Makefile.build obj=/tmp/selfgz1706/N
VIDIA-Linux-x86_64-1.0-8178-pkg2/usr/src/nv
echo \#define NV_COMPILER \"`cc -v 2>&1 | tail -n 1`\" > /tmp/selfgz1706/NVI
DIA-Linux-x86_64-1.0-8178-pkg2/usr/src/nv/nv_compiler.h
cc -Wp,-MD,/tmp/selfgz1706/NVIDIA-Linux-x86_64-1.0-8178-pkg2/usr/src/nv/.n
v.o.d -nostdinc -isystem /usr/lib/gcc/x86_64-slackware-linux/3.4.4/include
-D__KERNEL__ -Iinclude -Iinclude2 -I/usr/src/linux-2.6.16.1/include -include
include/linux/autoconf.h -I/tmp/selfgz1706/NVIDIA-Linux
-x86_64-1.0-8178-pkg2/usr/src/nv -Wall -Wundef -Wstrict-prototypes -Wno-trig
raphs -fno-strict-aliasing -fno-common -ffreestanding -Os -fomit-frame-point
er -m64 -mno-red-zone -mcmodel=kernel -pipe -fno-reorder-blocks -Wno-sign-co
mpare -fno-asynchronous-unwind-tables -funit-at-a-time -mno-sse -mno-mmx -mn
o-sse2 -mno-3dnow -Wdeclaration-after-statement -I/tmp/selfgz1706/NVIDIA-Li
nux-x86_64-1.0-8178-pkg2/usr/src/nv -Wall -Wimplicit -Wreturn-type -Wswitch
-Wformat -Wchar-subscripts -Wparentheses -Wpointer-arith -Wno-multichar -Wer
ror -O -fno-common -mno-red-zone -minline-all-stringops -MD -Wsign-compare -
Wno-cast-qual -Wno-error -D_LOOSE_KERNEL_NAMES -D__KERNEL__ -DMODULE -mcmode
l=kernel -DNTRM -DNVRM -DDYNAMIC_SLI -DNV_MAJOR_VERSION=1 -DNV_MINOR_VERSION
=0 -DNV_PATCHLEVEL=8178 -UDEBUG -U_DEBUG -DNDEBUG -DNV_MULTIPLE_BRIDGE_AGPGA
RT_PRESENT -DNV_CHANGE_PAGE_ATTR_PRESENT -DMODULE -D"KBUILD_STR(s)=#s" -D"KB
UILD_BASENAME=KBUILD_STR(nv)" -D"KBUILD_MODNAME=KBUILD_STR(nvidia)" -c -o /
tmp/selfgz1706/NVIDIA-Linux-x86_64-1
.0-8178-pkg2/usr/src/nv/.tmp_nv.o /tmp/selfgz1706/NVIDIA-Linux-x86_64-1.0-81
78-pkg2/usr/src/nv/nv.c
In file included from include/linux/sched.h:15,
from include/linux/module.h:10,
from /tmp/selfgz1706/NVIDIA-Linux-x86_64-1.0-8178-pkg2/usr/
src/nv/nv-linux.h:47,
from /tmp/selfgz1706/NVIDIA-Linux-x86_64-1.0-8178-pkg2/usr/
src/nv/nv.c:14:
include/linux/cpumask.h: In function `__first_cpu':
include/linux/cpumask.h:218: warning: signed and unsigned type in conditiona
l expression
include/linux/cpumask.h: In function `__next_cpu':
include/linux/cpumask.h:224: warning: signed and unsigned type in conditiona
l expression
In file included from include/linux/sched.h:17,
from include/linux/module.h:10,
from /tmp/selfgz1706/NVIDIA-Linux-x86_64-1.0-8178-pkg2/usr/
src/nv/nv-linux.h:47,
from /tmp/selfgz1706/NVIDIA-Linux-x86_64-1.0-8178-pkg2/usr/
src/nv/nv.c:14:
include/linux/nodemask.h: In function `__first_node':
include/linux/nodemask.h:229: warning: signed and unsigned type in condition
al expression
include/linux/nodemask.h: In function `__next_node':
include/linux/nodemask.h:235: warning: signed and unsigned type in condition
al expression
include/linux/nodemask.h: In function `__first_unset_node':
include/linux/nodemask.h:253: warning: signed and unsigned type in condition
al expression
In file included from include/linux/list.h:7,
from include/linux/wait.h:23,
from include/asm/semaphore.h:42,
from include/linux/sched.h:20,
from include/linux/module.h:10,
from /tmp/selfgz1706/NVIDIA-Linux-x86_64-1.0-8178-pkg2/usr/
src/nv/nv-linux.h:47,
from /tmp/selfgz1706/NVIDIA-Linux-x86_64-1.0-8178-pkg2/usr/
src/nv/nv.c:14:
include/linux/prefetch.h: In function `prefetch_range':
include/linux/prefetch.h:62: warning: pointer of type `void *' used in arith
metic
In file included from include/linux/dmapool.h:14,
from include/linux/pci.h:522,
from /tmp/selfgz1706/NVIDIA-Linux-x86_64-1.0-8178-pkg2/usr/
src/nv/nv-linux.h:71,
from /tmp/selfgz1706/NVIDIA-Linux-x86_64-1.0-8178-pkg2/usr/
src/nv/nv.c:14:
include/asm/io.h: In function `check_signature':
include/asm/io.h:308: warning: wrong type argument to increment
In file included from include/asm/pci.h:93,
from include/linux/pci.h:648,
from /tmp/selfgz1706/NVIDIA-Linux-x86_64-1.0-8178-pkg2/usr/
src/nv/nv-linux.h:71,
from /tmp/selfgz1706/NVIDIA-Linux-x86_64-1.0-8178-pkg2/usr/
src/nv/nv.c:14:
include/asm-generic/pci-dma-compat.h: In function `pci_map_page':
include/asm-generic/pci-dma-compat.h:49: warning: pointer of type `void *' u
sed in arithmetic
In file included from include/linux/compat.h:15,
from include/asm/mtrr.h:28,
from /tmp/selfgz1706/NVIDIA-Linux-x86_64-1.0-8178-pkg2/usr/
src/nv/nv-linux.h:103,
from /tmp/selfgz1706/NVIDIA-Linux-x86_64-1.0-8178-pkg2/usr/
src/nv/nv.c:14:
include/asm/compat.h: In function `compat_alloc_user_space':
include/asm/compat.h:202: warning: pointer of type `void *' used in arithmet
ic
In file included from /tmp/selfgz1706/NVIDIA-Linux-x86_64-1.0-8178-pkg2/usr/
src/nv/nv.c:14:
/tmp/selfgz1706/NVIDIA-Linux-x86_64-1.0-8178-pkg2/usr/src/nv/nv-linux.h:535:
2: #error "vmap() appears to be unavailable in this kernel!"
/tmp/selfgz1706/NVIDIA-Linux-x86_64-1.0-8178-pkg2/usr/src/nv/nv-linux.h:677:
2: warning: #warning "conftest.sh failed, assuming remap_page_range(4)!"
/tmp/selfgz1706/NVIDIA-Linux-x86_64-1.0-8178-pkg2/usr/src/nv/nv.c: At top le
vel:
/tmp/selfgz1706/NVIDIA-Linux-x86_64-1.0-8178-pkg2/usr/src/nv/nv.c:296: warni
ng: initialization from incompatible pointer type
/tmp/selfgz1706/NVIDIA-Linux-x86_64-1.0-8178-pkg2/usr/src/nv/nv.c: In functi
on `nvos_get_agp_device_by_class':
/tmp/selfgz1706/NVIDIA-Linux-x86_64-1.0-8178-pkg2/usr/src/nv/nv.c:502: warni
ng: implicit declaration of function `pci_find_class'
/tmp/selfgz1706/NVIDIA-Linux-x86_64-1.0-8178-pkg2/usr/src/nv/nv.c:502: warni
ng: assignment makes pointer from integer without a cast
/tmp/selfgz1706/NVIDIA-Linux-x86_64-1.0-8178-pkg2/usr/src/nv/nv.c:516: warni
ng: assignment makes pointer from integer without a cast
/tmp/selfgz1706/NVIDIA-Linux-x86_64-1.0-8178-pkg2/usr/src/nv/nv.c: In functi
on `nv_kern_mmap':
/tmp/selfgz1706/NVIDIA-Linux-x86_64-1.0-8178-pkg2/usr/src/nv/nv.c:1979: warn
ing: implicit declaration of function `remap_page_range'
/tmp/selfgz1706/NVIDIA-Linux-x86_64-1.0-8178-pkg2/usr/src/nv/nv.c: In functi
on `nvos_count_devices':
/tmp/selfgz1706/NVIDIA-Linux-x86_64-1.0-8178-pkg2/usr/src/nv/nv.c:3641: warn
ing: assignment makes pointer from integer without a cast
/tmp/selfgz1706/NVIDIA-Linux-x86_64-1.0-8178-pkg2/usr/src/nv/nv.c:3647: warn
ing: assignment makes pointer from integer without a cast
make[4]: *** [/tmp/selfgz1706/NVIDIA-Linux-x86_64-1.0-8178-pkg2/usr/src/nv/n
v.o] Error 1
make[3]: *** [_module_/tmp/selfgz1706/NVIDIA-Linux-x86_64-1.0-8178-pkg2/usr/
src/nv] Error 2
make[2]: *** [modules] Error 2
NVIDIA: left KBUILD.
nvidia.ko failed to build!
make[1]: *** [mdl] Error 1
make: *** [module] Error 2
-> Error.
ERROR: Unable to build the NVIDIA kernel module.
ERROR: Installation has failed. Please see the file
'/var/log/nvidia-installer.log' for details. You may find suggestions
on fixing installation problems in the README available on the Linux
driver download page at www.nvidia.com.
|
|
|
|
04-04-2006, 09:44 AM
|
#6
|
Member
Registered: Jul 2005
Location: France
Distribution: Arch Linux
Posts: 540
Rep:
|
You must apply a patch to install the nVidia driver under kernel 2.6.16
see nVidia Linux Forum
|
|
|
04-04-2006, 11:27 AM
|
#7
|
Member
Registered: Apr 2005
Distribution: Slackware
Posts: 213
Original Poster
Rep:
|
Thanks it works, i don;t think there is support for composite though, i used the first patch on the list..
I have run into this problem now
Quote:
FATAL: Module ip_tables not found.
iptables v1.3.3: can't initialize iptables table `filter': iptables who? (do you need to insmod?)
Perhaps iptables or your kernel needs to be upgraded.
FATAL: Module ip_tables not found.
iptables v1.3.3: can't initialize iptables table `nat': iptables who? (do you need to insmod?)
Perhaps iptables or your kernel needs to be upgraded.
FATAL: Module ip_tables not found.
iptables v1.3.3: can't initialize iptables table `mangle': iptables who? (do you need to insmod?)
Perhaps iptables or your kernel needs to be upgraded.
FATAL: Module ip_tables not found.
iptables v1.3.3: can't initialize iptables table `filter': iptables who? (do you need to insmod?)
Perhaps iptables or your kernel needs to be upgraded.
FATAL: Module ip_tables not found.
iptables v1.3.3: can't initialize iptables table `nat': iptables who? (do you need to insmod?)
Perhaps iptables or your kernel needs to be upgraded.
FATAL: Module ip_tables not found.
iptables v1.3.3: can't initialize iptables table `mangle': iptables who? (do you need to insmod?)
Perhaps iptables or your kernel needs to be upgraded.
FATAL: Module ip_tables not found.
iptables v1.3.3: can't initialize iptables table `filter': iptables who? (do you need to insmod?)
Perhaps iptables or your kernel needs to be upgraded.
FATAL: Module ip_tables not found.
iptables v1.3.3: can't initialize iptables table `filter': iptables who? (do you need to insmod?)
Perhaps iptables or your kernel needs to be upgraded.
FATAL: Module ip_tables not found.
iptables v1.3.3: can't initialize iptables table `filter': iptables who? (do you need to insmod?)
Perhaps iptables or your kernel needs to be upgraded.
FATAL: Module ip_tables not found.
iptables v1.3.3: can't initialize iptables table `filter': iptables who? (do you need to insmod?)
Perhaps iptables or your kernel needs to be upgraded.
FATAL: Module ip_tables not found.
iptables v1.3.3: can't initialize iptables table `filter': iptables who? (do you need to insmod?)
Perhaps iptables or your kernel needs to be upgraded.
So let it be written. So let it be done.
Activating IPv4 packet forwarding.
|
I have all the appropriate modules listed in rc.modules, how would i know if i compiled the modules while i was compiling the kernel? I remember selecting it..as <M>
what should i look for in .config? This is part of it..
Quote:
#
# Networking
#
CONFIG_NET=y
#
# Networking options
#
# CONFIG_NETDEBUG is not set
CONFIG_PACKET=y
# CONFIG_PACKET_MMAP is not set
CONFIG_UNIX=y
CONFIG_XFRM=y
# CONFIG_XFRM_USER is not set
# CONFIG_NET_KEY is not set
CONFIG_INET=y
CONFIG_IP_MULTICAST=y
# CONFIG_IP_ADVANCED_ROUTER is not set
CONFIG_IP_FIB_HASH=y
# CONFIG_IP_PNP is not set
# CONFIG_NET_IPIP is not set
# CONFIG_NET_IPGRE is not set
# CONFIG_IP_MROUTE is not set
# CONFIG_ARPD is not set
CONFIG_SYN_COOKIES=y
# CONFIG_INET_AH is not set
# CONFIG_INET_ESP is not set
# CONFIG_INET_IPCOMP is not set
# CONFIG_INET_TUNNEL is not set
CONFIG_INET_DIAG=y
CONFIG_INET_TCP_DIAG=y
# CONFIG_TCP_CONG_ADVANCED is not set
CONFIG_TCP_CONG_BIC=y
#
# IP: Virtual Server Configuration
#
# CONFIG_IP_VS is not set
CONFIG_IPV6=m
CONFIG_IPV6_PRIVACY=y
CONFIG_INET6_AH=m
CONFIG_INET6_ESP=m
CONFIG_INET6_IPCOMP=m
CONFIG_INET6_TUNNEL=m
CONFIG_IPV6_TUNNEL=m
CONFIG_NETFILTER=y
# CONFIG_NETFILTER_DEBUG is not set
CONFIG_BRIDGE_NETFILTER=y
#
# Core Netfilter Configuration
#
# CONFIG_NETFILTER_NETLINK is not set
# CONFIG_NETFILTER_XTABLES is not set
#
# IP: Netfilter Configuration
#
CONFIG_IP_NF_CONNTRACK=y
# CONFIG_IP_NF_CT_ACCT is not set
# CONFIG_IP_NF_CONNTRACK_MARK is not set
# CONFIG_IP_NF_CONNTRACK_EVENTS is not set
CONFIG_IP_NF_CT_PROTO_SCTP=m
CONFIG_IP_NF_FTP=m
CONFIG_IP_NF_IRC=m
# CONFIG_IP_NF_NETBIOS_NS is not set
CONFIG_IP_NF_TFTP=m
CONFIG_IP_NF_AMANDA=m
# CONFIG_IP_NF_PPTP is not set
CONFIG_IP_NF_QUEUE=m
#
# IPv6: Netfilter Configuration (EXPERIMENTAL)
#
# CONFIG_IP6_NF_QUEUE is not set
#
# DECnet: Netfilter Configuration
#
# CONFIG_DECNET_NF_GRABULATOR is not set
#
# Bridge: Netfilter Configuration
#
# CONFIG_BRIDGE_NF_EBTABLES is not set
#
# DCCP Configuration (EXPERIMENTAL)
#
# CONFIG_IP_DCCP is not set
#
# SCTP Configuration (EXPERIMENTAL)
#
CONFIG_IP_SCTP=m
# CONFIG_SCTP_DBG_MSG is not set
# CONFIG_SCTP_DBG_OBJCNT is not set
# CONFIG_SCTP_HMAC_NONE is not set
# CONFIG_SCTP_HMAC_SHA1 is not set
CONFIG_SCTP_HMAC_MD5=y
#
# TIPC Configuration (EXPERIMENTAL)
#
# CONFIG_TIPC is not set
# CONFIG_ATM is not set
CONFIG_BRIDGE=m
CONFIG_VLAN_8021Q=m
CONFIG_DECNET=m
# CONFIG_DECNET_ROUTER is not set
CONFIG_LLC=y
CONFIG_LLC2=m
CONFIG_IPX=m
# CONFIG_IPX_INTERN is not set
CONFIG_ATALK=m
# CONFIG_DEV_APPLETALK is not set
CONFIG_X25=m
# CONFIG_LAPB is not set
# CONFIG_NET_DIVERT is not set
# CONFIG_ECONET is not set
CONFIG_WAN_ROUTER=m
#
|
|
|
|
04-04-2006, 01:04 PM
|
#8
|
Member
Registered: Jul 2005
Location: France
Distribution: Arch Linux
Posts: 540
Rep:
|
here is what I have in the Networking section:
Code:
# Networking options
#
# CONFIG_NETDEBUG is not set
CONFIG_PACKET=m
CONFIG_PACKET_MMAP=y
CONFIG_UNIX=y
CONFIG_XFRM=y
CONFIG_XFRM_USER=m
CONFIG_NET_KEY=m
CONFIG_INET=y
CONFIG_IP_MULTICAST=y
CONFIG_IP_ADVANCED_ROUTER=y
CONFIG_ASK_IP_FIB_HASH=y
# CONFIG_IP_FIB_TRIE is not set
CONFIG_IP_FIB_HASH=y
CONFIG_IP_MULTIPLE_TABLES=y
CONFIG_IP_ROUTE_FWMARK=y
CONFIG_IP_ROUTE_MULTIPATH=y
# CONFIG_IP_ROUTE_MULTIPATH_CACHED is not set
CONFIG_IP_ROUTE_VERBOSE=y
# CONFIG_IP_PNP is not set
CONFIG_NET_IPIP=m
CONFIG_NET_IPGRE=m
CONFIG_NET_IPGRE_BROADCAST=y
CONFIG_IP_MROUTE=y
CONFIG_IP_PIMSM_V1=y
CONFIG_IP_PIMSM_V2=y
# CONFIG_ARPD is not set
CONFIG_SYN_COOKIES=y
CONFIG_INET_AH=m
CONFIG_INET_ESP=m
CONFIG_INET_IPCOMP=m
CONFIG_INET_TUNNEL=m
CONFIG_INET_DIAG=y
CONFIG_INET_TCP_DIAG=y
# CONFIG_TCP_CONG_ADVANCED is not set
CONFIG_TCP_CONG_BIC=y
Maybe the 'CONFIG_IP_MULTIPLE_TABLES=y' is missing for you, but I'm not sure about that.
Good luck.
Last edited by berbae; 04-04-2006 at 01:06 PM.
|
|
|
04-04-2006, 02:22 PM
|
#9
|
Member
Registered: Apr 2005
Distribution: Slackware
Posts: 213
Original Poster
Rep:
|
i think that is why, also i compiled some modules and some into the kernel.
|
|
|
All times are GMT -5. The time now is 07:03 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|