how to install drivers on android 4.0

Hi,

Can you confirm the device PID and Android RIL version. If the PID is 68A3 then the modem is in Direct IP mode. In this case, Direct IP Drivers can be downloaded from the below mentioned link :

mycusthelp.net/SIERRAWIRELESS/_c … KQD&aid=44

After downloading, steps to install the drivers are as following :

Navigate to Sierra drivers folder which has “sierra” and “sierra_net”:

• Navigate to sierra folder:
sudo make // compile drivers
sudo make install or sudo modprobe sierra // Installs sierra drivers

• Navigate to sierra_net folder:
sudo make // compile drivers
sudo make install or sudo modprobe sierra // Installs sierra drivers

In case of using PID=68A2(QMI mode) to communicate with QMI SDK:
Please use the Gobidrivers(with GobiSerial & GobiNet folders) provided by sierra wireless and the steps to install is same as mentioned above.

Thanks.