[Bug 392869] Re: Duplicate entries with Alcatel X060 (and possibly other) broadband modems

2009-06-27 Thread Javier Martín
** Description changed:

- Binary package hint: network-manager
+ Binary package hint: network-
+ manager_0.7.1~rc4.1.cf199a964-0ubuntu2_i386.deb
  
  Hello,
  
  Apparently the modem exposes two serial interfaces with GSM capabilities
  but only one works while the other crashes the modem. This is identical
  to bug #342775, only it's a different device.
  
  This patch to nm-modem-probe.c works around the issue in a similiar way
  as with the huawei devices. If the probed interface is the good one then
  go ahead, else ignore and log the issue.

-- 
Duplicate entries with Alcatel X060 (and possibly other) broadband modems
https://bugs.launchpad.net/bugs/392869
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 407803] [NEW] Enable devices in /etc/usb_modeswitch.conf

2009-08-01 Thread Javier Martín
Public bug reported:

Binary package hint: usb-modeswitch

/etc/usb_modeswitch.conf in the latest karmic package comes with the
configuration for all the devices commented out. Since the mass-storage
function only serves Windows users, it would seem sensible to uncomment
all the entries in usb_modeswitch.conf so that these devices are
switched to modem mode automatically as soon as they are plugged in.

** Affects: usb-modeswitch (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Enable devices in /etc/usb_modeswitch.conf
https://bugs.launchpad.net/bugs/407803
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 407803] Re: Enable devices in /etc/usb_modeswitch.conf

2009-08-02 Thread Javier Martín
Didier,

You are absolutely right. I had the misconception that the
/etc/udev/rules.d/usb-modeswitch.rules was generated from uncommented
entries in /etc/usb_modeswitch.conf, and therefore, only uncommented
devices would switch automatically.

Thanks for the clarification and totally classify this bug as invalid.

-- 
Enable devices in /etc/usb_modeswitch.conf
https://bugs.launchpad.net/bugs/407803
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 392869] Re: Duplicate entries with Alcatel X060 (and possibly other) broadband modems

2009-07-18 Thread Javier Martín
I am attaching the relevant syslog output captured while the serial USB
devices are being detected and probed by NetworkManager. I also added
the output of /lib/udev/nm-modem-probe --verbose --export /dev/ttyXXX0
for each port.

As shown in the log, both ttyUSB1 and ttyUSB2 report GSM capabilities,
but only one (if3) does work. The other (if1) either crashes the modem
or does nothing.

The patch I posted fixes this by checking the value of the --vid and
--usb-interface parameters passed by NetworkManager to nm-modem-probe so
that the "wrong" interface is ignorred and only the right interface is
displayed to the user.


** Attachment added: "syslog_and_nm_modem_probe_output.txt"
   http://launchpadlibrarian.net/29225619/syslog_and_nm_modem_probe_output.txt

-- 
Duplicate entries with Alcatel X060 (and possibly other) broadband modems
https://bugs.launchpad.net/bugs/392869
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 395870] Re: Alcatel X200 HSxPA modem not working

2009-07-18 Thread Javier Martín
Hello, there are 3 problems with this device. Luckily all 3 problems are
easily solvable.

1. This device shows up as a cd-rom drive. You need to switch it to
"modem" mode using this tool:
http://ftp.es.debian.org/debian/pool/main/u/usb-modeswitch/. Pick your
architecture, download, install, edit /etc/usb_modeswitch.conf and
uncomment the entry for Alcatel X200. If everything goes well, the
device ID reported by 'lsusb' should be 1bbb:. If you get 1bbb:f000
here, the modem is still in CD-ROM mode.

2. The serial ports exposed by the modem are not detected by neither the
usbserial nor the option drivers. The easiest solution is add the above
PCI ID to the list of supported IDs in the option.c driver and recompile
the kernel. This fix has already been proposed upstream.

