[SOLVED] Support for RME 9632 PCI Soundcard
|
Posts: 21
Threads: 1
Joined: May 2016
Reputation:
0
Location: USA
30-Oct-2016, 04:27 PM
(This post was last modified: 30-Oct-2016, 04:28 PM by Jhya.)
(29-Oct-2016, 05:37 PM)agent_kith Wrote: Most players are setup for direct hardware access. Seems if you want to get this working will need some changes to the original templates.
Instead of using hw access you have to configure everything in alsa the alsa conf then use ALSA:default as your audio device.
Okay, thanks. So i have to edit alsa.conf or .asoundrc to enable sound from MPD or Squeezelite in snakeoil? Is that because the OS use the alsa audio device instead of direct hardware?
I tried Daphile earlier, and the two amixer routing commands worked for it and I got audio from its Squeezelite player. So i guess it's not the player.
Posts: 2,783
Threads: 178
Joined: Feb 2016
Reputation:
482
Location: Perth, WA
(30-Oct-2016, 04:27 PM)Jhya Wrote: Okay, thanks. So i have to edit alsa.conf or .asoundrc to enable sound from MPD or Squeezelite in snakeoil? Is that because the OS use the alsa audio device instead of direct hardware? Snakeoil players are configured to use direct hardware, and that is what i'm guessing is not working.
(30-Oct-2016, 04:27 PM)Jhya Wrote: I tried Daphile earlier, and the two amixer routing commands worked for it and I got audio from its Squeezelite player. So i guess it's not the player. What audio device did you use in daphile for squeezelite? is it something like hw:x,y?
Snakeoil Operating System - Music, your way!
Posts: 21
Threads: 1
Joined: May 2016
Reputation:
0
Location: USA
(30-Oct-2016, 05:45 PM)agent_kith Wrote: (30-Oct-2016, 04:27 PM)Jhya Wrote: Okay, thanks. So i have to edit alsa.conf or .asoundrc to enable sound from MPD or Squeezelite in snakeoil? Is that because the OS use the alsa audio device instead of direct hardware? Snakeoil players are configured to use direct hardware, and that is what i'm guessing is not working.
(30-Oct-2016, 04:27 PM)Jhya Wrote: I tried Daphile earlier, and the two amixer routing commands worked for it and I got audio from its Squeezelite player. So i guess it's not the player. What audio device did you use in daphile for squeezelite? is it something like hw:x,y?
This is what I get from daphile:
daphile ~ # squeezelite -l
Output devices:
null - Discard all samples (playback) or generate zero samples (capture)
default:CARD=Dummy - Dummy, Dummy PCM - Default Audio Device
sysdefault:CARD=Dummy - Dummy, Dummy PCM - Default Audio Device
default:CARD=DSP - Hammerfall DSP, RME Hammerfall HDSP 9632 - Default Audio Device
sysdefault:CARD=DSP - Hammerfall DSP, RME Hammerfall HDSP 9632 - Default Audio Device
Posts: 2,783
Threads: 178
Joined: Feb 2016
Reputation:
482
Location: Perth, WA
(31-Oct-2016, 07:58 AM)Jhya Wrote: This is what I get from daphile:
daphile ~ # squeezelite -l
Output devices:
null - Discard all samples (playback) or generate zero samples (capture)
default:CARD=Dummy - Dummy, Dummy PCM - Default Audio Device
sysdefault:CARD=Dummy - Dummy, Dummy PCM - Default Audio Device
default:CARD=DSP - Hammerfall DSP, RME Hammerfall HDSP 9632 - Default Audio Device
sysdefault:CARD=DSP - Hammerfall DSP, RME Hammerfall HDSP 9632 - Default Audio Device Yup, that's what I suspect this card needs to get going, i.e. use something like ALSA:default instead of hw:0,0. I'd see if I can do a quick workaround in the next release to enable this.
If you only have one audio card in the system ALSA:default should in theory pick your RME card as the default output device straightaway and the amixer settings is all you'd need to get audio out.
Snakeoil Operating System - Music, your way!
Posts: 21
Threads: 1
Joined: May 2016
Reputation:
0
Location: USA
01-Nov-2016, 12:08 PM
(This post was last modified: 01-Nov-2016, 12:10 PM by Jhya.)
Thanks Agent Kith! I look forward to seeing MPD and Squeezelite working on this card! I'm running Deadbeef with SPDIF coaxial out of it right now and the sound is amazing, so organic without any digital harshness.
Posts: 2,783
Threads: 178
Joined: Feb 2016
Reputation:
482
Location: Perth, WA
(01-Nov-2016, 12:08 PM)Jhya Wrote: Thanks Agent Kith! I look forward to seeing MPD and Squeezelite working on this card! I'm running Deadbeef with SPDIF coaxial out of it right now and the sound is amazing, so organic without any digital harshness. Will hopefully get this done by the next release.
Do you know if this card do I2S out? And if yes, DSD out via I2S (be it DoP or native)?
Snakeoil Operating System - Music, your way!
Posts: 21
Threads: 1
Joined: May 2016
Reputation:
0
Location: USA
01-Nov-2016, 01:05 PM
(This post was last modified: 01-Nov-2016, 01:10 PM by Jhya.)
(01-Nov-2016, 12:35 PM)agent_kith Wrote: (01-Nov-2016, 12:08 PM)Jhya Wrote: Thanks Agent Kith! I look forward to seeing MPD and Squeezelite working on this card! I'm running Deadbeef with SPDIF coaxial out of it right now and the sound is amazing, so organic without any digital harshness. Will hopefully get this done by the next release.
Do you know if this card do I2S out? And if yes, DSD out via I2S (be it DoP or native)? The card only has SPDIF/AES output up to 24/192 and I don't believe it supports DSD. I didn't try AES because my DAC does not have that; I have an Audio-GD NOS 11. I think for I2S out, we're looking at Pink Faun. Do you have any experience with that card in linux?
Posts: 2,783
Threads: 178
Joined: Feb 2016
Reputation:
482
Location: Perth, WA
(01-Nov-2016, 01:05 PM)Jhya Wrote: The card only has SPDIF/AES output up to 24/192 and I don't believe it supports DSD. I didn't try AES because my DAC does not have that; I have an Audio-GD NOS 11. I think for I2S out, we're looking at Pink Faun. Do you have any experience with that card in linux? Unfortunately not. There's a kernel that supports HDAudio (Pink Faun uses HD Audio), and apparently it works, but alas that card don't do DSD.
Snakeoil Operating System - Music, your way!
Posts: 21
Threads: 1
Joined: May 2016
Reputation:
0
Location: USA
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.
Posts: 2,783
Threads: 178
Joined: Feb 2016
Reputation:
482
Location: Perth, WA
07-Dec-2016, 07:56 AM
(This post was last modified: 20-Feb-2020, 06:41 PM by agent_kith.
Edit Reason: Updated tracker links from Mantis to gitlab
)
(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:
(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.
Snakeoil Operating System - Music, your way!
|
Users browsing this thread: |
3 Guest(s)
|
|
Welcome
|
You have to register before you can post on our site.
|
SnakeoilOS Mission Statement
|
Our mission is to create a free to use computer OS that is easy to install, intuitive to operate and play music that will connect and engage with you emotionally.
SnakeoilOS gives you the freedom to spend more time on listening, enjoying and exploring music. Wasting time on computers is now a thing of the past! Everything is constantly evolving/improving. Please check back often for updates.
If you like this project, do show your support with a small token donation. All donations collected will be used to run this website, and for purchasing new equipment for the project.
|
|
|