ISP Information:
A certification similar to the CNA but requiring the passing of more tests. It is aimed at people interested in installing and planning the rollout of Novell NetWare- based networks, with day-to-day operations just a part of the certification. ISP Glossary:
CNE - Anonimo wrote:> Hi all,>> I have installed Fedora Core 2 and use the KDE Desktop.> I have installed an analog 56k Modem.>> I would really love to connect to the Internet with this Linux Box of mine.> I used the KDE program KPPPP but got an error message stating that> /dev/modem> does not exist.>> Could anybody tell me what need I do in order to successfully get connected> to the Internet?Make a symlink to an appropriate node in the /dev like:# ln -s /dev/ttyS0 /dev/modemand the /dev/ttyS0 should the port be where you have connected yourmodem; mostly /dev/ttyS0 is equivalent to COM1: and /dev/ttyS1 to COM2:in WinDOS world.Hope that helps.--Dr Balwinder Singh Dheeman Registered Linux User: #229709CLLO (Chief Linux Learning Officer) Machines: #168573, 170593, 259192Anu's Linux@HOME Distros: Knoppix, Fedora, FreeBSDMore: http://anu.homelinux.net/~bsd/ Visit: http://counter.li.org/
|