Josua: tried the following patch:
--- usb-modeswitch-1.1.7.orig/usb_modeswitch.c
+++ usb-modeswitch-1.1.7/usb_modeswitch.c
@@ -1387,7 +1387,7 @@ int get_current_configuration(struct usb
int ret;
SHOW_PROGRESS("Getting the current device configuration ...\n");
- ret = usb_control_msg(devh, USB_DIR_IN + USB_TYPE_STANDARD +
USB_RECIP_DEVICE, USB_REQ_GET_CONFIGURATION, 0, 0, buffer, 1, 1000);
+ ret = usb_control_msg(devh, USB_DIR_IN + USB_TYPE_STANDARD +
USB_RECIP_DEVICE, USB_REQ_GET_CONFIGURATION, 0, 0, buffer, 1, 2000);
if (ret < 0) {
fprintf(stderr, "Error: getting the current configuration
failed (error %d). Aborting.\n\n", ret);
exit(1);
without any success (same error). What is this
"get_current_configuration" used for and why was it not needed in the
1.1.4 version? In the worst case, we may possibly add a switch for a
quirky mode to switch this modem?
It could possibly be done in the kernel module as well, but I'm not sure
how easy it is to do inside the usbnet framework.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/769816
Title:
Switching of Samsung LTE modem does no longer work in Natty
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs