FAQ   Search   Register   Login

CIOL Network sites



Post new topic Reply to topic  [ 4 posts ] 
Author Message
 Post subject: how to install micromax MMX300G modem in linux
PostPosted: Sat Jul 10, 2010 6:26 pm 
Offline

Joined: Wed May 26, 2010 9:39 pm
Posts: 4
I want to know where can i get linux driver for micromax MMX 300g modem.Which version of linux supports that. I am failed to configure it in Fedora core13 ,suse11.1 and ubuntu.Every time I connect the usb modem in linux it shows a cd symbol and nothing work.I want to know how to configure this usb modem in linux and surfing internet without any hazards.


Top
 Profile  
 
 Post subject: Re: how to install micromax MMX300G modem in linux
PostPosted: Mon Jul 19, 2010 1:10 am 
Offline
Grand Master

Joined: Fri Mar 19, 2004 2:50 pm
Posts: 1646
Location: Cyberspace
look at the output of lsusb
one of the lines would go like 0x1c9e:0xf000
right this is the vendor:productid for storage mode of this modem
the vendorid:productid for modem mode is 0x1c9e:0x9603
get this file http://www.draisberghof.de/usb_modeswit ... .2.tar.bz2

First of all you need to extract it enter the extracted folder
copy the file usb_modeswitch to /usr/bin

$ sudo cp usb_modeswitch /usr/bin/

copy usb_modeswitch.conf to /etc folder

$ sudo cp usb_modeswitc.conf /etc/

open up usb_modeswitch.conf and add the following lines at the end

##########
# Settings for Micromax MMX 300G USB Modem
##########
DefaultVendor = 0x1c9e
DefaultProduct = 0xf000
TargetVendor = 0x1c9e
TargetProduct = 0x9603
MessageEndpoint=0x01
MessageContent="55534243123456788000000080000606f50402527000000000000000000000"

Thats the correct config for Micromax MMX 300G modem.

run the command

$ sudo /usr/bin/usb_modeswitch

run lsusb again

voila: the modem mode is on. notice the new productid showing in the lsusb output

Wrap up by mounting the modem:

$ modprobe usbserial vendor=0x1c9e product=0x9603

_________________
"Thou shalt not follow the null pointer for at it's end madness and chaos lies."


Top
 Profile  
 
 Post subject: Re: how to install micromax MMX300G modem in linux
PostPosted: Sat Jul 24, 2010 8:36 am 
Offline

Joined: Wed May 26, 2010 9:39 pm
Posts: 4
http://www.draisberghof.de/usb_modeswit ... .2.tar.bz2
This link is not found.


Top
 Profile  
 
 Post subject: Re: how to install micromax MMX300G modem in linux
PostPosted: Sat Jul 24, 2010 9:26 pm 
Offline
Grand Master

Joined: Fri Mar 19, 2004 2:50 pm
Posts: 1646
Location: Cyberspace
try this http://www.filewatcher.com/m/usb_modesw ... 2.0.0.html

this should work ..

null

_________________
"Thou shalt not follow the null pointer for at it's end madness and chaos lies."


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 4 posts ] 

All times are UTC + 5:30 hours


Who is online

Users browsing this forum: No registered users and 1 guest


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 post attachments in this forum

Search for:
Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group