My Notebook (Toshiba Satellite 1110) does not have serial ports, so I wanted to connect a serial adapter.

The adapter is recognized (see below), but I can't access any of the serial ports:

[EMAIL PROTECTED] minicom
minicom: cannot open /dev/ucom0: Device not configured
[EMAIL PROTECTED]


[EMAIL PROTECTED] cu -l ucom0 /dev/ucom0: Device not configured link down [EMAIL PROTECTED] cu -l ucom1 /dev/ucom1: Device not configured link down [EMAIL PROTECTED]


I will be happy about any hint! (the USB-mouse is working flawless!)

R. Kaestner

----------------------
Configuration data:

[EMAIL PROTECTED] uname -a
FreeBSD sat 5.0-RELEASE-p7 FreeBSD 5.0-RELEASE-p7 #0: Sun May 25 14:02:46 CEST 2003 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/RFK i386
[EMAIL PROTECTED]




/boot/device.hints:
=====================
# rfk: Versuch USB: (just one of my attempts to get things running)
hint.uftdi.0.at="uhub"
hint.uftdi.0.disabled="0"
hint.ucom.0.at="uftdi"
hint.ucom.0.disabled="0"



[EMAIL PROTECTED] tail -f /var/log/messages
===================================
May 26 13:05:38 sat kernel: uhub2: Texas Instruments TUSB2046 hub, class 9/0, rev 1.10/1.25, addr 2
May 26 13:05:38 sat kernel: uhub2: 4 ports with 4 removable, bus powered
May 26 13:05:40 sat kernel: ucom0: FTDI USB FAST SERIAL ADAPTER, rev 1.10/2.00, addr 3
May 26 13:05:40 sat kernel: ucom1: FTDI USB FAST SERIAL ADAPTER, rev 1.10/2.00, addr 4



May 26 13:10:34 sat kernel: uhub2: at uhub1 port 2 (addr 2) disconnected
May 26 13:10:34 sat kernel: ucom0: detached
May 26 13:10:34 sat kernel: ucom1: detached
May 26 13:10:34 sat kernel: uhub2: detached


excerpt from /usr/src/sys/i386/conf/RFK
=========================================
# USB support
device uhci # UHCI PCI->USB interface
device ohci # OHCI PCI->USB interface
device usb # USB Bus (required)
#device udbp # USB Double Bulk Pipe devices
device ugen # Generic
device uhid # "Human Interface Devices"
device ukbd # Keyboard
device ulpt # Printer
device umass # Disks/Mass storage - Requires scbus and da
device ums # Mouse
device urio # Diamond Rio 500 MP3 player
device uscanner # Scanners
# USB Ethernet, requires mii
device aue # ADMtek USB ethernet
device cue # CATC USB ethernet
device kue # Kawasaki LSI USB ethernet
# aus LINT:
device umodem
device ucom
device uftdi
device uplcom
device ubsa
device uvscom
device uvisor
device ufm

(NOTE: scbus and da are also configured)
_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to