Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 6798 - ogle fails to play dvd -- ALSA issue
Summary: ogle fails to play dvd -- ALSA issue
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Arcady Genkin (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-08-20 16:34 UTC by Ole Tange
Modified: 2002-12-27 12:43 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
output from ogle (ogle,4.22 KB, text/plain)
2002-08-20 16:34 UTC, Ole Tange
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ole Tange 2002-08-20 16:34:10 UTC
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?
Comment 1 Ole Tange 2002-08-20 16:34:43 UTC
Created attachment 3243 [details]
output from ogle
Comment 2 Seemant Kulleen (RETIRED) gentoo-dev 2002-08-22 22:20:27 UTC
are you, in fact, using ALSA?
Comment 3 Seemant Kulleen (RETIRED) gentoo-dev 2002-08-28 03:31:52 UTC
Ole?
Comment 4 Ole Tange 2002-08-28 15:33:11 UTC
How do I determine that?  
 
(I probably am not). 
Comment 5 Arcady Genkin (RETIRED) gentoo-dev 2002-09-01 15:10:10 UTC
Do you have alsa-driver package installed?  Also, could you include output of
"lsmod", please?
Comment 6 Ole Tange 2002-09-01 15:49:20 UTC
> 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.
Comment 7 Arcady Genkin (RETIRED) gentoo-dev 2002-09-01 18:09:12 UTC
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.
Comment 8 Ole Tange 2002-09-02 02:01:54 UTC
# qpkg -v -I |grep alsa 
media-libs/alsa-lib-0.9.0_rc2 * 
media-sound/alsa-driver-0.9.0_rc2 * 
 
Comment 9 Arcady Genkin (RETIRED) gentoo-dev 2002-09-21 17:01:26 UTC
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.
Comment 10 zealott 2002-11-02 00:31:52 UTC
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.
Comment 11 Dave Nellans 2002-11-29 19:08:47 UTC
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
Comment 12 Arcady Genkin (RETIRED) gentoo-dev 2002-12-27 12:43:14 UTC
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.