On June 15, 2016 10:50:33 AM GMT+02:00, "Andre Rätzer" <[email protected]> wrote: >Am 12.06.2016 23:49, schrieb Bernhard Reutner-Fischer: >> On June 11, 2016 6:55:14 AM GMT+02:00, "Andre Rätzer" >> <[email protected]> wrote: >>> Hi, >>> i'm trying to create a vlan on busybox with vconfig (vlan2 on ETH0) >>> vconfig add eth0 2 >>> but getting an error >>> / # vconfig add eth0 2 >>> vconfig: ioctl error for add: Package not installed >> >> Which suggests you don't have the 8021q module loaded? >Hi Bernard, thanks for your answer. >i tried to load the 8021q module ond my vuplus solo2 : >modprobe 8021q >modprobe chdir (lib/modules): no such files or directory > >Is there a way to add the module 8021q to my installation or do i need
It should be either compiled in ( dmesg|grep 802 ) or be available as a module. Otherwise you have to (cross-)compile that module from your kernel sources. HTH, _______________________________________________ busybox mailing list [email protected] http://lists.busybox.net/mailman/listinfo/busybox
