Gentoo Archives: gentoo-user

From: Maurice E Johnson <maurice.e.johnson@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] no net modules will load
Date: Sat, 29 Apr 2006 02:57:43
Message-Id: 1146279294.10745.6.camel@aries.zuesse.home
In Reply to: [gentoo-user] no net modules will load by maxim wexler
1 It would seem that you failed to configure the necessary modules for
2 loading any of the modules you list.
3 Also, as of kernel 2.6.13, devfs is no longer in the kernel and you must
4 use udev. without it you will never get your devices to be recognised.
5
6 I do hope you kept your old kernel around so that you can boot to it.
7
8 ciao
9
10 On Fri, 2006-04-28 at 19:34 -0700, maxim wexler wrote:
11
12 > Hi group,
13 >
14 > After running -Du gentoo-sources, I noted that
15 > /etc/modules.autoload.d/2.6 had been overwritten by a
16 > blank form. So I re-wrote it and rebooted. All, and
17 > *only* modules having to do with net stuff, ie, ppp,
18 > eth0, serial devices etc failed to load.
19 >
20 > Here's a sample from dmesg:
21 > kb
22 > ppp_generic: Unknown symbol alloc_skb
23 > ppp_generic: disagrees about version of symbol
24 > skb_queue_purge
25 > ppp_generic: Unknown symbol skb_queue_purge
26 > ppp_generic: disagrees about version of symbol
27 > __pskb_pull_tail
28 > ppp_generic: Unknown symbol __pskb_pull_tail
29 > ppp_generic: disagrees about version of symbol
30 > netif_rx
31 > ppp_generic: Unknown symbol netif_rx
32 > ppp_generic: disagrees about version of symbol
33 > alloc_netdev
34 > ppp_generic: Unknown symbol alloc_netdev
35 > ppp_generic: disagrees about version of symbol
36 > __kfree_skb
37 > ppp_generic: Unknown symbol __kfree_skb
38 > ppp_generic: disagrees about version of symbol
39 > skb_queue_head
40 > ppp_generic: Unknown symbol skb_queue_head
41 > ppp_async: Unknown symbol ppp_channel_index
42 > ppp_async: Unknown symbol ppp_register_channel
43 > ppp_async: disagrees about version of symbol skb_deque
44 > <snip>
45 >
46 > Similar for forcedeth, serial_8250 etc.
47 >
48 > Sound, video, timers etc all loaded OK.
49 >
50 > >From the forums I found the suggestion to save
51 > .config, do a make mrproper, copy back the config and
52 > re-compile. Had no effect. So I figured, since I just
53 > downloaded the 2.6.16-r3 sources(been using 2.6.12-r6)
54 > I should just compile a fresh kernel.
55 > But that didn't work either.
56 >
57 > Here's my /etc/modules.autoload.d/kern-2.6:
58 >
59 > # /etc/modules.autoload.d/kernel-2.6: kernel modules
60 > to load when system boots.
61 > #
62 > # Note that this file is for 2.6 kernels.
63 > #
64 > # Add the names of modules that you'd like to load
65 > when the system
66 > # starts into this file, one per line. Comments begin
67 > with # and
68 > # are ignored. Read man modules.autoload for
69 > additional details.
70 >
71 > # For example:
72 > # 3c59x
73 > #ip_conntrack_ftp
74 > #ip_conntrack_irc
75 > #ip_tables
76 > #ipt_mac
77 > #ipt_REDIRECT
78 > #ipt_REJECT
79 > #ip_nat_ftp
80 > #iptable_filter
81 > #ip_nat_irc
82 > #ipt_LOG
83 > #ipt_iprange
84 > #ipt_pkttype
85 > #ipt_MASQUERADE
86 > #iptable_nat
87 > #ipt_multiport
88 > #ip_conntrack
89 > #binfmt_aout
90 > #slhc
91 > 8250
92 > unix
93 > #af_packet
94 > cpuid
95 > snd-ac97-codec
96 > snd-intel8x0
97 > snd
98 > snd-pcm
99 > soundcore
100 > forcedeth
101 > ppp_async
102 > ppp_generic
103 > ppp_deflate
104 > nvram
105 > bsd_comp
106 > usbcore
107 > ehci-hcd
108 > ohci-hcd
109 > usbhid
110 > usb-storage
111 > agpgart
112 > nvidia-agp
113 > loop
114 > #serport
115 > #s2io
116 > rtc
117 > #mii
118 > #acpiphp
119 > #pci_hotplug
120 >
121 > Here's a grep "net" from the new .config:
122 >
123 > # Networking
124 > CONFIG_NET=y
125 > # Networking options
126 > # CONFIG_NETDEBUG is not set
127 > # CONFIG_NET_KEY is not set
128 > CONFIG_INET=y
129 > # CONFIG_NET_IPIP is not set
130 > # CONFIG_NET_IPGRE is not set
131 > # CONFIG_INET_AH is not set
132 > # CONFIG_INET_ESP is not set
133 > # CONFIG_INET_IPCOMP is not set
134 > # CONFIG_INET_TUNNEL is not set
135 > # CONFIG_INET_DIAG is not set
136 > # CONFIG_INET6_AH is not set
137 > # CONFIG_INET6_ESP is not set
138 > # CONFIG_INET6_IPCOMP is not set
139 > # CONFIG_INET6_TUNNEL is not set
140 > CONFIG_NETFILTER=y
141 > # CONFIG_NETFILTER_DEBUG is not set
142 > # Core Netfilter Configuration
143 > # CONFIG_NETFILTER_NETLINK is not set
144 > # CONFIG_NETFILTER_XTABLES is not set
145 > # IP: Netfilter Configuration
146 > # CONFIG_IP_NF_NETBIOS_NS is not set
147 > # IPv6: Netfilter Configuration (EXPERIMENTAL)
148 > # CONFIG_DECNET is not set
149 > # CONFIG_NET_DIVERT is not set
150 > # CONFIG_ECONET is not set
151 > # CONFIG_NET_SCHED is not set
152 > # Network testing
153 > # CONFIG_NET_PKTGEN is not set
154 > # Network device support
155 > CONFIG_NETDEVICES=y
156 > # ARCnet devices
157 > # CONFIG_ARCNET is not set
158 > # Ethernet (10 or 100Mbit)
159 > CONFIG_NET_ETHERNET=y
160 > # CONFIG_NET_VENDOR_3COM is not set
161 > # Tulip family network device support
162 > # CONFIG_NET_TULIP is not set
163 > CONFIG_NET_PCI=y
164 > # CONFIG_PCNET32 is not set
165 > # CONFIG_NET_POCKET is not set
166 > # Ethernet (1000 Mbit)
167 > # Ethernet (10000 Mbit)
168 > # CONFIG_NET_RADIO is not set
169 > # CONFIG_NET_FC is not set
170 > # CONFIG_NETCONSOLE is not set
171 > # CONFIG_NETPOLL is not set
172 > # CONFIG_NET_POLL_CONTROLLER is not set
173 > # USB Network Adapters
174 > # CONFIG_USB_USBNET is not set
175 > CONFIG_USB_GADGET_NET2280=y
176 > CONFIG_USB_NET2280=m
177 > # Network File Systems
178 >
179 > Now I'm stuck cause I can't get back on line to fix
180 > it. Unless it's from WinXP:^(
181 >
182 > -mw
183 >
184 > __________________________________________________
185 > Do You Yahoo!?
186 > Tired of spam? Yahoo! Mail has the best spam protection around
187 > http://mail.yahoo.com

Replies

Subject Author
Re: [gentoo-user] no net modules will load Mick <michaelkintzios@×××××.com>
Re: [gentoo-user] no net modules will load maxim wexler <blissfix@×××××.com>