Forum
  • Search
  • Member List
  • Calendar
Hello There, Guest! Login Register — Login with Facebook

Hifiberry
Thank you for your donation

Pages (10): « Previous 1 ... 4 5 6 7 8 ... 10 Next »
Thread Closed 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Threaded Mode | Linear Mode
Hifiberry
18th Oct, 2015, 01:46 AM
Post: #76
picov Offline
Registered
Posts: 3
Joined: Oct 2015
Reputation: 0
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]
default password is "raspberry"

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
Find all posts by this user
12th Dec, 2015, 10:05 AM
Post: #77
-AB- Offline
Registered
Posts: 10
Joined: Jul 2015
Reputation: 0
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! Cool (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 "@"
I can probably live with that, if it doesn't occur too often. (Was on movie start, of course.) Still, I'm wondering where it got the @ from.
Find all posts by this user
20th Feb, 2016, 08:05 PM
Post: #78
zappel Offline
Registered
Posts: 1
Joined: Feb 2016
Reputation: 0
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.

Note: You need to enable SSH access from Kodi into XBian config panel.

Code:
> ssh -l xbian [the IP of raspberry device]
default password is "raspberry"

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).


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?
Find all posts by this user
21st Feb, 2016, 02:09 AM
Post: #79
Nachteule Offline
Administrator
******
Posts: 2,405
Joined: Dec 2014
Reputation: 122
RE: Hifiberry
@zappel
can you start xbmc manually? (sudo start xbmc)
Find all posts by this user
4th Mar, 2016, 09:20 PM
Post: #80
Ewoud Bakker Offline
Registered
Posts: 36
Joined: Feb 2016
Reputation: 0
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
Find all posts by this user
4th Mar, 2016, 10:54 PM (This post was last modified: 4th Mar, 2016 10:55 PM by Nachteule.)
Post: #81
Nachteule Offline
Administrator
******
Posts: 2,405
Joined: Dec 2014
Reputation: 122
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)
Find all posts by this user
5th Mar, 2016, 03:05 AM
Post: #82
Nachteule Offline
Administrator
******
Posts: 2,405
Joined: Dec 2014
Reputation: 122
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
Find all posts by this user
5th Mar, 2016, 05:43 AM
Post: #83
Ewoud Bakker Offline
Registered
Posts: 36
Joined: Feb 2016
Reputation: 0
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.
Find all posts by this user
5th Mar, 2016, 07:54 AM
Post: #84
Ewoud Bakker Offline
Registered
Posts: 36
Joined: Feb 2016
Reputation: 0
Exclamation RE: Hifiberry
hmmmz new problem occured, while apt-get upgrade my disk space got filled... any idea how to free it up or make it larger?

Find all posts by this user
5th Mar, 2016, 08:28 AM
Post: #85
Nachteule Offline
Administrator
******
Posts: 2,405
Joined: Dec 2014
Reputation: 122
RE: Hifiberry
(5th Mar, 2016 07:54 AM)Ewoud Bakker Wrote:  hmmmz new problem occured, while apt-get upgrade my disk space got filled... any idea how to free it up or make it larger?

/boot 31mb 21mb used
/main 30gb 8.6 used 21gb free
/main ??? I suppose you mean /
You have 21GB free, don't see the problem Huh
Find all posts by this user
5th Mar, 2016, 08:34 AM
Post: #86
Nachteule Offline
Administrator
******
Posts: 2,405
Joined: Dec 2014
Reputation: 122
RE: Hifiberry
I'm confused - You have 70% space available
Find all posts by this user
5th Mar, 2016, 09:26 AM
Post: #87
Ewoud Bakker Offline
Registered
Posts: 36
Joined: Feb 2016
Reputation: 0
RE: Hifiberry
Yeah i dont see it either. but nothing works anymore.

Only thing i can think of is that my rootfs is gone?


but wait there is more:


see the world burn, a nice paradox
Find all posts by this user
5th Mar, 2016, 11:08 AM
Post: #88
Nachteule Offline
Administrator
******
Posts: 2,405
Joined: Dec 2014
Reputation: 122
RE: Hifiberry
Yes, agree. root fs seems damaged
Find all posts by this user
5th Mar, 2016, 09:19 PM
Post: #89
Ewoud Bakker Offline
Registered
Posts: 36
Joined: Feb 2016
Reputation: 0
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?
Find all posts by this user
6th Mar, 2016, 12:07 AM
Post: #90
Nachteule Offline
Administrator
******
Posts: 2,405
Joined: Dec 2014
Reputation: 122
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) ****
Karte 0: sndrpihifiberry [snd_rpi_hifiberry_amp], Gerät 0: HifiBerry AMP HiFi tas5713-hifi-0 []
  Sub-Geräte: 1/1
  Sub-Gerät #0: subdevice #0

cat /etc/asound.conf
Code:
pcm.!default  {
type hw card 0
}
ctl.!default {
type hw card 0
}

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
dtoverlay=lirc-rpi,gpio_out_pin=16,gpio_in_pin=22,debug

# Hifiberry
dtoverlay=hifiberry-amp
Find all posts by this user
« Next Oldest | Next Newest »
Pages (10): « Previous 1 ... 4 5 6 7 8 ... 10 Next »
Thread Closed 


  • View a Printable Version
  • Send this Thread to a Friend
  • Subscribe to this thread
Forum Jump:

Current time: 9th May, 2025, 08:38 PM Powered By MyBB, © 2002-2025 MyBB Group.