[<prev] [next>] [day] [month] [year] [list]
Message-ID: <BD5E516FF3711A41B93DC005170007BB010D71B95FC0@EMBSVR01.ember.local>
Date: Tue, 10 Jun 2014 14:09:48 +0930
From: Ankur Patel <ankur@...ertec.com>
To: netdev <netdev@...r.kernel.org>
Subject: imx28evk: Ethernet Plug/Unplug Event not working
Hello Friends,
I am using Linux kernel 3.10.32 on I.MX 28 EVK board. On that I couldn't able to get any netlink messages from kernel on Ethernet Plug/Unplug event.
I am using opensource program netlink.c (http://pastebin.com/CA8NThAS) to listen on all the netlink messages from kernel.
root@...28evk:~# ./netlink
[ 79.971113] libphy: 800f0000.etherne:00 - Link is Down
[ 85.291482] libphy: 800f0000.etherne:00 - Link is Up - 100/Full
...
There is also udev rule defined as below which is not called:
root@...28evk:~# cat /etc/udev/rules.d/autonet.rules
# Handle network interface setup
SUBSYSTEM=="net", ACTION=="add" RUN+="/etc/udev/scripts/network.sh"
SUBSYSTEM=="net", ACTION=="remove" RUN+="/etc/udev/scripts/network.sh"
Could anyone share what I need to add to Ethernet driver to enable the kernel to send the messages?
Please share if you need more information.
Regards,
Ankur
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists