DragonFly kernel List (threaded) for 2004-10
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
Re: uplcom(4) problem
Matthew Dillon wrote:
> The fix was in ucom.c, which uplcom uses. Go back to the original 0x41
> and get the latest ucom.c (1.17).
That's the version I'm using. No luck with either the original
uplcom.c or with 0x61 in uplcom.c.
dmesg says
uhci0: <VIA 83C572 USB controller> port 0x2000-0x201f irq 10 at device 11.0 on pci0
installed MI handler for int 10
usb0: <VIA 83C572 USB controller> on uhci0
usb0: USB revision 1.0
uhub0: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub0: 2 ports with 2 removable, self powered
uhub0: port error, restarting port 1
uhub0: port error, giving up port 1
uhci1: <VIA 83C572 USB controller> port 0x2020-0x203f irq 10 at device 11.1 on pci0
usb1: <VIA 83C572 USB controller> on uhci1
usb1: USB revision 1.0
uhub1: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub1: 2 ports with 2 removable, self powered
ucom0: Prolific Technology Inc. USB-Serial Controller, rev 1.10/3.00, addr 2
I also get messages like this (which I didn't get with the earlier
ucom.c)
ucom0: ucomreadcb: CANCELLED
This is what ppp.log says:
Oct 17 11:21:43 bluerondo ppp[664]: Phase: Using interface: tun0
Oct 17 11:21:43 bluerondo ppp[664]: Phase: deflink: Created in closed state
Oct 17 11:21:43 bluerondo ppp[664]: tun0: Command: default: ident user-ppp VERSION (built COMPILATIONDATE)
Oct 17 11:21:43 bluerondo ppp[664]: tun0: Command: default: set device /dev/ucom0
Oct 17 11:21:43 bluerondo ppp[664]: tun0: Command: default: set speed 115200
Oct 17 11:21:43 bluerondo ppp[664]: tun0: Command: default: set dial ABORT BUSY ABORT NO\sCARRIER TIMEOUT 5 "" AT+CRM=1 OK-AT+CRM=1-OK ATDT\T TIMEOUT 40 CONNECT
Oct 17 11:21:43 bluerondo ppp[664]: tun0: Command: default: set timeout 180
Oct 17 11:21:43 bluerondo ppp[664]: tun0: Command: default: enable dns
Oct 17 11:21:43 bluerondo ppp[664]: tun0: Phase: PPP Started (interactive mode).
Oct 17 11:21:46 bluerondo ppp[664]: tun0: Command: /dev/tty: dial papchap
Oct 17 11:21:46 bluerondo ppp[664]: tun0: Command: papchap: set phone ##7#
Oct 17 11:21:46 bluerondo ppp[664]: tun0: Command: papchap: set authname internet
Oct 17 11:21:46 bluerondo ppp[664]: tun0: Command: papchap: set authkey ********
Oct 17 11:21:46 bluerondo ppp[664]: tun0: Command: papchap: set ifaddr 10.0.0.1/0 10.0.0.2/0 255.255.255.0 0.0.0.0
Oct 17 11:21:46 bluerondo ppp[664]: tun0: Command: papchap: add default HISADDR
Oct 17 11:21:46 bluerondo ppp[664]: tun0: Phase: bundle: Establish
Oct 17 11:21:46 bluerondo ppp[664]: tun0: Phase: deflink: closed -> opening
Oct 17 11:21:46 bluerondo ppp[664]: tun0: Phase: deflink: Connected!
Oct 17 11:21:46 bluerondo ppp[664]: tun0: Phase: deflink: opening -> dial
Oct 17 11:21:46 bluerondo ppp[664]: tun0: Chat: Phone: ##7#
Oct 17 11:21:46 bluerondo ppp[664]: tun0: Chat: deflink: Dial attempt 1 of 1
Oct 17 11:21:46 bluerondo ppp[664]: tun0: Chat: Send: AT+CRM=1^M
Oct 17 11:21:46 bluerondo ppp[664]: tun0: Chat: Expect(5): OK
Oct 17 11:21:51 bluerondo ppp[664]: tun0: Chat: Expect timeout
Oct 17 11:21:51 bluerondo ppp[664]: tun0: Chat: Send: AT+CRM=1^M
Oct 17 11:21:51 bluerondo ppp[664]: tun0: Chat: Expect(5): OK
Oct 17 11:21:56 bluerondo ppp[664]: tun0: Chat: Expect timeout
Oct 17 11:21:56 bluerondo ppp[664]: tun0: Warning: Chat script failed
Oct 17 11:21:56 bluerondo ppp[664]: tun0: Phase: deflink: dial -> hangup
Oct 17 11:21:56 bluerondo ppp[664]: tun0: Warning: deflink: Unable to set physical to speed 0
Oct 17 11:21:56 bluerondo ppp[664]: tun0: Phase: deflink: Disconnected!
Oct 17 11:21:56 bluerondo ppp[664]: tun0: Warning: deflink: Unable to set physical to speed 0
Oct 17 11:21:56 bluerondo ppp[664]: tun0: Phase: deflink: Connect time: 10 secs: 0 octets in, 0 octets out
Oct 17 11:21:56 bluerondo ppp[664]: tun0: Phase: deflink: 0 packets in, 0 packets out
Oct 17 11:21:56 bluerondo ppp[664]: tun0: Phase: total 0 bytes/sec, peak 0 bytes/sec on Sun Oct 17 11:21:46 2004
Oct 17 11:21:56 bluerondo ppp[664]: tun0: Phase: deflink: hangup -> closed
Oct 17 11:21:56 bluerondo ppp[664]: tun0: Phase: bundle: Dead
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]