apport information

** Tags added: apport-collected

** Description changed:

  Binary package hint: network-manager
  
  I have a ZTE AC8710 3G CDMA/EVDO USB data card. Nothing used to work on the 
stock Intrepid install. But, I am able to connect to the internet using 
wvdial/gnome-ppp/kppp after loading the usbserial driver:
  /sbin/modprobe usbserial vendor=0x19d2 product=0xffff (added as a rule to 
/etc/udev/rules.d/90-modprobe.rule)
  
  Network Manager still doesn't detect it. I've added the product ID to
  /usr/share/hal/fdi/information/10freedesktop/10-modem.fdi and now
  NetworkManager reports that it is ignoring due to lack of probed mobile
  broadband capabilities.
  
  The change in 10-modem.fdi (starting with '+'):
  
        <match key="@info.parent:usb.vendor_id" int="0x19d2">
          <!-- Qualcomm: Telstra/NextG CDMA , ZTE CDMA Tech -->
  +        <match key="@info.parent:usb.product_id" 
int_outof="0x0001;0xfffe;0xffff">
            <match key="@info.parent:usb.interface.number" int="0">
  +            <append key="info.capabilities" type="strlist">modem</append>
              <append key="modem.command_sets" type="strlist">IS-707-A</append>
            </match>
          </match>
  
  
  Relevant logs:
  
  syslog:
  Jun  6 23:06:12 xxx kernel: [16583.410055] usb 4-2: new full speed USB device 
using uhci_hcd and address 8
  Jun  6 23:06:13 xxx kernel: [16583.571335] usb 4-2: configuration #1 chosen 
from 1 choice
  Jun  6 23:06:13 xxx kernel: [16583.575278] usbserial_generic 4-2:1.0: generic 
converter detected
  Jun  6 23:06:13 xxx kernel: [16583.575509] usb 4-2: generic converter now 
attached to ttyUSB0
  Jun  6 23:06:13 xxx kernel: [16583.578461] usbserial_generic 4-2:1.1: generic 
converter detected
  Jun  6 23:06:13 xxx kernel: [16583.578630] usb 4-2: generic converter now 
attached to ttyUSB1
  Jun  6 23:06:13 xxx kernel: [16583.580335] usbserial_generic 4-2:1.2: generic 
converter detected
  Jun  6 23:06:13 xxx kernel: [16583.580495] usb 4-2: generic converter now 
attached to ttyUSB2
  Jun  6 23:06:13 xxx kernel: [16583.583503] usbserial_generic 4-2:1.3: generic 
converter detected
  Jun  6 23:06:13 xxx kernel: [16583.583662] usb 4-2: generic converter now 
attached to ttyUSB3
  Jun  6 23:06:13 xxx nm-system-settings:    SCPlugin-Ifupdown: device added 
(udi: 
/org/freedesktop/Hal/devices/usb_device_19d2_ffff_noserial_if0_serial_usb_0, 
iface: (null)): iface not found
  Jun  6 23:06:13 xxx NetworkManager: <info>  (ttyUSB1): ignoring due to lack 
of mobile broadband capabilties
  Jun  6 23:06:13 xxx NetworkManager: <info>  (ttyUSB0): found serial port 
(udev:  hal:CDMA)
  Jun  6 23:06:13 xxx NetworkManager: <info>  (ttyUSB0): ignoring due to lack 
of probed mobile broadband capabilties
  Jun  6 23:06:13 xxx NetworkManager: <info>  (ttyUSB2): ignoring due to lack 
of mobile broadband capabilties
  Jun  6 23:06:13 xxx NetworkManager: <info>  (ttyUSB3): ignoring due to lack 
of mobile broadband capabilties
  
  lsusb:
  Bus 007 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  Bus 005 Device 003: ID 17ef:1003 Lenovo 
  Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  Bus 004 Device 008: ID 19d2:ffff ONDA Communication S.p.A. 
  Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  Bus 002 Device 002: ID 04b3:310c IBM Corp. Wheel Mouse
  Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  
  lsusb -vvv attached
  
  lshal -u `hal-find-by-capability --capability modem`
  udi = 
'/org/freedesktop/Hal/devices/usb_device_19d2_ffff_noserial_if0_serial_usb_0'
    info.capabilities = {'serial', 'modem', 'modem'} (string list)
    info.category = 'serial'  (string)
    info.parent = 
'/org/freedesktop/Hal/devices/usb_device_19d2_ffff_noserial_if0'  (string)
    info.product = 'ZTE CDMA Tech'  (string)
    info.subsystem = 'tty'  (string)
    info.udi = 
'/org/freedesktop/Hal/devices/usb_device_19d2_ffff_noserial_if0_serial_usb_0'  
(string)
    linux.device_file = '/dev/ttyUSB0'  (string)
    linux.hotplug_type = 2  (0x2)  (int)
    linux.subsystem = 'tty'  (string)
    linux.sysfs_path = 
