
On Fri, Jul 03, 2009 at 09:09:17AM +1200, Robert D Davidson wrote:
Can you please tell me what modem error code 2 means and how to fix the problem so I can get my modem to activate in Fedorra.
Hi, any error code is going to be specific to whatever program is displaying the message to you. Do you know which program gave you this message? Error reporting is one of those things where usability leaves a lot to be desired (in all software, not just OSS), but in the linux kernel, error number 2 means "no such file or directory", so if the application is just reporting an error from a library function, then it probably means it tried to open a file that isn't there. Obviously it would be much more useful if the people who wrote that software told you *which* file it tried to open, assuming the error message is from the kernel and is not using the program's own error codes. John