樹莓派雙機與SAM的PiCorePlayer

有關新天新地代理音響品牌及相關音響議題討論

Re: 樹莓派雙機與SAM的PiCorePlayer

文章samshu » 2022-06-05, 22:34

chrono3579 寫:
自問自答~原來Intel CPU只支援 12代
不知道AMD R7 3700x能不能用!另外找時間測試看看


應該不是這個原因,小弟的是Mac mini 2012年份的也可以跑。
都開機成功了,只是目前我沒看出是什麼原因不能跑。

試試執行下面指令後,能不能啟動LMS
代碼: 選擇全部
sudo sed -i '/Type=idle/d;/ExecStartPost=/d' /usr/lib/systemd/system/logitechmediaserver.service
最後由 samshu 於 2022-06-06, 10:03 編輯,總共編輯了 1 次。
MPD&ArchQ@Intel12600(AX1600i) -> McFifo(GaN140W) -> Audiomat Maestro 4 Reference -> Audiomat Sopos -> JMR VOCE Grande; STSD香寶線、大寶喇叭線
samshu
 
文章: 628
註冊時間: 2013-08-19, 14:49

Re: 樹莓派雙機與SAM的PiCorePlayer

文章smallguy60 » 2022-06-05, 23:51

Hi Sam, I was trying to install LMS, but after reboot it didnt connect to the LMS sever with the port 9000. I have tried DHCP and static without sucess. Also, there is no error when I installed ArchQ352. Do you have any advice for me?
smallguy60
 
文章: 10
註冊時間: 2022-01-05, 10:39

Re: 樹莓派雙機與SAM的PiCorePlayer

文章samshu » 2022-06-06, 08:30

smallguy60 寫:Hi Sam, I was trying to install LMS, but after reboot it didnt connect to the LMS sever with the port 9000. I have tried DHCP and static without sucess. Also, there is no error when I installed ArchQ352. Do you have any advice for me?


Hi Smallguy,
Use the command to show the status of LMS. This can check what happens.
代碼: 選擇全部
sudo systemctl status logitechmediaserver
MPD&ArchQ@Intel12600(AX1600i) -> McFifo(GaN140W) -> Audiomat Maestro 4 Reference -> Audiomat Sopos -> JMR VOCE Grande; STSD香寶線、大寶喇叭線
samshu
 
文章: 628
註冊時間: 2013-08-19, 14:49

Re: 樹莓派雙機與SAM的PiCorePlayer

文章chrono3579 » 2022-06-06, 08:44

samshu 寫:
chrono3579 寫:
自問自答~原來Intel CPU只支援 12代
不知道AMD R7 3700x能不能用!另外找時間測試看看


應該不是這個原因,小弟的是Mac mini 2012年份的也可以跑。
都開機成功了,只是目前我沒看出是什麼原因不能跑。

試試執行下面指令後,能不能啟動LMS
代碼: 選擇全部
sed -i '/Type=idle/d;/ExecStartPost=/d' /usr/lib/systemd/system/squeezelite.service


原來如此,以為只有特定CPU才能跑

Sam兄給的這串
代碼: 選擇全部
sed -i '/Type=idle/d;/ExecStartPost=/d' /usr/lib/systemd/system/squeezelite.service

加sudo 執行後啟動失敗,重開機後一樣
剛剛索性直接到下面這位置抓了8.2.0解壓縮
https://github.com/Logitech/slimserver/tags
並改服務/usr/lib/systemd/system/logitechmediaserver.service啟動目錄到該目錄下
啟動是成功了,不過PORT 9000似乎連不上
可能有其他原因,下班後在查查看
chrono3579
 
文章: 7
註冊時間: 2020-10-21, 23:26

Re: 樹莓派雙機與SAM的PiCorePlayer

文章kobedog » 2022-06-06, 08:50

請教Sam兄
請問為什麼我rip cd它一次只會rip一首
再輸入一次abcde,它才會接著rip下一首
Sam兄分享聽歌工具!!
kobedog
 
文章: 6
註冊時間: 2022-02-12, 01:16

Re: 樹莓派雙機與SAM的PiCorePlayer

文章smallguy60 » 2022-06-06, 09:21

samshu 寫:
smallguy60 寫:Hi Sam, I was trying to install LMS, but after reboot it didnt connect to the LMS sever with the port 9000. I have tried DHCP and static without sucess. Also, there is no error when I installed ArchQ352. Do you have any advice for me?


Hi Smallguy,
Use the command to show the status of LMS. This can check what happens.
代碼: 選擇全部
sudo systemctl status logitechmediaserver


