[Feisty] Problem connecting my iPaq rx3715 => drivers/usb/serial/ipaq.c: active config #2 != 1 ??

Bug #108572 reported by Stéphane LARSON
12
This bug affects 1 person
Affects Status Importance Assigned to Milestone
linux (Ubuntu)
Expired
Medium
Unassigned
linux-source-2.6.20 (Ubuntu)
Won't Fix
Undecided
Unassigned

Bug Description

Binary package hint: linux-image-2.6.20-1-generic

Hello,

When I plug my iPaq rx3715 over usb I got the following logs in syslog :
Apr 21 15:08:56 localhost kernel: [ 7150.908000] usbcore: registered new interface driver usbserial
Apr 21 15:08:56 localhost kernel: [ 7150.916000] drivers/usb/serial/usb-serial.c: USB Serial support registered for generic
Apr 21 15:08:56 localhost kernel: [ 7150.924000] usbcore: registered new interface driver usbserial_generic
Apr 21 15:08:56 localhost kernel: [ 7150.924000] drivers/usb/serial/usb-serial.c: USB Serial Driver core
Apr 21 15:08:56 localhost kernel: [ 7151.084000] drivers/usb/serial/usb-serial.c: USB Serial support registered for PocketPC PDA
Apr 21 15:08:56 localhost kernel: [ 7151.084000] drivers/usb/serial/ipaq.c: USB PocketPC PDA driver v0.5
Apr 21 15:08:56 localhost kernel: [ 7151.116000] ipaq 5-1.3:2.0: PocketPC PDA converter detected
Apr 21 15:08:56 localhost kernel: [ 7151.116000] drivers/usb/serial/ipaq.c: active config #2 != 1 ??
Apr 21 15:08:56 localhost kernel: [ 7151.116000] ipaq: probe of 5-1.3:2.0 failed with error -5
Apr 21 15:08:56 localhost kernel: [ 7151.116000] usbcore: registered new interface driver ipaq

Goggling around I think I've found a workaround in /drivers/usb/serial/ipaq.c by commenting the "return -ENODEV" in the function "ipaq_startup" ( https://sourceforge.net/forum/message.php?msg_id=3396481 )

So far as I've tested, I've got the problem under Edgy and Feisty ( can't remember if append under Dapper ). I've tested the workaround under Edgy, It work, I'm currently testing it under Feisty, I will post to say how it work.

Revision history for this message
Stéphane LARSON (slarson) wrote :

The workaround is working under Feisty, but I don't know if there are side-effects.

Revision history for this message
Launchpad Janitor (janitor) wrote : This bug is now reported against the 'linux' package

Beginning with the Hardy Heron 8.04 development cycle, all open Ubuntu kernel bugs need to be reported against the "linux" kernel package. We are automatically migrating this bug to the new "linux" package. However, development has already began for the upcoming Intrepid Ibex 8.10 release. It would be helpful if you could test the upcoming release and verify if this is still an issue - http://www.ubuntu.com/testing . If the issue still exists, please update this report by changing the Status of the "linux" task from "Incomplete" to "New". We appreciate your patience and understanding as we make this transition. Thanks!

Revision history for this message
Leann Ogasawara (leannogasawara) wrote :

The Ubuntu Kernel Team is planning to move to the 2.6.27 kernel for the upcoming Intrepid Ibex 8.10 release. As a result, the kernel team would appreciate it if you could please test this newer 2.6.27 Ubuntu kernel. There are one of two ways you should be able to test:

1) If you are comfortable installing packages on your own, the linux-image-2.6.27-* package is currently available for you to install and test.

--or--

2) The upcoming Alpha5 for Intrepid Ibex 8.10 will contain this newer 2.6.27 Ubuntu kernel. Alpha5 is set to be released Thursday Sept 4. Please watch http://www.ubuntu.com/testing for Alpha5 to be announced. You should then be able to test via a LiveCD.