3. If you get the above working, you should now see two instances of the
X200 under the "broadband devices" list, but only one will actually
work. The other will either crash the modem or do nothing (bug #392869).

If you want a quick fix for (2) and (3),  just add this to your 3rd
party software sources, do and apt-get update, then apt-get upgrade:

  deb http://ppa.launchpad.net/jmartinj/javi/ubuntu jaunty main
  deb-src http://ppa.launchpad.net/jmartinj/javi/ubuntu jaunty main

-- 
Alcatel X200 HSxPA modem not working
https://bugs.launchpad.net/bugs/395870
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 396521] Re: Kernel's module "option" doesn't support Alcatel X060 GSM modem

2009-07-19 Thread Javier Martín
I have compiled a kernel with support for the X060 in the option.c
driver. You can install it from my PPA. I would submit the patch if I
knew how and where. Anyway, the PPA is:

http://launchpad.net/~jmartinj/+archive/javi

Also in that PPA is a version of network manager that fixes a problem by
which the device will appear twice in NM (bug #392869).

-- 
Kernel's module "option" doesn't support Alcatel X060 GSM modem
https://bugs.launchpad.net/bugs/396521
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 396521] Re: Kernel's module "option" doesn't support Alcatel X060 GSM modem

2009-07-30 Thread Javier Martín
The patch has made it upstream!

http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=48c348cc939aaa3a07d4938669f2f315152e895e

-- 
Kernel's module "option" doesn't support Alcatel X060 GSM modem
https://bugs.launchpad.net/bugs/396521
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 396521] Re: Kernel's module "option" doesn't support Alcatel X060 GSM modem

2009-07-22 Thread Javier Martín
@Leann: I already proposed the patch upstream a few weeks ago but so far
it looks to me like it's been silently rejected. I'll peruse the wiki
above and try again.

-- 
Kernel's module "option" doesn't support Alcatel X060 GSM modem
https://bugs.launchpad.net/bugs/396521
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


Re: [Bug 384304] Re: devicekit-power fails to realize I'm on battery after AC disconnect

2009-11-23 Thread Javier Martín
Doesn't seem to work for me (see `devkit-power -d` while on batteries
attached). AC device section says "online: no" but the daemon section thinks
"on-battery: no".


2009/11/23 Martin Pitt 

> Upstream committed a simpler patch which should also fix this and avoid
> problems with the originally proposed one. I applied this in a test
> package for karmic and uploaded it into my PPA:
>
>  
> https://launchpad.net/~pitti/+archive/ppa/+packages
>
> Any chance that people affected by this problem can try this and report
> back here? Thank you!
>
> --
> devicekit-power fails to realize I'm on battery after AC disconnect
> https://bugs.launchpad.net/bugs/384304
> You received this bug notification because you are a direct subscriber
> of the bug.
>
> Status in DeviceKit based power management D-Bus backend: Confirmed
> Status in “devicekit-power” package in Ubuntu: Triaged
>
> Bug description:
> Binary package hint: devicekit-power
>
> Since upgrading to gnome-power-manager 2.27.1-0ubuntu2, which IIUC switched
> backends from hal to devkit-power, g-p-m thinks I'm always on AC, and
> doesn't even acknowledge the fact I have a battery. Rolling back to g-p-m
> 2.26.1-0ubuntu4 results in correct behaviour.
>
> I'll post some attachments with various debugging info...
>
> ProblemType: Bug
> Architecture: i386
> Date: Sat Jun  6 16:50:59 2009
> DistroRelease: Ubuntu 9.10
> Package: devicekit-power 008-1
> ProcEnviron:
>  LC_COLLATE=C
>  PATH=(custom, user)
>  LANG=en_GB.UTF-8
>  SHELL=/bin/bash
> ProcVersionSignature: Ubuntu 2.6.30-8.9-generic
> SourcePackage: devicekit-power
> Uname: Linux 2.6.30-8-generic i686
>


