Re: ppp not found

2015-02-25 Thread A Y
I did exactly as you asked, but everything is the same. Is it possible that the USB modem doesn't like the Lenovo USB port? If you don't have any further suggestions, I would like to install OpenBSD on my PC and try the connection. I don't like to do that because this means that I have to remove

Re: ppp not found

2015-02-25 Thread David Coppa
On Wed, Feb 25, 2015 at 12:35 PM, A Y afyous...@hotmail.com wrote: I did exactly as you asked, but everything is the same. Is it possible that the USB modem doesn't like the Lenovo USB port? If you don't have any further suggestions, I would like to install OpenBSD on my PC and try the

Re: ppp not found

2015-02-25 Thread A Y
# grep ppp /var/log/* .Failed to open /dev/cuaU2: device not configured..

Re: ppp not found

2015-02-25 Thread David Coppa
On Wed, Feb 25, 2015 at 9:18 AM, A Y afyous...@hotmail.com wrote: #dmesg | grep -B 1 ucom same as your example but different port and different addr. #ls -l /dev/cuaU*crw-rw 1 uucp dialer 66, 128 Feb 24 9:46 /dev/cuaU0crw-rw 1 uucp dialer 66, 129 Feb 24 9:46 /dev/cuaU1crw-rw 1

Re: ppp not found

2015-02-25 Thread A Y
#dmesg | grep -B 1 ucom same as your example but different port and different addr. #ls -l /dev/cuaU*crw-rw 1 uucp dialer 66, 128 Feb 24 9:46 /dev/cuaU0crw-rw 1 uucp dialer 66, 129 Feb 24 9:46 /dev/cuaU1crw-rw 1 uucp dialer 66, 130 Feb 24 9:46 /dev/cuaU2crw-rw 1 uucp dialer 66, 131

Re: ppp not found

2015-02-24 Thread Stuart Henderson
On 2015-02-23, A Y afyous...@hotmail.com wrote: /etc/ppp/peers/vodafone.chat provides details for a specific ISP. How do I know what to write for my ISP? I read about the chat script but it doesn't tell me any specifics that is related to my ISP. Or, maybe this is not related to the ISP. The

Re: ppp not found

2015-02-24 Thread David Coppa
On Tue, Feb 24, 2015 at 12:21 PM, A Y afyous...@hotmail.com wrote: umsm0: this device is not using CDC notify message in intr pipe By experience, you can usually ignore this warning. Be sure that your /etc/resolv.conf contains a valid nameserver line. Try to ping, e.g., www.google.com Ciao

Re: ppp not found

2015-02-24 Thread A Y
1. While the machine is turned off.2. I inserted the USB modem in the USB 2.0 port.3. I turned the machine on.4. #dmesg umsm0 at uhub0 port 2 configuration 1 interface 0 HUAWEI HUAWEI Mobile rev 2.00/1.02 addr 2umsm1 at uhub0 port 2 configuration 1 interface 1 HUAWEI Technologies HUAWEI Mobile

Re: ppp not found

2015-02-24 Thread A Y
I checked for /etc/resolv.conf and couldn't find it. So I re-installed OpenBSD to let the installer create it. Here is the contents of this file: #cat /etc/resolv.conflookup file bindnameserver ipnameserver addressnameserver list I can create a ppp0 interface through the following command:

FW: ppp not found

2015-02-24 Thread A Y
# cat /etc/ppp/peers/mobinil /dev/cuaU0debugcrtscts921600defaultroutenoauth:10.64.64.64connect '/usr/sbin/chat -v -f /etc/ppp/peers/mobinil.chat' # cat /etc/ppp/peers/mobinil.chat ABORT NO CARRIERABORT NO DIALTONEABORT ERRORABORT NO ANSWERABORT BUSYABORT Username/Password IncorrectTIMEOUT 15 ATZOK

Re: FW: ppp not found

2015-02-24 Thread Fred
On 02/24/15 17:42, A Y wrote: # cat /etc/ppp/peers/mobinil /dev/cuaU0debugcrtscts921600defaultroutenoauth:10.64.64.64connect '/usr/sbin/chat -v -f /etc/ppp/peers/mobinil.chat' # cat /etc/ppp/peers/mobinil.chat ABORT NO CARRIERABORT NO DIALTONEABORT ERRORABORT NO ANSWERABORT BUSYABORT

Re: ppp not found

2015-02-23 Thread A Y
The following is what I got from making a modem query under windows: ATQ0V1E0 - OKAT+GMM - E173AT+FCLASS=? - COMMAND NOT SUPPORTAT#CLS=? - COMMAND NOT SUPPORTEDAT+GCI? - COMMAND NOT SUPPORTAT+GCI=? - COMMAND NOT SUPPORTATI1 - Manufacturer: huawei Model: E173 Revision: 21.157.71.00.272

Re: ppp not found

2015-02-23 Thread Fred
On 02/23/15 21:00, A Y wrote: The following is what I got from making a modem query under windows: ATQ0V1E0 - OKAT+GMM - E173AT+FCLASS=? - COMMAND NOT SUPPORTAT#CLS=? - COMMAND NOT SUPPORTEDAT+GCI? - COMMAND NOT SUPPORTAT+GCI=? - COMMAND NOT SUPPORTATI1 - Manufacturer: huawei Model: E173

Re: ppp not found

2015-02-23 Thread A Y
+0100 Subject: Re: ppp not found To: afyous...@hotmail.com CC: misc@openbsd.org On Mon, Feb 23, 2015 at 9:56 AM, A Y afyous...@hotmail.com wrote: Hi all, I installed OpenBSD -current and tried to run ppp command, but I got this error: ksh: ppp: not found I also didn't find /etc/ppp

Re: ppp not found

2015-02-23 Thread David Coppa
to the ISP. A working trick is recording the commands from a successful connection to your ISP under Windows: https://technet.microsoft.com/en-us/library/cc771018%28v=ws.10%29.aspx From: dco...@gmail.com Date: Mon, 23 Feb 2015 10:40:36 +0100 Subject: Re: ppp not found To: afyous

ppp not found

2015-02-23 Thread A Y
Hi all, I installed OpenBSD -current and tried to run ppp command, but I got this error: ksh: ppp: not found I also didn't find /etc/ppp/ppp.conf.sample Was there something, in the installation, that I should have done? I am trying to connect to the internet using a USB modem. Thank you

Re: ppp not found

2015-02-23 Thread David Coppa
On Mon, Feb 23, 2015 at 9:56 AM, A Y afyous...@hotmail.com wrote: Hi all, I installed OpenBSD -current and tried to run ppp command, but I got this error: ksh: ppp: not found I also didn't find /etc/ppp/ppp.conf.sample Was there something, in the installation, that I should have done? I am