也許真有這一天 撰寫於文章 <3YYLAO$8LJ@redbbs.cc.ntut.edu.tw>...
>
>
>
>
>
>      用minicom撥接上網時出現了這麼一段字...
>
>      minicom:WARNING:configuration file not found using defaults

這行盡可不理﹐因為您還沒專門為 minicom 這個程式建立自己的設定檔﹐不過﹐您可
以用
minicom -s 來建立啦。

>      Device /dev/modem id locked

這個可能是您的 modem 正被其它程式使用了﹐用 ps aux 找出該程式的 PID﹐如﹕
ps aux | grep minicom

然後將 PID kill 掉再來執行看看﹖

>
>      請問一下哪裡出了錯 如何解決丫
>
>      還有能有更方便的方法撥接上網嗎?

當然有啦﹐http://go.to/study-area 之“學習 Linux”有教啦。