Raspberry Pi + Rune Audio ::: Một trải nghiệm nghe nhạc mới

tml3nr

Moderator
Q1(Pi3) mình đang nghe SMPD muốn có wifi edit như thế nào vậy bác Hải bác Lâm a ? :(
Theo ông dev Paparius thì như vầy anh ạ:

https://www.symphonic-mpd.com/forum/topic/7/よくある質問と答え-frequently-asked-questions-and-answer/21

How to Enable WiFi on Raspberry Pi 3:

The wireless LAN function built into Raspberry Pi has a remarkable decrease in S / N, so it is disabled in symphonic-mpd.

In an environment where there is a lot of noise mixed in via a wired LAN, I think it is ant to prioritize convenience and use the built-in wireless LAN.

1. Edit config.txt (edit config.txt):

sudo nano /boot/config.txt

Comment out the following line that disables wifi

dtoverlay=pi3-disable-wifi

#dtoverlay=pi3-disable-wifi

2. Edit wifi setting Edit the Following file that contains the WiFi settings:

sudo nano /etc/wpa_supplicant/wpa_supplicant.conf

edit your ssid and passwd

3. Create wlan0.network as new file:

sudo nano /boot/wlan0.network

[Match]
Name=wlan0
[Network]
DHCP=both

4. Create link to / boot for wlan0.network created earlier:

sudo ln -s /boot/wlan0.network /etc/systemd/network/wlan0.network
 
Chỉnh sửa lần cuối:

linh0983

Well-Known Member
Theo ông dev Paparius thì như vầy anh ạ:

https://www.symphonic-mpd.com/forum/topic/7/よくある質問と答え-frequently-asked-questions-and-answer/21

How to Enable WiFi on Raspberry Pi 3
The wireless LAN function built into Raspberry Pi has a remarkable decrease in S / N, so it is disabled in symphonic-mpd.
In an environment where there is a lot of noise mixed in via a wired LAN, I think it is ant to prioritize convenience and use the built-in wireless LAN.
  1. Edit config.txt (edit config.txt)
    sudo nano /boot/config.txt
    Comment out the following line that disables wifi:
dtoverlay=pi3-disable-wifi

#dtoverlay=pi3-disable-wifi

  1. Edit wifi setting Edit the
    following file that contains the WiFi settings
    sudo nano /etc/wpa_supplicant/wpa_supplicant.conf
    ⇨ edit your ssid and passwd

  2. create wlan0.network as new file
    sudo nano /boot/wlan0.network
[Match]
Name=wlan0
[Network]
DHCP=both

  1. Create link to / boot for wlan0.network created earlier
sudo ln -s /boot/wlan0.network /etc/systemd/network/wlan0.network
Tuyệt quá bác mình sẽ thử a . :oops:
 

tml3nr

Moderator
Vụ này hay đấy bác sẵn rủ rê bác Hài và bác Minh cafe luôn a . ( Sáng chủ nhật là ngon bác a ) . :oops:
Em rất mún gặp anh Quạt. Em ngưỡng mộ anh í lém :rolleyes:
mugsy-01.gif
mugsy-01.gif
mugsy-01.gif
 
Chỉnh sửa lần cuối:

quatmo

Well-Known Member
Các bác quan tâm đến truyền phát từ Pi MPD sang loa Chromecast có thể làm theo hướng dẫn này, bác này gần đây đã update nó thân thiện với người dùng hơn.

Theo như mô tả chỉ cài được cho Volumio 3.0 (bản beta Buster) và MoodeAudio. Tuy nhiên mình đã cài được trên Volumio 2.8 Jesse kết nối MPD OK (chưa test âm thanh), nghĩ các Pi OS Audio khác cũng có thể cài được.

https://github.com/dresdner353/mpd2chromecast/

cast_web_control.jpg
 
Chỉnh sửa lần cuối:

linh0983

Well-Known Member
Bên trên