PDA

View Full Version : Dial Up Networking Connection



technolamb
03-06-2005, 08:46 PM
Hi there, I am really new to Knoopix and already I am having problem to connect to the interenet using my DUN connection setting. I try to set manually my ISP setting like you would normally do with Windows but it is not that straight forward with knoppix. Is there any way I can clone my existing DUN setting to use them with knoppix or how do I set them up maually.
In addition knoppix cannot find my modem.

I am running a standard DUN connection with standard 56K data fax modem.

Please help as I am just fade up with XP and would like to ditch it once for all but can't until I can connect to the internet with Knoppix.

WB7ODYFred
03-29-2005, 10:30 PM
First you might have a WIN modem that only works with PCTEL or other WINDOWS only software. Check out for better details.

http://www.linmodems.org/
http://walbran.org/sean/linux/linmodem-howto.html

try these commands
#dmesg | more page through what it says about detecting on power up initialization

#modprobe acm
#lsmod list the loaded modules
#lspci list the PCI bus modules, to see if you have the winmodem card


Read my Cell Phone as USB Modem post This has the settings in the chatscript text files
for earthlink and for sprint dial up. That should give you a starting point I use a 33.6K US an External Robotics Sportser Voice modem that I picked up as used for $10. Check the Goodwill or Thrift Store for external modems or ISA bus style Hayes type modems that have the 16C550 serial port interface. These are easy to setup and get working with Linux.
:D

http://www.knoppix.net/forum/viewtopic.php?t=17964

Post your Script settings here , too. Make sure to XXXout the username and the password!!

/etc/ppp/peers$ cat sprint
# You usually need this if there is no PAP authentication
noauth
# The chat script (be sure to edit that file, too!)
connect "/usr/sbin/chat -v -f /etc/chatscripts/sprint"
# Set up routing to go through this PPP link
defaultroute
# Use remote DNS
usepeerdns
# Default modem (you better replace this with /dev/ttySx!)
/dev/modem
# Connect at high speed
230400
local

# This optionfile was generated by pppconfig 2.1.
#
#
hide-password
noauth
connect "/usr/sbin/chat -v -f /etc/chatscripts/provider"
debug
/dev/ttyS1
115200
defaultroute
noipdefault
user "use_your_name_here"
remotename provider
ipparam provider
usepeerdns

#cd /etc/chatscripts
/etc/chatscripts$ cat sprint
TIMEOUT 5
ABORT '\nBUSY\r'
ABORT '\nERROR\r'
ABORT '\nNO ANSWER\r'
ABORT '\nNO CARRIER\r'
ABORT '\nNO DIALTONE\r'
ABORT '\nRINGING\r\n\r\nRINGING\r'
'' \rAT
TIMEOUT 12
OK ATD#777
TIMEOUT 22
CONNECT ""

/etc/chatscripts$ cat provider
# This chatfile was generated by pppconfig 2.1.
# Please do not delete any of the comments. Pppconfig needs them.
#
# ispauth PAP
# abortstring
ABORT BUSY ABORT 'NO CARRIER' ABORT VOICE ABORT 'NO DIALTONE' ABORT 'NO DIAL TONE' ABORT 'NO ANSWER' ABORT DELAYED
# modeminit
'' ATZ
# ispnumber
# OK-AT-OK ATDT4258161416
OK-AT-OK ATDT4744492
# ispconnect
CONNECT \d\c
# prelogin

# ispname
# isppassword
# postlogin

# end of pppconfig stuff


Fred Finster 8)
fredfinster (AT) netscape (DOT) net