stefan holek 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 ;-) And how can i find out what device or address isn't available? ;-) cheers, Chris