Skip to content

Instantly share code, notes, and snippets.

@theamith
Created March 5, 2013 17:35
Show Gist options
  • Save theamith/5092184 to your computer and use it in GitHub Desktop.
Save theamith/5092184 to your computer and use it in GitHub Desktop.
Installing Airtel HUAWEI Modem in ubuntu
sudo -i
mkdir /mnt/myusbmodem
mount /dev/filename /mnt/myusbmodem
( Usually mount /dev/cdrom /mnt/myusbmodem )
filename can be found in File System'->'dev'.There you will see files starting with 'cdrom'.
cd /mnt/myusbmodem
./autorun.sh
umount /mnt/myusbmodem
cd ..
rmdir myusbmodem
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment