NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: kern/45156: Patch to support XS Stick P14 USB 3G Modem and similar devices
The following reply was made to PR kern/45156; it has been noted by GNATS.
From: David Holland <dholland-gnats%netbsd.org@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc:
Subject: Re: kern/45156: Patch to support XS Stick P14 USB 3G Modem and
similar devices
Date: Sun, 17 Jul 2011 23:56:34 +0000
not sent to gnats (gnats mail should be sent to
gnats-bugs%netbsd.org@localhost;
it resends to the list from there)
------
From: Moritz Wilhelmy <moritz%wzff.de@localhost>
To: kern-bug-people%netbsd.org@localhost, gnats-admin%netbsd.org@localhost,
netbsd-bugs%netbsd.org@localhost
Subject: Re: kern/45156: Patch to support XS Stick P14 USB 3G Modem and similar
devices
Date: Mon, 18 Jul 2011 00:41:28 +0200
Mail-Followup-To: Moritz Wilhelmy <moritz%wzff.de@localhost>,
kern-bug-people%netbsd.org@localhost,
gnats-admin%netbsd.org@localhost, netbsd-bugs%netbsd.org@localhost
On Sun, Jul 17, 2011 at 21:20:00 +0000, Moritz Wilhelmy wrote:
> Plug in the stick in vanilla NetBSD, it will show up as USB CD drive
> that does not support being ejected. After applying the patch, it will
> auto-initialise as ucom device taking up two slots. The first one
> (ttyU0 in my case) is not usable and seemingly simply blocked by the
> manufacturer for no particular reason; the second one (ttyU1) can be
> used to dial up.
This was a bit incorrect: It allocates 4 devices, three of which are
wasted: ttyU0-ttyU2 are seemingly useless, ttyU3 can be used to dial up.
I was able to extract a bit more information out of the device. It
reports the following data:
-> AT&V
&C: 1; &D: 2; &E: 0; &F: 0; &S: 0; &W: 0; E: 1; L: 0; M: 0; Q: 0; V: 1;
X: 1; Z: 0; \Q: 3; \S: 0; \V: 0; S0: 0; S2: 43; S3: 13; S4: 10; S5: 8;
S6: 2; S7: 50; S8: 2; S9: 6; S10: 14; S11: 95; S30: 0; S103: 1; S104: 1;
+FCLASS: 0; +ICF: 3,3; +IFC: 2,2; +IPR: 115200; +DR: 0; +DS: 0,0,2048,6;
+WS46: 12; +LCTSN: 0,5,""; +TESTINF2: ; +SPN: 0; +DISK: 0,""; +TCARD: ;
+PASEL: 3,3,3,3,3,3,3; +SER3: ; +CBST: 0,0,1;
+CRLP: (61,61,48,6,0),(61,61,48,6,1),(240,240,52,6,2);
+CV120: 1,1,1,0,0,0; +CHSN: 0,0,0,0; +CSSN: 0,0; +CREG: 0; +CGREG: 0;
+CFUN:; +CSCS: "IRA"; +CSTA: 129; +CR: 0; +CRC: 0; +CMEE: 0;
+CGDCONT: (1,"IP","internet.t-mobile","0.0.0.0",0,0); +CGDSCONT: ;
+CGTFT: ; +CGEQREQ: ; +CGEQMIN: ; +CGQREQ: ; +CGQMIN: ; +CGEREP: 0,0;
+CGDATA: "PPP"; +CGCLASS: "A"; +CGSMS: 3; +CSMS: 0; +CMGF: 0; +CSAS: 0;
+CRES: 0; +CSCA: "+491710760322",145; +CSMP: ,,0,0; +CSDH: 0;
+CSCB: 0,"",""; +FDD: 0; +FAR: 0; +FCL: 0; +FIT: 0,0; +ES: ,,;
+ESA: 0,,,,0,0,255,; +CMOD: 0; +CVHU: 1; +CPIN: ????????,????????;
+CMEC: 0,0,0KF: 0; +NWLSET: 0,; +MODODR: 2;
+AUTOTIME: 0; +LEDCFG: 0,; +POWERCFG: 0
OK
-> ATI
Manufacturer: 4G Systems GmbH & Co. KG
Model: XS Stick P14
Revision: LQA0064.1.2_MG29
IMEI: 352161043955172
+GCAP: +CGSM,+DS,+ES
OK
I'm not sure whether 1c9e is a genuine, registered USB product ID.
`lsusb' on Linux doesn't know the device either, and I'm not really sure
where to obtain information about registered/allocated USB vendor IDs.
Moritz
Home |
Main Index |
Thread Index |
Old Index