Re: alsa problem with ogle
Bj|rn Englund <[email protected]> Fri, 10 Jun 2005 00:47:46 +0200
| Newsgroups | gmane.comp.video.ogle.user |
|---|---|
| Message-ID | <[email protected]> |
Thu Jun 09 2005, Max wrote: > thanks Bj|rn... > the only error in the log is this: > > ERROR[ogle_audio]: Unable to update the IEC958 control: No such file or > directory This error is always there. It seems everything isn't implemented in the alsa api, but it works anyway. I don't know what the setup is like on your soundcard with alsa but on mine, I have 2 devices. hw:0,0 which is the normal "analog" device and hw:0,4 which is the spdif/iec958 device. But the thing is that I have to use the hw:0,0 device always, both for normal and spdif output. Using /dev/dsp when you are running alsa will only get you the alsa oss compatibility device, which doesn't work as good as true oss normally. > with this settings ogle can play the dvd but there is no audio at all... Have you tried editing out the ac3 channel_config in the oglerc file so you don't get spdif output, but normal analog instead? Does that give any sound? > > i tryed to set the device hw:0,0 but there is no way, this is the output > > ERROR[ogle_audio]: Opening alsa pcm device 'hw:0,0': Device or resource busy > FATAL[ogle_audio]: failed opening the alsa audio driver at hw:0,0 > ctrl: ipc_rmid: Invalid argument Did you try the above after you had shutdown esd? > > if i shutdown esd, so ogle can use /dev/dsp, butin this case i obtain > this error: > > No accelerated IMDCT transform found > !!*** format: 8 > SNDCTL_DSP_GETCHANNELMASK: Invalid argument > ERROR[ogle_audio]: wanted sample resolution 16, got 0 > ERROR[ogle_audio]: wanted byte order 1, got 0 > ERROR[ogle_audio]: wanted encoding 2, got 0 > ctrl: ipc_rmid: Invalid argument This is probably because the alsa oss compatibility device doesn't support spdif or some other function we are trying to use. Anyone else on this list that has any suggestions to which alsa device to use on an i810 chipset? /Bj|rn