On Thu, 20 May 2010 23:17:25 +0200 patrick kristensen
<kristensenpatri...@gmail.com> wrote:
> 2010/5/17 J.C. Roberts <list-...@designtools.org>:
> > On Fri, 14 May 2010 17:11:16 +0200 patrick kristensen
> > <kristensenpatri...@gmail.com> wrote:
> >> Hi
> >>
> >> I have 4.6-RELEASE on a lenovo x200s system with Ericsson F3507g
> >> Mobile Broadband Module installed (mini-pci express wwan adapter).
> >> On FreeBSD the device is detected by the cdce(4) driver which
> >> creates an ue0 ethernet interface. On 4.6-RELEASE install this
> >> does not happen.
> >> The cdce(4) appeared in openBSD 4.1 and following the changelog
> >> from 4.1 to -current, cdce(4) should be in generic.
> >> Do I need to modload anything for cdce to load?
> >
> >
> > It seems you forgot to post your dmesg and the output of `usbdevs
> > -vd`
> >
> >
> > --
> > The OpenBSD Journal - http://www.undeadly.org
> >
> 
> I have  upgraded to 4.7-release and later 4.7-current but cdce does
> not load. The output from dmesg and usbdevs for -release and -current
> is:
> 
> 
...
> OpenBSD 4.7-current (GENERIC.MP) #229: Wed May 12 02:02:27 MDT 2010
>     t...@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC.MP
...
> umodem0 at uhub1 port 4 configuration 1 interface 1 "Ericsson Ericsson
> F3507g Mobile Broadband Minicard Composite Device" rev 2.00/0.00 addr
> 2
> umodem0: data interface 2, has CM over data, has break
> umodem0: status change notification available
> ucom0 at umodem0
> umodem1 at uhub1 port 4 configuration 1 interface 3 "Ericsson Ericsson
> F3507g Mobile Broadband Minicard Composite Device" rev 2.00/0.00 addr
> 2
> umodem1: data interface 4, has CM over data, has break
> umodem1: status change notification available
> ucom1 at umodem1
> umodem2 at uhub1 port 4 configuration 1 interface 9 "Ericsson Ericsson
> F3507g Mobile Broadband Minicard Composite Device" rev 2.00/0.00 addr
> 2
> umodem2: data interface 12, has CM over data, has break
> umodem2: no data interface
...
> 
> usbdevs -vd (4.7-current)
...
> Controller /dev/usb1:
> addr 1: high speed, self powered, config 1, EHCI root hub(0x0000),
> Intel(0x8086), rev 1.00
>   uhub1
>  port 1 powered
>  port 2 powered
>  port 3 powered
>  port 4 addr 2: high speed, power 20 mA, config 1, Ericsson F3507g
> Mobile Broadband Minicard Composite Device(0x1900), Ericsson(0x0bdb),
> rev 0.00, iSerialNumber 3541430209963360
>    umodem0
>    umodem1
>    umodem2
>  port 5 powered
>  port 6 powered


Though I have and have read the mostly useless marketing material
touting the features of the Erricsson F3507g, I haven't been able to
find any real specs. It seems to be very similar feature-wise to the
Qalcomm Gobi-1000 and Gobi-2000 (MDM1000 and MDM2000 chipsets), but I
am yet to find any claim that the Erricson F3507g uses Qaulcom parts,
or for that matter, uses Qualcomm logic cores. It doesn't matter all
that much since the above tells me the device is most likely usable in
OpenBSD as is.

Two of the three umodem(4) have serial ports attached (ucom(4)) so all
you need to do is configure ppp(8) or pppd(8) to talk to one of those
serial ports (/dev/cuaU?). You should probably read the umsm(4) for
more info and an example chat script.

A lot of similar EVDO/HSPA devices are built in the same way in the
sense of providing more than one serial port, but only one of them is
usable with ppp/pppd. The other supposed serial port speaks a
proprietary protocol and is used for "management" purposes. Typically,
the proprietary protocol is either Qualcomm QMI or Qualcomm DM. Due to
various "leaks" (read: google android), portions of the proprietary
protocol have been figured out by the linux camp, but it's still a work
in progress. Some details were posted here:
http://blogs.gnome.org/dcbw/2010/04/

        jcr

-- 
The OpenBSD Journal - http://www.undeadly.org

  • [no subject] patrick kristensen
    • Re: J.C. Roberts
      • Re: patrick kristensen
        • Re: J.C. Roberts
          • Re: patrick kristensen
            • Re: J.C. Roberts
              • Re: patrick kristensen
                • Re: J.C. Roberts
                • Re: patrick kristensen
                • Re: J.C. Roberts
                • Re: patrick kristensen
                • Re: J.C. Roberts
                • Re: Jussi Peltola
              • Re: Pete Vickers

Reply via email to