找回密碼
 新用戶註冊
搜索
熱搜: hifi av 音樂
樓主: obee

[CAS] 又平又正的 CAS (MPD on Linux) - 2013-05-02

[複製鏈接]
 樓主| 發表於 2013-5-8 11:20:50 | 顯示全部樓層
halook 發表於 2013-5-8 11:10
obee 兄,

cubox 宜家經USB直插

Hi ching,
I never experience 炮仗聲... Is your USB cable DIY?
回復

使用道具 舉報

發表於 2013-5-8 12:30:42 | 顯示全部樓層
obee 發表於 2013-5-8 11:20
Hi ching,
I never experience 炮仗聲... Is your USB cable DIY?

A very low level 'pop' noise, but no difference whether it was cheapo USB cable or Audioquest Forest (http://www.audioquest.com/usb-digital-audio/forest).

Any idea?
回復

使用道具 舉報

發表於 2013-5-8 14:09:09 | 顯示全部樓層
obee 發表於 2013-5-8 11:20
Hi ching,
I never experience 炮仗聲... Is your USB cable DIY?

Obee hing and John hing,

Please check the following configuration.
audio_buffer_size              "8192"
buffer_before_play             "90%"
回復

使用道具 舉報

 樓主| 發表於 2013-5-8 14:10:23 | 顯示全部樓層
Jacky820 發表於 2013-5-8 14:09
Obee hing and John hing,

Please check the following configuration.

Yes, if halook hing didn't change this setting, it should be same as what you quote
回復

使用道具 舉報

發表於 2013-5-9 10:23:35 | 顯示全部樓層
Obee & halook ching

Yes, it should be the mixer problem. I use alsamixer to unmute, finally got the sound out

However, I found one problem. After reboot my pogoplug, mpd is not launched automatically. I have to execute it by typing "mpd" in command line. How can I make it launch automatically at boot up?

Thank you
回復

使用道具 舉報

 樓主| 發表於 2013-5-9 10:38:33 | 顯示全部樓層
jonahung 發表於 2013-5-9 10:23
Obee & halook ching

Yes, it should be the mixer problem. I use alsamixer to unmute, finally got the ...


1. don't run mpd yourself
2. run this to enable it auto run on each boot
  1. systemctl enable mpd.service
複製代碼
3. remember to type "sync" each time before poweroff or reboot.

評分

1

查看全部評分

回復

使用道具 舉報

發表於 2013-5-9 11:24:27 | 顯示全部樓層
obee and jonahung 兄,

what command(s) should I type so that I can have a look on the setting of the mixer?

回復

使用道具 舉報

 樓主| 發表於 2013-5-9 11:32:38 | 顯示全部樓層
halook 發表於 2013-5-9 11:24
obee and jonahung 兄,

what command(s) should I type so that I can have a look on the setting of the ...
  1. cat /etc/mpd.conf | grep mixer_type
複製代碼
回復

使用道具 舉報

發表於 2013-5-9 11:39:19 | 顯示全部樓層
本帖最後由 jonahung 於 2013-5-9 11:41 編輯
obee 發表於 2013-5-9 10:38
1. don't run mpd yourself
2. run this to enable it auto run on each boot3. remember to type "sync" ...


Thank you



By the way, Obee ching, do you think convert it to ext3 would be better and more stable?
I tried, but can't find the drive info in /etc/fstab.
回復

使用道具 舉報

 樓主| 發表於 2013-5-9 12:14:26 | 顯示全部樓層
jonahung 發表於 2013-5-9 11:39
Thank you


I never tried that. (I don't know how to do).
回復

使用道具 舉報

 樓主| 發表於 2013-5-9 12:16:33 | 顯示全部樓層
本帖最後由 obee 於 2013-5-9 12:21 編輯
jonahung 發表於 2013-5-9 11:39
Thank you



http://obihoernchen.net/wordpress/770/plug_computer_arch_linux/

For advance user of pogoplug, you may follow this guide to further upgrade your pogoplug.
回復

使用道具 舉報

 樓主| 發表於 2013-5-9 12:19:33 | 顯示全部樓層
jonahung 發表於 2013-5-9 11:39
Thank you


You can follow this thread to format your pogoplug as ext3:
http://archlinuxarm.org/forum/vi ... &p=29010#p29010
回復

使用道具 舉報

發表於 2013-5-9 12:28:55 | 顯示全部樓層
obee 發表於 2013-5-9 12:19
You can follow this thread to format your pogoplug as ext3:
http://archlinuxarm.org/forum/viewtopi ...

too complicated, not dare to try
回復

使用道具 舉報

發表於 2013-5-19 01:06:24 | 顯示全部樓層
obee 發表於 2013-3-11 13:02
在 Pogoplug 上 compile MPD latest stable version.
首先, 我唔建議大家咁做, 要玩好的 MPD, 我建議買cubo ...

obee 師兄, 我是用 synology 的NAS DS212J 安裝MPD的, 用以下的方法安裝:-
ipkg install http://www.celloarte.org/devel/s ... /mpd_0.16.8_arm.ipk

試過用你的來試安裝 MPD 17.3, 不成功
wget http://downloads.sourceforge.net ... /mpd-0.17.3.tar.bz2
bunzip2 mpd-0.17.3.tar.bz2
ls
tar xvf mpd-0.17.3.tar
可否指點一下如何安裝17.3?
Thanks!!
回復

使用道具 舉報

 樓主| 發表於 2013-5-19 08:07:44 | 顯示全部樓層
izthat 發表於 2013-5-19 01:06
obee 師兄, 我是用 synology 的NAS DS212J 安裝MPD的, 用以下的方法安裝:-
ipkg install http://www.cell ...

你這個是 source code, 要自己 compile. Compile 成功後會生左一個"mpd" 檔出嚟, copy 去本來放 mpd 的地方 overwrite 左舊的便可.
回復

使用道具 舉報

發表於 2013-6-3 18:44:50 | 顯示全部樓層
obee 發表於 2013-5-2 12:08
今日整好左兩個 image 俾 Cubox 用:
1. 基於日本人 Mr. Yo 2012-12-22 的 image, 改了:

我買左張Sandisk 8G將以上兩個新image write左落去, 試過以Putty telnet去個cubox度,
但都係connect唔到
我自問都有一定嘅Linux底, 呢鋪真係抓爆頭
回復

使用道具 舉報

 樓主| 發表於 2013-6-3 19:20:35 | 顯示全部樓層
fai737 發表於 2013-6-3 18:44
我買左張Sandisk 8G將以上兩個新image write左落去, 試過以Putty telnet去個cubox度,
但都係connect唔到 ...

你跟日本人YO個image 都 boot 唔到?
回復

使用道具 舉報

發表於 2013-6-3 20:43:23 | 顯示全部樓層
太復雜了
回復

使用道具 舉報

發表於 2013-6-3 21:12:32 | 顯示全部樓層
obee 發表於 2013-6-3 19:20
你跟日本人YO個image 都 boot 唔到?

係丫, 最慘係連telnet都connect唔到,接個mon又無嘢睇,唔知boot到去咩環境
回復

使用道具 舉報

 樓主| 發表於 2013-6-3 21:27:44 | 顯示全部樓層
fai737 發表於 2013-6-3 21:12
係丫, 最慘係連telnet都connect唔到,接個mon又無嘢睇,唔知boot到去咩環境

如果你用日本人個 image 都 boot 唔到, 咁可能張卡唔 support.
不如用原裝張卡試下
回復

使用道具 舉報

您需要登錄後才可以回帖 登錄 | 新用戶註冊

本版積分規則

Archiver|小黑屋|聯絡我們|刊登廣告|Hiendy.com 影音俱樂部 一個屬於音響愛好者的家

GMT+8, 2025-11-11 14:39 , Processed in 0.045743 second(s), 15 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回復 返回頂部 返回列表