From owner-freebsd-bugbusters@FreeBSD.ORG Tue Mar 4 20:39:01 2008 Return-Path: Delivered-To: bugbusters@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1549D1065670 for ; Tue, 4 Mar 2008 20:39:01 +0000 (UTC) (envelope-from volker@vwsoft.com) Received: from frontmail.ipactive.de (frontmail.maindns.de [85.214.95.103]) by mx1.freebsd.org (Postfix) with ESMTP id A0C308FC2A for ; Tue, 4 Mar 2008 20:39:00 +0000 (UTC) (envelope-from volker@vwsoft.com) Received: from mail.vtec.ipme.de (F7218.f.ppp-pool.de [195.4.114.24]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by frontmail.ipactive.de (Postfix) with ESMTP id 4A43F128844; Tue, 4 Mar 2008 21:15:55 +0100 (CET) Received: from cesar.sz.vwsoft.com (cesar.sz.vwsoft.com [192.168.16.3]) by mail.vtec.ipme.de (Postfix) with ESMTP id 2DA3E3F43C; Tue, 4 Mar 2008 21:14:07 +0100 (CET) Message-ID: <47CDADE4.8030307@vwsoft.com> Date: Tue, 04 Mar 2008 21:15:32 +0100 From: Volker User-Agent: Thunderbird 2.0.0.9 (X11/20080125) MIME-Version: 1.0 To: =?ISO-8859-1?Q?=3F=3F=3F=3F=3F=3F_=3F=3F=3F=3F=3F=3F=3F=3F=3F?= References: In-Reply-To: X-Enigmail-Version: 0.95.1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit MailScanner-NULL-Check: 1205266458.3057@zl5SyvDwhLzaugOVFzA05w X-VWSoft-MailScanner: Found to be clean X-MailScanner-From: volker@vwsoft.com X-ipactive-MailScanner-Information: Please contact the ISP for more information X-ipactive-MailScanner: Found to be clean X-ipactive-MailScanner-From: volker@vwsoft.com Cc: bugbusters@FreeBSD.org Subject: Re: system hang up when i try to connect PCMCIA CDMA modem Ubiquam UM-300 X-BeenThere: freebsd-bugbusters@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Coordination of the Problem Report handling effort." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Mar 2008 20:39:01 -0000 On 03/04/08 18:39, Хамаза Александр wrote: > Hello, > > FreeBSD mentat-laptop 6.3-PRERELEASE FreeBSD 6.3-PRERELEASE #0: Sun Jan 20 23:18:01 MSK 2008 root@pcbsd:/usr/obj/usr/src/sys/PCBSD i386 > > my system hang up when i try to use ppp on pcmcia cdma modem ubiquam UM-300 (http://www.ubiquam.com/eng/) i can't install it , can you advice me smth.? > > i load modules: > > #kldload cbb > #kldload pccard > #kldload uart > > > > laptop# tail -f /var/log/messages > ..... > Mar 4 20:16:57 mentat-laptop kernel: pccard0: (manufacturer=0x015d, product=0x4c45, function_type=254) at function 0 > Mar 4 20:16:57 mentat-laptop kernel: pccard0: CIS info: Ubiquam, UM-300, , > Mar 4 20:16:57 mentat-laptop kernel: pccard0: Allocation failed for cfe 63 > Mar 4 20:16:57 mentat-laptop kernel: pccard0: No config entry could be allocated. > > ... > > i see: > > /dev/cuau0 > /dev/cuau0.init > /dev/cuau0.lock > /dev/ttyu0 > /dev/ttyu0.init > /dev/ttyu0.lock > > my config /etc/ppp/ppp.conf : > > ######################################### > default: > set log Phase Chat LCP IPCP CCP tun command > disable pred1 deflate deflate24 protocomp acfcomp shortseq vj > deny pred1 deflate deflate24 protocomp acfcomp shortseq vj > set speed 115200 > set timeout 160 > enable dns > > skylink: > set device /dev/ttyU0 > set phone \#777 > set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \ > \"\" AT OK-AT-OK ATE1Q0 OK \ > \\dATDT\\T TIMEOUT 40 CONNECT" > set login > set authname mobile > set authkey internet > set ifaddr 10.0.0.1/0 10.0.0.2/0 255.255.255.0 0.0.0.0 > add default HISADDR > ######################################### > > > #ppp > #dial skylink > or > #ppp -ddial skylink > > and here system hang up totaly. only hard reset helps > > > wbr, Alex Khamaza Alex, I don't know this card and as the manufacturer website is too much flash infected, I'm unable to get more card infos. Anyway, I've been able to get other (similar) cards working (Novatel, Option), we should also get this one working. Please give me the following information: `kldstat' `usbdevs -dv' a complete dmesg may not hurt also Also I'm wondering if you're able to get any response from the card by using comms/minicom? Try an 'ATI' and see if the card is responding. If that's the case, please try decreasing the tty speed for ppp (test with 38400 for example) and see if you're getting results. I'm wondering if you're trying to connect to a GPRS or UTRAN (3G/UMTS) network as the dial string should be '*99#' for these networks (all around the world but YMMV depending on network operator). As soon as you've got the card working without your system locking up, you may want to include 'set cd 30!' into your ppp.conf as ppp is unable to detect carrier with most modern 3g cards w/o that instruction. Please come back to me with the requested information, I'll have a look and tell you, what to do next to get your card working. BTW, mobile@ would be a more appropriate mailing list to ask this kind of questions. Volker