'/sys/devices/pci0000:00/0000:00:1d.0/usb4/4-2/4-2:1.0/ttyUSB0/tty/ttyUSB0'  
(string)
    modem.command_sets = {'IS-707-A'} (string list)
    serial.device = '/dev/ttyUSB0'  (string)
    serial.originating_device = 
'/org/freedesktop/Hal/devices/usb_device_19d2_ffff_noserial_if0'  (string)
    serial.port = 0  (0x0)  (int)
    serial.type = 'usb'  (string)
  
  Intrepid with latest updates and network-manager ppa:
  
  dpkg -l | grep network-manager
  ii  network-manager                            0.7.1-0ubuntu1~nm1~intrepid2   
                            network management framework daemon
  ii  network-manager-gnome                      0.7.1-0ubuntu1~nm1~intrepid1   
                            network management framework (GNOME frontend)
  
  dpkg -l | grep libnm
  ii  libnm-glib0                                0.7.1-0ubuntu1~nm1~intrepid2   
                            network management framework (GLib shared libr
  ii  libnm-util0                                
0.7~~svn20081018t105859-0ubuntu2~nm4                       network management 
framework (shared library)
  ii  libnm-util1                                0.7.1-0ubuntu1~nm1~intrepid2   
                            network management framework (shared library)
  
  
  - Naveen
+ --- 
+ AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.21.
+ Architecture: i386
+ ArecordDevices:
+  **** List of CAPTURE Hardware Devices ****
+  card 0: Intel [HDA Intel], device 0: CONEXANT Analog [CONEXANT Analog]
+    Subdevices: 1/1
+    Subdevice #0: subdevice #0
+ AudioDevicesInUse:
+  USER        PID ACCESS COMMAND
+  /dev/snd/controlC0:  naveen     3889 F.... pulseaudio
+ CRDA: Error: [Errno 2] No such file or directory
+ Card0.Amixer.info:
+  Card hw:0 'Intel'/'HDA Intel at 0xfc020000 irq 32'
+    Mixer name : 'Conexant CX20561 (Hermosa)'
+    Components : 'HDA:14f15051,17aa211c,00100000'
+    Controls      : 14
+    Simple ctrls  : 7
+ Card29.Amixer.info:
+  Card hw:29 'ThinkPadEC'/'ThinkPad Console Audio Control at EC reg 0x30, fw 
7VHT14WW-1.03'
+    Mixer name : 'ThinkPad EC 7VHT14WW-1.03'
+    Components : ''
+    Controls      : 1
+    Simple ctrls  : 1
+ Card29.Amixer.values:
+  Simple mixer control 'Console',0
+    Capabilities: pswitch pswitch-joined penum
+    Playback channels: Mono
+    Mono: Playback [on]
+ DistroRelease: Ubuntu 10.04
+ HibernationDevice: RESUME=UUID=50a8f9c6-85aa-4639-8365-5355277567f2
+ InstallationMedia: Ubuntu 10.04 "Lucid Lynx" - Beta i386 (20100318)
+ MachineType: LENOVO 6475KH8
+ Package: linux (not installed)
+ PccardctlIdent:
+  Socket 0:
+    no product info available
+ PccardctlStatus:
+  Socket 0:
+    no card
+ ProcCmdLine: BOOT_IMAGE=/vmlinuz-2.6.33-020633-generic 
root=UUID=9dbcc2f5-ab98-4643-8529-361f46f5fecd ro quiet splash
+ ProcEnviron:
+  SHELL=/bin/bash
+  LANG=en_IN
+ Regression: No
+ Reproducible: Yes
+ Tags: lucid
+ TestedUpstream: Yes
+ Uname: Linux 2.6.33-020633-generic i686
+ UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare
+ dmi.bios.date: 10/13/2009
+ dmi.bios.vendor: LENOVO
+ dmi.bios.version: 7UET79WW (3.09 )
+ dmi.board.name: 6475KH8
+ dmi.board.vendor: LENOVO
+ dmi.board.version: Not Available
+ dmi.chassis.asset.tag: No Asset Information
+ dmi.chassis.type: 10
+ dmi.chassis.vendor: LENOVO
+ dmi.chassis.version: Not Available
+ dmi.modalias: 
dmi:bvnLENOVO:bvr7UET79WW(3.09):bd10/13/2009:svnLENOVO:pn6475KH8:pvrThinkPadT400:rvnLENOVO:rn6475KH8:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
+ dmi.product.name: 6475KH8
+ dmi.product.version: ThinkPad T400
+ dmi.sys.vendor: LENOVO

** Attachment added: "AlsaDevices.txt"
   http://launchpadlibrarian.net/41403002/AlsaDevices.txt

-- 
[3G] NetworkManager does not detect ZTE AC8710 CDMA/EVDO 3G USB Modem
https://bugs.launchpad.net/bugs/384344
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