I've been using my Debian 3.0-Woody-distribution for 2 years. During this time I've never experienced any problems with internet connection. The pppconf or wvdial utilies worked finely-until today. Today I changed my ISP (Internet-by-Call provider). I made the usual changes using the pppconfig utility, but the connection to the provider doesn't work. I tried all combinations (previously I chose the default settings and it always worked). I even tried the same with the wvdialconf, but the negative result remained the same. There is nothing wrong with the provider, because I can reach him any time with my second computer (Windows XP).
I always get the message that the pppd process died because the modem hung up the phone (exit code = 16). What happened? See the attached image with error messages.
***********************
supplement 1
***********************
I prepared an extract of my configuration files:
# This optionfile was generated by pppconfig 2.0.10.
#
#
hide-password
noauth
connect "/usr/sbin/chat -v -f /etc/chatscripts/twister2"
debug
/dev/ttyS1
115200
defaultroute
noipdefault
user egal
remotename twister2
ipparam twister2
usepeerdns
*************************************************************
# This chatfile was generated by pppconfig 2.0.10.
# 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 ATDT019352467
# ispconnect
CONNECT \d\c
# prelogin
# ispname
# isppassword
# postlogin
# end of pppconfig stuff
*************************************************************
#
# /etc/ppp/pap-secrets
#
# This is a pap-secrets file to be used with the AUTO_PPP function of
# mgetty. mgetty-0.99 is preconfigured to startup pppd with the login option
# which will cause pppd to consult /etc/passwd (and /etc/shadow in turn)
# after a user has passed this file. Don't be disturbed therfore by the fact
# that this file defines logins with any password for users. /etc/passwd
# (again, /etc/shadow, too) will catch passwd mismatches.
#
# This file should block ALL users that should not be able to do AUTO_PPP.
# AUTO_PPP bypasses the usual login program so its necessary to list all
# system userids with regular passwords here.
#
# ATTENTION: The definitions here can allow users to login without a
# password if you don't use the login option of pppd! The mgetty Debian
# package already provides this option; make sure you don't change that.
# INBOUND connections
# Every regular user can use PPP and has to use passwords from /etc/passwd
* (none) "" *
# UserIDs that cannot use PPP at all. Check your /etc/passwd and add any
# other accounts that should not be able to use pppd!
guest (none) "*" -
master (none) "*" -
root (none) "*" -
support (none) "*" -
stats (none) "*" -
# OUTBOUND connections
# Here you should add your userid password to connect to your providers via
# PAP. The * means that the password is to be used for ANY host you connect
# to. Thus you do not have to worry about the foreign machine name. Just
# replace password with your password.
# If you have different providers with different passwords then you better
# remove the following line.
(none) * password
sbq sbq4you sbq
egal twister2 egal
*********************************************
***********************
supplement 2
***********************
And now - an extract of the messages from /var/log/messages and /var/log/syslog. The third file (mentioned by Vees), namely /var/log/ppp-connect-errors is empty on my system. The connection efforts took place about 20:46.
****** messages *********
Oct 12 20:33:57 debian syslogd 1.4.1#10: restart.
Oct 12 20:33:57 debian kernel: klogd 1.4.1#10, log source = /proc/kmsg started.
Oct 12 20:33:57 debian kernel: Inspecting /boot/System.map-2.2.20-compact
Oct 12 20:33:58 debian kernel: Loaded 8768 symbols from /boot/System.map-2.2.20-compact.
Oct 12 20:33:58 debian kernel: Symbols match kernel version 2.2.20.
Oct 12 20:33:58 debian kernel: Loaded 87 symbols from 5 modules.
Oct 12 20:33:58 debian kernel: Linux version 2.2.20-compact (herbert@gondolin) (gcc version 2.7.2.3) #1 Sat Apr 20 12:40:22 EST 2002
Oct 12 20:33:58 debian kernel: BIOS-provided physical RAM map:
Oct 12 20:33:58 debian kernel: BIOS-e820: 0009fc00 @ 00000000 (usable)
Oct 12 20:33:58 debian kernel: BIOS-e820: 00000400 @ 0009fc00 (usable)
Oct 12 20:33:58 debian kernel: BIOS-e820: 07f00000 @ 00100000 (usable)
Oct 12 20:33:58 debian kernel: Detected 74703 kHz processor.
Oct 12 20:33:58 debian kernel: ide_setup: hdd=ide-scsi
Oct 12 20:33:58 debian kernel: Console: colour VGA+ 80x25
Oct 12 20:33:58 debian kernel: Calibrating delay loop... 148.68 BogoMIPS
Oct 12 20:33:58 debian kernel: Memory: 127504k/131072k available (1452k kernel code, 416k reserved, 1576k data, 124k init)
Oct 12 20:33:58 debian kernel: Dentry hash table entries: 16384 (order 5, 128k)
Oct 12 20:33:58 debian kernel: Buffer cache hash table entries: 131072 (order 7, 512k)
Oct 12 20:33:58 debian kernel: Page cache hash table entries: 32768 (order 5, 128k)
Oct 12 20:33:58 debian kernel: CPU: AMD K5/SSA5 stepping 00
Oct 12 20:33:58 debian kernel: Checking 386/387 coupling... OK, FPU using exception 16 error reporting.
Oct 12 20:33:58 debian kernel: Checking 'hlt' instruction... OK.
Oct 12 20:33:58 debian kernel: Checking for popad bug... OK.
Oct 12 20:33:58 debian kernel: POSIX conformance testing by UNIFIX
Oct 12 20:33:58 debian kernel: PCI: PCI BIOS revision 2.10 entry at 0xfbff0
Oct 12 20:33:58 debian kernel: PCI: Using configuration type 1
Oct 12 20:33:58 debian kernel: PCI: Probing PCI hardware
Oct 12 20:33:58 debian kernel: Linux NET4.0 for Linux 2.2
Oct 12 20:33:58 debian kernel: Based upon Swansea University Computer Society NET3.039
Oct 12 20:33:58 debian kernel: NET4: Unix domain sockets 1.0 for Linux NET4.0.
Oct 12 20:33:58 debian kernel: NET4: Linux TCP/IP 1.0 for NET4.0
Oct 12 20:33:58 debian kernel: IP Protocols: ICMP, UDP, TCP
Oct 12 20:33:58 debian kernel: TCP: Hash tables configured (ehash 131072 bhash 65536)
Oct 12 20:33:58 debian kernel: Starting kswapd v 1.5
Oct 12 20:33:58 debian kernel: vga16fb: initializing
Oct 12 20:33:58 debian kernel: vga16fb: mapped to 0xc00a0000
Oct 12 20:33:58 debian kernel: Console: switching to colour frame buffer device 80x30
Oct 12 20:33:58 debian kernel: fb0: VGA16 VGA frame buffer device
Oct 12 20:33:58 debian kernel: Serial driver version 4.27 with HUB-6 MANY_PORTS MULTIPORT SHARE_IRQ enabled
Oct 12 20:33:58 debian kernel: ttyS00 at 0x03f8 (irq = 4) is a 16550A
Oct 12 20:33:58 debian kernel: ttyS01 at 0x02f8 (irq = 3) is a 16550A
Oct 12 20:33:58 debian kernel: pty: 256 Unix98 ptys configured
Oct 12 20:33:58 debian kernel: RAM disk driver initialized: 16 RAM disks of 4096K size
Oct 12 20:33:58 debian kernel: loop: registered device at major 7
Oct 12 20:33:58 debian kernel: PCI_IDE: unknown IDE controller on PCI bus 00 device 08, VID=1106, DID=1571
Oct 12 20:33:58 debian kernel: PCI_IDE: not 100%% native mode: will probe irqs later
Oct 12 20:33:58 debian kernel: ide0: BM-DMA at 0x6000-0x6007, BIOS settings: hda:pio, hdb:pio
Oct 12 20:33:58 debian kernel: ide1: BM-DMA at 0x6008-0x600f, BIOS settings: hdc:pio, hdd:pio
Oct 12 20:33:58 debian kernel: hdd: HL-DT-ST GCE-8525B, ATAPI CDROM drive
Oct 12 20:33:58 debian kernel: ide1 at 0x170-0x177,0x376 on irq 15
Oct 12 20:33:58 debian kernel: Floppy drive(s): fd0 is 1.44M
Oct 12 20:33:58 debian kernel: FDC 0 is an 8272A
Oct 12 20:33:58 debian kernel: md driver 0.36.6 MAX_MD_DEV=4, MAX_REAL=8
Oct 12 20:33:58 debian kernel: (scsi0) found at PCI 0/11/0
Oct 12 20:33:58 debian kernel: (scsi0) Narrow Channel, SCSI ID=7, 16/255 SCBs
Oct 12 20:33:58 debian kernel: (scsi0) Cables present (Int-50 YES, Ext-50 NO)
Oct 12 20:33:58 debian kernel: (scsi0) Downloading sequencer code... 415 instructions downloaded
Oct 12 20:33:58 debian kernel: scsi: Detection failed (no card)
Oct 12 20:33:58 debian kernel: DC390: 0 adapters found
Oct 12 20:33:58 debian kernel: scsi0 : Adaptec AHA274x/284x/294x (EISA/VLB/PCI-Fast SCSI) 5.1.33/3.2.4
Oct 12 20:33:58 debian kernel:
Oct 12 20:33:58 debian kernel: scsi : 1 host.
Oct 12 20:33:58 debian kernel: Vendor: CONNER Model: CFP2105S 2.14GB Rev: 1524
Oct 12 20:33:58 debian kernel: Type: Direct-Access ANSI SCSI revision: 02
Oct 12 20:33:58 debian kernel: Detected scsi disk sda at scsi0, channel 0, id 0, lun 0
Oct 12 20:33:58 debian kernel: (scsi0:0:0:1) Synchronous at 10.0 Mbyte/sec, offset 15.
Oct 12 20:33:59 debian kernel: Vendor: TOSHIBA Model: CD-ROM XM-3701TA Rev: 0236
Oct 12 20:33:59 debian kernel: Type: CD-ROM ANSI SCSI revision: 02
Oct 12 20:33:59 debian kernel: Detected scsi CD-ROM sr0 at scsi0, channel 0, id 1, lun 0
Oct 12 20:33:59 debian kernel: (scsi0:0:1:1) Synchronous at 4.4 Mbyte/sec, offset 15.
Oct 12 20:33:59 debian kernel: Vendor: IBM Model: DCAS-34330 Rev: S61A
Oct 12 20:33:59 debian kernel: Type: Direct-Access ANSI SCSI revision: 02
Oct 12 20:33:59 debian kernel: Detected scsi disk sdb at scsi0, channel 0, id 6, lun 0
Oct 12 20:33:59 debian kernel: (scsi0:0:6:1) Synchronous at 10.0 Mbyte/sec, offset 15.
Oct 12 20:33:59 debian kernel: scsi : detected 1 SCSI cdrom 2 SCSI disks total.
Oct 12 20:33:59 debian kernel: Uniform CD-ROM driver Revision: 3.11
Oct 12 20:33:59 debian kernel: SCSI device sda: hdwr sector= 512 bytes. Sectors= 4194304 [2048 MB] [2.0 GB]
Oct 12 20:33:59 debian kernel: SCSI device sdb: hdwr sector= 512 bytes. Sectors= 8467200 [4134 MB] [4.1 GB]
Oct 12 20:33:59 debian kernel: 3c59x.c 18Feb01 Donald Becker and others http://www.scyld.com/network/vortex.html
Oct 12 20:33:59 debian kernel: pcnet32.c: PCI bios is present, checking for devices...
Oct 12 20:33:59 debian kernel: via-rhine.c:v1.08b-LK1.0.1 12/14/2000 Written by Donald Becker
Oct 12 20:33:59 debian kernel: http://www.scyld.com/network/via-rhine.html
Oct 12 20:33:59 debian kernel: Partition check:
Oct 12 20:33:59 debian kernel: sda: sda1 sda2
Oct 12 20:33:59 debian kernel: sdb:
Oct 12 20:33:59 debian kernel: VFS: Mounted root (ext2 filesystem) readonly.
Oct 12 20:33:59 debian kernel: Freeing unused kernel memory: 124k freed
Oct 12 20:33:59 debian kernel: parport0: PC-style at 0x378 [SPP]
Oct 12 20:33:59 debian kernel: lp0: using parport0 (polling).
Oct 12 20:33:59 debian kernel: scsi1 : SCSI host adapter emulation for IDE ATAPI devices
Oct 12 20:33:59 debian kernel: scsi : 2 hosts.
Oct 12 20:33:59 debian kernel: Vendor: HL-DT-ST Model: CD-RW GCE-8525B Rev: 1.02
Oct 12 20:33:59 debian kernel: Type: CD-ROM ANSI SCSI revision: 02
Oct 12 20:33:59 debian kernel: Detected scsi CD-ROM sr1 at scsi1, channel 0, id 0, lun 0
Oct 12 20:33:59 debian kernel: sr1: scsi3-mmc drive: 40x/52x writer cd/rw xa/form2 cdda tray
Oct 12 20:34:00 debian lpd[216]: restarted
Oct 12 20:34:10 debian xfs: ignoring font path element /usr/lib/X11/fonts/cyrillic/ (unreadable)
Oct 12 20:34:11 debian xfs: ignoring font path element /usr/lib/X11/fonts/CID (unreadable)
Oct 12 20:46:14 debian kernel: CSLIP: code copyright 1989 Regents of the University of California
Oct 12 20:46:15 debian kernel: PPP: version 2.3.7 (demand dialling)
Oct 12 20:46:15 debian kernel: PPP line discipline registered.
Oct 12 20:46:15 debian kernel: registered device ppp0
Oct 12 20:46:15 debian pppd[410]: pppd 2.4.1 started by root, uid 0
Oct 12 20:46:15 debian pppd[410]: Using interface ppp0
Oct 12 20:46:15 debian pppd[410]: Connect: ppp0 <--> /dev/ttyS1
Oct 12 20:46:34 debian pppd[410]: Hangup (SIGHUP)
Oct 12 20:46:34 debian pppd[410]: Modem hangup
Oct 12 20:46:34 debian pppd[410]: Connection terminated.
Oct 12 20:46:34 debian pppd[410]: Exit.
Oct 12 20:47:03 debian pppd[414]: pppd 2.4.1 started by root, uid 0
Oct 12 20:47:03 debian pppd[414]: Using interface ppp0
Oct 12 20:47:03 debian pppd[414]: Connect: ppp0 <--> /dev/ttyS1
Oct 12 20:47:22 debian pppd[414]: Hangup (SIGHUP)
Oct 12 20:47:22 debian pppd[414]: Modem hangup
Oct 12 20:47:22 debian pppd[414]: Connection terminated.
Oct 12 20:47:22 debian pppd[414]: Exit.
Oct 12 20:47:59 debian pppd[417]: pppd 2.4.1 started by root, uid 0
Oct 12 20:47:59 debian pppd[417]: Using interface ppp0
Oct 12 20:47:59 debian pppd[417]: Connect: ppp0 <--> /dev/ttyS1
Oct 12 20:48:18 debian pppd[417]: Hangup (SIGHUP)
Oct 12 20:48:18 debian pppd[417]: Modem hangup
Oct 12 20:48:18 debian pppd[417]: Connection terminated.
Oct 12 20:48:18 debian pppd[417]: Exit.
Oct 12 21:13:57 debian -- MARK --
Oct 12 21:33:57 debian -- MARK --
Oct 12 21:53:57 debian -- MARK --
Oct 12 21:54:02 debian kernel: floppy0: Getstatus times out (0) on fdc 0
Oct 12 21:54:02 debian kernel:
Oct 12 21:54:02 debian kernel: floppy driver state
Oct 12 21:54:02 debian kernel: -------------------
Oct 12 21:54:02 debian kernel: now=484287 last interrupt=484287 diff=0 last called handler=00000000
Oct 12 21:54:02 debian kernel: timeout_message=do wakeup
Oct 12 21:54:02 debian kernel: last output bytes:
Oct 12 21:54:02 debian kernel: 0 0 0
Oct 12 21:54:02 debian last message repeated 6 times
Oct 12 21:54:02 debian kernel: 8 80 538
Oct 12 21:54:02 debian last message repeated 7 times
Oct 12 21:54:02 debian kernel: e 80 538
Oct 12 21:54:02 debian kernel: 8 80 539
Oct 12 21:54:02 debian last message repeated 3 times
Oct 12 21:54:02 debian kernel: last result at 539
Oct 12 21:54:02 debian kernel: last redo_fd_request at 540
Oct 12 21:54:02 debian kernel:
Oct 12 21:54:02 debian kernel: status=0
Oct 12 21:54:02 debian kernel: fdc_busy=0
Oct 12 21:54:02 debian kernel: cont=00000000
Oct 12 21:54:02 debian kernel: CURRENT=00000000
Oct 12 21:54:02 debian kernel: command_status=-1
Oct 12 21:54:02 debian kernel:
Oct 12 21:54:02 debian kernel: floppy0: get result error. Fdc=0 Last status=ffffffff Read bytes=0
Oct 12 21:54:02 debian kernel:
Oct 12 21:54:02 debian kernel: floppy driver state
Oct 12 21:54:02 debian kernel: -------------------
Oct 12 21:54:02 debian kernel: now=484287 last interrupt=484287 diff=0 last called handler=00000000
Oct 12 21:54:02 debian kernel: timeout_message=do wakeup
Oct 12 21:54:02 debian kernel: last output bytes:
Oct 12 21:54:02 debian kernel: 0 0 0
Oct 12 21:54:02 debian last message repeated 6 times
Oct 12 21:54:02 debian kernel: 8 80 538
Oct 12 21:54:02 debian last message repeated 7 times
Oct 12 21:54:02 debian kernel: e 80 538
Oct 12 21:54:02 debian kernel: 8 80 539
Oct 12 21:54:02 debian last message repeated 3 times
Oct 12 21:54:02 debian kernel: last result at 539
Oct 12 21:54:02 debian kernel: last redo_fd_request at 540
Oct 12 21:54:02 debian kernel:
Oct 12 21:54:02 debian kernel: status=0
Oct 12 21:54:02 debian kernel: fdc_busy=0
Oct 12 21:54:02 debian kernel: cont=00000000
Oct 12 21:54:02 debian kernel: CURRENT=00000000
Oct 12 21:54:02 debian kernel: command_status=-1
Oct 12 21:54:02 debian kernel:
Oct 12 21:54:02 debian kernel: floppy0: unexpected interrupt
Oct 12 21:54:02 debian kernel: floppy0: unexpected interrupt
Oct 12 21:54:02 debian kernel: floppy0: sensei repl[0]=c0 repl[1]=0
Oct 12 21:54:02 debian kernel: floppy0: sensei repl[0]=c1 repl[1]=0
Oct 12 21:54:02 debian kernel: floppy0: sensei repl[0]=c2 repl[1]=0
Oct 12 21:54:02 debian kernel: floppy0: sensei repl[0]=c3 repl[1]=0
Oct 12 22:13:57 debian -- MARK --
Oct 12 22:15:29 debian kernel: Kernel logging (proc) stopped.
Oct 12 22:15:29 debian kernel: Kernel log daemon terminating.
Oct 12 22:15:30 debian exiting on signal 15
******* syslog ********
Oct 12 20:33:57 debian syslogd 1.4.1#10: restart.
Oct 12 20:33:57 debian kernel: klogd 1.4.1#10, log source = /proc/kmsg started.
Oct 12 20:33:57 debian kernel: Inspecting /boot/System.map-2.2.20-compact
Oct 12 20:33:58 debian rpc.statd[202]: Version 1.0 Starting
Oct 12 20:33:58 debian kernel: Loaded 8768 symbols from /boot/System.map-2.2.20-compact.
Oct 12 20:33:58 debian kernel: Symbols match kernel version 2.2.20.
Oct 12 20:33:58 debian kernel: Loaded 87 symbols from 5 modules.
Oct 12 20:33:58 debian kernel: Linux version 2.2.20-compact (herbert@gondolin) (gcc version 2.7.2.3) #1 Sat Apr 20 12:40:22 EST 2002
Oct 12 20:33:58 debian kernel: BIOS-provided physical RAM map:
Oct 12 20:33:58 debian kernel: BIOS-e820: 0009fc00 @ 00000000 (usable)
Oct 12 20:33:58 debian kernel: BIOS-e820: 00000400 @ 0009fc00 (usable)
Oct 12 20:33:58 debian kernel: BIOS-e820: 07f00000 @ 00100000 (usable)
Oct 12 20:33:58 debian kernel: Detected 74703 kHz processor.
Oct 12 20:33:58 debian kernel: ide_setup: hdd=ide-scsi
Oct 12 20:33:58 debian kernel: Console: colour VGA+ 80x25
Oct 12 20:33:58 debian kernel: Calibrating delay loop... 148.68 BogoMIPS
Oct 12 20:33:58 debian kernel: Memory: 127504k/131072k available (1452k kernel code, 416k reserved, 1576k data, 124k init)
Oct 12 20:33:58 debian kernel: Dentry hash table entries: 16384 (order 5, 128k)
Oct 12 20:33:58 debian kernel: Buffer cache hash table entries: 131072 (order 7, 512k)
Oct 12 20:33:58 debian kernel: Page cache hash table entries: 32768 (order 5, 128k)
Oct 12 20:33:58 debian kernel: CPU: AMD K5/SSA5 stepping 00
Oct 12 20:33:58 debian kernel: Checking 386/387 coupling... OK, FPU using exception 16 error reporting.
Oct 12 20:33:58 debian kernel: Checking 'hlt' instruction... OK.
Oct 12 20:33:58 debian kernel: Checking for popad bug... OK.
Oct 12 20:33:58 debian kernel: POSIX conformance testing by UNIFIX
Oct 12 20:33:58 debian kernel: PCI: PCI BIOS revision 2.10 entry at 0xfbff0
Oct 12 20:33:58 debian kernel: PCI: Using configuration type 1
Oct 12 20:33:58 debian kernel: PCI: Probing PCI hardware
Oct 12 20:33:58 debian kernel: Linux NET4.0 for Linux 2.2
Oct 12 20:33:58 debian kernel: Based upon Swansea University Computer Society NET3.039
Oct 12 20:33:58 debian kernel: NET4: Unix domain sockets 1.0 for Linux NET4.0.
Oct 12 20:33:58 debian kernel: NET4: Linux TCP/IP 1.0 for NET4.0
Oct 12 20:33:58 debian kernel: IP Protocols: ICMP, UDP, TCP
Oct 12 20:33:58 debian kernel: TCP: Hash tables configured (ehash 131072 bhash 65536)
Oct 12 20:33:58 debian kernel: Starting kswapd v 1.5
Oct 12 20:33:58 debian kernel: vga16fb: initializing
Oct 12 20:33:58 debian kernel: vga16fb: mapped to 0xc00a0000
Oct 12 20:33:58 debian kernel: Console: switching to colour frame buffer device 80x30
Oct 12 20:33:58 debian kernel: fb0: VGA16 VGA frame buffer device
Oct 12 20:33:58 debian kernel: Serial driver version 4.27 with HUB-6 MANY_PORTS MULTIPORT SHARE_IRQ enabled
Oct 12 20:33:58 debian kernel: ttyS00 at 0x03f8 (irq = 4) is a 16550A
Oct 12 20:33:58 debian kernel: ttyS01 at 0x02f8 (irq = 3) is a 16550A
Oct 12 20:33:58 debian kernel: pty: 256 Unix98 ptys configured
Oct 12 20:33:58 debian kernel: RAM disk driver initialized: 16 RAM disks of 4096K size
Oct 12 20:33:58 debian kernel: loop: registered device at major 7
Oct 12 20:33:58 debian kernel: PCI_IDE: unknown IDE controller on PCI bus 00 device 08, VID=1106, DID=1571
Oct 12 20:33:58 debian kernel: PCI_IDE: not 100%% native mode: will probe irqs later
Oct 12 20:33:58 debian kernel: ide0: BM-DMA at 0x6000-0x6007, BIOS settings: hda:pio, hdb:pio
Oct 12 20:33:58 debian kernel: ide1: BM-DMA at 0x6008-0x600f, BIOS settings: hdc:pio, hdd:pio
Oct 12 20:33:58 debian kernel: hdd: HL-DT-ST GCE-8525B, ATAPI CDROM drive
Oct 12 20:33:58 debian kernel: ide1 at 0x170-0x177,0x376 on irq 15
Oct 12 20:33:58 debian kernel: Floppy drive(s): fd0 is 1.44M
Oct 12 20:33:58 debian kernel: FDC 0 is an 8272A
Oct 12 20:33:58 debian kernel: md driver 0.36.6 MAX_MD_DEV=4, MAX_REAL=8
Oct 12 20:33:58 debian kernel: aacraid raid driver version, Apr 20 2002
Oct 12 20:33:58 debian kernel: (scsi0) found at PCI 0/11/0
Oct 12 20:33:58 debian kernel: (scsi0) Narrow Channel, SCSI ID=7, 16/255 SCBs
Oct 12 20:33:58 debian kernel: (scsi0) Cables present (Int-50 YES, Ext-50 NO)
Oct 12 20:33:58 debian kernel: (scsi0) Downloading sequencer code... 415 instructions downloaded
Oct 12 20:33:58 debian kernel: scsi: Detection failed (no card)
Oct 12 20:33:58 debian kernel: DC390: 0 adapters found
Oct 12 20:33:58 debian kernel: scsi0 : Adaptec AHA274x/284x/294x (EISA/VLB/PCI-Fast SCSI) 5.1.33/3.2.4
Oct 12 20:33:58 debian kernel:
Oct 12 20:33:58 debian kernel: scsi : 1 host.
Oct 12 20:33:58 debian kernel: Vendor: CONNER Model: CFP2105S 2.14GB Rev: 1524
Oct 12 20:33:58 debian kernel: Type: Direct-Access ANSI SCSI revision: 02
Oct 12 20:33:58 debian kernel: Detected scsi disk sda at scsi0, channel 0, id 0, lun 0
Oct 12 20:33:58 debian kernel: (scsi0:0:0:1) Synchronous at 10.0 Mbyte/sec, offset 15.
Oct 12 20:33:59 debian kernel: Vendor: TOSHIBA Model: CD-ROM XM-3701TA Rev: 0236
Oct 12 20:33:59 debian kernel: Type: CD-ROM ANSI SCSI revision: 02
Oct 12 20:33:59 debian kernel: Detected scsi CD-ROM sr0 at scsi0, channel 0, id 1, lun 0
Oct 12 20:33:59 debian kernel: (scsi0:0:1:1) Synchronous at 4.4 Mbyte/sec, offset 15.
Oct 12 20:33:59 debian kernel: Vendor: IBM Model: DCAS-34330 Rev: S61A
Oct 12 20:33:59 debian kernel: Type: Direct-Access ANSI SCSI revision: 02
Oct 12 20:33:59 debian kernel: Detected scsi disk sdb at scsi0, channel 0, id 6, lun 0
Oct 12 20:33:59 debian kernel: (scsi0:0:6:1) Synchronous at 10.0 Mbyte/sec, offset 15.
Oct 12 20:33:59 debian kernel: scsi : detected 1 SCSI cdrom 2 SCSI disks total.
Oct 12 20:33:59 debian kernel: Uniform CD-ROM driver Revision: 3.11
Oct 12 20:33:59 debian kernel: SCSI device sda: hdwr sector= 512 bytes. Sectors= 4194304 [2048 MB] [2.0 GB]
Oct 12 20:33:59 debian kernel: SCSI device sdb: hdwr sector= 512 bytes. Sectors= 8467200 [4134 MB] [4.1 GB]
Oct 12 20:33:59 debian kernel: 3c59x.c 18Feb01 Donald Becker and others http://www.scyld.com/network/vortex.html
Oct 12 20:33:59 debian kernel: pcnet32.c: PCI bios is present, checking for devices...
Oct 12 20:33:59 debian kernel: via-rhine.c:v1.08b-LK1.0.1 12/14/2000 Written by Donald Becker
Oct 12 20:33:59 debian kernel: http://www.scyld.com/network/via-rhine.html
Oct 12 20:33:59 debian kernel: Partition check:
Oct 12 20:33:59 debian kernel: sda: sda1 sda2
Oct 12 20:33:59 debian kernel: sdb:
Oct 12 20:33:59 debian kernel: VFS: Mounted root (ext2 filesystem) readonly.
Oct 12 20:33:59 debian kernel: Freeing unused kernel memory: 124k freed
Oct 12 20:33:59 debian kernel: parport0: PC-style at 0x378 [SPP]
Oct 12 20:33:59 debian kernel: lp0: using parport0 (polling).
Oct 12 20:33:59 debian kernel: scsi1 : SCSI host adapter emulation for IDE ATAPI devices
Oct 12 20:33:59 debian kernel: scsi : 2 hosts.
Oct 12 20:33:59 debian kernel: Vendor: HL-DT-ST Model: CD-RW GCE-8525B Rev: 1.02
Oct 12 20:33:59 debian kernel: Type: CD-ROM ANSI SCSI revision: 02
Oct 12 20:33:59 debian kernel: Detected scsi CD-ROM sr1 at scsi1, channel 0, id 0, lun 0
Oct 12 20:33:59 debian kernel: sr1: scsi3-mmc drive: 40x/52x writer cd/rw xa/form2 cdda tray
Oct 12 20:34:00 debian lpd[216]: restarted
Oct 12 20:34:04 debian postgres[257]: [1] DEBUG: database system was shut down at 2006-10-12 18:30:37 CEST
Oct 12 20:34:04 debian postgres[257]: [2] DEBUG: checkpoint record is at 0/1D0FD0
Oct 12 20:34:04 debian postgres[257]: [3] DEBUG: redo record is at 0/1D0FD0; undo record is at 0/0; shutdown TRUE
Oct 12 20:34:04 debian postgres[257]: [4] DEBUG: next transaction id: 723; next oid: 16618
Oct 12 20:34:04 debian postgres[257]: [5] DEBUG: database system is ready
Oct 12 20:34:10 debian /usr/sbin/cron[277]: (CRON) INFO (pidfile fd = 3)
Oct 12 20:34:10 debian xfs: ignoring font path element /usr/lib/X11/fonts/cyrillic/ (unreadable)
Oct 12 20:34:10 debian /usr/sbin/cron[278]: (CRON) STARTUP (fork ok)
Oct 12 20:34:10 debian /usr/sbin/cron[278]: (CRON) INFO (Running @reboot jobs)
Oct 12 20:34:11 debian xfs: ignoring font path element /usr/lib/X11/fonts/CID (unreadable)
Oct 12 20:38:01 debian /USR/SBIN/CRON[395]: (mail) CMD ( if [ -x /usr/sbin/exim -a -f /etc/exim/exim.conf ]; then /usr/sbin/exim -q ; fi)
Oct 12 20:46:14 debian modprobe: modprobe: Can't locate module char-major-108
Oct 12 20:46:14 debian kernel: CSLIP: code copyright 1989 Regents of the University of California
Oct 12 20:46:15 debian kernel: PPP: version 2.3.7 (demand dialling)
Oct 12 20:46:15 debian kernel: PPP line discipline registered.
Oct 12 20:46:15 debian kernel: registered device ppp0
Oct 12 20:46:15 debian pppd[410]: pppd 2.4.1 started by root, uid 0
Oct 12 20:46:15 debian pppd[410]: Using interface ppp0
Oct 12 20:46:15 debian pppd[410]: Connect: ppp0 <--> /dev/ttyS1
Oct 12 20:46:34 debian pppd[410]: Hangup (SIGHUP)
Oct 12 20:46:34 debian pppd[410]: Modem hangup
Oct 12 20:46:34 debian pppd[410]: Connection terminated.
Oct 12 20:46:34 debian pppd[410]: Exit.
Oct 12 20:47:03 debian modprobe: modprobe: Can't locate module char-major-108
Oct 12 20:47:03 debian pppd[414]: pppd 2.4.1 started by root, uid 0
Oct 12 20:47:03 debian pppd[414]: Using interface ppp0
Oct 12 20:47:03 debian pppd[414]: Connect: ppp0 <--> /dev/ttyS1
Oct 12 20:47:22 debian pppd[414]: Hangup (SIGHUP)
Oct 12 20:47:22 debian pppd[414]: Modem hangup
Oct 12 20:47:22 debian pppd[414]: Connection terminated.
Oct 12 20:47:22 debian pppd[414]: Exit.
Oct 12 20:47:58 debian modprobe: modprobe: Can't locate module char-major-108
Oct 12 20:47:59 debian pppd[417]: pppd 2.4.1 started by root, uid 0
Oct 12 20:47:59 debian pppd[417]: Using interface ppp0
Oct 12 20:47:59 debian pppd[417]: Connect: ppp0 <--> /dev/ttyS1
Oct 12 20:48:18 debian pppd[417]: Hangup (SIGHUP)
Oct 12 20:48:18 debian pppd[417]: Modem hangup
Oct 12 20:48:18 debian pppd[417]: Connection terminated.
Oct 12 20:48:18 debian pppd[417]: Exit.
Oct 12 20:53:02 debian /USR/SBIN/CRON[440]: (mail) CMD ( if [ -x /usr/sbin/exim -a -f /etc/exim/exim.conf ]; then /usr/sbin/exim -q ; fi)
Oct 12 21:08:01 debian /USR/SBIN/CRON[517]: (mail) CMD ( if [ -x /usr/sbin/exim -a -f /etc/exim/exim.conf ]; then /usr/sbin/exim -q ; fi)
Oct 12 21:23:01 debian /USR/SBIN/CRON[534]: (mail) CMD ( if [ -x /usr/sbin/exim -a -f /etc/exim/exim.conf ]; then /usr/sbin/exim -q ; fi)
Oct 12 21:33:57 debian -- MARK --
Oct 12 21:38:01 debian /USR/SBIN/CRON[547]: (mail) CMD ( if [ -x /usr/sbin/exim -a -f /etc/exim/exim.conf ]; then /usr/sbin/exim -q ; fi)
Oct 12 21:53:01 debian /USR/SBIN/CRON[554]: (mail) CMD ( if [ -x /usr/sbin/exim -a -f /etc/exim/exim.conf ]; then /usr/sbin/exim -q ; fi)
Oct 12 21:54:02 debian kernel: floppy0: Getstatus times out (0) on fdc 0
Oct 12 21:54:02 debian kernel:
Oct 12 21:54:02 debian kernel: floppy driver state
Oct 12 21:54:02 debian kernel: -------------------
Oct 12 21:54:02 debian kernel: now=484287 last interrupt=484287 diff=0 last called handler=00000000
Oct 12 21:54:02 debian kernel: timeout_message=do wakeup
Oct 12 21:54:02 debian kernel: last output bytes:
Oct 12 21:54:02 debian kernel: 0 0 0
Oct 12 21:54:02 debian last message repeated 6 times
Oct 12 21:54:02 debian kernel: 8 80 538
Oct 12 21:54:02 debian last message repeated 7 times
Oct 12 21:54:02 debian kernel: e 80 538
Oct 12 21:54:02 debian kernel: 8 80 539
Oct 12 21:54:02 debian last message repeated 3 times
Oct 12 21:54:02 debian kernel: last result at 539
Oct 12 21:54:02 debian kernel: last redo_fd_request at 540
Oct 12 21:54:02 debian kernel:
Oct 12 21:54:02 debian kernel: status=0
Oct 12 21:54:02 debian kernel: fdc_busy=0
Oct 12 21:54:02 debian kernel: cont=00000000
Oct 12 21:54:02 debian kernel: CURRENT=00000000
Oct 12 21:54:02 debian kernel: command_status=-1
Oct 12 21:54:02 debian kernel:
Oct 12 21:54:02 debian kernel: floppy0: get result error. Fdc=0 Last status=ffffffff Read bytes=0
Oct 12 21:54:02 debian kernel:
Oct 12 21:54:02 debian kernel: floppy driver state
Oct 12 21:54:02 debian kernel: -------------------
Oct 12 21:54:02 debian kernel: now=484287 last interrupt=484287 diff=0 last called handler=00000000
Oct 12 21:54:02 debian kernel: timeout_message=do wakeup
Oct 12 21:54:02 debian kernel: last output bytes:
Oct 12 21:54:02 debian kernel: 0 0 0
Oct 12 21:54:02 debian last message repeated 6 times
Oct 12 21:54:02 debian kernel: 8 80 538
Oct 12 21:54:02 debian last message repeated 7 times
Oct 12 21:54:02 debian kernel: e 80 538
Oct 12 21:54:02 debian kernel: 8 80 539
Oct 12 21:54:02 debian last message repeated 3 times
Oct 12 21:54:02 debian kernel: last result at 539
Oct 12 21:54:02 debian kernel: last redo_fd_request at 540
Oct 12 21:54:02 debian kernel:
Oct 12 21:54:02 debian kernel: status=0
Oct 12 21:54:02 debian kernel: fdc_busy=0
Oct 12 21:54:02 debian kernel: cont=00000000
Oct 12 21:54:02 debian kernel: CURRENT=00000000
Oct 12 21:54:02 debian kernel: command_status=-1
Oct 12 21:54:02 debian kernel:
Oct 12 21:54:02 debian kernel: floppy0: unexpected interrupt
Oct 12 21:54:02 debian kernel: VFS: Disk change detected on device fd(2,0)
Oct 12 21:54:02 debian kernel: floppy0: unexpected interrupt
Oct 12 21:54:02 debian kernel: floppy0: sensei repl[0]=c0 repl[1]=0
Oct 12 21:54:02 debian kernel: floppy0: sensei repl[0]=c1 repl[1]=0
Oct 12 21:54:02 debian kernel: floppy0: sensei repl[0]=c2 repl[1]=0
Oct 12 21:54:02 debian kernel: floppy0: sensei repl[0]=c3 repl[1]=0
Oct 12 22:08:01 debian /USR/SBIN/CRON[613]: (mail) CMD ( if [ -x /usr/sbin/exim -a -f /etc/exim/exim.conf ]; then /usr/sbin/exim -q ; fi)
Oct 12 22:09:38 debian kernel: VFS: Disk change detected on device fd(2,0)
Oct 12 22:15:23 debian init: Switching to runlevel: 0
Oct 12 22:15:26 debian postgres[253]: [1] DEBUG: smart shutdown request
Oct 12 22:15:26 debian postgres[670]: [2] DEBUG: shutting down
Oct 12 22:15:26 debian xfs[273]: terminating
Oct 12 22:15:27 debian modprobe: modprobe: Can't locate module char-major-10-135
Oct 12 22:15:29 debian rpc.statd[203]: Caught signal 15, un-registering and exiting.
Oct 12 22:15:29 debian postgres[670]: [3] DEBUG: database system is shut down
Oct 12 22:15:29 debian kernel: Kernel logging (proc) stopped.
Oct 12 22:15:29 debian kernel: Kernel log daemon terminating.
Oct 12 22:15:30 debian exiting on signal 15
Bookmark/Search this post with:
did you look at
did you look at /var/log/messages? it looks to me that the other modem hung up and, if so, there must be a reason for that. also, did you notice the weird characters after "waiting for prompt"?
Lastly - might there be a problem with how you 'are authenticated' (is that English?) to your ISP? Look at the authentification protocol used on your Windoze box and compare with what you entered with pppconfig.
If you still get nothing, could you post here and attach the full:
/var/log/messages
/var/log/syslog
/var/log/ppp-connect-errors
(just stick it all into a text file and attach it to you post)
Cheers,
VS
PS: did you try connecting with a Debian-based live-CD like Kanotix or Damn Small Linux?
Motto: chown -R linux:GNU world
Distros: Debian, Kanotix, Frenzy, Damn Small Linux
check 'auth' options
1. Check the type of authentication you use - chap/pap.
2. Check your chat/response entries carefully. Your ISP may be inserting extra messages which you need to respond to but currently dont.
3. Check the 'auth' option - if this is in your configuration files, the remote machine will be sent an authentication challenge. Most ISPs do NOT support this and you are disconnected after that, but normally it is you who disconnects. You should have a line with 'noauth' rather than 'auth'.
I would suspect the most likely situation is (3), but (1) is also common.
pppconfig
Now the problem is solved. The ISP told me to change the authentification method from pap to chap.
Besides, I made an experience that you cannot trust pppconfig. It makes mistakes when writing configuration files, especially /etc/ppp/pap-secrets and /etc/ppp/chap-secrets. Instead of writing a line like "logname host password", it tends to write "logname * password" or even "logname *". In my case pppconfig swallowed my password and therefore it didn't work. I tried the chap method even before writing this case on debian forum, I only didn't analyse the configuration files carefully enough.
After using pppconfig it is necessary to see the result files and to edit them.
Thank You for helpful remarks.