Gentoo Archives: gentoo-user

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

Replies

Subject Author
Re: [gentoo-user] no net modules will load Maurice E Johnson <maurice.e.johnson@×××××.com>