Leslie Rhorer wrote: > nothing whatsoever. The only way (of which I know) to release the terminal > (/cev/ttyACM0) is to send a SIGKILL. After doing so, /dev/ttyACM0 is > released, and I can use a utility such as minicom to access the modem. I > can dial out and get a carrier. I can see the ppp authentication request > from the ISP. What I cannot do, however, is get pppd to come back up. If I > start pppd again, it opens the /dev/ttyACM0 device and creates the lockfile, > but it does not attempt to run chat or evidently do anything else other than > refresh the lockfile if it is stale. My only option at that point is to If you attach a debugger to it, can you find out where it's stuck? (Or at least run "pstack `pgrep pppd`"?) The symptoms sound like a kernel bug, but it's hard to tell. -- James Carlson 42.703N 71.076W <carlsonj@xxxxxxxxxxxxxxx> -- To unsubscribe from this list: send the line "unsubscribe linux-ppp" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html