BSNL EVDO CLUB Forum - UnOfficial

Full Version: Using ZTE AC8700 in Mac
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
Hi,
My problem is the command bash-3 . 2#
it says command not found
can u help me please
(04-23-2008 05:08 PM)veagles Wrote: Guests cannot see links in the messages. Please register in our forum for free by clicking here to see links.Here is a tutorial for getting the ZTE AC8700 Modem to work on Mac. It works on OS X 10.5, i.e Leopard and OS X 10.4.

UPDATE Few users complained of slow speeds with pl2303 driver. An alternate way of using this modem is given in Guests cannot see links in the messages. Please register in our forum for free by clicking here to see links..


1. Get the Prolific PL2303 driver from Guests cannot see links in the messages. Please register in our forum for free by clicking here to see links.. This chip is used in various devices like usb serial dongles and as cheap embedded USB bridge in cellphones, GPS receivers and other applications with low data traffic.
Install the Driver and Reboot

2. The next step involves Kernel Extension Patching. Start Terminal. You can start it in spotlight or Open it from utilities folder.

3. Get Root Access.
Code:
~<Username>$ sudo -s
You should enter your password, that you used when you created your account.

4. Find Info.plist.
Code:
bash-3.2# cd /System/Library/Extensions/osx-pl2303.kext/Contents/
Check if Info.plist is present in this directory using ls command. You should add the device and vendor id of the modem to this file.

5. Change permission of Info.plist to get write access.
Code:
bash-3.2# chmod 644 Info.plist
6. Add the hardware id's to Info.plist
You can use any text editor. I am using vi here.
Code:
bash-3.2# vi Info.plist
Press I to enter insert mode. Copy and paste this text into your file. This text contains the id's of ZTE AC 8700.

Quote:<key>05c6_6000</key>
<dict>
<key>CFBundleIdentifier</key>
<string>nl.bjaelectronics.driver.PL2303</string>
<key>IOClass</key>
<string>nl_bjaelectronics_driver_PL2303</string>
<key>IOKitDebug</key>
<integer>0</integer>
<key>IOMatchCategory</key>
<string>ProfilicSerialUSB</string>
<key>IOProviderClass</key>
<string>IOUSBDevice</string>
<key>IOResourceMatch</key>
<string>IOKit</string>
<key>bConfigurationValue</key>
<integer>1</integer>
<key>bInterfaceNumber</key>
<integer>0</integer>
<key>idProduct</key>
<integer>24576</integer>
<key>idVendor</key>
<integer>1478</integer>
</dict>

Now where you copy this text is very important.
Copy the text here after this,

Quote:<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleExecutable</key>
<string>osx-pl2303</string>
<key>CFBundleIdentifier</key>
<string>nl.bjaelectronics.driver.PL2303</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>Mac OS X Driver for PL2302 USB-to-serial bridge</string>
<key>CFBundlePackageType</key>
<string>KEXT</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1.0.0d1</string>
<key>IOKitPersonalities</key>
<dict>

and before this

Quote:<key>19d2_fffd</key>
<dict>
<key>CFBundleIdentifier</key>
<string>nl.bjaelectronics.driver.PL2303</string>
.......
.......
.......

Save the file. In vi, press Escape followed by :wq.

7. Repair Permissions.
Code:
bash-3.2# chown -R root:wheel /System/Library/Extensions
You can repair permissions from the disk utility too.

8. Load your modified kext
Code:
bash-3.2# sudo kextload -v /System/Library/Extensions/osx-pl2303.kext
9. Now unplug your device and plug it back.

10. Open System Preferences -> Network Click on the + sign on the bottom of the list of devices, to add a new device. ZTE CDMA TECH will be available in the list, select it.

11. Go to advanced and select Generic Dial Up device. Make sure the option "Enable error correction and compression in modem" is selected.
Close the widow.

12. Enter #777 in telephone number field. Enter your bnsl number into the account name and password fields.

13. Save and Connect.

14. Open Safari and Surf..

15. Clear the Kext Cache, for the new kext to load at boot.
Code:
~<Username>$ sudo -s
bash-3.2# touch /System/Library/Extension

I have tried to be as clear as possible. If you have any doubts, you can ask me in this thread.

Please dont email me or pm me. Ask your problems here. I have given a modified Info.plist in post #3. Use it if you dont want to modify it yourself.

Two users, Guests cannot see links in the messages. Please register in our forum for free by clicking here to see links. and Guests cannot see links in the messages. Please register in our forum for free by clicking here to see links. have sucessfully tested this method.
dude, suddenly zte cdma in my network is gone and its not showing. n when i try to add by + sign its not showing in the list. wat to do now? am using my cousins broadband n writing this to u. help me out here pls
(08-20-2008 03:59 AM)udyan Wrote: Guests cannot see links in the messages. Please register in our forum for free by clicking here to see links.
(05-29-2008 02:57 PM)veagles Wrote: Guests cannot see links in the messages. Please register in our forum for free by clicking here to see links.Ok. Here is a different approach. This method is dead easy compared to the previous one. All you need to do is run a shell script. If you have installed the pl2303 drivers, then remove them before you proceed.
Code:
~<Username>$ sudo -s
bash-3.2# kextunload /System/Library/Extensions/osx-pl2303.kext/
bash-3.2# rm -r /System/Library/Extensions/osx-pl2303.kext/
bash-3.2# rm -r /Library/Receipts/osx-pl2303.pkg/

Reboot

