uplcom, ucom and itegno on FreeBSD 7

New Itegno 3000 has arrived, plug it in my Windows XP working well. I wanna try in FreeBSD 7 server.

Here’s the steps :

1. Detection Modem

Activate uplcom

monitor# kldload uplcom

See detected modul in kernel:

monitor# kldstat
Id Refs Address    Size     Name
 1   13 0xc0400000 9118d4   kernel
 2    1 0xc0d12000 6a618    acpi.ko
 3    1 0xc3207000 3000     pflog.ko
 4    1 0xc321a000 33000    pf.ko
 5    1 0xc32a6000 22000    linux.ko
 6    1 0xc5473000 4000     uplcom.ko
 7    1 0xc5477000 3000     ucom.ko

Plug modem now and see  :

monitor# tail -f /var/log/messages

Apr 29 09:59:14 monitor root: Unknown USB device: vendor 0x0eba
product 0x1080 bus uhub1
Apr 29 09:59:14 monitor kernel: ugen0: <Prolific Technology Inc.
USB-Serial Controller, class 0/0, rev 1.10/0.01, addr 2> on uhub1

monitor# dmesg | tail

ugen0: <Prolific Technology Inc. USB-Serial Controller, class 0/0, rev
1.10/0.01, addr 2> on uhub1

Looking for position :

monitor# usbdevs -a 2 -v
Controller /dev/usb0:
Controller /dev/usb1:
addr 2: full speed, power 500 mA, config 1, USB-Serial
Controller(0x1080), Prolific Technology Inc.(0x0eba), rev 0.01
Controller /dev/usb2:

So far so good but I try to unplug and find it as ucom but still not lucky 🙁

Try this way still the same, maybe I’ll try Linux first.

Tags: