Date: Fri, 6 Sep 2002 18:44:42 +0200 From: Bernd Walter <ticso@cicely9.cicely.de> To: Shunsuke Akiyama <akiyama@jp.FreeBSD.org> Cc: freebsd-current@FreeBSD.ORG, ticso@cicely.de Subject: Re: ucom/uftdi problems Message-ID: <20020906164442.GE764@cicely9.cicely.de> In-Reply-To: <20020906161616.GC764@cicely9.cicely.de> References: <20020905141742.GB94005@cicely5.cicely.de> <20020907000556U.akiyama@jp.FreeBSD.org> <20020906160959.GB764@cicely9.cicely.de> <20020906161616.GC764@cicely9.cicely.de>
next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Sep 06, 2002 at 06:16:17PM +0200, Bernd Walter wrote: > On Fri, Sep 06, 2002 at 06:09:59PM +0200, Bernd Walter wrote: > > On Sat, Sep 07, 2002 at 12:05:54AM +0900, Shunsuke Akiyama wrote: > > > Hi, > > > > > > At Thu, 5 Sep 2002 16:17:42 +0200, > > > Bernd Walter wrote: > > > > > > > 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 > > > > > > I've got a similar problem report with uvscom. And I also have this > > > problem, too. > > > > Good to hear that others have this problem too. > > I wasn't shure if it's my fault buildung the device or the driver. > > > > > Please try to attached patch. > > > It's works fine for me. > > > > Are you shure? > > The patch just changes the name of the drivers. > > Not surprisingly it did not solve my problem. > > Amazing - it works now if the device is plugged in at booting. Mmm - it only works on the first open. Sounds like there is much to do to get it working :( -- 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?20020906164442.GE764>