1. Download this file from mediafire.
Guests cannot see links in the messages. Please register in our forum for free by clicking here to see links.

2. Extract to your root partition, which is usually Mac HD. Execute these command in the terminal.
Code:
~<Username>$ sudo -s
bash-3.2# cd /
bash-3.2# ls
You should see the Install folder here.
Code:
bash-3.2# cd Install
bash-3.2# sh Install.sh

Reboot

Open Network preferences, you should be able to see ZTE CDMA Tech as one the connections. Enter your bsnl number and select Vendor as Novatel and Model as cdma from advanced tab.

The script is for ZTE AC8700 modems with hardware id 0c56:6000. The numbers 24576 and 1478 in the script correspond to the above id. You would have to change it if you have a different hardware id.

Connect and Surf!

Leave a reply if it works for you.

hi i tried unzipping the files to mac hd (where there are application library system and user folders too, after doin that i open terminal bt didnt help, did i unzipped the install folder to the right place?
i will really appreciate ur help.

udyan
When i execute sudo-s command bash-3.2# doesnt come but i enter root# and then installation goes on. But now the drivers are not listed in network prefrences. But in profiler i can see the ZTE AC 8700
I tried to do what u said.
everything works, but at the end, the ztec modem is not seen in the system preferences..
what to do?
hi, when i tried to enter, commands in terminal, it gave me error, like no command found ... whenever i used bash-3.2# commands ... its not working at all .... i followed the steps ... what should I do
(09-03-2008 06:43 PM)anandjoshi Wrote: Guests cannot see links in the messages. Please register in our forum for free by clicking here to see links.I tried to do what u said.
everything works, but at the end, the ztec modem is not seen in the system preferences..
what to do?

Most likely the hardware id of your modem is different from mine. Check and enter your id's into the script.
(09-05-2008 12:33 AM)dhanish Wrote: Guests cannot see links in the messages. Please register in our forum for free by clicking here to see links.hi, when i tried to enter, commands in terminal, it gave me error, like no command found ... whenever i used bash-3.2# commands ... its not working at all .... i followed the steps ... what should I do

bash is your shell, your command prompt. What follows bash# are the actual commands.
(09-02-2008 07:52 PM)virus_forever Wrote: Guests cannot see links in the messages. Please register in our forum for free by clicking here to see links.When i execute sudo-s command bash-3.2# doesnt come but i enter root# and then installation goes on. But now the drivers are not listed in network prefrences. But in profiler i can see the ZTE AC 8700

Check if the hardware id of your modem matches with the one given in the script.
(08-28-2008 06:49 PM)prabhu_mohan Wrote: Guests cannot see links in the messages. Please register in our forum for free by clicking here to see links.dude, suddenly zte cdma in my network is gone and its not showing. n when i try to add by + sign its not showing in the list. wat to do now? am using my cousins broadband n writing this to u. help me out here pls

Use the restore script to undo any changes and then repeat the procedure.
(08-28-2008 02:24 PM)andry Wrote: Guests cannot see links in the messages. Please register in our forum for free by clicking here to see links.Hi,
My problem is the command bash-3 . 2#
it says command not found
can u help me please

As i have said before, bash is the prompt, not a part of the command itself!
Use the Add Reply button at the bottom of the page

Do not quote the all the steps in every reply..
hi there , what i get bogged on is your third script cause you soon before that instruct "and before this " ???? before what please explain ..... with great difficulty am able to do something in mac and get stuck here ......... and some improper feeding in the terminal before how do i remove the unwanted that i have feeded .... improper in terms of the same text as provided by you but placing may be wrong ... thanks man
hi veagles my mistake .... did not read the full thread .... read did as directed on cd install etc. now its working ... speed is fine a little slow I FEEL maybe its good since do not have comparison ..... Thanks buddy just one thing ... i use leapord and the triangle i see on the top menu when i click it ... it says card not detected although still running but is there a worry sign here or is it ok ...? please enlighten me on this ............. BUT YES THANKS BRO it was neat job ,rock on BRO
(08-26-2008 04:36 PM)veagles Wrote: Guests cannot see links in the messages. Please register in our forum for free by clicking here to see links.You need to change the hardware id in the script.

change it to what?


My Product ID - 0x3197
My Vendor id - 0x05c6
(09-07-2008 07:31 PM)Devendraa Wrote: Guests cannot see links in the messages. Please register in our forum for free by clicking here to see links.hi veagles my mistake .... did not read the full thread .... read did as directed on cd install etc. now its working ... speed is fine a little slow I FEEL maybe its good since do not have comparison ..... Thanks buddy just one thing ... i use leapord and the triangle i see on the top menu when i click it ... it says card not detected although still running but is there a worry sign here or is it ok ...? please enlighten me on this ............. BUT YES THANKS BRO it was neat job ,rock on BRO
That triangle is supposed to display your evdo signal, if you have the proper drivers. I get that empty triangle too. If it bothers you, then you can delete wwan.menu file from your core services directory. It will go away.Guests cannot see images in the messages. Please register in our forum for free by clicking here to see images.
(09-09-2008 11:16 PM)anandshah Wrote: Guests cannot see links in the messages. Please register in our forum for free by clicking here to see links.
(08-26-2008 04:36 PM)veagles Wrote: Guests cannot see links in the messages. Please register in our forum for free by clicking here to see links.You need to change the hardware id in the script.

change it to what?


My Product ID - 0x3197
My Vendor id - 0x05c6

Convert it to decimal and replace the ones in the script.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
Reference URL's