Date: Thu, 5 Sep 2002 16:17:42 +0200 From: Bernd Walter <ticso@cicely5.cicely.de> To: freebsd-current@freebsd.org Subject: ucom/uftdi problems Message-ID: <20020905141742.GB94005@cicely5.cicely.de>
next in thread | raw e-mail | index | archive | help
I've build a device which is based on the FT8U232AM chip. Probing works like a charm: [81]cicely13# usbdevs -v | grep FTDI port 3 addr 5: full speed, power 90 mA, config 1, USB <-> Serial(0x6001), FTDI(0x0403), rev 2.00 And I get a new node in /dev: [82]cicely13# ls -l /dev/ucom0 crw-rw---- 1 uucp dialer 138, 128 Sep 4 16:43 /dev/ucom0 But I get an error when writing: [83]cicely13# echo test > /dev/ucom0 /dev/ucom0: Device not configured. [84]cicely13# uname -a FreeBSD cicely13.cicely.de 5.0-CURRENT FreeBSD 5.0-CURRENT #3: Wed Sep 4 15:54:17 CEST 2002 ticso@cicely13.cicely.de:/var/d7/builder/FreeBSD-2002-08-31/src/sys/i386/compile/CICELY13 i386 -- B.Walter BWCT http://www.bwct.de ticso@bwct.de info@bwct.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020905141742.GB94005>