From owner-freebsd-questions@FreeBSD.ORG Mon Aug 11 14:38:43 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D8C9237B401 for ; Mon, 11 Aug 2003 14:38:43 -0700 (PDT) Received: from mail.noos.fr (mis-un-BSD-chez.noos.fr [81.64.118.255]) by mx1.FreeBSD.org (Postfix) with ESMTP id 91A6543F75 for ; Mon, 11 Aug 2003 14:38:42 -0700 (PDT) (envelope-from joel.carnat@noos.com) Received: from mail.noos.fr ([10.0.0.5]) by mail.noos.fr (8.12.9/8.12.9) with SMTP id h7BLcTY2003428 for ; Mon, 11 Aug 2003 23:38:29 +0200 (CEST) Received: by mail.noos.fr (sSMTP sendmail emulation); Mon, 11 Aug 2003 23:38:01 +0200 Date: Mon, 11 Aug 2003 23:38:01 +0200 From: Joel CARNAT To: FreeBSD-questions@FreeBSD.org Message-ID: <20030811213801.GB43659@atheria.tumfatig.net> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: Mutt/1.4.1i Organization: Exploitation noos - Services - Niveau 3 X-Mailer: Mutt (FreeBSD/i386) X-URL: http://www.noos.fr/ X-message-flag: Anti-Outlook Page Subject: USB2Serial - works with "cu" but fails with "minicom" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: joel.carnat@noos.fr List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Aug 2003 21:38:44 -0000 Hi, I have an USB2Serial adapter to connect to my SUNs. I can't use it with minicom. But when I use "cu -l /dev/ucom0", I can login/do_things/logout correctly. I tried Eterm, Xterm and console (in case it matters), from $USER and $ROOT. I also tried to recompile minicom after "/dev/modem@ -> /dev/ucom0" was done. I had minicom working on the same laptop running NetBSD... What would explain minicom fails when cu works ? Thanks for answers, Jo **** some hardware/conf infos *** *** dmesg ucom0: ATEN International Serial adapter, rev 1.10/0.01, addr 2 *** ls -al /dev/uco* /dev/modem lrwxr-xr-x 1 root wheel 10 14 jul 17:47 /dev/modem@ -> /dev/ucom0 crw-rw-rw- 1 uucp dialer 138, 128 11 aoû 23:27 /dev/ucom0 *** cat /usr/local/etc/minicom/minirc.dfl # Fichier généré automatiquement - utilisez « minicom -s » # pour changer les paramètres pr port /dev/ucom0 pu baudrate 9600 pu bits 8 pu parity N pu stopbits 1 pu downdir /mnt/dagobah/download pu histlines 4096