Hifiberry
|
18th Oct, 2015, 01:46 AM
Post: #76
|
|||
|
|||
RE: Hifiberry
The following steps are tested with the XBian latest (2005-10-17), HiFiBerry Digi/Digi+, Raspberry Pi 2.
Note: You need to enable SSH access from Kodi into XBian config panel. Code: > ssh -l xbian [the IP of raspberry device] Step1: remove the default sound module into /etc/modules.xbian by commenting its line entry Code: > sudo vi /etc/modules.xbian and comment the line #snd_bcm2835 Step 2: edit /boot/config.txt file by adding the proper overlay Code: > sudo vi /boot/config.txt and make the following changes: #dtoverlay=lirc-rpi dtoverlay=hifiberry-digi Step 3: Reboot. Now you can select the DIGI into the Kodi Audio Output panel (also as passthrough device). #### EDIT 8 march 2016 #### See post http://forum.xbian.org/thread-2397-post-30868.html#pid30868 |
|||
12th Dec, 2015, 10:05 AM
Post: #77
|
|||
|
|||
RE: Hifiberry
Thanks @picov.
Stupid me updated first, then followed your step by step instructions, so I don't know if the update made it work or some changes. Anyway, it works! (For about a week now, pretty stable.) Movies and Music is equally amplified, even. Though I got a Kodi crash today... Code: CAESinkALSA::Initialize - failed to initialize device "@" |
|||
20th Feb, 2016, 08:05 PM
Post: #78
|
|||
|
|||
RE: Hifiberry
(18th Oct, 2015 01:46 AM)picov Wrote: The following steps are tested with the XBian latest (2005-10-17), HiFiBerry Digi/Digi+, Raspberry Pi 2. Hi as soon as i comment the line #snd_bcm2835 my xbian starts only in command line interface and not in gui anymore. Any idea why this happpens? |
|||
21st Feb, 2016, 02:09 AM
Post: #79
|
|||
|
|||
RE: Hifiberry
@zappel
can you start xbmc manually? (sudo start xbmc) |
|||
4th Mar, 2016, 09:20 PM
Post: #80
|
|||
|
|||
RE: Hifiberry
Hi xbians,
So Kodi 16 Jarvis was updated and my hifiberry stopped beeing able to passthrough dts its greyed out on HDMI. On Kodi 15 it was working smoothly. Now i've read that there is a patch to force it to work by bypassing some settings. I imagin it was applied on kodi 15. Will it be applied to Kodi 16 too? And if not is there anyway i can roll back to kodi 15 to get my movie sound back? Thanks for your time. Cheers, Ewoud Edit: Did a roll back found the apt-get xbian-package-xbmc="insertversion" thingy. Now my sound is back in DTS. would like to hear if this gets solved in kodi 16 though. cheers |
|||
4th Mar, 2016, 10:54 PM
(This post was last modified: 4th Mar, 2016 10:55 PM by Nachteule.)
Post: #81
|
|||
|
|||
RE: Hifiberry
@Ewoud Bakker
Which Raspberry Pi do you use - 1 or 2? I think you mean this patch https://github.com/xbianonpi/xbian-sources-xbmc/commit/35b75aee200f7c76028f0b6edbc8aef21b730aaa Maybe this has already been fixed in the kernel driver If you're using a RPi2, you could enable the devel package in /etc/apt/sources.list.d/xbian.list by removing the three ### in the devel line (usually line 3) to upgrade to the latest kernel 4.4.3 and try again And yes, roll back is very simple (oh, you already did it) |
|||
5th Mar, 2016, 03:05 AM
Post: #82
|
|||
|
|||
RE: Hifiberry
Patch has been applied and new packages were build.
You have to enable staging repo to get them (same procedure written in my previous post, only enable staging instead of devel (usually line 2)) and then, run a Code: sudo apt-get update; sudo apt-get upgrade |
|||
5th Mar, 2016, 05:43 AM
Post: #83
|
|||
|
|||
RE: Hifiberry
Thnx for the information.
running on Rpi2 I rolled back but my HDMI Cec wasn't working will update again and try your way. |
|||
5th Mar, 2016, 07:54 AM
Post: #84
|
|||
|
|||
RE: Hifiberry | |||
5th Mar, 2016, 08:28 AM
Post: #85
|
|||
|
|||
RE: Hifiberry | |||
5th Mar, 2016, 08:34 AM
Post: #86
|
|||
|
|||
RE: Hifiberry
I'm confused - You have 70% space available
|
|||
5th Mar, 2016, 09:26 AM
Post: #87
|
|||
|
|||
RE: Hifiberry | |||
5th Mar, 2016, 11:08 AM
Post: #88
|
|||
|
|||
RE: Hifiberry
Yes, agree. root fs seems damaged
|
|||
5th Mar, 2016, 09:19 PM
Post: #89
|
|||
|
|||
RE: Hifiberry
ok,
I've done a fresh install. - added staging - ran upgade and updates. - #snd_bcm2835 - dtoverlay=hifiberry-digi aplay -l shows the hifiberry but also the bmc2835. in kodi it doesn't show the hifiberry. any ideas? |
|||
6th Mar, 2016, 12:07 AM
Post: #90
|
|||
|
|||
RE: Hifiberry
I'm using a Hifiberry Amp, please show me the output of aplay -l and cat /etc/asound.conf
aplay -l Code: **** Liste der Hardware-Geräte (PLAYBACK) **** cat /etc/asound.conf Code: pcm.!default { Make sure that you disabled lirc or remap i/o pins in /boot/config.txt: Code: # GPIO pins have to be remapped for LIRC for working together with Hifiberry |
|||
« Next Oldest | Next Newest »
|