Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 31 Aug 2008 23:44:14 +0200
From:      Patrick =?ISO-8859-15?Q?Lamaizi=E8re?= <patfbsd@davenulle.org>
To:        "Artur :)" <artur.bubets@inbox.lv>
Cc:        questions@FreeBSD.org
Subject:   Re: USB modem: how to enable driver?
Message-ID:  <20080831234414.3005998b@baby-jane-lamaiziere-net.local>
In-Reply-To: <1220174419.48ba6253af573@www.inbox.lv>
References:  <1220174419.48ba6253af573@www.inbox.lv>

next in thread | previous in thread | raw e-mail | index | archive | help
Le Sun, 31 Aug 2008 12:20:19 +0300,
"Artur :)" <artur.bubets@inbox.lv> a écrit :

>  Hello! I am going to install FreeBSD on my desktop, currently running
> M$ Windows. I have ZTE wireless USB modem, and there is no specific
> driver provided for *NIX. But, this device can be used with generic
> USB serial port driver. In Linux, device is not recognized
> automatically, but can be enabled with command: "sudo modprobe
> usbserial vendor=0x19d2 product=0xfffe". Which command can do same
> effect in FreeBSD?

The command to load a kernel module is kldload.

For your modem, try the ubsa driver (I'm not sure)

kldload ubsa

See man ubsa, man kldload, man loader.conf and the FreeBSD Handbook.

Regards.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20080831234414.3005998b>