Re: [arch-general] ReadyDLNA/MiniDLNA doesn't work behind wireless

2017-06-04 Thread ihad
Hi,

On 6/4/2017 4:45 PM, Giovanni Santini via arch-general wrote:
> Il 04/06/2017 16:10, ITwrx.org ha scritto:
>> The status page is properly accessible from where? A x86 computer that's
>> on your wired network? or from a device connected to network via wireless?
> 
> MiniDLNA publishes automatically a web page on port 8200 for checking
> its status.
> 
> My computer is an old x64-capable server.
> It is connected to my network through a wireless USB adapter.

Just a wild guess: is your wireless network a separate subnet? If so,
there's your problem. AFAIK MiniDLNA uses SSDP[1] to announce itself,
using a site-local multicast-IP that isn't routed. You need to bridge
your wireless network into the wired one, meaning it has to be the same
subnet.

-- 
Regards,
Arno

[1] https://en.wikipedia.org/wiki/Simple_Service_Discovery_Protocol

-- 
Gruß,
Arno.


Re: [arch-general] arch-chroot

2016-07-06 Thread ihad
Hello,

On 7/7/2016 7:01 AM, Zachary Kline wrote:
> The solution is to create the directory under /var which alsacrtl
> expects. I think it’s /var/run or /var/lock, but I don’t remember
> specifics and don’t have my machine in front of me at the moment. If
> you do that, alsactl store will work as expected.

By default alsactl stores the settings in /var/lib/alsa/

Create the directory if it doesn't exist. It should be there, though, if
alsa-utils is installed properly.

-- 
Regards,
ihad