From: "net_pumik@yahoo.es" <net_pumik@yahoo.es>
To: gentoo-user-es@lists.gentoo.org
Subject: Re: [gentoo-user-es] modprobe: ERROR: could not insert '8021q':
Date: Fri, 27 Feb 2015 18:55:30 +0100 [thread overview]
Message-ID: <54F0AF92.8020306@yahoo.es> (raw)
In-Reply-To: <129201d052a9$44d9f5f0$ce8de1d0$@gmail.com>
Hola,
Si compilas el kernel manualmente ¿para qué usas genkernel?
O una cosa, o la otra.
Haz un "make clean" antes de volver a compilar manualmente.
Saludos, pumik
El 27/2/15 a las 17:20, Freddy Taborda escribió:
>
> Buenos días
>
>
>
> Gracias por tus comentarios Federico Stasyszyn
>
>
>
> Pensé que estaba haciendo todo bien, pero luego coloque:
>
>
>
> # make && make modules && make modules_install && make install
>
> # genkernel --lvm --install initramfs
>
> # modprobe 8021q
>
> # modprobe: ERROR: could not insert '8021q': Unknown symbol in module,
> or unknown parameter (see dmesg)
>
>
>
> # dmesg
>
> 36.699231] 8021q: Unknown symbol vlan_vid_add (err 0)
>
> [ 36.699249] 8021q: Unknown symbol vlan_vid_del (err 0)
>
> [ 36.699275] 8021q: Unknown symbol vlan_uses_dev (err 0)
>
> [ 36.699295] 8021q: Unknown symbol vlan_dev_vlan_id (err 0)
>
> [ 172.164616] 8021q: Unknown symbol vlan_vid_add (err 0)
>
> [ 172.164635] 8021q: Unknown symbol vlan_vid_del (err 0)
>
> [ 172.164662] 8021q: Unknown symbol vlan_uses_dev (err 0)
>
> [ 172.164681] 8021q: Unknown symbol vlan_dev_vlan_id (err 0)
>
>
>
> # grep CONFIG_VLAN_8021Q /usr/src/linux/.config
>
> CONFIG_VLAN_8021Q=m
>
> CONFIG_VLAN_8021Q_GVRP=y
>
> CONFIG_VLAN_8021Q_MVRP=y
>
>
>
> Gracias a todos por sus comenatrios, que realmente no se por donde
> buscar el error (bueno sigo mirando a google ;) )
>
>
>
>
>
> --
>
>
> Freddy Taborda
> Consultor Técnico
> Valencia - Venezuela
> GNU/Linux user #283478
> ECE #208825114
>
>
> What gets us into trouble is not what we don't know. It's what we know
> for sure that just ain't so.
>
> Mark Twain
>
> "Those that can, do. Those that can’t, complain."
> Linus Torvalds
>
>
>
>
>
>
>
> *De:*Federico Stasyszyn [mailto:f.a.s.oac@gmail.com]
> *Enviado el:* viernes, 27 de febrero de 2015 6:55
> *Para:* gentoo-user-es@lists.gentoo.org
> *Asunto:* Re: [gentoo-user-es] modprobe: ERROR: could not insert '8021q':
>
>
>
> Buenas,
>
> se que puede sonar tonto, pero estas seguro que los modulos pertenecen
> a ese kernel y toda esas cosas?
> ie. make, make install, make modules, make modules_install , para ser
> redundantes en la compilacion del kernel.
>
> Los errores esos, suelen aparecer cuando se compila con diferentes
> versiones o se linkea con diferentes versiones.
>
> Saludos
>
>
>
> Fred
>
>
>
> 2015-02-26 21:25 GMT+01:00 Freddy Taborda <terracenter@gmail.com
> <mailto:terracenter@gmail.com>>:
>
> Buenas tardes.
>
> Quiero hacer una VLAN, pero siempre obtengo este error:
>
> # modprobe 8021q
> modprobe: ERROR: could not insert '8021q': Unknown symbol in
> module, or unknown parameter (see dmesg)
>
> # dmesg
> [ 77.099558] 8021q: Unknown symbol vlan_vid_add (err 0)
> [ 77.099577] 8021q: Unknown symbol vlan_vid_del (err 0)
> [ 77.099604] 8021q: Unknown symbol vlan_uses_dev (err 0)
> [ 77.099624] 8021q: Unknown symbol vlan_dev_vlan_id (err 0)
> [ 93.998437] 8021q: Unknown symbol vlan_vid_add (err 0)
> [ 93.998457] 8021q: Unknown symbol vlan_vid_del (err 0)
> [ 93.998483] 8021q: Unknown symbol vlan_uses_dev (err 0)
> [ 93.998503] 8021q: Unknown symbol vlan_dev_vlan_id (err 0)
> [ 301.706280] kworker/dying (6) used greatest stack depth: 12400
> bytes left
> [ 1340.857734] 8021q: Unknown symbol vlan_vid_add (err 0)
> [ 1340.857754] 8021q: Unknown symbol vlan_vid_del (err 0)
> [ 1340.857780] 8021q: Unknown symbol vlan_uses_dev (err 0)
> [ 1340.857800] 8021q: Unknown symbol vlan_dev_vlan_id (err 0)
>
> # uname -a
> Linux pc-gentoo 3.18.7-gentoo #1 SMP Wed Feb 25 09:33:52 VET 2015
> x86_64 AMD Turion(tm) 64 Mobile Technology ML-37 AuthenticAMD
> GNU/Linux
>
>
>
> Fuentes:
> https://www.gentoo.org/doc/es/handbook/handbook-x86.xml?part=4&chap=3#doc_chap10
> https://forums.gentoo.org/viewtopic-t-237224-start-0.html
>
> Muchas gracias por sus comentarios.
>
> Saludos
>
>
>
> --
>
>
> Freddy Taborda
> Consultor Técnico
> Valencia - Venezuela
> GNU/Linux user #283478
> ECE #208825114
>
>
> What gets us into trouble is not what we don't know. It's what we
> know for sure that just ain't so.
>
> Mark Twain
>
> "Those that can, do. Those that can’t, complain."
> Linus Torvalds
>
>
>
next prev parent reply other threads:[~2015-02-27 17:58 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-02-26 20:25 [gentoo-user-es] modprobe: ERROR: could not insert '8021q': Freddy Taborda
2015-02-27 11:25 ` Federico Stasyszyn
2015-02-27 16:20 ` Freddy Taborda
2015-02-27 17:55 ` net_pumik [this message]
2015-03-02 13:57 ` KyD
2015-03-02 14:00 ` KyD
2015-03-02 15:35 ` KyD
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=54F0AF92.8020306@yahoo.es \
--to=net_pumik@yahoo.es \
--cc=gentoo-user-es@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox