Changing umsm.c like you suggested, using DEV_UMASS4 did the trick. I'm able to ppp -ddial now and get internet.
output when inserting modem... umsm0 at uhub2 port 1 configuration 1 interface 0 "Novatel Wireless Inc. Novatel Wireless CDMA" rev 1.10/0.00 addr 2 umsm1 at uhub2 port 1 configuration 1 interface 1 "Novatel Wireless Inc. Novatel Wireless CDMA" rev 1.10/0.00 addr 2 umsm0 detached umsm1 detached umsm0 at uhub2 port 1 configuration 1 interface 0 "Novatel Wireless Inc. Novatel Wireless CDMA" rev 1.10/0.00 addr 2 ucom0 at umsm0 umsm1 at uhub2 port 1 configuration 1 interface 1 "Novatel Wireless Inc. Novatel Wireless CDMA" rev 1.10/0.00 addr 2 ucom1 at umsm1 umsm2 at uhub2 port 1 configuration 1 interface 2 "Novatel Wireless Inc. Novatel Wireless CDMA" rev 1.10/0.00 addr 2 ucom2 at umsm2 umsm3 at uhub2 port 1 configuration 1 interface 3 "Novatel Wireless Inc. Novatel Wireless CDMA" rev 1.10/0.00 addr 2 ucom3 at umsm3 umass0 at uhub2 port 1 configuration 1 interface 4 "Novatel Wireless Inc. Novatel Wireless CDMA" rev 1.10/0.00 addr 2 umass0: using SCSI over Bulk-Only scsibus1 at umass0: 2 targets, initiator 0 sd0 at scsibus1 targ 1 lun 0: <Novatel, MMC Storage, 2.31> SCSI2 0/direct removable sd0: drive offline umass1 at uhub2 port 1 configuration 1 interface 5 "Novatel Wireless Inc. Novatel Wireless CDMA" rev 1.10/0.00 addr 2 umass1: using SCSI over Bulk-Only scsibus2 at umass1: 2 targets, initiator 0 cd0 at scsibus2 targ 1 lun 0: <Novatel, Mass Storage, 1.00> SCSI2 5/cdrom removable > Date: Wed, 30 Dec 2009 13:36:37 +1100 > From: [email protected] > To: [email protected] > CC: [email protected] > Subject: Re: novatel u760 modem > > This is not a real solution, try it with DEV_UMASS4 > > On Tue, Dec 29, 2009 at 08:32:12PM -0600, c l wrote: > > > > Thanks, Todd Fries suggested this and it worked... Actually I had to use /dev/rcd1c, > > > > > > > > >I've heard report that 'eject -f /dev/rsd0c' might be one easy thing to try first off. > > > > > > > Date: Wed, 30 Dec 2009 09:02:32 +1100 > > > From: [email protected] > > > To: [email protected] > > > CC: [email protected] > > > Subject: Re: novatel u760 modem > > > > > > In src/sys/dev/usb/umsm.c change the line > > > > > > {{ USB_VENDOR_NOVATEL, USB_PRODUCT_NOVATEL_ZEROCD2 }, 0}, > > > > > > to > > > > > > {{ USB_VENDOR_NOVATEL, USB_PRODUCT_NOVATEL_ZEROCD2 }, DEV_UMASS1}, > > > > > > then try DEV_UMASS2, DEV_UMASS3 & DEV_UMASS4 if that doesn't work. > > > > > > On Tue, Dec 29, 2009 at 12:00:13PM -0600, c l wrote: > > > > Anyone know how to make the Novatel u760 attach with umsm? Is there something > > > > I can modify in usbdevs.h to make it work? The man page says it's "suspected" > > > > to work. > > > > > > > > usbdevs -v > > > > Controller /dev/usb0: > > > > addr 1: high speed, self powered, config 1, EHCI root hub(0x0000), > > > > Intel(0x8086), rev 1.00 > > > > port 1 powered > > > > port 2 powered > > > > port 3 addr 2: high speed, self powered, config 1, USB Mass Storage > > > > Device(0x0701), Genesyslogic(0x05e3), rev 0.33 > > > > port 4 powered > > > > port 5 powered > > > > port 6 powered > > > > port 7 powered > > > > port 8 powered > > > > Controller /dev/usb1: > > > > addr 1: full speed, self powered, config 1, UHCI root hub(0x0000), > > > > Intel(0x8086), rev 1.00 > > > > port 1 powered > > > > port 2 powered > > > > Controller /dev/usb2: > > > > addr 1: full speed, self powered, config 1, UHCI root hub(0x0000), > > > > Intel(0x8086), rev 1.00 > > > > port 1 powered > > > > port 2 addr 2: full speed, power 500 mA, config 1, Novatel Wireless > > > > CDMA(0x5030), Novatel Wireless Inc.(0x1410), rev 0.00, iSerialNumber > > > > 091154835350000 > > > > Controller /dev/usb3: > > > > addr 1: full speed, self powered, config 1, UHCI root hub(0x0000), > > > > Intel(0x8086), rev 1.00 > > > > port 1 powered > > > > port 2 powered > > > > Controller /dev/usb4: > > > > addr 1: full speed, self powered, config 1, UHCI root hub(0x0000), > > > > Intel(0x8086), rev 1.00 > > > > port 1 powered > > > > port 2 powered > > > > > > > > > > > > > > > > > > > > dmesg... > > > > OpenBSD 4.6-current (GENERIC) #471: Sat Dec 26 21:08:05 MST 2009 > > > > [email protected]:/usr/src/sys/arch/i386/compile/GENERIC > > > > cpu0: Intel(R) Pentium(R) M processor 1.60GHz ("GenuineIntel" 686-class) 1.60 > > > > 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,TM,SBF,ES > > > > T,TM2 > > > > real mem = 1063743488 (1014MB) > > > > avail mem = 1022042112 (974MB) > > > > mainbus0 at root > > > > bios0 at mainbus0: AT/286+ BIOS, date 12/14/06, BIOS32 rev. 0 @ 0xfd750, > > > > SMBIOS rev. 2.33 @ 0xe0010 (59 entries) > > > > bios0: vendor IBM version "74ET64WW (2.09 )" date 12/14/2006 > > > > bios0: IBM 2525F6U > > > > apm0 at bios0: Power Management spec V1.2 > > > > apm0: battery life expectancy 98% > > > > apm0: AC on, battery charge high, charging > > > > acpi at bios0 function 0x0 not configured > > > > pcibios0 at bios0: rev 2.1 @ 0xfd6e0/0x920 > > > > pcibios0: PCI IRQ Routing Table rev 1.0 @ 0xfdec0/240 (13 entries) > > > > pcibios0: PCI Interrupt Router at 000:31:0 ("Intel 82371FB ISA" rev 0x00) > > > > pcibios0: PCI bus #5 is the last bus > > > > bios0: ROM list: 0xc0000/0xf600! 0xcf800/0x1600 0xd1000/0x1000 0xdc000/0x4000! > > > > 0xe0000/0x10000 > > > > cpu0 at mainbus0: (uniprocessor) > > > > cpu0: Enhanced SpeedStep 1597 MHz: speeds: 1600, 1500, 1400, 1300, 1200, 1100, > > > > 1000, 900, 800, 600 MHz > > > > pci0 at mainbus0 bus 0: configuration mode 1 (bios) > > > > mem address conflict 0x3f700000/0x80000 > > > > io address conflict 0x5800/0x8 > > > > io address conflict 0x5808/0x4 > > > > io address conflict 0x5810/0x8 > > > > io address conflict 0x580c/0x4 > > > > pchb0 at pci0 dev 0 function 0 "Intel 82915GM Host" rev 0x03 > > > > vga1 at pci0 dev 2 function 0 "Intel 82915GM Video" rev 0x03 > > > > 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 0xc0000000, size 0x10000000 > > > > inteldrm0 at vga1: irq 11 > > > > drm0 at inteldrm0 > > > > "Intel 82915GM Video" rev 0x03 at pci0 dev 2 function 1 not configured > > > > ppb0 at pci0 dev 28 function 0 "Intel 82801FB PCIE" rev 0x03: irq 11 > > > > pci1 at ppb0 bus 2 > > > > bge0 at pci1 dev 0 function 0 "Broadcom BCM5751M" rev 0x11, BCM5750 B1 > > > > (0x4101): irq 11, address 00:16:d3:b1:de:90 > > > > brgphy0 at bge0 phy 1: BCM5750 10/100/1000baseT PHY, rev. 0 > > > > uhci0 at pci0 dev 29 function 0 "Intel 82801FB USB" rev 0x03: irq 11 > > > > uhci1 at pci0 dev 29 function 1 "Intel 82801FB USB" rev 0x03: irq 11 > > > > uhci2 at pci0 dev 29 function 2 "Intel 82801FB USB" rev 0x03: irq 11 > > > > uhci3 at pci0 dev 29 function 3 "Intel 82801FB USB" rev 0x03: irq 11 > > > > ehci0 at pci0 dev 29 function 7 "Intel 82801FB USB" rev 0x03: irq 11 > > > > usb0 at ehci0: USB revision 2.0 > > > > uhub0 at usb0 "Intel EHCI root hub" rev 2.00/1.00 addr 1 > > > > ppb1 at pci0 dev 30 function 0 "Intel 82801BAM Hub-to-PCI" rev 0xd3 > > > > pci2 at ppb1 bus 4 > > > > cbb0 at pci2 dev 0 function 0 "Ricoh 5C476 CardBus" rev 0x8d: irq 11 > > > > sdhc0 at pci2 dev 0 function 1 "Ricoh 5C822 SD/MMC" rev 0x13: irq 11 > > > > sdmmc0 at sdhc0 > > > > iwi0 at pci2 dev 2 function 0 "Intel PRO/Wireless 2915ABG" rev 0x05: irq 11, > > > > address 00:13:ce:67:c7:5a > > > > cardslot0 at cbb0 slot 0 flags 0 > > > > cardbus0 at cardslot0: bus 5 device 0 cacheline 0x0, lattimer 0xb0 > > > > pcmcia0 at cardslot0 > > > > auich0 at pci0 dev 30 function 2 "Intel 82801FB AC97" rev 0x03: irq 11, ICH6 > > > > AC97 > > > > ac97: codec id 0x41445374 (Analog Devices AD1981B) > > > > ac97: codec features headphone, 20 bit DAC, No 3D Stereo > > > > audio0 at auich0 > > > > "Intel 82801FB Modem" rev 0x03 at pci0 dev 30 function 3 not configured > > > > ichpcib0 at pci0 dev 31 function 0 "Intel 82801FBM LPC" rev 0x03: PM disabled > > > > pciide0 at pci0 dev 31 function 2 "Intel 82801FBM SATA" rev 0x03: DMA, channel > > > > 0 wired to compatibility, channel 1 wi > > > > red to compatibility > > > > wd0 at pciide0 channel 0 drive 0: <HTC426060G9AT00> > > > > wd0: 16-sector PIO, LBA, 57231MB, 117210240 sectors > > > > wd0(pciide0:0:0): using PIO mode 4, Ultra-DMA mode 5 > > > > ichiic0 at pci0 dev 31 function 3 "Intel 82801FB SMBus" rev 0x03: irq 11 > > > > iic0 at ichiic0 > > > > spdmem0 at iic0 addr 0x51: 512MB DDR2 SDRAM non-parity PC2-4200CL5 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 ichpcib0 > > > > isadma0 at isa0 > > > > com1 at isa0 port 0x2f8/8 irq 3: ns16550a, 16 byte fifo > > > > 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 > > > > midi0 at pcppi0: <PC speaker> > > > > spkr0 at pcppi0 > > > > aps0 at isa0 port 0x1600/31 > > > > npx0 at isa0 port 0xf0/16: reported by CPUID; using exception 16 > > > > biomask eff5 netmask eff5 ttymask ffff > > > > mtrr: Pentium Pro MTRR support > > > > umass0 at uhub0 port 3 configuration 1 interface 0 "Genesyslogic USB Mass > > > > Storage Device" rev 2.00/0.33 addr 2 > > > > umass0: using ATAPI over Bulk-Only > > > > scsibus0 at umass0: 2 targets, initiator 0 > > > > cd0 at scsibus0 targ 1 lun 0: <TEAC, DV-W28EW, R.2A> ATAPI 5/cdrom removable > > > > vscsi0 at root > > > > scsibus1 at vscsi0: 256 targets > > > > softraid0 at root > > > > root on wd0a swap on wd0b dump on wd0b > > > > umass1 at uhub2 port 2 configuration 1 interface 0 "Novatel Wireless Inc. > > > > Novatel Wireless CDMA" rev 1.10/0.00 addr 2 > > > > umass1: using SCSI over Bulk-Only > > > > scsibus2 at umass1: 2 targets, initiator 0 > > > > cd1 at scsibus2 targ 1 lun 0: <Novatel, Mass Storage, 1.00> SCSI2 5/cdrom > > > > removable > > > > umass2 at uhub2 port 2 configuration 1 interface 1 "Novatel Wireless Inc. > > > > Novatel Wireless CDMA" rev 1.10/0.00 addr 2 > > > > umass2: using SCSI over Bulk-Only > > > > scsibus3 at umass2: 2 targets, initiator 0 > > > > sd0 at scsibus3 targ 1 lun 0: <Novatel, MMC Storage, 2.31> SCSI2 0/direct > > > > removable > > > > sd0: drive offline > > > > > > > > _________________________________________________________________ > > > > Hotmail: Free, trusted and rich email service. > > > > http://clk.atdmt.com/GBL/go/171222984/direct/01/ > > > > _________________________________________________________________ > > Hotmail: Free, trusted and rich email service. > > http://clk.atdmt.com/GBL/go/171222984/direct/01/ http://clk.atdmt.com/GBL/go/171222986/direct/01/

