User(s) browsing this thread: 1 Guest(s)
|
Alsa kernel modules and binaries for PCH.
|
|
07-26-2010, 12:48 PM
|
|||
|
|||
|
Alsa kernel modules and binaries for PCH.
Hi,
I was wondering if anyone have built those yet with all the dependencies? Didn't find anything while searching, but I guess it won't hurt to ask. Just wondering since it will take a decent amount of time to compile all the libs needed for mips. Thanks in advance. |
|||
|
07-27-2010, 09:33 AM
|
|||
|
|||
|
RE: Alsa kernel modules and binaries for PCH.
I kind of did it myself, so if anyone need the mrua-driver and alsa-lib and utils binaries I could probably upload them somewhere.
|
|||
|
07-27-2010, 09:40 AM
|
|||
|
|||
|
RE: Alsa kernel modules and binaries for PCH.
I forget who but someone has a csi install package for utilities on the pch.. you might want to pm him to add them in.
btw, does the sound work??? I know theres a few working on QT that could use this |
|||
|
07-27-2010, 09:20 PM
|
|||
|
|||
|
RE: Alsa kernel modules and binaries for PCH.
Sound via spdif and analog out worked.
It is a bit of a hassle to set up the configs right though, beeing able to run alsaconf would have helped a lot. |
|||
|
07-27-2010, 09:39 PM
|
|||
|
|||
|
RE: Alsa kernel modules and binaries for PCH.
User vaidyasr maintains the utils packages for the 100 and 200-series respectively, to which this would be a great contribution!
https://code.google.com/p/a110utils/ Audio, video, disco - I hear, I see, I learn. Wiki. Wiki? Wiki! |
|||
|
07-28-2010, 06:56 AM
|
|||
|
|||
RE: Alsa kernel modules and binaries for PCH.
(07-27-2010 09:20 PM)Goophy Wrote: Sound via spdif and analog out worked. This is great!! Now wait and see if somebody can compile the latest version of mpd in combination with these alsa drivers. Than maybe we can still get a 24-bit enabled mpd on the Popcorn ![]() - aleg -------------------------------------------------------------------------------- PCH A100 (Stable firmware), 250GB 2.5"" WD Caviar-PATA, Connected to Pioneer KRL32V at HDMI 1080p60/50/24, Ubuntu Server NAS, Naim DAC + XPS-2, mpd + iPod with mPod |
|||
|
07-28-2010, 08:50 AM
|
|||
|
|||
|
RE: Alsa kernel modules and binaries for PCH.
Just use a regular mpd build for mipsel32 and put something like this in the mpd-config:
audio_output { type "alsa" name "SPDIF" device "hw:0,0" } Should work just fine. But 24bit would only be usable if you've got an external dac that supports 24bit over SPDIF or a USB DAC (but then you only need the snd_usb_audio module). Here are the binaries: http://mats.room101.no/mipsel-alsa.tar.bz2 Hosting provided by http://www.host1.no |
|||
1 user says Thank You to Goophy for this post |
|
07-28-2010, 03:59 PM
|
|||
|
|||
RE: Alsa kernel modules and binaries for PCH.
(07-28-2010 08:50 AM)Goophy Wrote: Just use a regular mpd build for mipsel32 and put something like this in the mpd-config: I would like to try this. I don't have a build of the latest mpd, but think one of the earlier mpd version should also be capable of handling 24-bit audio. I would appreciate it if some one could make an NMT-build form the latest release of mpd. ![]() My DAC is 192/24 capable (even more than that, but that not relevant except for USB). Where would the alsa driver need to be copied to in the directory structure of the mpd? Quote:bin Thanks for the help!! - aleg -------------------------------------------------------------------------------- PCH A100 (Stable firmware), 250GB 2.5"" WD Caviar-PATA, Connected to Pioneer KRL32V at HDMI 1080p60/50/24, Ubuntu Server NAS, Naim DAC + XPS-2, mpd + iPod with mPod |
|||
|
07-28-2010, 04:46 PM
(This post was last modified: 07-28-2010 04:49 PM by Goophy.)
|
|||
|
|||
|
RE: Alsa kernel modules and binaries for PCH.
It's a kernel module, just load it and you'll get a card0 or something in /proc/asound.
Just run the snddevices script from the alsa-drivers package and you're good to go. Only a matter of config after that. If you're not comfortable with compiling stuff and "advanced" alsa-configuration I would advise you to just wait until someone makes a proper package. You will probably need a lot of extra utilities and drivers to get everything up and running. |
|||
|
07-28-2010, 05:57 PM
|
|||
|
|||
|
RE: Alsa kernel modules and binaries for PCH.
Thanks for the reply Goophy
I'm afraid I belong to the latter category, so I have to wait for someone else to do the "hard" work. - aleg -------------------------------------------------------------------------------- PCH A100 (Stable firmware), 250GB 2.5"" WD Caviar-PATA, Connected to Pioneer KRL32V at HDMI 1080p60/50/24, Ubuntu Server NAS, Naim DAC + XPS-2, mpd + iPod with mPod |
|||
|
07-28-2010, 06:16 PM
(This post was last modified: 07-28-2010 06:21 PM by Goophy.)
|
|||
|
|||
|
RE: Alsa kernel modules and binaries for PCH.
Turns out OSS was a lot easier, just load the kernel module and you're good to go pretty much.
Not the same possibilities as ALSA, but still works. insmod soundcore.ko insmod em8xxxoss.ko They can be found here: http://mats.room101.no/oss/ |
|||
|
07-28-2010, 08:31 PM
|
|||
|
|||
RE: Alsa kernel modules and binaries for PCH.
(07-28-2010 06:16 PM)Goophy Wrote: Turns out OSS was a lot easier, just load the kernel module and you're good to go pretty much. I don't need a lot of possibilities, I want as little as possible actually. I just want a bit-perfect output on the SPDIF of the input audio files. So if I understand correctly, I would need to ftp those two .ko files to some directory on the Popcorn A-100 and then run the above commands on each of the files. Modify the mpd.config into something like this (mpd supports OSS): Quote:audio_output { And then it should run over the OSS drivers with 24-bit audio?! If it doesn't work, what command would I use to remove those two kernel modules? The OSS is it based on OSS4 or OSS3? (I read that mpd doesn't fully support OSS4 yet, but should work for most ordinary things) Is the OSS-driver bit perfect as far as you know, i.e. if no volume control and no mixer is active, all bits that go in come out exactly the same at the SPDIF-port? A lot of questions I know, but this is what I'm looking for. I won't be able to try it all tonight, but might find some space to do it tomorrow. - aleg -------------------------------------------------------------------------------- PCH A100 (Stable firmware), 250GB 2.5"" WD Caviar-PATA, Connected to Pioneer KRL32V at HDMI 1080p60/50/24, Ubuntu Server NAS, Naim DAC + XPS-2, mpd + iPod with mPod |
|||
|
07-28-2010, 09:05 PM
|
|||
|
|||
|
RE: Alsa kernel modules and binaries for PCH.
Looks like the guy at Sigma only bothered to write in 8 and 16-bit support.
It's trivial to add more though, only basic C. Possible to copy a lot of it. The OSS-version is only for the userspace tools, this is just a driver written for those tools. I guess it would be bit perfect if you can avoid jitter though. |
|||
|
07-29-2010, 05:56 AM
(This post was last modified: 07-29-2010 05:57 AM by avanegmond.)
|
|||
|
|||
RE: Alsa kernel modules and binaries for PCH.
(07-28-2010 09:05 PM)Goophy Wrote: Looks like the guy at Sigma only bothered to write in 8 and 16-bit support. If you mean AlanH who developed the mpd-plugin (and ShadowCode who I thought was going to take over), they stopped developing the 24-bit version of the mpd-plugin for some untold reason. If your ALSA and OSS drivers still depend on this plugin, then it is not what I was hoping for. I had hoped to be able to by-pass the mpd-plugin just because they didn't develop it any further into a 24-bit capable version. For me this means that I will stop using the Popcorn for audio playback as soon as I have found another device that will do 24-bit audio and has a proper user-interface like the mPod for mpd. Thanks for the info and trouble. -------------------------------------------------------------------------------- PCH A100 (Stable firmware), 250GB 2.5"" WD Caviar-PATA, Connected to Pioneer KRL32V at HDMI 1080p60/50/24, Ubuntu Server NAS, Naim DAC + XPS-2, mpd + iPod with mPod |
|||
|
07-29-2010, 08:29 AM
|
|||
|
|||
RE: Alsa kernel modules and binaries for PCH.
(07-29-2010 05:56 AM)avanegmond Wrote: If you mean AlanH who developed the mpd-plugin (and ShadowCode who I thought was going to take over), they stopped developing the 24-bit version of the mpd-plugin for some untold reason. No, I mean the guy at Sigma that wrote the proprietary ALSA and OSS-drivers for em8xxx. This has nothing to do with any plugins or modifications to mpd and does not depend on it. It's just to get an ordinary PCM device instead of ioctls for everything. |
|||
|
« Next Oldest | Next Newest »
|
| Possibly Related Threads... | |||||
| Thread: | Author | Replies: | Views: | Last Post | |
| Did someone compile ath9k_htc module for pch-a110? | kay | 1 | 1,115 |
04-17-2013 02:27 AM Last Post: dony71 |
|
| cross-compile 2.6.15 kernel | dony71 | 1 | 374 |
03-19-2013 01:45 AM Last Post: dony71 |
|
| A110 - Permanent fix for opkg and local binaries path | vaidyasr | 3 | 419 |
03-16-2013 06:40 AM Last Post: vaidyasr |
|
| PHP Page showing PCH Stats | Slevin | 0 | 961 |
11-18-2011 08:57 PM Last Post: Slevin |
|
| PCH Audio playlist format? | Nono | 4 | 1,752 |
10-05-2011 10:10 PM Last Post: Nono |
|
| Building Freenas box to work with PCH and My Lil Movie Jukebox | Casuall | 10 | 5,323 |
07-17-2011 04:23 AM Last Post: Casuall |
|
| PCH A-110 and LG LW6500 SMART TV | tommbslk | 1 | 2,154 |
06-25-2011 05:13 PM Last Post: Warden |
|
| Windows 7 NFS client to pch A110 - Working!! | johnpoz | 5 | 4,463 |
02-26-2011 06:59 AM Last Post: zytham |
|
| Streaming from PCH to network | naight | 9 | 3,434 |
02-11-2011 05:26 PM Last Post: naight |
|
| Looking for the binary file of Fuppes for pch-110 | gcf | 0 | 1,500 |
01-29-2011 12:57 PM Last Post: gcf |
|

Twitter
Facebook
NMT Wiki
Search
Member List
Help
A-400 [13 May 2013]




![[+]](images/collapse_collapsed.gif)





