Discuss EVDO PCMCIA Cards, ExpressCards, EVDO USB, PDAs, Phones, Coverage and Mobile Broadband Cards. Discuss Sprint & Verizon Coverage. CradlePoint CTR350, CTR500, PHS300, MBR900, MBR1000, MBR1200, PHS300. Discuss Improving signal with 3Gstore Antennas and Amplifiers.
EVDOforums.com
Discussion forum for EVDO users
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
Our sites Include: EVDO Info :: EVDO Forums :: EVDO Maps :: EVDO Blog :: 3Gstore.com

To purchase your EVDO Card / Antenna / Amplifier / Router from the EVDO Experts, just contact us!

Mac OSX 10.6 Snow Leopard and EVDO: will it blend?

Goto page Previous  1, 2, 3, 4, 5  
Post new topic   Reply to topic    EVDOforums.com Forum Index -> EVDOinfo.com
View previous topic :: View next topic  
Author Message
Llama
EVDO Junkie


Joined: 02 Feb 2007
Posts: 228
Location: Northern VA

PostPosted: Tue Dec 08, 2009 11:28 am    Post subject: Re: UMW190 working on 10.6.1 Reply with quote

svmodica wrote:
You have to bring it up on windows first with the verizon software. Then it updates firmware and tower map and it's happy.
Ah, is this still the case with EX720s on Sprint? :-/ I don't have any Windows notebooks around with ExpressCard slots.

What is the latest firmware and PRL for EX720's on Sprint?

Edited to Add: Wait, will Windows SprintView work via Parallels? I have XP, Vista and Win 7 VMs under Parallels 5.0.
_________________
--Larry
Back to top
View user's profile Send private message
3Gstore
EVDO Addict


Joined: 19 Sep 2006
Posts: 3171

PostPosted: Tue Dec 08, 2009 12:12 pm    Post subject: Reply with quote

llama, there appears to be a snow leopard compatible smartview:

http://www.nextel.com/en/software_downloads/mobile_broadband/novatel_merlin_ex720.shtml

if you have an older smartview installed, run an uninstall before going forward with latest version.

the current smartview should be able to update PRL on os x
Back to top
View user's profile Send private message
Llama
EVDO Junkie


Joined: 02 Feb 2007
Posts: 228
Location: Northern VA

PostPosted: Tue Dec 08, 2009 12:43 pm    Post subject: Reply with quote

Alex wrote:
the current smartview should be able to update PRL on os x
The version on the site (2.27.0026.0) is the one I installed this morning. Would it try to update the PRL using the Tools->Check for Updates Now menu item? When I did that it told me that everything was up to date, despite my card from firmware and PRL from 2006.
_________________
--Larry
Back to top
View user's profile Send private message
3Gstore
EVDO Addict


Joined: 19 Sep 2006
Posts: 3171

PostPosted: Tue Dec 08, 2009 12:54 pm    Post subject: Reply with quote

i would *expect* that the latest version of sprint smartview would bring your device up to speed, so i am as confused as you are.

at this point, if the EX720 is working well for you, perhaps we're thinking too hard?
Back to top
View user's profile Send private message
Llama
EVDO Junkie


Joined: 02 Feb 2007
Posts: 228
Location: Northern VA

PostPosted: Tue Dec 08, 2009 1:04 pm    Post subject: Reply with quote

Alex wrote:
i would *expect* that the latest version of sprint smartview would bring your device up to speed, so i am as confused as you are.

at this point, if the EX720 is working well for you, perhaps we're thinking too hard?
Maybe. I have a ticket in to 3G store to see what they think, since I bought the refurb from them.

My inner geek just balks at my "newer" replacement having older firmware/PRL than the one I am replacing. Smile
_________________
--Larry
Back to top
View user's profile Send private message
Llama
EVDO Junkie


Joined: 02 Feb 2007
Posts: 228
Location: Northern VA

PostPosted: Fri Dec 11, 2009 11:21 am    Post subject: Reply with quote

SmartView worked fine on my MBP running in Vista on Boot Camp.
_________________
--Larry
Back to top
View user's profile Send private message
3Gstore
EVDO Addict


