Missing support for Samsung GT-B3730 LTE USB modem

Bug #710237 reported by Marius B. Kotsbak
8
This bug affects 1 person
Affects Status Importance Assigned to Milestone
ModemManager
Confirmed
Undecided
Unassigned
linux (Ubuntu)
Fix Released
Undecided
Unassigned
modemmanager (Ubuntu)
Confirmed
Undecided
Unassigned

Bug Description

Binary package hint: network-manager

The modem is not recognized by network manager, even after applying the patch in bug #710226. See the discussions about it here:

http://www.draisberghof.de/usb_modeswitch/bb/viewtopic.php?t=465&postdays=0&postorder=asc&start=0

We must find out what AT commands to send to the modem to initialize and enable LTE mode, and which protocol it uses for the virtual USB ethernet connection (rndis?), and either get ndiswrapper to work with the windows drivers or find/develop a Linux driver for it.

ProblemType: Bug
DistroRelease: Ubuntu 10.10
Package: network-manager 0.8.1+git.20100810t184654.ab580f4-0ubuntu2
ProcVersionSignature: Ubuntu 2.6.35-25.43-generic 2.6.35.10
Uname: Linux 2.6.35-25-generic x86_64
NonfreeKernelModules: nvidia
Architecture: amd64
CRDA: Error: [Errno 2] Ingen slik fil eller filkatalog
Date: Sun Jan 30 17:31:54 2011
InstallationMedia: Ubuntu 10.04 LTS "Lucid Lynx" - Release amd64 (20100427.1)
InterestingModules: ndiswrapper
IpRoute:
 10.0.0.0/24 dev eth0 proto kernel scope link src 10.0.0.2 metric 1
 192.168.32.0/24 dev vmnet8 proto kernel scope link src 192.168.32.1
 192.168.66.0/24 dev vmnet1 proto kernel scope link src 192.168.66.1
 169.254.0.0/16 dev eth0 scope link metric 1000
 default via 10.0.0.138 dev eth0 proto static
Keyfiles: Error: [Errno 2] Ingen slik fil eller filkatalog
ProcEnviron:
 LANGUAGE=nb_NO:nb:no_NO:no:nn_NO:nn:en
 PATH=(custom, user)
 LANG=nb_NO.utf8
 SHELL=/bin/bash
SourcePackage: network-manager

Revision history for this message
Marius B. Kotsbak (mariusko) wrote :
Revision history for this message
Marius B. Kotsbak (mariusko) wrote :

The modem is currently being distributed at least by NetCom, Telia and Sonera in Norway, Sweden and Finland for their LTE (4G) network.

Revision history for this message
Mathieu Trudel-Lapierre (cyphermox) wrote :

From the logs I'm under the impression there is a race between modemmanager and usb-modeswitch to use the modem; this will need some further checking and testing, but I'll tackle the modeswitch part first.

Are you saying that this modem would export an ethernet port? It's not traditionally the case.

To further advance testing for this issue, would it be possible for you to try using this dongle from a Live CD session of the current development release?

Thanks in advance.

Changed in network-manager (Ubuntu):
status: New → Incomplete
Revision history for this message
Marius B. Kotsbak (mariusko) wrote :

What in the logs makes you think that? Well, this is one of the first available LTE modems, so it is not traditional in that LTE is a different technology not using PPP (more directly connecting to ethernet/IP) and archives much better ping times (ca. 30 ms) as far as I have read.

Revision history for this message
Mathieu Trudel-Lapierre (cyphermox) wrote :

The important log file is WifiSyslog attached to the bug report.

