From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S263595AbTJ0VAf (ORCPT ); Mon, 27 Oct 2003 16:00:35 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S263596AbTJ0VAe (ORCPT ); Mon, 27 Oct 2003 16:00:34 -0500 Received: from wsip-68-99-153-203.ri.ri.cox.net ([68.99.153.203]:45013 "EHLO jaymale.blue-labs.org") by vger.kernel.org with ESMTP id S263595AbTJ0VA0 (ORCPT ); Mon, 27 Oct 2003 16:00:26 -0500 Message-ID: <3F9D875E.8020302@blue-labs.org> Date: Mon, 27 Oct 2003 16:00:14 -0500 From: David Ford User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6a) Gecko/20031020 X-Accept-Language: en-us, en MIME-Version: 1.0 To: John Mock CC: Linux Kernel Mailing List Subject: Re: test9 suspend problems References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Unfortunately I use USB mostly for my digital camera. Losing sound is pretty annoying too because everything that tries to play sound then gets into D state as well. John Mock wrote: >Software suspend failing with 'uhci-hcd' is a known problem under 2.6.0 >(see Bug #1373): > > http://www.ussg.iu.edu/hypermail/linux/kernel/0308.0/1805.html > http://www.ussg.iu.edu/hypermail/linux/kernel/0308.0/1867.html > http://bugzilla.kernel.org/show_bug.cgi?id=1373 > >It was reported a while ago (in 2.5.73-mm1): > > http://www.ussg.iu.edu/hypermail/linux/kernel/0306.3/1093.html > >According to current release critera, it seems that most software-suspend >related issues will have to wait until after 2.6.0 is released in terms >of the regular kernel. (Maybe a private patch might be available sooner.) > >If your only USB devices are mice and/or keyboards, then you can probably >put a 'rmmod uhci-hcd'/'modprobe uhci-hcd' pair in your hiberation script. > >That fix is unlikely to work for things like file-oriented devices (such >as digital cameras). > -- JM > >