Re: USB detach crashes possibly fixed

2002-02-17 Thread Terry Lambert
Paul van der Zwan wrote: > No, but if I run usbd in the foreground and with some -v flags it never > reports seeing a detach event even though the device driver reports it. > It looks like usbd just doesn't get it... [ ... ] > It looks like the driver works fine as far as I can tell, but usbd ju

Re: USB detach crashes possibly fixed

2002-02-17 Thread Vladimir B.
On Sun, 2002-02-17 at 00:49, Paul van der Zwan wrote: > I have no crashes but the detach action is never executed when I switch off > my Sony camera ( it has never worked as far as I know) > Attach actions are executed fine.. I have not see crashas any more too, BUT now I can't see my usb keyboar

Re: USB detach crashes possibly fixed

2002-02-17 Thread Paul van der Zwan
Fcc: outbox Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii > > > > > > and I got a small tune on attach but nothing on detach. > > > Now I am unable to play notes on /dev/speaker. Any hint? > > As Terry notes, shouldn't possibly be related. > > > I have no crashes but th

Re: USB detach crashes possibly fixed

2002-02-17 Thread Terry Lambert
Bruce Evans wrote: > On Sat, 16 Feb 2002, Terry Lambert wrote: > > PHK was threatening to murder /dev/speaker to work > > around some clock issues that would be hard to nail > > down the right way. > > I think you mean /dev/pcaudio. Yes; I confused the two, since I rarely do audio stuff at all (

Re: USB detach crashes possibly fixed

2002-02-16 Thread Bruce Evans
On Sat, 16 Feb 2002, Terry Lambert wrote: > PHK was threatening to murder /dev/speaker to work > around some clock issues that would be hard to nail > down the right way. I think you mean /dev/pcaudio. I use /dev/pcaudio to expose the brokenness of clock code that is not nailed down in the righ

Re: USB detach crashes possibly fixed

2002-02-16 Thread Brian F. Feldman
Paul van der Zwan <[EMAIL PROTECTED]> wrote: > > On 14-Feb-2002 (08:29:50/GMT) Brian Fundakowski Feldman wrote: > > > > > Please try this change (already committed to -CURRENT) and let me > > > know if crashes due to detaching USB devices specifically have been > > > eliminated. > > > > I cvsupp

Re: USB detach crashes possibly fixed

2002-02-16 Thread Terry Lambert
Paul van der Zwan wrote: > > I lost /dev/speaker. I don't know if this is related to patch but > > with my previous installed build (a bit old, of December 11, 2001) > > I have those lines on /etc/usbd.conf: > > > > attach "/bin/chmod 666 /dev/${DEVNAME} && echo L16cce > /dev/speaker" > > detach

Re: USB detach crashes possibly fixed

2002-02-16 Thread Paul van der Zwan
> On 14-Feb-2002 (08:29:50/GMT) Brian Fundakowski Feldman wrote: > > > Please try this change (already committed to -CURRENT) and let me > > know if crashes due to detaching USB devices specifically have been > > eliminated. > > I cvsupped on Feb 14, 20:21 CET (GMT+1, Italian time), recompiled >

RE: USB detach crashes possibly fixed

2002-02-15 Thread Riccardo Torrini
On 14-Feb-2002 (08:29:50/GMT) Brian Fundakowski Feldman wrote: > Please try this change (already committed to -CURRENT) and let me > know if crashes due to detaching USB devices specifically have been > eliminated. I cvsupped on Feb 14, 20:21 CET (GMT+1, Italian time), recompiled both world & ke

Re: USB detach crashes possibly fixed

2002-02-14 Thread FUJIMOTO Kou
I CVSuped kernel src tree to recompile, and uhub detach problem I've reported seems to be solved. With new kernel, I confirmed I could safely attach/detach all USB devices I have. Brian Fundakowski Feldman wrote: > Please try this change (already committed to -CURRENT) and let me know if > cras