From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from felloff.net ([216.126.196.34]) by ur; Sun Nov 15 10:07:03 EST 2015 Message-ID: List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: app interface event component-scale control Date: Sun, 15 Nov 2015 16:06:53 +0100 From: cinap_lenrek@felloff.net To: 9front@9front.org Subject: Re: [9front] nvram in usbdisk is not recognized In-Reply-To: <3AFBB676-8199-4846-B10B-FF7BBB988DC3@ar.aichi-u.ac.jp> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit i suspect this is a timing problem. that we try to access the usb device before it has been recognized and mounted. can you check that it works without the "nobootprompt=tcp" parameter? that is, let it sit at the bootargs prompt for a few seconds before entering "tcp" or enter !rc and ls the /shr directory for a while until the device shows up. there is the boot parameter: usbwait= (defaults to 2) that can be used to give usb stuff more time to settle down. this is a work arround right now. ideally, that parameter will go away once the device enumeration and mounting is synchronized, but right now its all asynchronous. -- cinap