PDA

View Full Version : Socket failed with: 10047



4ndr3
28-01-2005, 02:10
I just buy Asus WL-500g to connect 4 computer. (all with windows ME)
But on the computer "2" I have a problem. When i run the program to find the device (device discovery), always show a message: "SOCKET FAILED WITH: 10047" and the LED lamp on the Asus always blinking.
What's wrong with my computer ? Do i have to reinstall the windows?

Styno
28-01-2005, 08:35
From MSDN:

WSAEAFNOSUPPORT
(10047)
Address family not supported by protocol family.
An address incompatible with the requested protocol was used.
All sockets are created with an associated "address family" (i.e. AF_INET for Internet Protocols) and a generic protocol type (i.e. SOCK_STREAM).
This error will be returned if an incorrect protocol is explicitly requested in the socket call, or if an address of the wrong family is used for a socket, e.g. in sendto.

Haven't seen this error before in my life, but it suggests you have incorrect IP settings on your PC.

Oleg
28-01-2005, 12:57
Probably there is no TCP/IP installed on this PC.