fedora8下安装aircard750的gprs无线网卡驱动
<p>AirCard7x0.zip的下载地址:<a href="http://www.sierrawireless.com/software/7x0/AirCard7x0.zip" target="_blank">http://www.sierrawireless.com/software/7x0/AirCard7x0.zip</a><br /><br />download the AirCard7x0.zip file. You can unzip the AirCard7x0.zip by executing the following command in terminal window:<br /><br />unzip AirCard7x0.zip<br /><br />The AirCard7x0.zip contains SW_7xx_SER.dat, ac750, and ac750chat files<br /><br />How to Configure Linux to Recognize AirCard 710/750<br /><br />Before you start, make sure that the AirCard 750 is not inserted into the PCMCIA slot.<br />The following instructions will configure the AirCard 750 as a serial-only device on Linux:<br /><br />1. Add the following to /etc/pcmcia/config under the Modems and other serial devices:<br /><br />card "Sierra Wireless AC710/AC750 GPRS Network Adapter R1"<br />manfid 0x0192, 0x0710<br />cis "cis/SW_7xx_SER.dat"<br />bind "serial_cs"<br /><br />2. Copy the file SW_7xx_SER.dat in this archive in /etc/pcmcia/cis/<br />3. Restart computer.<br />4. Insert the AirCard 710/750<br /><br />When the card is inserted two high beeps should be heard, indicating that the AirCard750 has been recognized and the serial driver has been successfully loaded. The AirCard750 can be accessed as /dev/modem when inserted. Running minicom should allow access to the AT command interface.<br /><br />How to Configure Dialup Networking<br /><br />A valid SIM card, user name, password, and APN are required to configure dialup networking.<br /><br />1. Copy the files ac750 and ac750chat into /etc/ppp/peers.<br />2. Edit the existing file /etc/ppp/pap-secrets to add the following line:<br /><br />"< login>""< login>" "" "*"<br /><br />Replace < login> with the user name and < password> with the account password.<br />(e.g. "sierra" "sierra" "mypasswd" "*")<br /><br />3. Edit the file /etc/ppp/peers/ac750 to replace < login> in the line<br />"user < login>"with the same < login> name as the previous instruction. (e.g. user sierra)<br /><br />4. Edit the file /etc/ppp/peers/ac750chat so that the second line is:<br /><br />OK AT+cgdcont=1,"IP","< APN>"<br /><br />The < APN> should be replaced with the APN for the network.<br />(e.g. OK AT+cgdcont=1,"IP","internet.com")<br /><br />How to Connect to the GPRS Network<br /><br />Before you start, make sure the LED on the AirCard750 is flashing green. If there is a problem connecting (dialed too soon after inserting card or other problem) eject and re-insert the card.<br /><br />1. Connect using PPPD<br /><br />Open the console window and issue the following command:<br /><br />pppd call ac750<br /><br />NOTE:<br />Some pppd version may not correctly set up the dynamic DNS configuration. It may be necessary to copy /etc/ppp/resolv.conf to /etc/resolv.conf.<br /><br />In order to terminate the connection send pppd the tem signal (Ctrl-C).<br /><br />2. Connect using KPPP<br /><br />It is also possible to connect using a dialer (e.g. Kppp in KDE).<br /><br />1. Run KPPP configuration and click on New<br />2. Click on Dialog Setup and type in the name of connection.<br />3. Type *99# for phone number and select PAP for authentication.<br />4. Select Modem tab and for initialization string type in:<br /><br />at+cgdcont=1,"IP","< APN>"<br /><br />where < APN> is the network APN and click on OK.<br />5. Type in Login ID and Password<br />Where Login ID and Password are user name and password from your account.<br />6. Click on Connect.<br /><br />3. Signal Strength<br /><br />The RSSI (signal quality) and be read by starting minicom and issuing the command:<br /><br />at+csq<br /><br />The first number indicates the signal strength above -109 dBm (in 2 dBm increments). A value of 7 or higher (-95 dBm) can be considered adequate.<br /><br />在第一步的Configure Linux to Recognize AirCard 710/750<br /><a class="UBBWordLink" href="#" target="_blank">操作</a>结束后<a class="UBBWordLink" href="#" target="_blank">系统</a>并没有认出这个卡来<br /><br />最后查找到问题是<a class="UBBWordLink" href="#" target="_blank">系统</a>没有pcmcia的<a class="UBBWordLink" href="#" target="_blank">服务</a><br />这个需要下载一个pcmcia-cs的文件包,项目所在地址:<a href="http://pcmcia-cs.sourceforge.net/" target="_blank">http://pcmcia-cs.sourceforge.net</a><br />下载地址:<a href="http://sourceforge.net/project/showfiles.php?group_id=2405" target="_blank">http://sourceforge.net/project/showfiles.php?group_id=2405</a><br />编译后启动<br />#service pcmcia start<br />然后把卡加入的时候就能听到很清脆的两声“嘀”<br />同时查看/dev/modem文件已经生成<br /><br />剩下的就按上提到过的继续<br />随后就可以随时随地上网了</p>
頁:
[1]