** Attachment added: "devkit-power-output.txt"
   http://launchpadlibrarian.net/35974938/devkit-power-output.txt

-- 
devicekit-power fails to realize I'm on battery after AC disconnect
https://bugs.launchpad.net/bugs/384304
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

Re: [Bug 384304] Re: devicekit-power fails to realize I'm on battery after AC disconnect

2009-11-24 Thread Javier Martín
His "lid-is-closed" is reported as "yes", I think he's experiencing a whole
different bug...

-- 
devicekit-power fails to realize I'm on battery after AC disconnect
https://bugs.launchpad.net/bugs/384304
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 384304] Re: devicekit-power fails to realize I'm on battery after AC disconnect

2009-11-16 Thread Javier Martín
Attached is a patch to fix this bug. The problem is in function
dkp_daemon_get_on_battery_local of dkp-daemon.c. The logic is "we're on
battery as soon as _any_ battery goes discharging", but often batteries
have troubles reporting their charging/discharging status and just say
"unknown" (at least in my two laptops, an IBM T42 and an Asus Eee 901),
so relying on the batteries' status to figure out wether we are plugged
in or not is not acceptable. Rather, we should ask the AC power device
directly and change the above logic to: "we're on battery as soon as
_any_ AC supply goes online".

A patch is attached. It applies on 011-1ubuntu1. I would report it
upstream if I knew how.

I also uploaded the binaries to a PPA. To test this fix:

sudo add-apt-repository ppa:jmartinj/dkp
sudo apt-get update
sudo apt-get upgrade


** Attachment added: "fix_on_battery_detection.diff"
   http://launchpadlibrarian.net/35769054/fix_on_battery_detection.diff

-- 
devicekit-power fails to realize I'm on battery after AC disconnect
https://bugs.launchpad.net/bugs/384304
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


Re: [Bug 384304] Re: devicekit-power fails to realize I'm on battery after AC disconnect

2009-11-17 Thread Javier Martín
@Wolfang:

Just to clarify, the patch above fixes the scenario in which devkit-power -d
reports "on-battery: no" after unplugging the AC, but apparently only when
the battery is fully charged. Under those circumstances, the battery
(through the /sys/devices filesystem) happens to report an "Unknown" status
(who knows why). That confuses the devkit-power daemon, since the
"on-battery" yes/no decision depends on the battery reporting a "charging"
or "discharging" status, and not on the AC device itself (which seems more
sensible to me).

The end result is that gnome-power-manager will never realize when AC goes
off-line and it will never switch to the "on battery" policy. The biggest
issue I had with this was that my laptop never went to sleep after closing
the lid (since I only instruct g-p-m to suspend when closing the lid on
batteries) and I've already found my laptop cooking in its bag three times.

-- 
devicekit-power fails to realize I'm on battery after AC disconnect
https://bugs.launchpad.net/bugs/384304
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 395870] Re: Alcatel X200 HSxPA modem not working

2009-11-09 Thread Javier Martín
Jeno, I don't think you need to downgrade in Karmic... The stock kernel
should support the modem. Mine takes a while to show up, though (about
1-2 minutes after plugging it in). Make sure you have the package 'usb-
modeswitch' installed. You don't have to download it from the debian
pool either, It's now included in Karmic, so just apt-get install it.

-- 
Alcatel X200 HSxPA modem not working
https://bugs.launchpad.net/bugs/395870
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 479343] [NEW] Alcatel X060/X200 broadband modems do not work (possible patch included)

2009-11-09 Thread Javier Martín
Public bug reported:

Binary package hint: modemmanager

There are quite a few glitches with this modem (I am speaking about
X060, which is the one I own, but I believe X200 behaves pretty much the
same, since they both have the same PCI vendor/product IDs):

1. Sometimes the modem doesn't show up in the nm applet. Here is the log
when it does NOT show up:

