I tried a year or so ago to get sound working on my N4F box without success.
The main reason for this is I would love to be able to use Subsonic in Jukebox mode which I currently have running in a jail.
Has anyone ever had success with this? Any help or guidance would be most appreciated.
This is the old XigmaNAS forum in read only mode,
it will taken offline by the end of march 2021!
I like to aks Users and Admins to rewrite/take over important post from here into the new fresh main forum!
Its not possible for us to export from here and import it to the main forum!
it will taken offline by the end of march 2021!
I like to aks Users and Admins to rewrite/take over important post from here into the new fresh main forum!
Its not possible for us to export from here and import it to the main forum!
Sound Output
- crowi
- Forum Moderator

- Posts: 1176
- Joined: 21 Feb 2013 16:18
- Location: Munich, Germany
- Status: Offline
Re: Sound Output
The problem is, that BSD was designed for Server applications and not for multimedia machines 
And NAS4free is even stripped down to the core of the system, where most of non needed stuff is removed, it is by design a Network attached Storage, no jukebox
Here's a thread on Freenas about this topic.
http://forums.freenas.org/index.php?thr ... port.9997/
And NAS4free is even stripped down to the core of the system, where most of non needed stuff is removed, it is by design a Network attached Storage, no jukebox
Here's a thread on Freenas about this topic.
http://forums.freenas.org/index.php?thr ... port.9997/
NAS 1: Milchkuh: Asrock C2550D4I, Intel Avoton C2550 Quad-Core, 16GB DDR3 ECC, 5x3TB WD Red RaidZ1 +60 GB SSD for ZIL/L2ARC, APC-Back UPS 350 CS, NAS4Free 11.0.0.4.3460 embedded
NAS 2: Backup: HP N54L, 8 GB ECC RAM, 4x4 TB WD Red, RaidZ1, NAS4Free 11.0.0.4.3460 embedded
NAS 3: Office: HP N54L, 8 GB ECC RAM, 2x3 TB WD Red, ZFS Mirror, APC-Back UPS 350 CS NAS4Free 11.0.0.4.3460 embedded
NAS 2: Backup: HP N54L, 8 GB ECC RAM, 4x4 TB WD Red, RaidZ1, NAS4Free 11.0.0.4.3460 embedded
NAS 3: Office: HP N54L, 8 GB ECC RAM, 2x3 TB WD Red, ZFS Mirror, APC-Back UPS 350 CS NAS4Free 11.0.0.4.3460 embedded
-
oldskater
- Starter

- Posts: 43
- Joined: 10 Oct 2012 14:55
- Status: Offline
Re: Sound Output
Thanks for the reply crowi.
It was worth asking. I can live without it.
It was worth asking. I can live without it.
- crowi
- Forum Moderator

- Posts: 1176
- Joined: 21 Feb 2013 16:18
- Location: Munich, Germany
- Status: Offline
Re: Sound Output
if you are familiar with freeBSD, you can add the sound driver manually or compile it to your kernel:
http://www.freebsd.org/doc/en_US.ISO885 ... setup.html
http://www.freebsd.org/doc/en_US.ISO885 ... setup.html
NAS 1: Milchkuh: Asrock C2550D4I, Intel Avoton C2550 Quad-Core, 16GB DDR3 ECC, 5x3TB WD Red RaidZ1 +60 GB SSD for ZIL/L2ARC, APC-Back UPS 350 CS, NAS4Free 11.0.0.4.3460 embedded
NAS 2: Backup: HP N54L, 8 GB ECC RAM, 4x4 TB WD Red, RaidZ1, NAS4Free 11.0.0.4.3460 embedded
NAS 3: Office: HP N54L, 8 GB ECC RAM, 2x3 TB WD Red, ZFS Mirror, APC-Back UPS 350 CS NAS4Free 11.0.0.4.3460 embedded
NAS 2: Backup: HP N54L, 8 GB ECC RAM, 4x4 TB WD Red, RaidZ1, NAS4Free 11.0.0.4.3460 embedded
NAS 3: Office: HP N54L, 8 GB ECC RAM, 2x3 TB WD Red, ZFS Mirror, APC-Back UPS 350 CS NAS4Free 11.0.0.4.3460 embedded
-
oldskater
- Starter

- Posts: 43
- Joined: 10 Oct 2012 14:55
- Status: Offline
Re: Sound Output
Thanks for the link. Is this possible to do solely within a jail? or would it have to be done on the host (nas4free)?
Edit: It looks like my sound driver is loaded by default on N4F. This is the output of
Edit: It looks like my sound driver is loaded by default on N4F. This is the output of
Code: Select all
cat /dev/sndstatSo maybe there is some hope I can get this workingFreeBSD Audio Driver (newpcm: 32bit 2009061500/i386)
Installed devices:
pcm0: <Analog Devices AD1981HD (Analog 2.0+HP)> (play) default
pcm1: <Analog Devices AD1981HD (Rear Digital)> (play)
-
kenZ71
- Advanced User

- Posts: 379
- Joined: 27 Jun 2012 20:18
- Location: Northeast, USA
- Status: Offline
Re: Sound Output
Just my opinion but why not use a smartphone, tablet or even a used ipod hooked upto some Bluetooth speakers?
11.2-RELEASE-p3 | ZFS Mirror - 2 x 8TB WD Red | 28GB ECC Ram
HP ML10v2 x64-embedded on Intel(R) Core(TM) i3-4150 CPU @ 3.50GHz
Extra memory so I can host a couple VMs
1) Unifi Controller on Ubuntu
2) Librenms on Ubuntu
HP ML10v2 x64-embedded on Intel(R) Core(TM) i3-4150 CPU @ 3.50GHz
Extra memory so I can host a couple VMs
1) Unifi Controller on Ubuntu
2) Librenms on Ubuntu
-
oldskater
- Starter

- Posts: 43
- Joined: 10 Oct 2012 14:55
- Status: Offline
Re: Sound Output
Yes that works, and I have other workarounds, so it's no big deal. But for me it would have been a more elegant solution.kenZ71 wrote:Just my opinion but why not use a smartphone, tablet or even a used ipod hooked upto some Bluetooth speakers?
I have Subsonic running in a jail, and can access that from other devices no problem. But I have a nice amp sat next to my N4f with 2 lots of speakers hooked up in different rooms.
So it would be nice to be able to run Subsonic in 'jukebox' mode from a phone or whatever and play directly through my amp.
Like you say there are other ways to do it, which i use now. It just would have been nice for me to get it working. And I like a challenge.
But thanks for the suggestion.