[Bug 496256] Re: Nokia CS-15 USB modem does not work anymore and can not be installed in Karmic

2009-12-18 Thread Neil Brett
I posted a fix for getting a Nokia CS-15 to work in Karmic (9.10) here:
https://bugs.launchpad.net/ubuntu/+bug/456162

Not sure if its the same modem as you are using, but some of the errors
you  are getting look familiar

I havent had any problems with performance since getting it working, but
it hasnt been long

-- 
Nokia CS-15 USB modem does not work anymore and can not be installed in Karmic
https://bugs.launchpad.net/bugs/496256
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


[Bug 456162] Re: nokia cs-15 3g modem support

2009-12-18 Thread Neil Brett
*** 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=5553424312345678061b000200
SUBSYSTEM==usb, SYSFS{idVendor}==0421, SYSFS{idProduct}==0610, 
RUN+=/usr/sbin/usb_modeswitch --default-vendor 0x0421 --default-product 0x0610 
--message-content 
5553424312345678061b000200
###


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=5553424312345678061b000200




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