Gentoo Archives: gentoo-user

From: Mark Knecht <markknecht@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] xine - no sound on DVDs - solved (sort of)
Date: Tue, 25 Sep 2007 21:43:47
Message-Id: 5bdc1c8b0709251424v7d533270yc08dfdb379dbd21a@mail.gmail.com
In Reply to: Re: [gentoo-user] xine - no sound on DVDs - solved (sort of) by Michael Schreckenbauer
1 On 9/25/07, Michael Schreckenbauer <grimlog@×××.de> wrote:
2 > Hi Mark,
3 >
4 > Am Mittwoch, 19. September 2007 schrieb Mark Knecht:
5 > > Hi,
6 > > Message is to Randy and others that have been helping me with my
7 > > audio problems with xine. This evening I discovered the root cause of
8 > > the problem of no sound when playing DVDs in xine. Unfortunately I
9 > > don't have a good solution yet. Maybe someone knows how to fix this at
10 > > the command line?
11 > > OK, xine does produce sound, but this machine has multiple sound
12 > > cards and it's choosing the one that goes to the home theater system,
13 > > not the PC's sound card:
14 >
15 > maybe I missed that one in this thread, but did you look at xine's
16 > audio-configuration?
17 > Could you post the output of grep "audio" .xine/config here?
18 >
19 > Regards,
20 > Michael
21
22 Hi Michael,
23 Thanks for taking a look. Let me know if you see anything or want more info.
24
25 Cheers,
26 Mark
27
28 dragonfly mark # cat .xine/config | grep audio
29 #gui.post_audio_plugin:goom
30 #gui.audio_mixer_method:Sound card
31 audio.alsa_hw_mixer:0
32 # audio driver to use
33 #audio.driver:auto
34 #audio.a52.dynamic_range:0
35 # downmix audio to 2 channel surround stereo
36 #audio.a52.surround_downmix:0
37 #audio.a52.level:100
38 #audio.device.alsa_default_device:default
39 #audio.device.alsa_front_device:plug:front:default
40 #audio.device.alsa_mixer_name:PCM
41 #audio.device.alsa_mmap_enable:0
42 #audio.device.alsa_passthrough_device:iec958:AES0=0x6,AES1=0x82,AES2=0x0,AES3=0x2
43 #audio.device.alsa_surround40_device:plug:surround40:0
44 #audio.device.alsa_surround51_device:plug:surround51:0
45 #audio.output.speaker_arrangement:Stereo 2.0
46 #audio.synchronization.passthrough_offset:0
47 # play audio even on slow/fast speeds
48 #audio.synchronization.slow_fast_audio:0
49 # method to sync audio and video
50 #audio.synchronization.av_sync_method:metronom feedback
51 #audio.synchronization.force_rate:0
52 #audio.synchronization.resample_mode:auto
53 # startup audio volume
54 #audio.volume.mixer_volume:50
55 #audio.volume.remember_volume:0
56 # device used for CD audio
57 #media.audio_cd.device:/dev/cdrom
58 #media.audio_cd.drive_slowdown:4
59 #media.audio_cd.use_cddb:1
60 #media.audio_cd.cddb_cachedir:/home/mark/.xine/cddbcache
61 #media.audio_cd.cddb_port:8880
62 #media.audio_cd.cddb_server:freedb.freedb.org
63 # number of audio buffers
64 #engine.buffers.audio_num_buffers:230
65 # priority for dvaudio decoder
66 #engine.decoder_priorities.dvaudio:0
67 # priority for ffmpegaudio decoder
68 #engine.decoder_priorities.ffmpegaudio:0
69 dragonfly mark #
70
71
72 dragonfly mark # uname -a
73 Linux dragonfly 2.6.20-gentoo-r1 #4 SMP PREEMPT Tue May 15 06:22:55
74 PDT 2007 i686 Intel(R) Pentium(R) 4 CPU 3.00GHz GenuineIntel GNU/Linux
75 dragonfly mark #
76
77 dragonfly mark # cat /proc/asound/cards
78 0 [ICH5 ]: ICH4 - Intel ICH5
79 Intel ICH5 with ALC655 at 0xfa081000, irq 21
80 1 [default ]: USB-Audio - USB Audio CODEC
81 Burr-Brown from TI USB Audio CODEC
82 at usb-0000:00:1d.1-1, full s
83 dragonfly mark #
84
85 dragonfly mark # cat /proc/asound/version
86 Advanced Linux Sound Architecture Driver Version 1.0.14rc1 (Tue Jan 09
87 09:56:17 2007 UTC).
88 dragonfly mark #
89 --
90 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] xine - no sound on DVDs - solved (sort of) Michael Schreckenbauer <grimlog@×××.de>