*** This bug is a duplicate of bug 496256 ***
    https://bugs.launchpad.net/bugs/496256

I was able to get my Nokia CS-15 working, but had to make three changes
and add a package:

First, make sure usb_modeswitch is installed using Synaptic (my system
didnt have it and I needed to get it).

Then, you need to modify the usb_modeswitch config to recognise the modem:
  In /etc/udev/rules.d/usb_modeswitch.rules, add the following lines at the end


#######################################################################
#
# Nokia CS-15
#
# Contributors: Razvan Dragomirescu, Antti Turunen
#
#DefaultVendor= 0x0421
#DefaultProduct= 0x0610
#
#MessageEndpoint=0x01
#
#MessageContent="5553424312345678000000000000061b000000020000000000000000000000"
SUBSYSTEM=="usb", SYSFS{idVendor}=="0421", SYSFS{idProduct}=="0610", 
RUN+="/usr/sbin/usb_modeswitch --default-vendor 0x0421 --default-product 0x0610 
--message-content 
5553424312345678000000000000061b000000020000000000000000000000"
###############################################################


and then in /etc/usb_modeswitch.conf, add the following lines at the end
of the file:


#######################################################
Nokia CS-15

;DefaultVendor=0x0421
;DefaultProduct=0x0610

;MessageContent="5553424312345678000000000000061b000000020000000000000000000000"




These sections are needed so usb_modeswitch can recognise the device as one 
that needs to be switched from storage mode to modem mode, and then can do it.

Making these changes gets the lights on the modem working, but you still
wont be able to connect. The remaining issue is addressed (for the
CS-10, but it affects the CS-15 as well) at
http://ubuntuforums.org/showthread.php?t=1310892

That is, look at that other bug, and install the patch it suggests. This
gets the modem working and connecting the way you thought it would (well
it did for me anyway)

-- 
nokia cs-15 3g modem support
https://bugs.launchpad.net/bugs/456162
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to