I think you might want to report this upstream for NetworkManager a bug or message on the NetworkManager mailing list (see http://live.gnome.org/NetworkManager) as well.

Revision history for this message
Marius B. Kotsbak (mariusko) wrote :

Well maybe, but I opened this bug mostly as a tracking place and for people searching. I am working on the drivers and it is not yet working manually without NetworkManager, so that is a later problem to solve.

Revision history for this message
Launchpad Janitor (janitor) wrote :

[Expired for network-manager (Ubuntu) because there has been no activity for 60 days.]

Changed in network-manager (Ubuntu):
status: Incomplete → Expired
Revision history for this message
Marius B. Kotsbak (mariusko) wrote :

I'm working on this. Kernel module almost ready, and I'm investigating writing a NM module.

Changed in network-manager (Ubuntu):
assignee: nobody → Marius Kotsbak (mariusko)
status: Expired → In Progress
Revision history for this message
Marius B. Kotsbak (mariusko) wrote :

My work is available here:

https://github.com/mkotsbak/ModemManager-Samsung-LTE

but does not work yet.

Revision history for this message
Marius B. Kotsbak (mariusko) wrote :

The solution for this is in modemmanager, not NM, as well as a kernel module available here:

https://github.com/mkotsbak/Samsung-GT-B3730-linux-driver

and soon to be submitted upstream (which will also need to be backported to solve this bug).

affects: network-manager (Ubuntu) → modemmanager (Ubuntu)
tags: added: natty
description: updated
Revision history for this message
Marius B. Kotsbak (mariusko) wrote :

The option patches now seems to be in natty-proposed, so they should soon be available. kalmia.ko module, just submitted upstream needs to be backported.

Changed in linux-backports-modules-2.6.38 (Ubuntu):
status: New → Fix Committed
description: updated
Changed in linux-backports-modules-2.6.38 (Ubuntu):
status: Fix Committed → Confirmed
Changed in linux (Ubuntu):
status: New → Fix Committed
Changed in modemmanager:
status: New → Confirmed
assignee: nobody → Marius Kotsbak (mariusko)
Revision history for this message
madbiologist (me-again) wrote :

Your patch has been included upstream in kernel 3.0-rc4.

Changed in modemmanager (Ubuntu):
status: In Progress → Confirmed
Changed in modemmanager:
status: Confirmed → In Progress
Changed in modemmanager (Ubuntu):
assignee: Marius Kotsbak (mariusko) → nobody
Changed in linux (Ubuntu):
status: Fix Committed → Fix Released
Revision history for this message
Marius B. Kotsbak (mariusko) wrote :

Japp, and the option patches are in the 2.6.38.x that is in Natty proposed. This means for the next Ubuntu we just need a Modemmanager plugin since the device is so quirky.

For the current Ubuntu, a backport of commit d40261236e8e278cb1936cb5e934262971692b10 is required additionaly. For the LTS, the last of the option module patches are also required to be backported.

Revision history for this message
madbiologist (me-again) wrote :

> For the LTS, the last of the option module patches are also required to be backported.

Is this it? It's currently in Lucid-proposed:

USB: option: Added support for Samsung GT-B3730/GT-B3710 LTE USB modem.

Revision history for this message
Marius B. Kotsbak (mariusko) wrote :
Revision history for this message
madbiologist (me-again) wrote :

The first patch (the one I mentioned in comment #14) is now also upstream in kernel 2.6.35.13.

Revision history for this message
Marius B. Kotsbak (mariusko) wrote :

Okay, but it does not help much without the others. But Ubuntu 11.10 probably gets kernel 3.0 with all of them, so if we target that one the main missing part is the modemmanager module, which I have done some work on. Also need that work to be included when finished.

Revision history for this message
Marius B. Kotsbak (mariusko) wrote :

My network operator (NetCom) is phasing out this modem for a ZTE MF820D (which I hope has less quirky firmware) so I will not need this, nor be able to work anymore on the drivers.

Changed in modemmanager:
assignee: Marius Kotsbak (mariusko) → nobody
Changed in modemmanager:
status: In Progress → New
no longer affects: linux-backports-modules-2.6.38 (Ubuntu)
Changed in modemmanager:
status: New → Confirmed
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.