Snakeoil Forums

Full Version: Support for RME 9632 PCI Soundcard
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4
(07-Dec-2016, 07:56 AM)agent_kith Wrote: [ -> ]
(07-Dec-2016, 03:49 AM)Jhya Wrote: [ -> ]I tried the new firmware v0.1.5-pre-release-20161203, but MPD or Squeezelite still do not work. Do I need to ssh in and change the player settings?
Deadbeef still working fine as before.
Havn't updated the manuals yet. With MPD, add the following in the configuration text box beside your MPD player of choice:
Code:
device "default"

(If you have more than one entry in the configuration, seperate them with semi-colon ';').

Click save and you should hear something play now.

Squeezelite is still hardware access only so this trick wouldn't work. I have created an issue for this and will work on this once I get the chance.

okay, i inputted the parameter, but still no go when i try to play a music file. My status are:
Advanced Linux Sound Architecture Driver Version k4.4.9-rt17-x64-hdsp. ALSA Device(s)card 0: DSP [Hammerfall DSP], device 0: RME Hammerfall HDSP 9632 [RME Hammerfall HDSP 9632]
Params(0,0) closed

Shows the current running status of your selected player
VNC Virtual Desktop: This player do not require VNC
Config file: ok
Running: ok (PID: 11337)
(07-Dec-2016, 10:17 AM)Jhya Wrote: [ -> ]Advanced Linux Sound Architecture Driver Version k4.4.9-rt17-x64-hdsp. ALSA Device(s)card 0: DSP [Hammerfall DSP], device 0: RME Hammerfall HDSP 9632 [RME Hammerfall HDSP 9632]
Params(0,0) closed

Shows the current running status of your selected player
VNC Virtual Desktop: This player do not require VNC
Config file: ok
Running: ok (PID: 11337)
Think, try entering this then for your MPD of choice:
Code:
device "default:CARD=DSP"

If you run
Code:
aplay -L
you'd get a list of ALSA devices, try the devices one by one. At least one of these devices should work.

If you can, check the ALSA device you're using in deadbeef, and use that device for MPD.
(07-Dec-2016, 11:13 AM)agent_kith Wrote: [ -> ]
(07-Dec-2016, 10:17 AM)Jhya Wrote: [ -> ]Advanced Linux Sound Architecture Driver Version k4.4.9-rt17-x64-hdsp. ALSA Device(s)card 0: DSP [Hammerfall DSP], device 0: RME Hammerfall HDSP 9632 [RME Hammerfall HDSP 9632]
Params(0,0) closed

Shows the current running status of your selected player
VNC Virtual Desktop: This player do not require VNC
Config file: ok
Running: ok (PID: 11337)
Think, try entering this then for your MPD of choice:
Code:
device "default:CARD=DSP"

If you run
Code:
aplay -L
you'd get a list of ALSA devices, try the devices one by one. At least one of these devices should work.

If you can, check the ALSA device you're using in deadbeef, and use that device for MPD.

This is my readout when I run:
snakeoil@SNAKEOIL:~$ sudo aplay -L
[sudo] password for snakeoil:
null
    Discard all samples (playback) or generate zero samples (capture)
default:CARD=DSP
    Hammerfall DSP, RME Hammerfall HDSP 9632
    Default Audio Device
sysdefault:CARD=DSP
    Hammerfall DSP, RME Hammerfall HDSP 9632
    Default Audio Device

I inputted device "default:CARD=DSP" into MPD player, but the player will not play any music. I notice that the volume bar is at zero, but when i move it to 100%, I get:
The following error was encontered when sending the command:  setvol 100
[52@0] {setvol} problems setting volume
(07-Dec-2016, 10:17 AM)Jhya Wrote: [ -> ]I inputted device "default:CARD=DSP" into MPD player, but the player will not play any music. I notice that the volume bar is at zero, but when i move it to 100%, I get:
The following error was encontered when sending the command:  setvol 100
[52@0] {setvol} problems setting volume
That's weird.. Try a smaller number? Say 50, and see what % that is set to (50% or some other number?)
Pages: 1 2 3 4