it will support, i have been using evdo on ubuntu for a long time now.
just add these lines into /lib/udev/rules.d/77-mm-longcheer-port-types.rules
ATTRS{idProduct}=="9e00", ENV{.MM_USBIFNUM}=="00",
ENV{ID_MM_LONGCHEER_PORT_TYPE_MODEM}="1"
ATTRS{idProduct}=="9e00", ENV{.MM_USBIFNUM}=="01",
ENV{ID_MM_LONGCHEER_PORT_TYPE_AUX}="1"
ATTRS{idProduct}=="9e00", ENV{.MM_USBIFNUM}=="02",
ENV{ID_MM_LONGCHEER_PORT_TYPE_AUX}="1"
ATTRS{idProduct}=="9e00", ENV{.MM_USBIFNUM}=="03",
ENV{ID_MM_LONGCHEER_PORT_TYPE_AUX}="1"
ATTRS{idProduct}=="9e00", ENV{.MM_USBIFNUM}=="04",
ENV{ID_MM_LONGCHEER_PORT_TYPE_AUX}="1"
ATTRS{idProduct}=="9e00", ENV{ID_MM_LONGCHEER_TAGGED}="1"i am assuming that you are using the same device that i am using to find out type lsusb on a terminal if you find line as given below Bus 001 Device 005: ID 1c9e:9e00 then you can be sure that its the same device. if not . find out the product id and vendor id from the command ls usb 1c9e is the vendor id and 9e00 that of product. if yours is different change accordingly. Now put the device on, it should find the device. You can manage your mobile broadband using network manager. On Mon, Nov 26, 2012 at 2:59 PM, sudhicj the endless wait... < [email protected]> wrote: > Please help me...I am using Ubuntu 11.10...bought a bsnl evdo > recently...which is not supporting in ubuntu...in fact not > detecting....what to do? > > -- > "Freedom is the only law". > "Freedom Unplugged" > http://www.ilug-tvm.org > > You received this message because you are subscribed to the Google > Groups "ilug-tvm" group. > To control your subscription visit > http://groups.google.co.in/group/ilug-tvm/subscribe > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > > > > For details visit the google group page: > http://groups.google.com/group/ilug-tvm?hl=en > -- Miles to go before I Sleep -- -- "Freedom is the only law". "Freedom Unplugged" http://www.ilug-tvm.org You received this message because you are subscribed to the Google Groups "ilug-tvm" group. To control your subscription visit http://groups.google.co.in/group/ilug-tvm/subscribe To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For details visit the google group page: http://groups.google.com/group/ilug-tvm?hl=en --- You received this message because you are subscribed to the Google Groups "Free Software Users Group, Thiruvananthapuram" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
