Hi,
there is a problem if you try to use the Ethercat Example with Pi Model B+ and WLanstick
to login. (Sure this work with Model B)
If you start the CODESYS project immediately wlan/wifi get disconnected ... !
We are currently investigating this , B+ seems to have a new Networkchip and a new USB implementation which
seems to be the reason for this.
I guess this is not CODESYS related.. if anyone has found a solution this would be great.
Give you new information as soon we found a solution for this, probably a workaround could be to use a Lan/USB adapter
but even this should be verified.
BR
Edwin
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
After that even if wlan is connected and we start ethercat on eth0 or connect disconnect eth0
in my case it works. (not disconnection on wlan happens now)
BR
Edwin
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
there is a problem if you try to use the Ethercat Example with Pi Model B+ and WLanstick
to login. (Sure this work with Model B)
If you start the CODESYS project immediately wlan/wifi get disconnected ... !
We are currently investigating this , B+ seems to have a new Networkchip and a new USB implementation which
seems to be the reason for this.
I guess this is not CODESYS related.. if anyone has found a solution this would be great.
Give you new information as soon we found a solution for this, probably a workaround could be to use a Lan/USB adapter
but even this should be verified.
BR
Edwin
Hi all,
maybe this is the solution:
http://raspberrypi.stackexchange.com/qu ... d-ethernet
to be verified.
BR
Edwin
Hi,
now I found the time to verify this,
for me the solution of the link works.
sudo nano /etc/default/ifplugd
INTERFACES="eth0"
HOTPLUG_INTERFACES="eth0"
ARGS="-q -f -u0 -d10 -w -I"
SUSPEND_ACTION="stop"
then reboot
after reboot you need to
sudo ifplugd eth0 --kill
(proposal is to do that later in rc.local)
After that even if wlan is connected and we start ethercat on eth0 or connect disconnect eth0
in my case it works. (not disconnection on wlan happens now)
BR
Edwin
Hi,
I've a mini usb wifi modul with RTL8192cu chipset.
I'd like to use:
-eth0 for EtherCAT master
-wlan0 as access point for programming codesys RPi.
Please help me how to set interfaces, drivers, wpa.. so on.
Thank you!
BR
Francesco
Originally created by: OW_RPi
Hello Edwin,
your suggestion worked fine for my RPi B+.
But when I creat a boot application, after reboot the wifi connection just drops out as soon as my application starts.
Seems like "sudo ifplugd eth0 --kill" has to be done after every reboot.
Are there any updates on this topic or further ways around this problem.
Thank you!
Best regards,
Oleg