** Message: Loaded plugin Novatel
** Message: Loaded plugin Sierra
** Message: Loaded plugin Gobi
** Message: Loaded plugin MotoC
** Message: Loaded plugin Option High-Speed
** Message: Loaded plugin Option
** Message: Loaded plugin Huawei
** Message: Loaded plugin ZTE
** Message: Loaded plugin Ericsson MBM
** Message: Loaded plugin Nokia
** Message: Loaded plugin Generic
** Message: (ttyUSB1) opening serial device...
** (modem-manager:17218): DEBUG: (ttyUSB1): probe requested by plugin 'Generic'
** Message: (ttyUSB0) opening serial device...
** (modem-manager:17218): DEBUG: (ttyUSB0): probe requested by plugin 'Generic'
** Message: (ttyUSB2) opening serial device...
** (modem-manager:17218): DEBUG: (ttyUSB2): probe requested by plugin 'Generic'
** (modem-manager:17218): DEBUG: (ttyUSB1): --> 'AT+GCAP'
** (modem-manager:17218): DEBUG: (ttyUSB0): --> 'AT+GCAP'
** (modem-manager:17218): DEBUG: (ttyUSB2): --> 'AT+GCAP'
** (modem-manager:17218): DEBUG: (ttyUSB1): <-- 'AT+GCAP+CME ERROR: 
SIM not inserted'
** (modem-manager:17218): DEBUG: (ttyUSB2): <-- 'AT+GCAP+CME ERROR: 
SIM not inserted'
** (modem-manager:17218): DEBUG: (ttyUSB1): --> 'AT+GCAP'
** (modem-manager:17218): DEBUG: (ttyUSB1): <-- 'AT+GCAP+CME ERROR: 
SIM not inserted'
** (modem-manager:17218): DEBUG: (ttyUSB0): --> 'AT+GCAP'
** (modem-manager:17218): DEBUG: (ttyUSB2): --> 'AT+GCAP'
** (modem-manager:17218): DEBUG: (ttyUSB1): --> 'AT+GCAP'
** (modem-manager:17218): DEBUG: (ttyUSB1): <-- 'AT+GCAP+CME ERROR: 
SIM not inserted'
** (modem-manager:17218): DEBUG: (ttyUSB2): <-- 'AT+GCAP+CME ERROR: 
SIM not inserted'
** (modem-manager:17218): DEBUG: (ttyUSB0): --> 'AT+GCAP'
** (modem-manager:17218): DEBUG: (ttyUSB2): --> 'AT+GCAP'
** (modem-manager:17218): DEBUG: (ttyUSB1): --> 'ATI'
** (modem-manager:17218): DEBUG: (ttyUSB1): <-- 'ATIManufacturer: 
TCT Mobile International LimitedModel: HSPA Data CardRevision: 
C000IMEI: 352079030166324+GCAP: 
+CGSM,+FCLASS,+DSOK'
** (modem-manager:17218): DEBUG: (ttyUSB2): <-- 'AT+GCAP+CME ERROR: 
SIM not inserted'
** Message: (ttyUSB1) closing serial device...
** Message: (Generic): GSM modem /sys/devices/pci:00/:00:1d.7/usb1/1-4 
claimed port ttyUSB1
** (modem-manager:17218): DEBUG: Added modem 
/sys/devices/pci:00/:00:1d.7/usb1/1-4
** (modem-manager:17218): DEBUG: Exported modem 
/sys/devices/pci:00/:00:1d.7/usb1/1-4 as 
/org/freedesktop/ModemManager/Modems/0
** Message: (ttyUSB0) closing serial device...
** (modem-manager:17218): DEBUG: (ttyUSB2): --> 'ATI'
** (modem-manager:17218): DEBUG: (ttyUSB2): <-- 'ATIManufacturer: 
TCT Mobile International LimitedModel: HSPA Data CardRevision: 
C000IMEI: 352079030166324+GCAP: 
+CGSM,+FCLASS,+DSOK'
** Message: (ttyUSB2) closing serial device...
** Message: (Generic): GSM modem /sys/devices/pci:00/:00:1d.7/usb1/1-4 
claimed port ttyUSB2

