[Bug 374637] New: Add support for Telstra/NextG CDMA
https://bugzilla.novell.com/show_bug.cgi?id=374637 User captain.magnus@opensuse.org added comment https://bugzilla.novell.com/show_bug.cgi?id=374637#c371487 Summary: Add support for Telstra/NextG CDMA Product: openSUSE 11.0 Version: Factory Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: Kernel AssignedTo: kernel-maintainers@forge.provo.novell.com ReportedBy: captain.magnus@opensuse.org QAContact: qa@suse.de Found By: --- Can we please add support for Telstra/NextG CDMA card (Australia). In Bug#371487 support for this card was added to HAL. We also need to modprobe usbserial when the card is inserted. Let me know if you need more information that what's attached here; The following is from /var/log/messages when doing 'modprobe usbserial vendor=0x19d2 product=0x0001' Mar 15 21:30:39 mblxws01 klogd: usbcore: registered new interface driver usbserial Mar 15 21:30:39 mblxws01 klogd: drivers/usb/serial/usb-serial.c: USB Serial support registered for generic Mar 15 21:30:39 mblxws01 klogd: usbserial_generic 6-1:1.0: generic converter detected Mar 15 21:30:39 mblxws01 klogd: usb 6-1: generic converter now attached to ttyUSB0 Mar 15 21:30:39 mblxws01 klogd: usbserial_generic 6-1:1.1: generic converter detected Mar 15 21:30:39 mblxws01 klogd: usb 6-1: generic converter now attached to ttyUSB1 Mar 15 21:30:39 mblxws01 klogd: usbserial_generic 6-1:1.2: generic converter detected Mar 15 21:30:39 mblxws01 klogd: usb 6-1: generic converter now attached to ttyUSB2 Mar 15 21:30:39 mblxws01 klogd: usbcore: registered new interface driver usbserial_generic Mar 15 21:30:39 mblxws01 klogd: drivers/usb/serial/usb-serial.c: USB Serial Driver core The following information is from /var/log/messages when card is inserted; Mar 15 21:28:31 mblxws01 klogd: pccard: CardBus card inserted into slot 0 Mar 15 21:28:31 mblxws01 klogd: PCI: Enabling device 0000:0c:00.0 (0000 -> 0002) Mar 15 21:28:31 mblxws01 klogd: ACPI: PCI Interrupt 0000:0c:00.0[A] -> GSI 16 (level, low) -> IRQ 16 Mar 15 21:28:31 mblxws01 klogd: PCI: Setting latency timer of device 0000:0c:00.0 to 64 Mar 15 21:28:31 mblxws01 klogd: ohci_hcd 0000:0c:00.0: OHCI Host Controller Mar 15 21:28:31 mblxws01 klogd: ohci_hcd 0000:0c:00.0: new USB bus registered, assigned bus number 6 Mar 15 21:28:31 mblxws01 klogd: ohci_hcd 0000:0c:00.0: irq 16, io mem 0xb8000000 Mar 15 21:28:31 mblxws01 klogd: usb usb6: configuration #1 chosen from 1 choice Mar 15 21:28:31 mblxws01 klogd: hub 6-0:1.0: USB hub found Mar 15 21:28:31 mblxws01 klogd: hub 6-0:1.0: 3 ports detected Mar 15 21:28:31 mblxws01 klogd: usb usb6: New USB device found, idVendor=1d6b, idProduct=0001 Mar 15 21:28:31 mblxws01 klogd: usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1 Mar 15 21:28:31 mblxws01 klogd: usb usb6: Product: OHCI Host Controller Mar 15 21:28:31 mblxws01 klogd: usb usb6: Manufacturer: Linux 2.6.25-rc4-git1-2-default ohci_hcd Mar 15 21:28:31 mblxws01 klogd: usb usb6: SerialNumber: 0000:0c:00.0 Mar 15 21:28:34 mblxws01 klogd: usb 6-1: new full speed USB device using ohci_hcd and address 2 Mar 15 21:28:34 mblxws01 klogd: usb 6-1: configuration #1 chosen from 1 choice Mar 15 21:28:34 mblxws01 klogd: usb 6-1: New USB device found, idVendor=19d2, idProduct=0001 Mar 15 21:28:34 mblxws01 klogd: usb 6-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0 Mar 15 21:28:34 mblxws01 klogd: usb 6-1: Product: ZTE CDMA Technologies MSM Mar 15 21:28:34 mblxws01 klogd: usb 6-1: Manufacturer: Qualcomm, Incorporated -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=374637 User gregkh@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=374637#c1 Greg Kroah-Hartman <gregkh@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|kernel-maintainers@forge.provo.novell.com |gregkh@novell.com Status|NEW |ASSIGNED --- Comment #1 from Greg Kroah-Hartman <gregkh@novell.com> 2008-03-27 20:45:49 MST --- No, please never use the usb-serial module for stuff like this for real devices. I'm guessing that this id should be added to the option driver. Can you try adding the device ids to it to verify that it works properly? You can do this by echoing them to the "new_id" sysfs file after the module is loaded: modprobe option echo "19d2 0001" > /sys/bus/usb_serial/drivers/option/new_id then plug the device in and see what happens. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=374637 Greg Kroah-Hartman <gregkh@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |NEEDINFO Info Provider| |captain.magnus@opensuse.org -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=374637 User captain.magnus@opensuse.org added comment https://bugzilla.novell.com/show_bug.cgi?id=374637#c2 Magnus Boman <captain.magnus@opensuse.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |ASSIGNED Info Provider|captain.magnus@opensuse.org | --- Comment #2 from Magnus Boman <captain.magnus@opensuse.org> 2008-03-27 21:00:55 MST --- Greg, Works perfectly using the option driver. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=374637 User captain.magnus@opensuse.org added comment https://bugzilla.novell.com/show_bug.cgi?id=374637#c3 --- Comment #3 from Magnus Boman <captain.magnus@opensuse.org> 2008-04-07 20:05:31 MST --- Greg, Will this added so that it happens automatically? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=374637 User gregkh@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=374637#c4 --- Comment #4 from Greg Kroah-Hartman <gregkh@novell.com> 2008-04-07 21:50:46 MST --- Yes, sorry, been swamped with other things. I'll make up a patch and add it to the tree. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=374637 User captain.magnus@opensuse.org added comment https://bugzilla.novell.com/show_bug.cgi?id=374637#c5 --- Comment #5 from Magnus Boman <captain.magnus@opensuse.org> 2008-05-04 18:49:58 MST --- Still not in Beta2. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=374637 User gregkh@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=374637#c6 Greg Kroah-Hartman <gregkh@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED --- Comment #6 from Greg Kroah-Hartman <gregkh@novell.com> 2008-05-16 12:46:41 MST --- should be in beta3 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=374637 User captain.magnus@opensuse.org added comment https://bugzilla.novell.com/show_bug.cgi?id=374637#c7 Magnus Boman <captain.magnus@opensuse.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED | --- Comment #7 from Magnus Boman <captain.magnus@opensuse.org> 2008-06-07 16:14:55 MDT --- Greg, Still not in latest factory. mboman@linux-2ztj:~> uname -a Linux linux-2ztj 2.6.25.4-10-default #1 SMP 2008-05-28 16:25:04 +0200 x86_64 x86_64 x86_64 GNU/Linux -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=374637 User gregkh@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=374637#c8 --- Comment #8 from Greg Kroah-Hartman <gregkh@novell.com> 2008-06-09 11:57:32 MDT --- crap, I must of missed a sync. will go take care of this now... -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=374637 User gregkh@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=374637#c9 Greg Kroah-Hartman <gregkh@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |RESOLVED Resolution| |FIXED --- Comment #9 from Greg Kroah-Hartman <gregkh@novell.com> 2008-06-09 13:27:52 MDT --- Now checked in, sorry about that. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=374637 User meissner@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=374637#c10 --- Comment #10 from Marcus Meissner <meissner@novell.com> 2008-07-08 08:51:38 MDT --- 11.0 update kernel released, version-release is 2.6.25.9-0.2 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com