I'm having some wierd issues with sockets.<BR><BR>I open the socket and stuff, and then write my string:<BR><pre>write(mySocket, myString, strlen(myString));</pre><BR ...
NETLINK is a facility in the Linux operating system for user-space applications to communicate with the kernel. NETLINK is an extension of the standard socket implementation. Using NETLINK, an ...
During boot I get this message,<BR>"cannot open netlink socket: adress family not supported by protocol"<BR>where usually I should have got,<BR>bringing up interface eth0 [ok]<BR><BR>Been unable to ...