Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 Jul 2002 22:06:42 +0400
From:      "Michael Smirnov" <smbsmb@mail.ru>
To:        <freebsd-questions@freebsd.org>
Subject:   Zyxel USB-modem
Message-ID:  <00ce01c221f3$39deafa0$1508a8c0@library.vstu.edu.ru>

next in thread | raw e-mail | index | archive | help
Please help me to make it work if it's possible.
I've read messages in news that Zyxel USB modems are known to work on FreeBSD,
even if they are not in supported hardware list!

I connected a modem Zyxel Omni56K Plus to an onboard USB contoller.
FreeBSD 4.4-Release.

usbd recognizes it as Zyxel, but how can work with it?!

# cu -l /dev/umodem0
cu: open (/dev/umodem0): Device not configured
cu: /dev/umodem0: Line in use
# ppp
Working in interactive mode
Using interface: tun0
ppp ON my> set device /dev/umodem0
ppp ON my> term
Warning: deflink: /dev/umodem0: Bad file descriptor
Failed to open /dev/umodem0
# ls -l /dev/umodem0
crw-rw-rw-  1 uucp  dialer  124,   0 Oct  9  2001 umodem0


What I did: Compiled new kernel and rebooted
device          uhci
device          ohci
device          usb
device          ugen
device          uhid
device          umodem

/var/run/dmesg:
uhci0: <Intel 82801BA/BAM (ICH2) USB controller USB-A> port 0xd000-0xd01f
irq 5
at device 31.2 on pci0
usb0: <Intel 82801BA/BAM (ICH2) USB controller USB-A> on uhci0
usb0: USB revision 1.0
uhub0: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub0: 2 ports with 2 removable, self powered
ugen0: ZyXEL Communication Co. Omni 56K Plus, rev 1.00/0.01, addr 2
pci0: <unknown card> (vendor=0x8086, dev=0x2443) at 31.3 irq 0
uhci1: <Intel 82801BA/BAM (ICH2) USB controller USB-B> port 0xd400-0xd41f
irq 12
 at device 31.4 on pci0
usb1: <Intel 82801BA/BAM (ICH2) USB controller USB-B> on uhci1
usb1: USB revision 1.0
uhub1: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub1: 2 ports with 2 removable, self powered

Added to etc/usbd.conf, but without any result
device "USB modem"
        vendor  0x0586
        devname "umodem0"
         product 0x1500





To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?00ce01c221f3$39deafa0$1508a8c0>