lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
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

Powered by Openwall GNU/*/Linux Powered by OpenVZ