28 Jan
2002
28 Jan
'02
2:29 p.m.
At 28.01.2002 13:55 +0000, Chris Withers wrote:
1. What does Error Code 6 mean?
#define ENXIO 6 /* No such device or address */
2. How can I find out what these error codes eman in general?
Look into /usr/include/asm/errno.h
3. How can I fix this problem?
Make the device or address available ;-) Cheers, Stefan