From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from shawidc-mo1.cg.shawcable.net ([24.71.223.10] helo=pd4mo3so.prod.shaw.ca) by speech.braille.uwo.ca with esmtp (Exim 3.36 #1 (Debian)) id 1DBiO7-0006aP-00 for ; Wed, 16 Mar 2005 18:57:19 -0500 Received: from pd2mr1so.prod.shaw.ca (pd2mr1so-qfe3.prod.shaw.ca [10.0.141.110]) by l-daemon (Sun ONE Messaging Server 6.0 HotFix 1.01 (built Mar 15 2004)) with ESMTP id <0IDG00B2YYHQH670@l-daemon> for speakup@braille.uwo.ca; Wed, 16 Mar 2005 16:56:14 -0700 (MST) Received: from pn2ml9so.prod.shaw.ca ([10.0.121.7]) by pd2mr1so.prod.shaw.ca (Sun ONE Messaging Server 6.0 HotFix 1.01 (built Mar 15 2004)) with ESMTP id <0IDG00IKFYHQV800@pd2mr1so.prod.shaw.ca> for speakup@braille.uwo.ca; Wed, 16 Mar 2005 16:56:14 -0700 (MST) Received: from really.isa-geek.net (S0106000d611f7599.ok.shawcable.net [24.71.182.112]) by l-daemon (iPlanet Messaging Server 5.2 HotFix 1.18 (built Jul 28 2003)) with ESMTP id <0IDG0031UYHP1Y@l-daemon> for speakup@braille.uwo.ca; Wed, 16 Mar 2005 16:56:13 -0700 (MST) Received: from localhost ([127.0.0.1] helo=really.isa-geek.net) by really.isa-geek.net with esmtp (Exim 4.50) id 1DBiO6-0000oo-Ve for speakup@braille.uwo.ca; Wed, 16 Mar 2005 15:57:18 -0800 Date: Wed, 16 Mar 2005 15:57:18 -0800 From: David Csercsics In-reply-to: <002301c52a71$b2706ab0$77ac7682@azwaterDOM.wr.usgs.gov> To: "Speakup is a screen review system for Linux." Message-id: <0IDG0031VYHP1Y@l-daemon> References: <002301c52a71$b2706ab0$77ac7682@azwaterDOM.wr.usgs.gov> Comments: In-reply-to "Sean McMahon" message dated "Wed, 16 Mar 2005 14:46:52 -0700." Subject: Re: My usb device works for a while then quits. X-BeenThere: speakup@braille.uwo.ca X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Speakup is a screen review system for Linux." List-Id: "Speakup is a screen review system for Linux." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Mar 2005 23:57:19 -0000 You wrote: >I have an alva connected bia usb to my computer but after a few minutes of >activity, it quits. Root can access the device but a normal user can't. >Someone suggested I mount the usb devfs as read/write. The question is where is >hotplug/libusb mounting the usb system and what is the best way to re-mount it? try fixing the usbfs line in fstab like this: usbdevfs /proc/bus/usb usbdevfs mode=666,defaults 0 0 That will force the file system to be mounted with read/write access for everybody.