Search found 5 matches

by rjenkins
14 Jan 2012, 04:39
Forum: Device Information
Topic: LG SD711
Replies: 1
Views: 4676

LG SD711

Modeswitch configuration for the LG-SD711 is the same as the AD600, save the USB ID changes. ####################################################### # LG SD711 DefaultVendor= 0x1004 DefaultProduct=0x61e7 TargetVendor= 0x1004 TargetProduct= 0x61e6 MessageContent="5553424312345678000000000000061b...
by rjenkins
13 Jan 2012, 20:08
Forum: Setup Discussion
Topic: ttyUSB* is not created when my USB modem is attached.
Replies: 2
Views: 7490

Based on the error logs, it looks like your connecting your modem through a USB hub. If I remember correctly, previous to 1.2.1 usb_modeswitch didn't always play nicely with modems attached to hubs. If you are using a hub, try plugging the modem directly into your computer. If you can't, you can try...
by rjenkins
12 Nov 2011, 00:36
Forum: New Ideas
Topic: Device targeted mode switching
Replies: 7
Views: 23558

Anyway, I think there are some improvements possible for your code. It might not be neccessary to check all other interface ttys. Just check if there is one that's lower than your's or not. That's clever, but it does assume that the TTY names allocated to the device will be sequential. I'm not sure...
by rjenkins
11 Nov 2011, 19:45
Forum: New Ideas
Topic: Device targeted mode switching
Replies: 7
Views: 23558

Installed the beta on our device and initial testing looks good. I'll do some more testing with it, but this seems to handle multiple modem mode switches, and resolves the issue I was having with modems attached to USB hubs chained 2 deep. I did see another issue with multiple modems, but this has t...
by rjenkins
04 Nov 2011, 18:57
Forum: New Ideas
Topic: Device targeted mode switching
Replies: 7
Views: 23558

Device targeted mode switching

I'm working on a device that requires supporting and connecting multiple modems simultaneously, and I noticed that usb_modeswitch currently receives info about exactly what device needs mode switching from udev, but then simply switches the last device it finds with the same USB IDs. The result of t...