Wireless Modem
    M. Warner Losh 
    imp at bsdimp.com
       
    Mon Jan  1 10:36:53 PST 2007
    
    
  
In message: <BAY124-W486382562CD33FDF19AE7280BB0 at phx.gbl>
            Saad Ali <cyborg_sa at hotmail.com> writes:
: I have a CDMA connection with a Huawei wireless ETS2551 phone set
: that connects to my PC using a TUSB3410 cable (UART to USB). It gets
: detected as "TUSB3410 Boot Device" under the device node ugen0 which
: is a generic device node. My question is that how can I use this
: modem builtin to the phone set in FreeBSD. I was advised to
: recompile the kernel but I cant find my device name under the
: FreeBSd 6.1 hardware list.
Most cellphone modems aren't in the hardware list because they change
more often than we can document them...
Try building a kernel with the following devices:
device		ucom
device		umodem
device		umct
device		uark
device		ubsa
device		ubser
device		uftdi
device		uplcom
device		uvisor
device		uvscom
Maybe we should start putting them in GENERIC, because I've answered
this question a dozen times in the past few months.
Warner
    
    
More information about the freebsd-usb
mailing list