Adding an I2S DAC for audiophile quality sound.
|
9th May, 2018, 02:30 AM
Post: #16
|
|||
|
|||
RE: Adding an I2S DAC for audiophile quality sound.
hi
i have X920 and don't have sound on RSA, on HDMI - OK http://www.raspberrypiwiki.com/index.php/X920 there shouldn't be problems |
|||
9th May, 2018, 05:18 AM
Post: #17
|
|||
|
|||
RE: Adding an I2S DAC for audiophile quality sound.
@valbor
Did you enable the device in /boot/config.txt? |
|||
9th May, 2018, 12:10 PM
Post: #18
|
|||
|
|||
RE: Adding an I2S DAC for audiophile quality sound.
Hi
I haven't understood a question I did nothing yet, on LibreElec there is no sound on a RSA too PCM5122 is in the I2C-mode: 17 pin - Low, 18 pin - High pinout: PCM5122 name Rpi name 11 SDA 3 SDA1 12 SCL 5 SCL1 23 LRCK 35 GPIO19 21 BCK 12 GPIO18 22 DIN 40 GPIO21 16,20,24 - GND 19 - NC |
|||
9th May, 2018, 03:03 PM
Post: #19
|
|||
|
|||
RE: Adding an I2S DAC for audiophile quality sound.
it is corrected:
on LibreElec there is no sound on a RCA too: /$ lsmod Module Size Used by hci_uart 15605 1 btbcm 5315 1 hci_uart bluetooth 292114 3 hci_uart,btbcm brcmfmac 184788 0 brcmutil 4893 1 brcmfmac cfg80211 247994 1 brcmfmac rfkill 13757 4 bluetooth,cfg80211 bcm2835_gpiomem 2652 0 fixed 2407 0 /$ aplay -l aplay: device_list:270: no soundcards found... /$ alsamixer -sh: alsamixer: not found PCM5122 is in the I2C-mode: 17 pin - Low, 18 pin - High pinout: PCM5122-------------name-------------Rpi------------------name 11---------------------SDA---------------3-------------------SDA1 12---------------------SCL----------------5-------------------SCL1 23---------------------LRCK--------------35-----------------GPIO19 21---------------------BCK----------------12----------------GPIO18 22---------------------DIN----------------40----------------GPIO21 16,20,24 - GND 19 - NC |
|||
9th May, 2018, 06:02 PM
Post: #20
|
|||
|
|||
RE: Adding an I2S DAC for audiophile quality sound.
(9th May, 2018 05:18 AM)Nachteule Wrote: @valbor I can't make it because I have not password of the administrator |
|||
9th May, 2018, 06:38 PM
Post: #21
|
|||
|
|||
RE: Adding an I2S DAC for audiophile quality sound.
If you mean the 'root' account:
Code: sudo su - There are only 10 types of people in the world: those who understand binary, and those who don't |
|||
9th May, 2018, 06:48 PM
Post: #22
|
|||
|
|||
RE: Adding an I2S DAC for audiophile quality sound.
What version of pi are you using?
Are you sure that the board will work the the version of pi you have attached it to? What is the output of cat /etc/asound.conf ? To edit the config file you simply need to use 'sudo nano /boot/config.txt' - Then when changes done use ctrl-o to save and ctrl-x to exit and reboot the pi. |
|||
9th May, 2018, 06:59 PM
Post: #23
|
|||
|
|||
RE: Adding an I2S DAC for audiophile quality sound.
I use WinSCP
|
|||
9th May, 2018, 08:06 PM
Post: #24
|
|||
|
|||
RE: Adding an I2S DAC for audiophile quality sound.
(9th May, 2018 06:02 PM)valbor Wrote:(9th May, 2018 05:18 AM)Nachteule Wrote: @valbor You do not need admin (root) pw Put card into your card reader, plug reader into usb port of your (Windows)-PC and edit config.txt file on first partition on sd-card (this VFAT partition, so you do not have any problems from Windows side) append lines to config.txt described in "For RuneAudio" section in the link you posted in your first post |
|||
9th May, 2018, 08:12 PM
(This post was last modified: 9th May, 2018 08:13 PM by Nachteule.)
Post: #25
|
|||
|
|||
RE: Adding an I2S DAC for audiophile quality sound. | |||
9th May, 2018, 10:25 PM
Post: #26
|
|||
|
|||
RE: Adding an I2S DAC for audiophile quality sound.
PuTTy - help me
# Please note, this setting should be commented out if a Hifiberry # device is used. # dtparam=audio=on #dtparam=i2s=on dtoverlay=iqaudio-dacplus works too:dtoverlay=iqaudio-dac dtoverlay=lirc-rpi,debug dtoverlay=lirc-rpi,gpio_out_pin=17,gpio_in_pin=22,debug new device: ALSA:Default(IQaudIODAC Analog) Tnanks you!!!!!!!!!!!!!!!!!! |
|||
10th May, 2018, 01:22 AM
Post: #27
|
|||
|
|||
RE: Adding an I2S DAC for audiophile quality sound.
Well done - I hope that put a smile on your face when it worked.
BTH it is easier now with DT entries than it was before with wheezy - but still you have to get it right, which you did! |
|||
10th May, 2018, 01:47 AM
Post: #28
|
|||
|
|||
RE: Adding an I2S DAC for audiophile quality sound. | |||
« Next Oldest | Next Newest »
|