On Thu, Jun 11, 2009 at 05:45:26AM -0700, Aaron Glenn wrote: > On Wed, Jun 10, 2009 at 7:34 PM, Micheal Waltz<[email protected]> wrote: > > I just installed OpenBSD 4.5 i386 on my Lenovo X61s Thinkpad, and even > > though dmesg shows that it detects the internal Sierra Wireless MC5725 > > Cell Modem I am unable to get ppp to dialout on it. The modem is > > activated and was able to connect using Verizon Wireless software in > > Windows, the option "do not disable when application is closed" was > > checked, and the LED is on which means it should be powered on under > > OpenBSD. The modem detects as: > > > > umsm0 at uhub5 port 1 configuration 1 interface 0 "Sierra Wireless, > > Incorporated Sierra Wireless MC5725 Modem" rev 1.10/0.02 addr 2 > > I've never been able to get my Sierra Wireless WWAN card on my T60p to > work either; after sprinkling some debug dust on umsm.c with the help > of a dear friend I've come to the conclusion a wake-up/power-on > sequence needs to be issued not unlike the one currently in there for > the Huawei card. I got as far as "STALLED" for USB device status. if > anyone would like to cluebat me where to go from there I'll spend a > few more cycles on it and get it to work. it seems trivial enough...? >
I have a Sierra Wireless build in my X300 lenovo. It works. All i had to do is enable (at+cfun=1) with linux (ubuntu live cd) and I could use umts with this "ppp.conf" set device /dev/<yourdevice> set dial "ABORT ERROR ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \"\" AT OK-ATZ-OK AT_OPSYS=1,2 OK AT+COPS? OK ATE1Q0 OK AT+CGDCONT=1,\\\"IP\\\",\\\"YOUR_APN\\\" OK \\dATD\\T TIMEOUT 40 CONNECT" set phone "*99#" #set speed 460800 #set login set authname "yourusername" set authkey "yourpass" set timeout 0 set ifaddr 10.0.0.1/0 10.0.0.2/0 0.0.0.0 0.0.0.0 add default HISADDR #disable vjcomp #disable dns #disable mppe disable ipv6cp I use the at commands to select the correct apn. This works now every time without problem. Regards