Please let us know immediately if this newer 2.6.27 kernel resolves the bug reported here or if the issue remains. More importantly, please open a new bug report for each new bug/regression introduced by the 2.6.27 kernel and tag the bug report with 'linux-2.6.27'. Also, please specifically note if the issue does or does not appear in the 2.6.26 kernel. Thanks again, we really appreicate your help and feedback.

Revision history for this message
Ian Dickerson (iandickerson) wrote :

Problem has just appeared in Intrepid upon updating to:
Linux desktop1 2.6.27-7-generic #1 SMP Fri Oct 10 03:55:24 UTC 2008 i686 GNU/Linux

When my ipaq rx3715 is docked:

lsusb reports
Bus 001 Device 008: ID 03f0:1016 Hewlett-Packard Jornada 548 / iPAQ HW6515 Pocket PC

dmesg has
Oct 14 17:52:43 desktop1 kernel: [ 2787.540022] usb 1-2: new full speed USB device using uhci_hcd and address 8
Oct 14 17:52:43 desktop1 kernel: [ 2787.685186] usb 1-2: configuration #2 chosen from 1 choice
Oct 14 17:52:43 desktop1 kernel: [ 2787.688120] ipaq 1-2:2.0: PocketPC PDA converter detected
Oct 14 17:52:43 desktop1 kernel: [ 2787.688126] ipaq: active config #2 != 1 ??
Oct 14 17:52:43 desktop1 kernel: [ 2787.688130] ipaq: probe of 1-2:2.0 failed with error -5

Changed in linux:
assignee: nobody → ubuntu-kernel-team
importance: Undecided → Medium
status: Incomplete → Triaged
Revision history for this message
Launchpad Janitor (janitor) wrote : Kernel team bugs

Per a decision made by the Ubuntu Kernel Team, bugs will longer be assigned to the ubuntu-kernel-team in Launchpad as part of the bug triage process. The ubuntu-kernel-team is being unassigned from this bug report. Refer to https://wiki.ubuntu.com/KernelTeamBugPolicies for more information. Thanks.

Revision history for this message
Daniel Saunders (daniel-saunders) wrote :

@Stéphane

I've got this same error under Intrepid, and it seems that the solution to the problem is to patch the ipaq module and rebuild it.

Can you please document here how you went about rebuilding the ipaq module.

Thanks.

Daniel

Revision history for this message
Stéphane LARSON (slarson) wrote :

I haven't done any kernel rebuilding for 2 years.
So this text will come from my fading memory :

1. install kernel source ( package linux-source)
2. Open ipaq.c in your favorite text editor ( 'find /usr/src/linux/ -name ipaq.c' to find it )
3. Go to the ipaq_startup function
4. Remove the line that says "return -ENODEV;"
5. make module ( in /usr/src/linux )
6. install ipaq.ko in /lib/modules/`uname -r`/kernel/drivers/usb/serial/
7. rmmod ipaq to unload existing module
8. plug the device, it will work better :)

Revision history for this message
Jeremy Foshee (jeremyfoshee) wrote :

This bug report was marked as Triaged a while ago but has not had any updated comments for quite some time. Please let us know if this issue remains in the current Ubuntu release, http://www.ubuntu.com/getubuntu/download . If the issue remains, click on the current status under the Status column and change the status back to "New". Thanks.

[This is an automated message. Apologies if it has reached you inappropriately; please just reply to this message indicating so.]

tags: added: kj-triage
Changed in linux (Ubuntu):
status: Triaged → Incomplete
Revision history for this message
Jeremy Foshee (jeremyfoshee) wrote :

This bug report was marked as Incomplete and has not had any updated comments for quite some time. As a result this bug is being closed. Please reopen if this is still an issue in the current Ubuntu release http://www.ubuntu.com/getubuntu/download . Also, please be sure to provide any requested information that may have been missing. To reopen the bug, click on the current status under the Status column and change the status back to "New". Thanks.

[This is an automated message. Apologies if it has reached you inappropriately; please just reply to this message indicating so.]

tags: added: kj-expired
Changed in linux (Ubuntu):
status: Incomplete → Expired
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.