Gentoo Archives: gentoo-user-br

From: Alex Figueiredo <alex.afnet@×××××.com>
To: gentoo-user-br@l.g.o
Subject: [gentoo-user-br] Re: Modulos que não carregam
Date: Thu, 01 Jun 2006 05:12:35
Message-Id: 2e53eb790605312211q50a6ca0bw627dfc37de528b0d@mail.gmail.com
In Reply to: [gentoo-user-br] Modulos que não carregam by Alex Figueiredo
1 Aos poucos vou conseguindo.
2
3 achei um guia em http://gentoo-wiki.com/HOWTO_nVidia_Drivers que ajudou um
4 pouco.
5 deu um emerge novamente em nvidia-glx e nvidia-kernel e o erro mudou
6
7 FATAL: Error inserting nvidia
8 (/lib/modules/2.6.16-gentoo-r7/video/nvidia.ko): Unknown symbol in module,
9 or unknown parameter (see dmesg)
10
11 #dmesg
12 nvidia: module license 'NVIDIA' taints kernel.
13 nvidia: Unknown symbol remap_page_range
14 nvidia: Unknown symbol pci_find_class
15
16 o erro NVIDIA TAINTS KERNEL já foi resolvido.
17 tive que dar um # /sbin/NVmakedevices.sh o qual já foi adicionado a
18 inicialização
19
20 Faltam os outros dois. Assim que descobrir volto a postar aqui, ou se alguem
21 tiver alguma dica antes eu agradeço
22
23
24
25 2006/6/1, Alex Figueiredo <alex.afnet@×××××.com>:
26 >
27 > Não estou conseguindo carregar modulos fundamentais do meu sistema
28 > nvidia
29 > snd_ens1371
30 >
31 > Eles estão compilados como módulos no kernel 2.6.16-gentoo-r7, e segundo o
32 > guia de instalação nvidia do gentoo, esta tudo nos conformes
33 > [*] enable loadable moodule suport (ainda bem né)
34 > [*] MTRR support
35 >
36 > nvidia-glx e nvidia-kernel estão instalados
37 >
38 > gentooaxel alex # modprobe nvidia
39 >
40 > FATAL: Error inserting nvidia
41 > (/lib/modules/2.6.16-gentoo-r7/video/nvidia.ko): Invalid module format
42 > gentooaxel alex # modprobe snd-ens1371
43 > WARNING: Error inserting snd_page_alloc
44 > (/lib/modules/2.6.16-gentoo-r7/alsa-driver/acore/snd-page-alloc.ko):
45 > Invalid module format
46 > WARNING: Error inserting snd
47 > (/lib/modules/2.6.16-gentoo-r7/alsa-driver/acore/snd.ko): Invalid module
48 > format
49 > WARNING: Error inserting snd_timer
50 > (/lib/modules/2.6.16-gentoo-r7/alsa-driver/acore/snd-timer.ko): Invalid
51 > module format
52 > WARNING: Error inserting snd_pcm
53 > (/lib/modules/2.6.16-gentoo-r7/alsa-driver/acore/snd-pcm.ko): Invalid
54 > module format
55 > WARNING: Error inserting snd_seq_device
56 > (/lib/modules/2.6.16-gentoo-r7/alsa-driver/acore/seq/snd-seq-device.ko):
57 > Invalid module format
58 > FATAL: Error inserting snd_ens1371
59 > (/lib/modules/2.6.16-gentoo-r7/alsa-driver/pci/snd-ens1371.ko): Invalid
60 > module format
61 >
62 >
63 > gentooaxel alex # tail /var/log/messages
64 >
65 > Jun 1 01:24:01 gentooaxel nvidia: disagrees about version of symbol
66 > struct_module
67 > Jun 1 01:24:04 gentooaxel snd_page_alloc: disagrees about version of
68 > symbol struct_module
69 > Jun 1 01:24:04 gentooaxel snd: disagrees about version of symbol
70 > struct_module
71 > Jun 1 01:24:04 gentooaxel snd_timer: disagrees about version of symbol
72 > struct_module
73 > Jun 1 01:24:04 gentooaxel snd_pcm: disagrees about version of symbol
74 > struct_module
75 > Jun 1 01:24:04 gentooaxel snd_seq_device: disagrees about version of
76 > symbol struct_module
77 > Jun 1 01:24:04 gentooaxel snd_ens1371: disagrees about version of symbol
78 > struct_module
79 >
80 >
81 > alguem já teve algum destes problemas?
82 >
83 > Obrigado
84 >