Option GE0301 3G modem doesn't work
Bug #348861 reported by
Timo Aaltonen
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
linux (Ubuntu) |
Fix Released
|
Medium
|
Manoj Iyer | ||
Jaunty |
Fix Released
|
Medium
|
Manoj Iyer |
Bug Description
Got the task to make this PCMCIA card to work OOTB on jaunty, so here goes. First of all, it defaults to usb-storage mode but I'll attach a patch to fix that (the storage mode only has windows drivers). But when the hso.ko loads, it just says that "Not our interface", which is strange since the ID is listed and probably should just work.
ProblemType: Bug
Architecture: i386
DistroRelease: Ubuntu 9.04
MachineType: LENOVO 41875PG
Package: linux-image-
ProcCmdLine: root=/dev/
ProcEnviron:
LANG=en_US.UTF-8
SHELL=/bin/bash
ProcVersionSign
SourcePackage: linux
Changed in linux (Ubuntu): | |
importance: | Undecided → Medium |
status: | New → Triaged |
Changed in linux (Ubuntu): | |
status: | Incomplete → In Progress |
To post a comment you must log in.
ok, the culprit is that bInterfaceClass is "8 Mass Storage" (on lsusb -v output). So I need to reset that somehow, and the jaunty kernel doesn't have the infrastructure to do that automatically, found on 2.6.29:
http:// www.kernel. org/pub/ linux/kernel/ people/ gregkh/ usb/2.6. 28/usb- unusual- dev-for- option- n.v.-zerocd- modems. patch
but there are tools to get past that.