-

2. Sometimes the modem DOES show up, but it takes quite a long time,
which is mostly spent after every unsuccessful AT+GCAP, until the
successful ATI is issued. Here is the log when the modem is detected
correctly and appears in nm-applet:

** (modem-manager:17218): DEBUG: Removed modem 
/sys/devices/pci:00/:00:1d.7/usb1/1-4
** Message: (ttyUSB0) opening serial device...
** (modem-manager:17218): DEBUG: (ttyUSB0): probe requested by plugin 'Generic'
** Message: (ttyUSB1) opening serial device...
** (modem-manager:17218): DEBUG: (ttyUSB1): probe requested by plugin 'Generic'
** Message: (ttyUSB2) opening serial device...
** (modem-manager:17218): DEBUG: (ttyUSB2): probe requested by plugin 'Generic'
** (modem-manager:17218): DEBUG: (ttyUSB0): --> 'AT+GCAP'
** (modem-manager:17218): DEBUG: (ttyUSB1): --> 'AT+GCAP'
** (modem-manager:17218): DEBUG: (ttyUSB2): --> 'AT+GCAP'
** (modem-manager:17218): DEBUG: (ttyUSB1): <-- 'AT+GCAP+CME ERROR: 
SIM not inserted'
** (modem-manager:17218): DEBUG: (ttyUSB2): <-- 'AT+GCAP+CME ERROR: 
SIM not inserted'
** (modem-manager:17218): DEBUG: (ttyUSB0): --> 'AT+GCAP'
** (modem-manager:17218): DEBUG: (ttyUSB1): --> 'AT+GCAP'
** (modem-manager:17218): DEBUG: (ttyUSB2): --> 'AT+GCAP'
** (modem-manager:17218): DEBUG: (ttyUSB1): <-- 'AT+GCAP+CME ERROR: 
SIM not inserted'
** (modem-manager:17218): DEBUG: (ttyUSB2): <-- 'AT+GCAP+CME ERROR: 
SIM not inserted'
** (modem-manager:17218): DEBUG: (ttyUSB0): --> 'AT+GCAP'
** (modem-manager:17218): DEBUG: (ttyUSB1): --> 'AT+GCAP'
** (modem-manager:17218): DEBUG: (ttyUSB2): --> 'AT+GCAP'
** (modem-manager:17218): DEBUG: (ttyUSB1): <-- 'AT+GCAP+CME ERROR: 
SIM not inserted'
** (modem-manager:17218): DEBUG: (ttyUS

[Bug 479343] Re: Alcatel X060/X200 broadband modems do not work (possible patch included)

2009-11-09 Thread Javier Martín

** Attachment added: "Patch to fix problem number 4 above"
   http://launchpadlibrarian.net/35429863/x060_use_only_usbif_3.patch

** Description changed:

  Binary package hint: modemmanager
  
  There are quite a few glitches with this modem (I am speaking about
  X060, which is the one I own, but I believe X200 behaves pretty much the
  same, since they both have the same PCI vendor/product IDs):
  
  1. Sometimes the modem doesn't show up in the nm applet. Here is the log
  when it does NOT show up:
  
  ** Message: Loaded plugin Novatel
  ** Message: Loaded plugin Sierra
  ** Message: Loaded plugin Gobi
  ** Message: Loaded plugin MotoC
  ** Message: Loaded plugin Option High-Speed
  ** Message: Loaded plugin Option
  ** Message: Loaded plugin Huawei
  ** Message: Loaded plugin ZTE
  ** Message: Loaded plugin Ericsson MBM
  ** Message: Loaded plugin Nokia
  ** Message: Loaded plugin Generic
  ** Message: (ttyUSB1) opening serial device...
  ** (modem-manager:17218): DEBUG: (ttyUSB1): probe requested by plugin 
'Generic'
  ** Message: (ttyUSB0) opening serial device...
  ** (modem-manager:17218): DEBUG: (ttyUSB0): probe requested by plugin 
'Generic'
  ** Message: (ttyUSB2) opening serial device...
  ** (modem-manager:17218): DEBUG: (ttyUSB2): probe requested by plugin 
'Generic'
  ** (modem-manager:17218): DEBUG: (ttyUSB1): --> 'AT+GCAP'
  ** (modem-manager:17218): DEBUG: (ttyUSB0): --> 'AT+GCAP'
  ** (modem-manager:17218): DEBUG: (ttyUSB2): --> 'AT+GCAP'
  ** (modem-manager:17218): DEBUG: (ttyUSB1): <-- 'AT+GCAP+CME 
ERROR: SIM not inserted'
  ** (modem-manager:17218): DEBUG: (ttyUSB2): <-- 'AT+GCAP+CME 
ERROR: SIM not inserted'
  ** (modem-manager:17218): DEBUG: (ttyUSB1): --> 'AT+GCAP'
  ** (modem-manager:17218): DEBUG: (ttyUSB1): <-- 'AT+GCAP+CME 
ERROR: SIM not inserted'
  ** (modem-manager:17218): DEBUG: (ttyUSB0): --> 'AT+GCAP'
  ** (modem-manager:17218): DEBUG: (ttyUSB2): --> 'AT+GCAP'
  ** (modem-manager:17218): DEBUG: (ttyUSB1): --> 'AT+GCAP'
  ** (modem-manager:17218): DEBUG: (ttyUSB1): <-- 'AT+GCAP+CME 
ERROR: SIM not inserted'
  ** (modem-manager:17218): DEBUG: (ttyUSB2): <-- 'AT+GCAP+CME 
ERROR: SIM not inserted'
  ** (modem-manager:17218): DEBUG: (ttyUSB0): --> 'AT+GCAP'
  ** (modem-manager:17218): DEBUG: (ttyUSB2): --> 'AT+GCAP'
  ** (modem-manager:17218): DEBUG: (ttyUSB1): --> 'ATI'
  ** (modem-manager:17218): DEBUG: (ttyUSB1): <-- 'ATIManufacturer: 
TCT Mobile International LimitedModel: HSPA Data CardRevision: 
C000IMEI: 352079030166324+GCAP: 
+CGSM,+FCLASS,+DSOK'
  ** (modem-manager:17218): DEBUG: (ttyUSB2): <-- 'AT+GCAP+CME 
ERROR: SIM not inserted'
  ** Message: (ttyUSB1) closing serial device...
  ** Message: (Generic): GSM modem 
/sys/devices/pci:00/:00:1d.7/usb1/1-4 claimed port ttyUSB1
  ** (modem-manager:17218): DEBUG: Added modem 
/sys/devices/pci:00/:00:1d.7/usb1/1-4
  ** (modem-manager:17218): DEBUG: Exported modem 
/sys/devices/pci:00/:00:1d.7/usb1/1-4 as 
/org/freedesktop/ModemManager/Modems/0
  ** Message: (ttyUSB0) closing serial device...
  ** (modem-manager:17218): DEBUG: (ttyUSB2): --> 'ATI'
  ** (modem-manager:17218): DEBUG: (ttyUSB2): <-- 'ATIManufacturer: 
TCT Mobile International LimitedModel: HSPA Data CardRevision: 
C000IMEI: 352079030166324+GCAP: 
+CGSM,+FCLASS,+DSOK'
  ** Message: (ttyUSB2) closing serial device...
  ** Message: (Generic): GSM modem 
/sys/devices/pci:00/:00:1d.7/usb1/1-4 claimed port ttyUSB2
  
  -
  
  2. Sometimes the modem DOES show up, but it takes quite a long time,
  which is mostly spent after every unsuccessful AT+GCAP, until the
  successful ATI is issued. Here is the log when the modem is detected
  correctly and appears in nm-applet:
  
  ** (modem-manager:17218): DEBUG: Removed modem 
/sys/devices/pci:00/:00:1d.7/usb1/1-4
  ** Message: (ttyUSB0) opening serial device...
  ** (modem-manager:17218): DEBUG: (ttyUSB0): probe requested by plugin 
'Generic'
  ** Message: (ttyUSB1) opening serial device...
  ** (modem-manager:17218): DEBUG: (ttyUSB1): probe requested by plugin 
'Generic'
  ** Message: (ttyUSB2) opening serial device...
  ** (modem-manager:17218): DEBUG: (ttyUSB2): probe requested by plugin 
'Generic'
  ** (modem-manager:17218): DEBUG: (ttyUSB0): --> 'AT+GCAP'
  ** (modem-manager:17218): DEBUG: (ttyUSB1): --> 'AT+GCAP'
  ** (modem-manager:17218): DEBUG: (ttyUSB2): --> 'AT+GCAP'
  ** (modem-manager:17218): DEBUG: (ttyUSB1): <-- 'AT+GCAP+CME 
ERROR: SIM not inserted'
  ** (modem-manager:17218): DEBUG: (ttyUSB2): <-- 'AT+GCAP+CME 
ERROR: SIM not inserted'
  ** (modem-manager:17218): DEBUG: (ttyUSB0): --> 'AT+GCAP'
  ** (modem-manager:17218): DEBUG: (ttyUSB1): --> 'AT+GCAP'
  ** (modem-manager:17218): DEBUG: (ttyUSB2): --> 'AT+GCAP'
  ** (modem-manager:17218): DEBUG: (ttyUSB1): <-- 'AT+GCAP+CME 
ERROR: SIM not inserted'
  ** (modem-manager:17218): DEBUG: (ttyUSB2): <-- 'AT+GCAP+CME 
ERROR: SIM not inserted'
  ** (

[Bug 395870] Re: Alcatel X200 HSxPA modem not working

2009-11-09 Thread Javier Martín
Jeno, Papp and all... It does look like the modem doesn't work properly
with karmic. Sometimes it gets detected, sometimes it doesn't. But even
if it does, it reports a "GSM network Disconnected" error when trying to
connect. I submitted bug #479343 with further details. I hope it catches
the attention of the developers.

-- 
Alcatel X200 HSxPA modem not working
https://bugs.launchpad.net/bugs/395870
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 479343] Re: Alcatel X060/X200 broadband modems do not work

2009-11-09 Thread Javier Martín
** Summary changed:

- Alcatel X060/X200 broadband modems do not work (possible patch included)
+ Alcatel X060/X200 broadband modems do not work

** Summary changed:

- Alcatel X060/X200 broadband modems do not work
+ Alcatel X060/X200 broadband modems do not work in karmic

-- 
Alcatel X060/X200 broadband modems do not work in karmic
https://bugs.launchpad.net/bugs/479343
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


Re: [Bug 395870] Re: Alcatel X200 HSxPA modem not working

2010-08-02 Thread Javier Martín
Fabio,

The modem does not work with any stock ubuntu up to, and including, lucid. I
patched the modemmanager package to make it work in karmic, and the same
patched package appears to work on lucid as reported here (in spanish,
sorry):
http://felinfo.blogspot.com/2010/05/modem-alcatel-x060s-symio-en-ubuntu.html

You can find more info on what's broken on this very launchpad issue, and
the fix is in my ppa, which is also linked from my first comment above.

I do, however, not have the time to figure out another patch for lucid, but
if you need any more data, I'll be happy to help.

-- 
Alcatel X200 HSxPA modem not working
https://bugs.launchpad.net/bugs/395870
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