Re: USB flash installation -- Location of sets?

2013-09-29 Thread Alex Naumov
Thank you Dmitrij! Using ! I got shell and fixed my problem.

On Sun, Sep 29, 2013 at 1:14 AM, Dmitrij D. Czarkoff czark...@gmail.comwrote:

 Alex Naumov said:
  So, installer can't find source-directory and I can't remount my usb
 stick.
  Does anybody know how it works?

 You can escape to shell using ! command:

   Location of sets? (cd disk ftp http or 'done') [disk] !
   # mount /dev/sd0i /mnt2
   # exit
   Location of sets? (cd disk ftp http or 'done') [disk]
   Is the disk partition already mounted? [yes] yes
   Pathname to the sets? (or 'done') [5.3/i386] /mnt2/5.3/i386



Interrupts cause uaudio stuttering with mpd

2013-09-29 Thread Alex Holst
I'm looking for input on solving a long-standing issue with uaudio
playback on my desktop system. (http://mongers.org/openbsd/dmesg.fit)

When playing local FLAC files or streaming ogg/mp3 through mpd (or
cvlc), I experience stuttering when system interrupts spike above 15% --
the most reliable way I can reproduce this is by forcing a bit of disk
i/o.

Back in April I tried Alexandre's patch related to audio/midi interrupts
on mp kernels. I also tried sndiod -r44100 -z2940 but neither made any
difference. 

Is the stuttering likely related to my hardware, is it a known problem
or is there something else I can try?

-- 
I prefer the dark of the night, after midnight and before four-thirty,
when it's more bare, more hollow.http://a.mongers.org 



Re: Interrupts cause uaudio stuttering with mpd

2013-09-29 Thread Paul Kelly
On 29/09/2013 7:28 PM, Alex Holst wrote:
 I'm looking for input on solving a long-standing issue with uaudio
 playback on my desktop system. (http://mongers.org/openbsd/dmesg.fit)
 
 When playing local FLAC files or streaming ogg/mp3 through mpd (or
 cvlc), I experience stuttering when system interrupts spike above 15% --
 the most reliable way I can reproduce this is by forcing a bit of disk
 i/o.
 
 Back in April I tried Alexandre's patch related to audio/midi interrupts
 on mp kernels. I also tried sndiod -r44100 -z2940 but neither made any
 difference. 
 
 Is the stuttering likely related to my hardware, is it a known problem
 or is there something else I can try?

Sounds quite similar to this:
http://marc.info/?l=openbsd-miscm=137935068413841w=2

If that is the case then I guess that upgrading from the Atom to a
faster CPU might alleviate your symptoms, though difficult for me to say
because the underlying issue sounds very complex.


paul



Re: ugen attaches to USB WLAN adapter (RTL8188CUS) [solved]

2013-09-29 Thread Maximilian Fillinger

Thanks, Jonathan! With that patch, it works.