Joined: 19 Sep 2006
Posts: 3171

PostPosted: Fri Dec 11, 2009 11:27 am    Post subject: Reply with quote

Just FYI to Mac users reading this thread.
newer version of Smartview for Snow Leopard came out yesterday.

Dated: 12/10/2009
Software Version: 2.28.0061

no, i have no idea what differences it brings. i don't use it much.
i prefer to use my modems in a http://3gstore.com/cradlepoint
Back to top
View user's profile Send private message
coly
EVDO Newbie


Joined: 31 Dec 2009
Posts: 1
Location: utah

PostPosted: Thu Dec 31, 2009 1:07 am    Post subject: cricket a600 Reply with quote

i saved the script on my desktop and tried all the steps on the screencast but when i put in " sudo bash postflight " it says " bash: postflight: No such file or directory " what am i doing wrong???
Back to top
View user's profile Send private message
MacNutman
EVDO Newbie


Joined: 04 Feb 2010
Posts: 1

PostPosted: Thu Feb 04, 2010 8:47 am    Post subject: Re: Cricket A600 Reply with quote

jamus wrote:
Cricket kinda works, but not by using their connection software (but using their drivers). This is what I had to do from a fresh install of SL (I may be missing some steps).

Install the software. Mac OS will complain that the installer installed stuff incorrectly.

Move the CDFree* and DevGuruVsp* kexts from /System/Library/Extensions to the desktop.

Delete the panther versions

Rename the tiger versions to CDFree.kext and DevGuruVsp.kext

Copy them to /Library/Extensions

Go into terminal, and fix permissions in the the /Library/Extensions directory:

cd /Library/Extensions
sudo chown -R root:wheel *
sudo chmod -R 0644 *

Load the driver:

sudo kextload -v *

Then at some point, either by removing and inserting the USB adapter, or playing around with the Software, I got a popup saying that a new network adapter was detected.

Then, I went into System Preferences, and to the first A600 device, added #777 as the phone number, cricket as the username, and my last 7 digits of my phone number as the password. I was then able to use this device to connect.


I finally got this to work. Now the only problem is that I have to go back into terminal and do this every single time I disconnect and reconnect my modem after a shutdown.

cd /Library/Extensions
sudo chown -R root:wheel *
sudo chmod -R 0644 *

Load the driver:

sudo kextload -v *

******* Well, I finally figured it out!!!

Make this Application using applescript editor: (substitute YOURPW for your system password)

do shell script "chown -R root:wheel /library/extensions/*" password "YOURPW" with administrator privileges
do shell script "chmod -R 0644 /library/extensions/*" password "YOURPW" with administrator privileges
do shell script "kextload -v /library/extensions/*" password "YOURPW" with administrator privileges


Save this file as an Application, on your Desktop for example (or just about anywhere else).
To have this automatically run every time you log in, just add it in your Login Items (Preferences).

Make sure NOT to connect your modem until after your system has completed the Login completely!! *** If you do, you'll have to remove and reconnect the modem again for it to work. Give the modem some time to initialize and be read by the system.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    EVDOforums.com Forum Index -> EVDOinfo.com All times are GMT - 6 Hours
Goto page Previous  1, 2, 3, 4, 5
Page 5 of 5

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum







Buy from the 3G Experts @ 3Gstore.com


MBR1200 $179.99 (After $50 Mail-in Rebate)


Sprint MiFi FREE


CTR500 $159.99

MBR1000 $189.99


CTR350 $84.99


PHS300 $139.99


Sprint 598U - Free


CLEAR USB Modem


Sprint U301 3G/4G USB, $19.99 - $50 Rebate


Purchase an EVDO Booster Antenna


Purchase an EVDO Amplifier


Your Mac EVDO Experts










EVDO Antenna Booster





Digg Us :: del.icio.us :: technorati :: furl

4G :: 4G Forums :: PHS300 :: MBR1000 :: Novatel Ovation U760 :: Verizon USB760 :: CBA250 :: MBR800 :: 598U :: MBR1200 :: WiPipe Central :: U760 :: MP3450i :: U301 :: Sprint Overdrive