1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00
freebsd-ports/sysutils/gobi_loader/files/pkg-message.in
Marek Zarychta eaaf120a0f systuils/gobi_loader: Firmware Loader for Qualcomm Gobi USB Chipsets
FreeBSD trimmed version / port of the gobi_oader, originally from
http://www.codon.org.uk/~mjg59/gobi_loader which likely never worked on
FreeBSD. This will load the firmware of the GOBI u3g parts on insertion.

Reviewed by:		imp (tweaked sample file from original)
Reviewed by:		daniel.engberg.lists@pyret.net
Sponsored by:		Netflix
Differential Revision:	https://reviews.freebsd.org/D22938
2021-06-13 14:21:32 -06:00

16 lines
603 B
Plaintext

[
{ type: install
message: <<EOM
To automatically load firmware copy %%PREFIX%%/etc/devd/gobi.conf.sample to
%%PREFIX%%/etc/devd/gobi.conf and adjust port, VID and PID to match your
device. To find VID and PID of the device look through the output of the
command: usbconfig dump_device_desc
The firmware for this device is not publicly downloadable. It should be
obtained separately and usually consists of 3 files: amss.mbn, apps.mbn and
uqcn.mbn which all should be placed in directory /boot/firmware/gobi. The
directory has to be created first if appropirate: mkdir -p /boot/firmware/gobi
EOM
}
]