From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1V76L2-0002DT-Fk for mharc-grub-devel@gnu.org; Wed, 07 Aug 2013 12:11:52 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41464) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V76Kv-00027r-Pd for grub-devel@gnu.org; Wed, 07 Aug 2013 12:11:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V76Kp-0000XX-RT for grub-devel@gnu.org; Wed, 07 Aug 2013 12:11:45 -0400 Received: from mail-lb0-x22e.google.com ([2a00:1450:4010:c04::22e]:54646) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V76Kp-0000VS-Kv for grub-devel@gnu.org; Wed, 07 Aug 2013 12:11:39 -0400 Received: by mail-lb0-f174.google.com with SMTP id w20so1655070lbh.5 for ; Wed, 07 Aug 2013 09:11:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-type:content-transfer-encoding; bh=0PvU+AtgiZzW9zfVvrjMA3jkBb6n/Fs7SePuHcmEzt4=; b=rBxcpgjLN7nZP0klR8IDHSJ/dL3GP/hA8PGZ79TjU5+SdQ+HohMoNXg7kEWj2Lt3U2 FlgillMN7i2d0+IXx+QLxVWyXCZJXDfezOYibNWi9inXR5ZcG50LgfUnxPH/pLYVQyxU H/CKLcwbvBIbnHW7TZy2hDZphVc9118Q4vqzfM2WxqpOeyIPgIyWUj41h1r+Y+HkX267 ia2xFR4TjYtxFWnVvYwJwVjhkwlMweJHX2on35R9tfIdwQZqSdLsNp/jwzFDSugmKt8S W4LdNT0VgM1npZow05U85Ri9YYwWm/ODQ7qW4Qc4niT9Bm5AF0yihQAG20qRSvW33kZv TaEQ== X-Received: by 10.112.159.169 with SMTP id xd9mr530540lbb.43.1375891898754; Wed, 07 Aug 2013 09:11:38 -0700 (PDT) Received: from opensuse.site (ppp79-139-160-84.pppoe.spdop.ru. [79.139.160.84]) by mx.google.com with ESMTPSA id d9sm1052571lbf.2.2013.08.07.09.11.37 for (version=SSLv3 cipher=RC4-SHA bits=128/128); Wed, 07 Aug 2013 09:11:38 -0700 (PDT) Date: Wed, 7 Aug 2013 20:11:37 +0400 From: Andrey Borzenkov To: The development of GNU GRUB Subject: Re: Missing USB devices. Message-ID: <20130807201137.08332daf@opensuse.site> In-Reply-To: References: X-Mailer: Claws Mail 3.9.0 (GTK+ 2.24.18; x86_64-suse-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: 8bit X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c04::22e Cc: Christian.melki@saabgroup.com X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: The development of GNU GRUB List-Id: The development of GNU GRUB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Aug 2013 16:11:51 -0000 В Wed, 7 Aug 2013 08:16:00 +0000 "Melki Christian (consultant)" пишет: > Hi. > > I'm running trunk version 5079 on a rather normal PC. EHCI + UHCI controller. Did it work in earlier versions? > I load all USB drivers including OHCI. Now with this latest version GRUB doesn't seem to want to talk to my keyboard anymore. > If I replug the device and reload usb_keyboard then it might work, but not right off the bat. > I also have a CCID smartcard reader and it is the same story there. > A normal keyboard plugged while running seems to work just fine though. > All devices are listed with the "usb" command. It looks like it can do control transfers but not real transfers. (lost configuration, reset device?) > I noticed that Ales had a similar problem with the fuloong device with OHCI. I don't run OHCI so... > > I am a little bit lost