影音天地主旨 ﹝請按主旨作出回應﹞  上頁  下頁  首頁  尾頁 寄件者 傳送日期 由舊至新 由新至舊
[#281] Logitech Squeezebox Replacement    
benngcp hing,
well done! You are one of the chings here that I admire.
beeos
個人訊息 正式會員
218.xxx.xxx.131
2013-05-06 09:14
[#282] Logitech Squeezebox Replacement    
benngcp ching

Thank you so much for your sharing of true experience. I will continue to work hard on MPD, hope that I can run it very soon. Anyway, do you have any idea why aiff only out as 48k file only?


beeos ching

Thank you so much for your inspiration. Without your post and your effort, I think I will only stay with NAS (audio station) plus DAC only.

最後修改時間: 2013-05-06 10:02:55
jonahung
個人訊息 正式會員
218.xxx.xxx.241
2013-05-06 10:01
[#283] Logitech Squeezebox Replacement    
jonahung,

As far as I know, squeezeserver cannot support aiff natively and it may need trancode to WAV or Flac. The CPU of pogoplug should be powerful enough to trancode 24 192 on the fly but I guess that the squeezeserver cannot support. Better move to MPD if you need to stream the aiff file to your DAC natively, assuming that your DAC can support aiff decode.

By the way, what kind of error that you encounter in running the MPD?

Beeos,

Thanks for the appreciation and I just want to share my experience with the R33 fans. I like your detailed step by step guides in various posts and benefit to linux beginner. I am too lazy and don't have this heart to make it....
benngcp
個人訊息 正式會員
210.xxx.xxx.196
2013-05-06 22:03
[#284] Logitech Squeezebox Replacement    
Finally, I got my iFi iUSB power today.

Wow.... The difference is just like an upgrade on the DAC or adding an expensive Cap to Naim player, clear background, solid bass, wide & deep staging and vocal becomes smooth and touching. The good thing is that it can power the Cubieboard and also provide a clean USB signal to the DAC at the same time. The price is cheaper than some audiophile USB cables. Unbelievable improvement at such low price.....

Chord QuteHD is the first amazing hifi stuff that I bought this year. This iUSB power must come to second. Highly recommended.



最後修改時間: 2013-05-06 22:39:01
benngcp
個人訊息 正式會員
210.xxx.xxx.196
2013-05-06 22:36
[#285] Logitech Squeezebox Replacement    
benngcp ching

after I installed the Archlinux and mpd, I tried to used Mpod/Mpad to connect it. However, no server can be detected. So I tried to run mpd by typing "mpd" in putty, which give the following commment

jonahung
個人訊息 正式會員
218.xxx.xxx.241
2013-05-06 22:57
[#286] Logitech Squeezebox Replacement    
Is your music file stored in NAS, mount to which directory?

Can u show me the first 10 lines and also the audio output section of your mpd.conf file?
benngcp
個人訊息 正式會員
210.xxx.xxx.196
2013-05-06 23:13
[#287] Logitech Squeezebox Replacement    
so I check the status of mpd by "systemctl status mpd.service" and it say something like "disabled" or "dead"

I am not only a newbie of linux, but actually an idiot! I know it is to lazy for me just ask and wait for answer. I do search for solution.

For pid problem, I solved it by make the pid file by "touch" and make corresponding correction in mpd.conf.

However, the problem of "listen:bind to '0.0.0.0:6600' failed" persist. I look up the internet and seems to find out some solutions. Some said comment the line of "bind_to_address", some said comment the line of "user". I'm not at home now and have to try it out later on.

Thank you for your concern!



最後修改時間: 2013-05-06 23:18:57
jonahung
個人訊息 正式會員
218.xxx.xxx.241
2013-05-06 23:14
[#288] Logitech Squeezebox Replacement    
benngcp ching,

Music files are stored in NAS /volumn1/music

my mpd.conf actually was adopted from obee ching


music_directory "/music"
playlist_directory "/var/lib/mpd/playlists"
db_file "/var/lib/mpd/mpd.db"
log_file "/run/mpd.log"
pid_file "/run/mpd/mpd.pid"
state_file "/var/lib/mpd/mpdstate"
sticker_file "/var/lib/mpd/sticker.sql"
user "mpd"
group "audio"
zeroconf_enabled "yes"
zeroconf_name "Pogoplug"
mixer_type "disabled"

audio_output {
type "alsa"
name "ALSA Device"
device "hw:0,0"
}
audio_buffer_size "2048"
buffer_before_play "10%"
jonahung
個人訊息 正式會員
218.xxx.xxx.241
2013-05-06 23:17
[#289] Logitech Squeezebox Replacement    
The error 0.0.0.0. blinding address is normal and basically it is for the network ipv6 but most of the home network is using ipv4. It is not the reason to make your MPD fails to start.

My wild guess of your problem is the user right of the user name specified somewhere in your first 10 lines in mpd.conf file. Use the following command to change the access right of your directory for your database and PID file:

chown -R user xxxx

user is the user id
xxx is the directory path, like /run

Another way to get rid of it to use the root user in your mpd.conf but you need ensure the default user on boot is also root.



最後修改時間: 2013-05-06 23:31:36
benngcp
個人訊息 正式會員
210.xxx.xxx.196
2013-05-06 23:28
[#290] Logitech Squeezebox Replacement    
Ok, type the following

chown -R mpd /run
chown -R mpd /var/lib/mpd
benngcp
個人訊息 正式會員
210.xxx.xxx.196
2013-05-06 23:32
[#291] Logitech Squeezebox Replacement    
You better mount the music directory under var/lib/mpd.

Otherwise, you need give +x for the mounted music root directory.

最後修改時間: 2013-05-06 23:41:21
benngcp
個人訊息 正式會員
210.xxx.xxx.196
2013-05-06 23:35
[#292] Logitech Squeezebox Replacement    
The audio output setting looks good,
benngcp
個人訊息 正式會員
210.xxx.xxx.196
2013-05-06 23:37
[#293] Logitech Squeezebox Replacement    
Thanks, I would try it out tonight and let you know the result

The setting is from beeos, so of course great!
jonahung
個人訊息 正式會員
218.xxx.xxx.241
2013-05-06 23:41
[#294] Logitech Squeezebox Replacement    
benngcp ching

Strange! after I swapped the USB key of VAMP to USB key for Archlinux+MPD, everything work! not even make any adjustment. I can see the songs on Mpad and Mpod. I didn't listen to it as it is too late last night. I will audit it later today. Hope everything goes smooth! Thank again for your input!
jonahung
個人訊息 正式會員
218.xxx.xxx.241
2013-05-07 11:57
[#295] Logitech Squeezebox Replacement    
benngcp ching

I was to early to be happy. I encounter another problem, although it seems that mpd is running and showed on Mpad/Mpod, there is no sound out from the speaker

Although my DDC and DAC showed the correct freq of the song being played, there is no sound out from the speaker. So I reboot the Pogoplug, then the connection with Mpad/Mpod disconnected. I found that I have to restart it by typing mpd on command line.

check with netstat, give
tcp6 o o :::6600 :::* LIsten

do you have any idea?
jonahung
個人訊息 正式會員
123.xxx.xxx.65
2013-05-08 01:48
[#296] Logitech Squeezebox Replacement    
captured from Mpod, noted that the volume bar is minimum

jonahung
個人訊息 正式會員
123.xxx.xxx.65
2013-05-08 02:04
[#297] Logitech Squeezebox Replacement    
Add the following to your audio output

mixer_type "alsa"
mixer_device "default"
mixer_control "Master"
benngcp
個人訊息 正式會員
202.xxx.xxx.46
2013-05-08 08:34
[#298] Logitech Squeezebox Replacement    
jonahung hing,
elo and I had encountered the same symptom after installed ArchLinux + mpd, no sound coming out, but the mpd seems playing music file.
lw
個人訊息 正式會員
219.xxx.xxx.2
2013-05-08 08:56
[#299] Logitech Squeezebox Replacement    
benngcp ching,

I will give it a try tonight. You are really linux hi-hand!


lw ching,

thank you so much for your advise. I just follow your summary for setting up VAMP, and succeed at once!

I remember that you stated that you can successfully use MPD now. So how can you solve the problem?

I also noticed elo ching had the same problem in other forum. He solved it by changing the "hw" value in mpd.conf. However, I wonder we have the same problem or not, because aplay -l command showed card(0), device(0).

By the way, so you think which one is better in sound quality, VAMP or MPD?
jonahung
個人訊息 正式會員
218.xxx.xxx.241
2013-05-08 10:19
[#300] Logitech Squeezebox Replacement    
jonahung hing,

I guess u need to do an experiment, does yr dac has usb 1.1 input, if yes, direct plug in to usb 1.1, if it can sing then the mpd has mute the output to ddc. U need to unmute it. Hope this will give u a clue.
er113
個人訊息 正式會員
113.xxx.xxx.211
2013-05-08 11:45
主旨內容一共有 18 頁,每頁顯示 20 個信息,選擇頁數:  上頁  下頁  首頁  尾頁
按照傳送日期顯示:由舊至新由舊至新  由新至舊由新至舊
最新資訊 - 市場
P&O Hi-Fi Company Limited 2025-11-26

最新資訊 - 市場
天下影音即日起結業清貨 2025-11-26

最新資訊 - 影音
採用如雕刻般的純鋁打造,B&O 推出全新 soundbar「Beosound Premiere」 2025-11-25

最新資訊 - 影音
Audio-Technica 宣布為旗下 AT-LP120XBT 無線黑膠唱盤推出全新白色款式 2025-11-24

最新資訊 - 影音
DELA 正式與 JPLAY 成為新認證合作夥伴 2025-11-22

最新資訊 - 影音
聽得見音魂的脈動|SME Model 8 黑膠系統演示會 2025-11-21

最新資訊 - 影音
OS 推出全新音響透過型投影幕布材質 WS902 2025-11-20

最新資訊 - 影音
「ZERO 系列」登場,Fundamental 推出全新分體式合併放大器 aina 2025-11-19