ALT Linux Community general discussions
 help / color / mirror / Atom feed
* [Comm] wvdial
@ 2005-12-18  8:36 Alexey A. Posuponko
  2005-12-18  9:25 ` Peter Volkov
  0 siblings, 1 reply; 4+ messages in thread
From: Alexey A. Posuponko @ 2005-12-18  8:36 UTC (permalink / raw)
  To: community

Приветствую!!!

Проблема соединении к сети на работе. При настраивании соединения на
WinXP все хорошо, соединение устанавливается. При соединении с Linux
машины wvdial выдается следующее. На работе стоит Linux машина.

--> WvDial: Internet dialer version 1.54.0
--> Initializing modem.
--> Sending: ATZ
ATZ
OK
--> Sending: ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
OK
--> Modem initialized.
--> Sending: ATDP2999049
--> Waiting for carrier.
ATDP2999049
CONNECT 2400/ARQ/LAPM/V42BIS
--> Carrier detected.  Waiting for prompt.
Company
ALT Linux Master 2.2 (Orange)
**EMSI_REQA77E
[11]
company.ru login:
Company
ALT Linux Master 2.2 (Orange)
**EMSI_REQA77E
[11]
company.ru login:
--> Looks like a login prompt.
--> Sending: alexap
alexap
Password:
--> Looks like a password prompt.
--> Sending: (password)
Last login: Sat Dec 17 16:33:16 2005 from localhost on ttyS0
[1b]>[alexap@company alexap]$
--> Hmm... a prompt.  Sending "ppp".
ppp
-bash: ppp: command not found
[alexap@company alexap]$
--> Hmm... a prompt.  Sending "ppp".
ppp
-bash: ppp: command not found
[alexap@company alexap]$
--> Hmm... a prompt.  Sending "ppp".
--> Don't know what to do!  Starting pppd and hoping for the best.
--> Starting pppd at Sat Dec 17 12:38:07 2005
--> pid of pppd: 2368
--> Using interface ppp0
--> pppd: Connect: ppp0 <--> /dev/ttyS0
--> pppd: LCP: timeout sending Config-Requests
--> pppd: Connection terminated.
--> Disconnecting at Sat Dec 17 12:41:28 2005
--> The PPP daemon has died: PPP negotiation failed (exit code = 10)
--> man pppd explains pppd error codes in more detail.
--> I guess that's it for now, exiting
--> The PPP daemon has died. (exit code = 10)

В чем может быть проблема??? Какая машина настроена не правильна,
удаленная или локальная???



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Comm] wvdial
  2005-12-18  8:36 [Comm] wvdial Alexey A. Posuponko
@ 2005-12-18  9:25 ` Peter Volkov
  2005-12-18 15:47   ` Grigory Tuboltsev
  0 siblings, 1 reply; 4+ messages in thread
From: Peter Volkov @ 2005-12-18  9:25 UTC (permalink / raw)
  To: ALT Linux Community

[-- Attachment #1: Type: text/plain, Size: 908 bytes --]

On Вск, 2005-12-18 at 11:36 +0300, Alexey A. Posuponko wrote:
> wvdial выдается следующее.
> Last login: Sat Dec 17 16:33:16 2005 from localhost on ttyS0
> [1b]>[alexap@company alexap]$
> --> Hmm... a prompt.  Sending "ppp".
> ppp
> -bash: ppp: command not found
> [alexap@company alexap]$
> --> Hmm... a prompt.  Sending "ppp".
> ppp
> -bash: ppp: command not found

Похоже что в переменной PATH нет пути к каталогу, где лежит pppd.

Нужно в конфиг wvdial.conf добавить правильный путь  добавить:
PPPD Path = /usr/sbin/pppd

Этот путь можно попробовать ручками подобрать а можено попробовать
подключиться туда при помощи minicom или подобной программки, найти...

Peter.

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Comm] wvdial
  2005-12-18  9:25 ` Peter Volkov
@ 2005-12-18 15:47   ` Grigory Tuboltsev
  2005-12-19  7:42     ` Peter Volkov
  0 siblings, 1 reply; 4+ messages in thread
From: Grigory Tuboltsev @ 2005-12-18 15:47 UTC (permalink / raw)
  To: community

а, простите за глупый вопрос, пакет ppp у вас установлен вообще ?
Просто если он установлен, то ppp должен быть уже в PATH, если его там
нет, скорее всего, просто надо поставить этот пакет, и всё заработает.
Проверить можно командой rpm -qa | grep ppp
или в графической оболочке synaptic
Пишите, если не получится.

On Sun, 18 Dec 2005 12:25:41 +0300
Peter Volkov <pvolkov@mics.msu.su> wrote:

> On Вск, 2005-12-18 at 11:36 +0300, Alexey A. Posuponko wrote:
> > wvdial выдается следующее.
> > Last login: Sat Dec 17 16:33:16 2005 from localhost on ttyS0
> > [1b]>[alexap@company alexap]$
> > --> Hmm... a prompt.  Sending "ppp".
> > ppp
> > -bash: ppp: command not found
> > [alexap@company alexap]$
> > --> Hmm... a prompt.  Sending "ppp".
> > ppp
> > -bash: ppp: command not found
> 
> Похоже что в переменной PATH нет пути к каталогу, где лежит pppd.
> 
> Нужно в конфиг wvdial.conf добавить правильный путь  добавить:
> PPPD Path = /usr/sbin/pppd
> 
> Этот путь можно попробовать ручками подобрать а можено попробовать
> подключиться туда при помощи minicom или подобной программки, найти...
> 
> Peter.


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Comm] wvdial
  2005-12-18 15:47   ` Grigory Tuboltsev
@ 2005-12-19  7:42     ` Peter Volkov
  0 siblings, 0 replies; 4+ messages in thread
From: Peter Volkov @ 2005-12-19  7:42 UTC (permalink / raw)
  To: ALT Linux Community

[-- Attachment #1: Type: text/plain, Size: 396 bytes --]

Привет.

On Вск, 2005-12-18 at 16:47 +0100, Grigory Tuboltsev wrote:
> а, простите за глупый вопрос, пакет ppp у вас установлен вообще ?

Ну я думаю, что судя по тому, что из Windows XP оно каким-то образом
устанавливается, то пакет установлен...

Peter.

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2005-12-19  7:42 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-12-18  8:36 [Comm] wvdial Alexey A. Posuponko
2005-12-18  9:25 ` Peter Volkov
2005-12-18 15:47   ` Grigory Tuboltsev
2005-12-19  7:42     ` Peter Volkov

ALT Linux Community general discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 community community/ http://lore.altlinux.org/community \
		mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
	public-inbox-index community

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.community


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git