[Bug 305968] Re: 3G ZTE MF622 modem does not work with static hal FDIs

2009-04-27 Thread Paulo Neto
my modem has the same problem, but I fixed it... match key=@info.parent:usb.vendor_id int=0x19d2 !-- Qualcomm: Telstra/NextG CDMA , ZTE CDMA Tech -- match key=@info.parent:usb.product_id int_outof=0x0001;0xfffe match key=@info.parent:usb.interface.number int=0

[Bug 305968] Re: 3G ZTE MF622 modem does not work with static hal FDIs

2009-04-27 Thread Paulo Neto
my modem has the same problem, but I fixed it... match key=@info.parent:usb.vendor_id int=0x19d2 !-- Qualcomm: Telstra/NextG CDMA , ZTE CDMA Tech -- match key=@info.parent:usb.product_id int_outof=0x0001;0xfffe match key=@info.parent:usb.interface.number int=0

[Bug 305968] Re: 3G ZTE MF622 modem not working after bugfix #291333

2009-02-19 Thread Paulo Neto
Danne, wait 30s after you plug modem because it (19d2:2000) is ignored and changed to modem (19d2:0001) after this time. -- 3G ZTE MF622 modem not working after bugfix #291333 https://bugs.launchpad.net/bugs/305968 You received this bug notification because you are a member of Ubuntu Bugs, which

[Bug 305968] Re: 3G ZTE MF622 modem not working after bugfix #291333

2009-02-19 Thread Paulo Neto
danne, download the kernel, edit unusual_dev, remove: /* Reported by Mauro Andreolini andre...@weblab.ing.unimo.it * This entry is needed to bypass the ZeroCD mechanism * and to properly load as a modem device. */ UNUSUAL_DEV( 0x19d2, 0x2000, 0x, 0x, Onda ET502HS,

[Bug 305968] Re: 3G ZTE MF622 modem not working after bugfix #291333

2009-02-18 Thread Paulo Neto
yes, i am from Brazil -- 3G ZTE MF622 modem not working after bugfix #291333 https://bugs.launchpad.net/bugs/305968 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 305968] Re: 3G ZTE MF622 modem not working after bugfix #291333

2009-02-18 Thread Paulo Neto
Danne, you modem.fdi has a syntax error: !-- ONDA MF632 HSDPA USB dongle -- match key=@info.parent:usb.product_id int=0x0001;0x0002 (int = it is for single option) correct code: match key=@info.parent:usb.product_id int_outof=0x0001;0x0002 (int_outof= two or plus) I try a new

[Bug 305968] Re: 3G ZTE MF622 modem not working after bugfix #291333

2009-02-18 Thread Paulo Neto
I make the update in my system, but the same bug lives in hal-info... I make the correct syntax that i used in my last post and it works fine... I belive that the problem lives in fdi creator. -- 3G ZTE MF622 modem not working after bugfix #291333 https://bugs.launchpad.net/bugs/305968 You

[Bug 305968] Re: 3G ZTE MF622 modem not working after bugfix #291333

2009-02-18 Thread Paulo Neto
Danne, eu estou tentando fazer todos os modens funcionarem, pois o modem da onda 19d2:0001 está como cdma e é gsm vou comentar para vc entender: match key=@info.parent:usb.vendor_id int=0x19d2 - hal procura por esse vendedor !-- Qualcomm: Telstra/NextG CDMA , ZTE CDMA Tech

[Bug 305968] Re: 3G ZTE MF622 modem not working after bugfix #291333

2009-02-18 Thread Paulo Neto
danne, try: sudo gedit /usr/share/hal/fdi/preprobe/10osvendor/20-broken-usb-sticks.fdi !-- Ignore the Huawei E220 USB HSDPA modem -- match key=@storage.originating_device:usb.vendor_id int=0x12d1 match key=@storage.originating_device:usb.product_id int=0x1003 merge

[Bug 305968] Re: 3G ZTE MF622 modem not working after bugfix #291333

2009-02-17 Thread Paulo Neto
ok, look the kernel sources: /usr/src/linux- x/drivers/usb/serial/option.c ... This driver exists because the normal serial driver doesn't work too well with GSM modems. Issues: - data loss -- one single Receive URB is not nearly enough - nonstandard flow (Option devices) control -

[Bug 305968] Re: 3G ZTE MF622 modem not working after bugfix #291333

2009-02-17 Thread Paulo Neto
try it match key=@info.parent:usb.vendor_id int=0x19d2 !-- ZTE CDMA Tech -- match key=@info.parent:usb.product_id int=0xfffe match key=@info.parent:usb.interface.number int=0 append key=modem.command_sets type=strlistIS-707-A/append /match

[Bug 305968] Re: 3G ZTE MF622 modem not working after bugfix #291333

2009-02-17 Thread Paulo Neto
This is a note to let you know that I’ve just added the patch titled Subject: USB: OPTION: fix name of Onda MSA501HS HSDPA modem to my gregkh-2.6 tree. Its filename is usb-option-fix-name-of-onda-msa501hs-hsdpa-modem.patch This tree can be found at

[Bug 305968] Re: 3G ZTE MF622 modem not working after bugfix #291333

2009-02-16 Thread Paulo Neto
result of lshal ** Attachment added: lshal.txt http://launchpadlibrarian.net/22716585/lshal.txt -- 3G ZTE MF622 modem not working after bugfix #291333 https://bugs.launchpad.net/bugs/305968 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 305968] Re: 3G ZTE MF622 modem not working after bugfix #291333

2009-02-16 Thread Paulo Neto
look for other releases of hal-info hal-info-20081022 match key=@info.parent:usb.vendor_id int=0x19d2 !-- Qualcomm: Telstra/NextG CDMA -- (this modem is gsm/gprs/edge/hsdpa, and it work fine.is the name correct?) match key=@info.parent:usb.product_id int=0x0001

[Bug 305968] Re: 3G ZTE MF622 modem not working after bugfix #291333

2009-02-15 Thread Paulo Neto
sudo gedit ;) -- 3G ZTE MF622 modem not working after bugfix #291333 https://bugs.launchpad.net/bugs/305968 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 305968] Re: 3G ZTE MF622 modem not working after bugfix #291333

