When I try playing a dvd with ogle I get the attached output. It seems ogle is looking for some ALSA thing. Maybe ogle should depend on alsa?
Created attachment 3243 [details] output from ogle
are you, in fact, using ALSA?
Ole?
How do I determine that? (I probably am not).
Do you have alsa-driver package installed? Also, could you include output of "lsmod", please?
> Do you have alsa-driver package installed? I don't know. How do I determine that? # lsmod Module Size Used by Not tainted orinoco_cs 4392 1 orinoco 33504 0 [orinoco_cs] hermes 3392 0 [orinoco_cs orinoco] sr_mod 11864 0 (autoclean) 8139too 13920 0 mii 1200 0 [8139too] ide-scsi 7680 0 scsi_mod 56860 2 [sr_mod ide-scsi] apm 9544 1 i810_audio 22848 1 ac97_codec 9632 0 [i810_audio] soundcore 3844 2 [i810_audio] usbcore 64192 1 I can play DVDs with mplayer.
To see whether you have any alas packages installed, run the following command: qpkg -v -I |grep alsa In case you don't have 'qpkg', it comes as part of app-admin/gentoolkit.
# qpkg -v -I |grep alsa media-libs/alsa-lib-0.9.0_rc2 * media-sound/alsa-driver-0.9.0_rc2 *
Ole: A few suggestions: 1. Do you have alsa in your USE flags? 2. I would consider installing the rest of the alsa packages (alsa-oss and alsa-utils). Especially alsa-oss. 3. I have just commited ogle and ogle-gui 0.8.5. Could you make sure that you have 'alsa' in your USE flags, compile these new packages, and tell me whether your problem still remains? To test the new ogle packages you would need to unmask them in the /usr/portage/profiles/package.mask file.
I am getting the same problem as Ole. I have alsa in my USE variable and I have the alsa packages mentioned in the string installed.
i suggest there is nothing wrong with the ogle ebuild as i have had and still have alsa and ogle working well together. if you guys are using alsa but have something using oss or esd or arts these lock alsa such that ogle wouldn't be able to open it thus giving you the error. make sure esd or arts isn't running before trying to use ogle to access alsa directly. dave
Another idea: Having alsa packages installed does not mean that you are in fact using the alsa sound modules. The ALSA sound modules have a prefix "snd-" in the list, printed by lsmod. From the provided output, it seems to me that Ole is not in fact using ALSA, but is telling ogle to play sound via the alsa plugin. I am going to close this bug as INVALID; feel free to shout at me if I am wrong in my assumption. My advice is: if you are not using alsa, but your sound is working, remove alsa from your USE variable and recompile the sound-related packages.