[Bug 1136228] Re: PCCard UMTS modem Option GT 3G+ is not recogniced by modem-manager

2013-03-01 Thread Casandro
# udevadm info -a -n /dev/noz2

Udevadm info starts with the device specified by the devpath and then
walks up the chain of parent devices. It prints for every device
found, all possible attributes in the udev rules key format.
A rule to match, can be composed by the attributes of the device
and the attributes from one single parent device.

  looking at device 
'/devices/pci:00/:00:1e.0/:02:00.0/:03:00.0/tty/noz2':
KERNEL==noz2
SUBSYSTEM==tty
DRIVER==

  looking at parent device 
'/devices/pci:00/:00:1e.0/:02:00.0/:03:00.0':
KERNELS==:03:00.0
SUBSYSTEMS==pci
DRIVERS==nozomi
ATTRS{irq}==16
ATTRS{subsystem_vendor}==0x
ATTRS{broken_parity_status}==0
ATTRS{class}==0x028000
ATTRS{consistent_dma_mask_bits}==32
ATTRS{dma_mask_bits}==32
ATTRS{local_cpus}==ff
ATTRS{card_type}==2048
ATTRS{device}==0x000c
ATTRS{enable}==1
ATTRS{open_ttys}==0
ATTRS{msi_bus}==
ATTRS{local_cpulist}==0-7
ATTRS{vendor}==0x1931
ATTRS{subsystem_device}==0x

  looking at parent device '/devices/pci:00/:00:1e.0/:02:00.0':
KERNELS==:02:00.0
SUBSYSTEMS==pci
DRIVERS==yenta_cardbus
ATTRS{irq}==16
ATTRS{subsystem_vendor}==0x1014
ATTRS{broken_parity_status}==0
ATTRS{class}==0x060700
ATTRS{consistent_dma_mask_bits}==32
ATTRS{dma_mask_bits}==32
ATTRS{local_cpus}==ff
ATTRS{device}==0x0476
ATTRS{enable}==2
ATTRS{msi_bus}==1
ATTRS{local_cpulist}==0-7
ATTRS{vendor}==0x1180
ATTRS{subsystem_device}==0x0555

  looking at parent device '/devices/pci:00/:00:1e.0':
KERNELS==:00:1e.0
SUBSYSTEMS==pci
DRIVERS==
ATTRS{irq}==0
ATTRS{subsystem_vendor}==0x
ATTRS{broken_parity_status}==0
ATTRS{class}==0x060400
ATTRS{consistent_dma_mask_bits}==32
ATTRS{dma_mask_bits}==32
ATTRS{local_cpus}==ff
ATTRS{device}==0x2448
ATTRS{enable}==1
ATTRS{msi_bus}==1
ATTRS{local_cpulist}==0-7
ATTRS{vendor}==0x8086
ATTRS{subsystem_device}==0x

  looking at parent device '/devices/pci:00':
KERNELS==pci:00
SUBSYSTEMS==
DRIVERS==

And it's not an USB device, it's a PCCard. It hangs on the PCI bus.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1136228

Title:
  PCCard UMTS modem Option GT 3G+ is not recogniced by modem-manager

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/modemmanager/+bug/1136228/+subscriptions

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


[Bug 1136228] Re: PCCard UMTS modem Option GT 3G+ is not recogniced by modem-manager

2013-02-28 Thread Aleksander Morgado
Ah, so these are the weird nozomi-based option devices. What's the usb
VID/PID of the device? Currently MM only handles the Nozomi device with
VID 0x1931 and PID 0x000c. What's weird here is that we completely fail
to load VID/PID, so only the generic plugin probes the port, and even
this one will fail as VID/PID wasn't loaded.

Also, please run:
  udevadm info -a -n /dev/noz2

And lsusb -v for this device.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1136228

Title:
  PCCard UMTS modem Option GT 3G+ is not recogniced by modem-manager

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/modemmanager/+bug/1136228/+subscriptions

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