On Sun, May 04, 2008 at 02:39:14PM +0200, Jean-michel Bessot wrote: > Hi > > I have a problem to start jackd to use my audiophile 2496 card. > > $ jackd -d sun > jackd 0.109.10 > [copyright information] > JACK compiled with System V SHM support. > loading driver .. > Enhanced3DNow! detected > SSE2 detected > sun_driver: setting capture parameters failed: [EMAIL PROTECTED]
jackd uses stereo 16-bit linear pcm @ 48000 Hz by default. envy(4) can't do that. you need something like $ jackd -d sun -i 12 -o 10 -w 32 that's from the 'Playback and record data formats' section of envy(4). I don't have any envy(4) devices to confirm :( you can see the sun driver's options with 'jackd -d sun --help'. I would also suggest updating the jack package. there have been some fixes since 0.109.10. 0.111.2 is in the -current ports tree. with 0.109.10, you'll probably not want to run in full-duplex mode, so in the above instead of -i 12, use -i 0. of course, if anyone has issues with jack, please contact me. I am trying to get all patches in and all sun bugs out for the 1.0 release, which they say isn't just too far off. > cannot load driver module sun > no message buffer overruns > > I use the Openbsd 4.3 -current (GENERIC#841 i386) and the envy driver > is loaded. > > $ dmesg | grep envy > envy0 at pci4 dev 6 function 0 "IC Ensemble Envy24 I/O Ctrlr" rev 0x02: irq 10 > audio0 at envy0 > > When I use mplayer -ao sun, sound "works" but I need jack to play music. > > How can I resolve this problem ? > > Sorry for my poor english. > bye > > -- > Jean-michel Bessot <[EMAIL PROTECTED]> > -- [EMAIL PROTECTED] SDF Public Access UNIX System - http://sdf.lonestar.org

