On Sat, Apr 23, 2011 at 11:31 AM, Erik Mugele <e...@teuton.org> wrote: > I was recently sent an AT&T USBConnect Lightning which is an AT&T > branded Sierra Wireless AirCard USB 305 3G wireless modem. I > live in a rural area and this is my primary connection to the > Internet via ppp. > > According to the website, the device seems to be using an ICERA > Livanto ICE8040 chipset. > > http://www.sierrawireless.com/productsandservices/AirCard/USBModems/aircard_u sb305.aspx > > The following patch against -current adds support for the device. My > dmesg is after the patch. > > Index: umsm.c > =================================================================== > RCS file: /cvs/src/sys/dev/usb/umsm.c,v > retrieving revision 1.73 > diff -u -r1.73 umsm.c > --- umsm.c 19 Mar 2011 09:16:28 -0000 1.73 > +++ umsm.c 23 Apr 2011 14:48:34 -0000 > @@ -227,6 +227,7 @@ > {{ USB_VENDOR_SIERRA, USB_PRODUCT_SIERRA_AC881U }, 0}, > {{ USB_VENDOR_SIERRA, USB_PRODUCT_SIERRA_AC885U }, 0}, > {{ USB_VENDOR_SIERRA, USB_PRODUCT_SIERRA_C01SW }, 0}, > + {{ USB_VENDOR_SIERRA, USB_PRODUCT_SIERRA_USB305}, 0}, > {{ USB_VENDOR_SIERRA, USB_PRODUCT_SIERRA_TRUINSTALL }, DEV_TRUINSTALL}, > > {{ USB_VENDOR_TCTMOBILE, USB_PRODUCT_TCTMOBILE_UMASS }, DEV_UMASS3}, > Index: usbdevs > =================================================================== > RCS file: /cvs/src/sys/dev/usb/usbdevs,v > retrieving revision 1.543 > diff -u -r1.543 usbdevs > --- usbdevs 19 Mar 2011 09:12:03 -0000 1.543 > +++ usbdevs 23 Apr 2011 14:48:44 -0000 > @@ -3420,6 +3420,7 @@ > product SIERRA AC881U 0x6856 881U > product SIERRA AC885U 0x6880 885U > product SIERRA C01SW 0x6890 C01SW > +product SIERRA USB305 0x68a3 USB305 > > /* Sigmatel products */ > product SIGMATEL IRDA 0x4200 IrDA > Index: usbdevs.h > =================================================================== > RCS file: /cvs/src/sys/dev/usb/usbdevs.h,v > retrieving revision 1.553 > diff -u -r1.553 usbdevs.h > --- usbdevs.h 19 Mar 2011 09:13:55 -0000 1.553 > +++ usbdevs.h 23 Apr 2011 14:48:49 -0000 > @@ -1,4 +1,4 @@ > -/* $OpenBSD: usbdevs.h,v 1.553 2011/03/19 09:13:55 dcoppa Exp $ */ > +/* $OpenBSD$ */ > > /* > * THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT. > @@ -3427,6 +3427,7 @@ > #define USB_PRODUCT_SIERRA_AC881U 0x6856 /* 881U */ > #define USB_PRODUCT_SIERRA_AC885U 0x6880 /* 885U */ > #define USB_PRODUCT_SIERRA_C01SW 0x6890 /* C01SW */ > +#define USB_PRODUCT_SIERRA_USB305 0x68a3 /* USB305 */ > > /* Sigmatel products */ > #define USB_PRODUCT_SIGMATEL_IRDA 0x4200 /* IrDA */ > Index: usbdevs_data.h > =================================================================== > RCS file: /cvs/src/sys/dev/usb/usbdevs_data.h,v > retrieving revision 1.547 > diff -u -r1.547 usbdevs_data.h > --- usbdevs_data.h 19 Mar 2011 09:13:55 -0000 1.547 > +++ usbdevs_data.h 23 Apr 2011 14:48:51 -0000 > @@ -1,4 +1,4 @@ > -/* $OpenBSD: usbdevs_data.h,v 1.547 2011/03/19 09:13:55 dcoppa Exp $ */ > +/* $OpenBSD$ */ > > /* > * THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT. > @@ -8508,6 +8508,10 @@ > { > USB_VENDOR_SIERRA, USB_PRODUCT_SIERRA_C01SW, > "C01SW", > + }, > + { > + USB_VENDOR_SIERRA, USB_PRODUCT_SIERRA_USB305, > + "USB305", > }, > { > USB_VENDOR_SIGMATEL, USB_PRODUCT_SIGMATEL_IRDA, > > > OpenBSD 4.9-current (GENERIC.MP) #16: Sat Apr 23 09:06:40 MDT 2011 > r...@urban.teuton.org:/usr/src/sys/arch/i386/compile/GENERIC.MP > cpu0: Intel(R) Atom(TM) CPU N450 @ 1.66GHz ("GenuineIntel" 686-class) 1.67 GHz > cpu0: FPU,V86,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,CFLUSH,DS,A CPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,SBF,SSE3,MWAIT,DS-CPL,EST,TM2,SSSE3,CX16,xTPR ,PDCM,MOVBE > real mem = 1062621184 (1013MB) > avail mem = 1035071488 (987MB) > mainbus0 at root > bios0 at mainbus0: AT/286+ BIOS, date 11/20/09, BIOS32 rev. 0 @ 0xfdc60, SMBIOS rev. 2.5 @ 0xdc010 (21 entries) > bios0: vendor TOSHIBA version "V1.10" date 11/20/2009 > bios0: TOSHIBA TOSHIBA NB305 > acpi0 at bios0: rev 2 > acpi0: sleep states S0 S3 S4 S5 > acpi0: tables DSDT FACP TCPA HPET MCFG SLIC APIC BOOT SSDT SSDT SSDT > acpi0: wakeup devices EXP1(S4) EXP2(S4) PXS3(S4) EXP4(S4) PCIB(S3) USB1(S3) USB2(S0) USB3(S3) USB4(S0) EUSB(S3) > acpitimer0 at acpi0: 3579545 Hz, 24 bits > acpihpet0 at acpi0: 14318179 Hz > acpimcfg0 at acpi0 addr 0xe0000000, bus 0-255 > acpimadt0 at acpi0 addr 0xfee00000: PC-AT compat > cpu0 at mainbus0: apid 0 (boot processor) > cpu0: apic clock running at 166MHz > cpu1 at mainbus0: apid 1 (application processor) > cpu1: Intel(R) Atom(TM) CPU N450 @ 1.66GHz ("GenuineIntel" 686-class) 1.67 GHz > cpu1: FPU,V86,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,CFLUSH,DS,A CPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,SBF,SSE3,MWAIT,DS-CPL,EST,TM2,SSSE3,CX16,xTPR ,PDCM,MOVBE > ioapic0 at mainbus0: apid 2 pa 0xfec00000, version 20, 24 pins > acpiprt0 at acpi0: bus 0 (PCI0) > acpiprt1 at acpi0: bus 5 (EXP1) > acpiprt2 at acpi0: bus 7 (EXP2) > acpiprt3 at acpi0: bus 9 (EXP3) > acpiprt4 at acpi0: bus -1 (EXP4) > acpiprt5 at acpi0: bus 17 (PCIB) > acpiec0 at acpi0 > acpicpu0 at acpi0: C3, C2, C1, PSS > acpicpu1 at acpi0: C3, C2, C1, PSS > acpiac0 at acpi0: AC unit online > acpibat0 at acpi0: BAT1 model "PA3785U-1BRS" serial 41167 type Li-Ion oem "Dell" > acpibtn0 at acpi0: LID0 > acpibtn1 at acpi0: PWRB > acpivideo0 at acpi0: IGD0 > acpivout0 at acpivideo0: LCD_ > bios0: ROM list: 0xc0000/0xda00! 0xce000/0x1000 0xdc000/0x4000! > cpu0: Enhanced SpeedStep 1663 MHz: speeds: 1667, 1333, 1000 MHz > pci0 at mainbus0 bus 0: configuration mode 1 (bios) > bridge mem address conflict 0xf0500000/0x100000 > pchb0 at pci0 dev 0 function 0 "Intel Pineview DMI" rev 0x00 > vga1 at pci0 dev 2 function 0 "Intel Pineview Video" rev 0x00 > wsdisplay0 at vga1 mux 1: console (80x25, vt100 emulation) > wsdisplay0: screen 1-5 added (80x25, vt100 emulation) > intagp0 at vga1 > agp0 at intagp0: aperture at 0xd0000000, size 0x10000000 > inteldrm0 at vga1: apic 2 int 16 > drm0 at inteldrm0 > "Intel Pineview Video" rev 0x00 at pci0 dev 2 function 1 not configured > azalia0 at pci0 dev 27 function 0 "Intel 82801GB HD Audio" rev 0x02: apic 2 int 22 > azalia0: codecs: Realtek ALC272 > audio0 at azalia0 > ppb0 at pci0 dev 28 function 0 "Intel 82801GB PCIE" rev 0x02: apic 2 int 16 > pci1 at ppb0 bus 5 > ppb1 at pci0 dev 28 function 1 "Intel 82801GB PCIE" rev 0x02: apic 2 int 17 > pci2 at ppb1 bus 7 > athn0 at pci2 dev 0 function 0 "Atheros AR9285" rev 0x01: apic 2 int 17 > athn0: AR9285 rev 2 (1T1R), ROM rev 13, address 00:26:4d:01:33:e3 > ppb2 at pci0 dev 28 function 2 "Intel 82801GB PCIE" rev 0x02: apic 2 int 18 > pci3 at ppb2 bus 9 > mem address conflict 0xf0520000/0x1000 > mem address conflict 0xf0510000/0x10000 > re0 at pci3 dev 0 function 0 "Realtek 8101E" rev 0x02: RTL8102EL (0x2480), apic 2 int 18, address 00:26:22:f7:4f:e5 > rlphy0 at re0 phy 7: RTL8201L 10/100 PHY, rev. 1 > uhci0 at pci0 dev 29 function 0 "Intel 82801GB USB" rev 0x02: apic 2 int 23 > uhci1 at pci0 dev 29 function 1 "Intel 82801GB USB" rev 0x02: apic 2 int 19 > uhci2 at pci0 dev 29 function 2 "Intel 82801GB USB" rev 0x02: apic 2 int 18 > uhci3 at pci0 dev 29 function 3 "Intel 82801GB USB" rev 0x02: apic 2 int 16 > ehci0 at pci0 dev 29 function 7 "Intel 82801GB USB" rev 0x02: apic 2 int 23 > usb0 at ehci0: USB revision 2.0 > uhub0 at usb0 "Intel EHCI root hub" rev 2.00/1.00 addr 1 > ppb3 at pci0 dev 30 function 0 "Intel 82801BAM Hub-to-PCI" rev 0xe2 > pci4 at ppb3 bus 17 > pcib0 at pci0 dev 31 function 0 "Intel Tigerpoint LPC" rev 0x02 > ahci0 at pci0 dev 31 function 2 "Intel 82801GR AHCI" rev 0x02: apic 2 int 19, AHCI 1.1 > ahci0: PHY offline on port 1 > ahci0: invalid ata_xfer state 06 in ahci_put_ccb, slot 31 > ahci0: PHY offline on port 2 > ahci0: invalid ata_xfer state 06 in ahci_put_ccb, slot 31 > ahci0: PHY offline on port 3 > ahci0: invalid ata_xfer state 06 in ahci_put_ccb, slot 31 > scsibus0 at ahci0: 32 targets > sd0 at scsibus0 targ 0 lun 0: <ATA, TOSHIBA MK2555GS, FG00> SCSI3 0/direct fixed naa.50000392268087f8 > sd0: 238475MB, 512 bytes/sec, 488397168 sec total > ichiic0 at pci0 dev 31 function 3 "Intel 82801GB SMBus" rev 0x02: apic 2 int 19 > iic0 at ichiic0 > spdmem0 at iic0 addr 0x50: 1GB DDR2 SDRAM non-parity PC2-6400CL5 SO-DIMM > usb1 at uhci0: USB revision 1.0 > uhub1 at usb1 "Intel UHCI root hub" rev 1.00/1.00 addr 1 > usb2 at uhci1: USB revision 1.0 > uhub2 at usb2 "Intel UHCI root hub" rev 1.00/1.00 addr 1 > usb3 at uhci2: USB revision 1.0 > uhub3 at usb3 "Intel UHCI root hub" rev 1.00/1.00 addr 1 > usb4 at uhci3: USB revision 1.0 > uhub4 at usb4 "Intel UHCI root hub" rev 1.00/1.00 addr 1 > isa0 at pcib0 > isadma0 at isa0 > pckbc0 at isa0 port 0x60/5 > pckbd0 at pckbc0 (kbd slot) > pckbc0: using irq 1 for kbd slot > wskbd0 at pckbd0: console keyboard, using wsdisplay0 > pms0 at pckbc0 (aux slot) > pckbc0: using irq 12 for aux slot > wsmouse0 at pms0 mux 0 > pcppi0 at isa0 port 0x61 > spkr0 at pcppi0 > npx0 at isa0 port 0xf0/16: reported by CPUID; using exception 16 > mtrr: Pentium Pro MTRR support > umsm0 at uhub0 port 1 configuration 1 interface 4 "Sierra Wireless Inc. USB 305" rev 2.00/0.06 addr 2 > ucom0 at umsm0 > umsm1 at uhub0 port 1 configuration 1 interface 0 "Sierra Wireless Inc. USB 305" rev 2.00/0.06 addr 2 > umsm1: missing endpoint > umsm2 at uhub0 port 1 configuration 1 interface 3 "Sierra Wireless Inc. USB 305" rev 2.00/0.06 addr 2 > umsm2: missing endpoint > umsm3 at uhub0 port 1 configuration 1 interface 1 "Sierra Wireless Inc. USB 305" rev 2.00/0.06 addr 2 > umsm3: missing endpoint > umsm4 at uhub0 port 1 configuration 1 interface 7 "Sierra Wireless Inc. USB 305" rev 2.00/0.06 addr 2 > ucom1 at umsm4
Why "missing endpoint"? The rest looks fine. Ciao, David