2009-02-15 Thread Paulo Neto
try it! gedit /usr/share/hal/fdi/information/10freedesktop/10-modem.fdi do the change match key=@info.parent:usb.vendor_id int=0x19d2 !-- Qualcomm: Telstra/NextG CDMA , ZTE CDMA Tech -- match key=@info.parent:usb.product_id int=0xfffe match

[Bug 291333] Re: Onda MT505UP / MF632 not working

2009-02-15 Thread Paulo Neto
try it! sudo gedit /usr/share/hal/fdi/information/10freedesktop/10-modem.fdi do the change match key=@info.parent:usb.vendor_id int=0x19d2 !-- Qualcomm: Telstra/NextG CDMA , ZTE CDMA Tech -- match key=@info.parent:usb.product_id int=0xfffe match

[Bug 305968] Re: 3G ZTE MF622 modem not working after bugfix #291333

2009-02-15 Thread Paulo Neto
match key=@info.parent:usb.vendor_id int=0x19d2 !-- Qualcomm: Telstra/NextG CDMA , ZTE CDMA Tech -- match key=@info.parent:usb.product_id int=0xfffe match key=@info.parent:usb.interface.number int=0 append key=modem.command_sets

[Bug 291333] Re: Onda MT505UP / MF632 not working

2009-02-15 Thread Paulo Neto
match key=@info.parent:usb.vendor_id int=0x19d2 !-- Qualcomm: Telstra/NextG CDMA , ZTE CDMA Tech -- match key=@info.parent:usb.product_id int=0xfffe match key=@info.parent:usb.interface.number int=0 append key=modem.command_sets type=strlistIS-707-A/append

[Bug 305968] Re: 3G ZTE MF622 modem not working after bugfix #291333

2009-02-15 Thread Paulo Neto
** Changed in: hal-info (Ubuntu) Status: Incomplete = In Progress -- 3G ZTE MF622 modem not working after bugfix #291333 https://bugs.launchpad.net/bugs/305968 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs

[Bug 291333] Re: Onda MT505UP / MF632 not working

2009-02-10 Thread Paulo Neto
match key=@info.parent:usb.vendor_id int=0x19d2 !-- Qualcomm: Telstra/NextG CDMA , ZTE CDMA Tech -- match key=@info.parent:usb.product_id int_outof=0xfffe - cute 0x0001; match key=@info.parent:usb.interface.number int=0 append

[Bug 305968] Re: 3G ZTE MF622 modem not working after bugfix #291333

2009-02-10 Thread Paulo Neto
match key=@info.parent:usb.vendor_id int=0x19d2 !-- Qualcomm: Telstra/NextG CDMA , ZTE CDMA Tech -- match key=@info.parent:usb.product_id int_outof=0xfffe - cute 0x0001; match key=@info.parent:usb.interface.number int=0 append