Hi samshu,
I have the following output from the systemctl command:
代碼: 選擇全部
logitechmediaserver.service - Logitech Media Server Daemon
     Loaded: loaded (/usr/lib/systemd/system/logitechmediaserver.service; enabled; vendor preset: disabled)
     Active: failed (Result: exit-code) since Mon 2022-06-06 09:13:33 CST; 1min 10s ago
   Duration: 139ms
    Process: 207 ExecStart=/opt/logitechmediaserver/slimserver.pl --prefsdir /opt/logitechmediaserver/prefs --cachedir /opt/logitechmediaserver/cache --logdir /opt/logitechmediaserver/Logs --pidfile ${RUNTIME_DIRECTORY}/slimserver.pid -->
    Process: 208 ExecStartPost=/usr/bin/taskset -cp 3 $MAINPID (code=exited, status=1/FAILURE)
   Main PID: 207 (code=killed, signal=TERM)
        CPU: 11ms

It appears the status says active has failed. Do you have any ideas on why this is?
smallguy60
 
文章: 10
註冊時間: 2022-01-05, 10:39

Re: 樹莓派雙機與SAM的PiCorePlayer

文章samshu » 2022-06-06, 12:59

LMS Update

在6/4 後安裝的ArchQ,LMS 會無法啟動,
所以小弟重新Compile LMS。

更新版本安裝方式:
代碼: 選擇全部
su
wget -qP /root https://raw.githubusercontent.com/sam0402/ArchQ/main/pkg/logitechmediaserver-8.2.0-2-x86_64.pkg.tar.xz
pacman -U --noconfirm /root/logitechmediaserver-8.2.0-2-x86_64.pkg.tar.xz
systemctl restart logitechmediaserver


或者 ArchQ 重新安裝.
MPD&ArchQ@Intel12600(AX1600i) -> McFifo(GaN140W) -> Audiomat Maestro 4 Reference -> Audiomat Sopos -> JMR VOCE Grande; STSD香寶線、大寶喇叭線
samshu
 
文章: 628
註冊時間: 2013-08-19, 14:49

Re: 樹莓派雙機與SAM的PiCorePlayer

文章smallguy60 » 2022-06-06, 23:35

samshu 寫:LMS Update

在6/4 後安裝的ArchQ,LMS 會無法啟動,
所以小弟重新Compile LMS。

更新版本安裝方式:
代碼: 選擇全部
su
wget -qP /root https://raw.githubusercontent.com/sam0402/ArchQ/main/pkg/logitechmediaserver-8.2.0-2-x86_64.pkg.tar.xz
pacman -U --noconfirm /root/logitechmediaserver-8.2.0-2-x86_64.pkg.tar.xz
systemctl restart logitechmediaserver


或者 ArchQ 重新安裝.

Hi SAM, LMS sever is working. but the squeezelite is down. After reinstalling ArchQ today, it appears nothing connect to internet,i cant detect squeezelite in my local lan.Do you have any advice for me, thanks in advance?
smallguy60
 
文章: 10
註冊時間: 2022-01-05, 10:39

Re: 樹莓派雙機與SAM的PiCorePlayer

文章smallguy60 » 2022-06-07, 05:05

smallguy60 寫:
samshu 寫:LMS Update

在6/4 後安裝的ArchQ,LMS 會無法啟動,
所以小弟重新Compile LMS。

更新版本安裝方式:
代碼: 選擇全部
su
wget -qP /root https://raw.githubusercontent.com/sam0402/ArchQ/main/pkg/logitechmediaserver-8.2.0-2-x86_64.pkg.tar.xz
pacman -U --noconfirm /root/logitechmediaserver-8.2.0-2-x86_64.pkg.tar.xz
systemctl restart logitechmediaserver


或者 ArchQ 重新安裝.

Hi SAM, LMS sever is working. but the squeezelite is down. After reinstalling ArchQ today, it appears nothing connect to internet,i cant detect squeezelite in my local lan.Do you have any advice for me, thanks in advance?

Hi Sam ,squeezelite is working now, may be my internet provider.Thanks
smallguy60
 
文章: 10
註冊時間: 2022-01-05, 10:39

Re: 樹莓派雙機與SAM的PiCorePlayer

文章samshu » 2022-06-12, 20:08

ArchQ AX1600i vs Apple GaN 140W

小弟系統最近在大整修,遲遲無法對5.18.1 的兩個新版本好好的比較。
直到今天系統比較穩定,市電狀況也不錯的情形下來個簡要的PK。

直接說結果:Q352 >> Q352a
Q352a(Apple):華麗討喜,但是有點混雜,相對於Q352,有點像加料。
Q352:分離度相當好,中低頻厚度較佳、密度高,像是沒調味的聲音。
小弟的經驗,Q352才是比較正確的聲音,聽慣了APL版,要適應一下才行。

另外,小弟把McFifo 也加上了USB to I2s,結果樹莓派被下架了。 :cry:

正式進入PC時代,換這棟樓要歪了... :c01:
MPD&ArchQ@Intel12600(AX1600i) -> McFifo(GaN140W) -> Audiomat Maestro 4 Reference -> Audiomat Sopos -> JMR VOCE Grande; STSD香寶線、大寶喇叭線
samshu
 
文章: 628
註冊時間: 2013-08-19, 14:49

上一頁下一頁

回到 音響區・愛亂想

誰在線上

正在瀏覽這個版面的使用者:沒有註冊會員 和 8 位訪客