From owner-freebsd-hardware@FreeBSD.ORG Sat Feb 14 09:11:32 2009 Return-Path: Delivered-To: freebsd-hardware@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C32D4106566B for ; Sat, 14 Feb 2009 09:11:32 +0000 (UTC) (envelope-from amijaresp@gmail.com) Received: from el-out-1112.google.com (el-out-1112.google.com [209.85.162.183]) by mx1.freebsd.org (Postfix) with ESMTP id 7C9028FC08 for ; Sat, 14 Feb 2009 09:11:32 +0000 (UTC) (envelope-from amijaresp@gmail.com) Received: by el-out-1112.google.com with SMTP id r27so1405700ele.13 for ; Sat, 14 Feb 2009 01:11:31 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=9W0xGatNSEyxx4hmb2Lod2vrUgEnyjg2iTRmjp6WXNc=; b=AMv9NN7TmXnp9s+EKea5aM0SV5lBygs6nLjUKsudrYcz5TZT6wq25a2iEQWTC5Bl+4 Cfzykb/IUkfARToB/gPOJ6AM3x2KF/gOMD+fuodG+/9574zvxoLvm4hl1+kzDlKi8eAU ijYaV1M7CPcXYGhu4DqFBQk0krQkbtuia5IFI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=wT0wfcsJMAvQ55yUwSOnJ4vTHncoC1jT/V9E5CrDmmR1f7bA8WZh0s0cwDSTCAKHxq UYcXdonlDW9PQwwX4wrJ954clSos94BMmJc+niIi/Kg/tMVv6B01HtZaQqUe/Fx8zKoL J4N1ymYikPgkxBFCGB1UkqaWxNJRhRDXggNYw= MIME-Version: 1.0 Received: by 10.220.74.135 with SMTP id u7mr905379vcj.4.1234602691790; Sat, 14 Feb 2009 01:11:31 -0800 (PST) In-Reply-To: <200902132209.52793.hselasky@c2i.net> References: <286906750902130802q2ec86267ye5ae0832ab9a3aa4@mail.gmail.com> <200902131906.51725.hselasky@c2i.net> <286906750902131226y22605e4ag41dcab90a6f7cf57@mail.gmail.com> <200902132209.52793.hselasky@c2i.net> Date: Sun, 15 Feb 2009 04:41:31 +1930 Message-ID: <286906750902140111i62d94f78w3921951f072cb930@mail.gmail.com> From: Alberto Mijares To: freebsd-hardware@freebsd.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: Modem GSM/GPRS X-BeenThere: freebsd-hardware@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: General discussion of FreeBSD hardware List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Feb 2009 09:11:33 -0000 [...] > Your device seems to use a propritary protocol and is not supported by FreeBSD > out of the Box. But it might be a very simple one. In FreeBSD-7-current you > can try adding the idVendor and idProduct to the ID-table > in /sys/dev/usb/u3g.c . I've been trying and found this -> http://people.freebsd.org/~n_hibma/u3g.html So, I updated my system (I'm on 7.1 now) and followed instructions. now dmesg says: ucom0: on uhub0 ucom0: configured 1 serial ports (U0.%d) (much better, doesn't it) and /dev/cuaU0.0 is created when it is plugged in. However, I can't stablish comunication with the modem. I tried with screen and minicom, but nothing happens. Even stty reports: #stty -f /dev/cuaU0.0 -a speed 9600 baud; 0 rows; 0 columns; lflags: icanon isig iexten -echo -echoe -echok -echoke -echonl -echoctl -echoprt -altwerase -noflsh -tostop -flusho -pendin -nokerninfo -extproc iflags: -istrip icrnl -inlcr -igncr ixon -ixoff ixany imaxbel -ignbrk brkint -inpck -ignpar -parmrk oflags: opost onlcr -ocrnl -oxtabs -onocr -onlret cflags: cread cs8 -parenb -parodd hupcl -clocal -cstopb -crtscts -dsrflow -dtrflow -mdmbuf cchars: discard = ^O; dsusp = ^Y; eof = ^D; eol = ; eol2 = ; erase = ^?; erase2 = ^H; intr = ^C; kill = ^U; lnext = ^V; min = 1; quit = ^\; reprint = ^R; start = ^Q; status = ^T; stop = ^S; susp = ^Z; time = 0; werase = ^W; This is what I did: $ diff u3g.c original 195,196d194 < /* PRUEBA SILABS */ < {{ USB_VENDOR_SILABS, USB_PRODUCT_SILABS_SAEL }, U3GSP_GPRS, U3GFL_NONE }, and $ tail -1 usbdevs product SILABS SAEL 0x8053 SA-EL USB Is there anything else should I try? Any clue is good for me. Thank you Alberto Mijares