You are not logged in.

#1 2009-05-27 19:28:45

haxit
Member
From: /home/haxit
Registered: 2008-03-04
Posts: 1,247
Website

[Solved] ncmpcpp and OSS

Is their any way to get the volume working in ncmpcpp with oss? Thanks

Last edited by haxit (2009-05-28 00:29:01)


Archi686 User | Old Screenshots | Old .Configs
Vi veri universum vivus vici.

Offline

#2 2009-05-27 19:47:01

litemotiv
Forum Fellow
Registered: 2008-08-01
Posts: 5,026

Re: [Solved] ncmpcpp and OSS

ncmpcpp doesn't interact with oss directly, it displays the volume it receives from mpd.

so in mpd.conf, you need to uncomment the lines for controlling the oss mixer

Last edited by litemotiv (2009-05-27 19:47:27)


ᶘ ᵒᴥᵒᶅ

Offline

#3 2009-05-27 19:54:42

haxit
Member
From: /home/haxit
Registered: 2008-03-04
Posts: 1,247
Website

Re: [Solved] ncmpcpp and OSS

litemotiv wrote:

ncmpcpp doesn't interact with oss directly, it displays the volume it receives from mpd.

so in mpd.conf, you need to uncomment the lines for controlling the oss mixer

I have OSS enabled in mpd config. Are there any other lines? This is what I have:

music_directory       "~/music"
playlist_directory    "~/music/playlist"
db_file               "~/.mpd/db"
log_file              "~/.mpd/log"
error_file            "~/.mpd/error"
pid_file              "~/.mpd/mpd.pid"
state_file            "~/.mpd/mpdstate"
user                  "haxit"
bind_to_address       "127.0.0.1"
port                  "6600"
audio_output {
        type                    "oss"
        name                 "My Audio Device"
}


Archi686 User | Old Screenshots | Old .Configs
Vi veri universum vivus vici.

Offline

#4 2009-05-27 19:57:18

brisbin33
Member
From: boston, ma
Registered: 2008-07-24
Posts: 1,796
Website

Re: [Solved] ncmpcpp and OSS

i have this in /etc/mpd.conf and volume works fine with OSS:

# An example for controlling an OSS mixer:
#
mixer_type                      "oss"
mixer_device                    "/dev/mixer"
mixer_control                   "PCM"

Offline

#5 2009-05-28 00:28:47

haxit
Member
From: /home/haxit
Registered: 2008-03-04
Posts: 1,247
Website

Re: [Solved] ncmpcpp and OSS

brisbin33 wrote:

i have this in /etc/mpd.conf and volume works fine with OSS:

# An example for controlling an OSS mixer:
#
mixer_type                      "oss"
mixer_device                    "/dev/mixer"
mixer_control                   "PCM"

Worked like a charm. Thanks!


Archi686 User | Old Screenshots | Old .Configs
Vi veri universum vivus vici.

Offline

Board footer

Powered by FluxBB