The Internet Key Onda MW833UP is not recognized in Ubuntu and Ubuntu 10.04.3 10.11 32-bit version.

Asked by Fidel Nadera

The Internet Key Wave MW833UP is not recognized in Ubuntu and Ubuntu 10.04.3 10.11 32-bit version.

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu network-manager Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1

What is the output of:

lsb_release -a; lsusb

Thanks

Revision history for this message
Fidel Nadera (welthanschauung-deactivatedaccount) said :
#2

At the moment I can not try. I can tell using the live-cd. I am sure that this problem also exists in the system installed on harddisk. I myself found the bug. I hope it can help someone who has this problem.

Revision history for this message
gabriele feligiotti (feligiotto-hotmail) said :
#3

Hi everyone
I have this problem, too.
If someone is able to explain a good trick to solve it,
I'll will be glad of it

lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 11.10
Release: 11.10
Codename: oneiric

lsusb
Bus 001 Device 005: ID 1ee8:0012

dmesg
[ 22.709475] cdc_acm 1-1:1.0: ttyACM0: USB ACM device
[ 22.714856] usbcore: registered new interface driver cdc_acm
[ 22.714866] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
[ 23.520490] ieee80211 phy0: wl_ops_bss_info_changed: arp filtering: enabled true, count 1 (implement)
[ 24.244530] usbcore: registered new interface driver usbserial
[ 24.244575] USB Serial support registered for generic
[ 24.244673] usbcore: registered new interface driver usbserial_generic
[ 24.244681] usbserial: USB Serial Driver core
[ 24.265879] USB Serial support registered for GSM modem (1-port)
[ 24.285680] usbcore: registered new interface driver option
[ 24.285691] option: v0.7.2:USB Driver for GSM modems
[ 24.425878] EXT4-fs (sda9): re-mounted. Opts: errors=remount-ro,commit=600
[ 24.736540] EXT4-fs (sda8): re-mounted. Opts: commit=600
[ 35.705796] Easy slow down manager: checking for SABI support.
[ 35.706002] Easy slow down manager: SABI is supported (f5189)
[ 36.060099] usbcore: deregistering interface driver uvcvideo
[ 139.508061] CE: hpet increased min_delta_ns to 20113 nsec
[ 6798.378917] usb 1-1: USB disconnect, device number 5
[ 6809.108232] usb 1-1: new high speed USB device number 6 using ehci_hcd
[ 6809.242692] scsi5 : usb-storage 1-1:1.0
[ 6810.241257] scsi 5:0:0:0: CD-ROM Onda Datacard CD-ROM 0001 PQ: 0 ANSI: 0
[ 6810.241841] scsi 5:0:0:1: Direct-Access Onda Storage 0001 PQ: 0 ANSI: 0
[ 6810.271410] sr0: scsi3-mmc drive: 0x/0x caddy
[ 6810.272099] sr 5:0:0:0: Attached scsi CD-ROM sr0
[ 6810.272852] sr 5:0:0:0: Attached scsi generic sg1 type 5
[ 6810.279954] sd 5:0:0:1: [sdb] Attached SCSI removable disk
[ 6810.281210] sd 5:0:0:1: Attached scsi generic sg2 type 0
[ 6810.380591] sr0: CDROM (ioctl) error, command: Xpwrite, Read disk info 51 00 00 00 00 00 00 00 02 00
[ 6810.380617] sr: Sense Key : Hardware Error [current]
[ 6810.380625] sr: Add. Sense: No additional sense information
[ 6810.613937] sr0: CDROM (ioctl) error, command: Xpwrite, Read disk info 51 00 00 00 00 00 00 00 02 00
[ 6810.613972] sr: Sense Key : Hardware Error [current]
[ 6810.613984] sr: Add. Sense: No additional sense information
[ 6810.673716] usb 1-1: USB disconnect, device number 6
[ 6815.572142] usb 1-1: new high speed USB device number 7 using ehci_hcd
[ 6815.706828] cdc_acm 1-1:1.0: ttyACM0: USB ACM device

in the last 3 line, I estract the internet key, then riconnect

usb-device
T: Bus=01 Lev=01 Prnt=01 Port=00 Cnt=01 Dev#= 7 Spd=480 MxCh= 0
D: Ver= 2.00 Cls=ef(misc ) Sub=02 Prot=01 MxPS=64 #Cfgs= 1
P: Vendor=1ee8 ProdID=0012 Rev=00.01
S: Manufacturer=Onda
S: Product=MW833UP
S: SerialNumber=9230B35D870F9CB7AE684EACC5C12BE5EC33B26E
C: #Ifs= 2 Cfg#= 1 Atr=a0 MxPwr=500mA
I: If#= 0 Alt= 0 #EPs= 1 Cls=02(commc) Sub=02 Prot=01 Driver=cdc_acm
I: If#= 1 Alt= 0 #EPs= 2 Cls=0a(data ) Sub=00 Prot=00 Driver=cdc_acm

then there is /dev/ttyACM0 when the key is connected in the usb port, everithing that will meant...

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#4

Try:

gksudo gedit /etc/udev/rules.d/10-hsdpa.rules

add these 2 lines:

SUBSYSTEM=="usb", SYSFS{idVendor}=="1ee8", SYSFS{idProduct}=="0013",
RUN+="/usr/sbin/usb_modeswitch --default-vendor 0x1ee8 --default-product 0x0013 --message-content 555342431234567800000000000010ff000000000000000000000000000000"

source:
http://forum.ubuntu-it.org/index.php?topic=401198.15;wap2

Revision history for this message
Fidel Nadera (welthanschauung-deactivatedaccount) said :
#5

Hi Gabriele (qui devi scrivere in inglese),

Your ubuntu is an upgrade from a previous version?

Revision history for this message
gabriele feligiotti (feligiotto-hotmail) said :
#6

I try the MW833UP on two different pc,
one is an upgrade, the other isn't

Revision history for this message
Fidel Nadera (welthanschauung-deactivatedaccount) said :
#7

try to download this packages on 11.10 upgrated:

http://packages.ubuntu.com/oneiric/usb-modeswitch-data

and

http://packages.ubuntu.com/oneiric/usb-modeswitch

and restart the machine. Then retry the internet key.

Revision history for this message
Fidel Nadera (welthanschauung-deactivatedaccount) said :
#8

then I would ask a favor: you can create a new bug related to the malfunction of the internet key on Ubuntu 32-bit updated 11:10 by specifying the old version? otherwise create confusion because this question is related to another bug.

Revision history for this message
Fidel Nadera (welthanschauung-deactivatedaccount) said :
#9

Gabriele,

what's new?

Revision history for this message
gabriele feligiotti (feligiotto-hotmail) said :
#10

hi Fidel

I test the key on windows to verificate if the problem was relate on the SO, then the Onda program recognise the key, but not the sim card (but that sim work perfectly on another internet key).
So I guess the problem isn't relate on SO, maybe the sim card or my new key itsef is the cause of this, NOT a Linux bug.

Thanks for asking.

Revision history for this message
Fidel Nadera (welthanschauung-deactivatedaccount) said :
#11

OK. however, it is confirmed that the key internet services does not work for previous versions of Ubuntu 11.10.

Can you help with this problem?

Provide an answer of your own, or ask Fidel Nadera for more information if necessary.

To post a message you must log in.