frankd wrote: 
> Some good news for those who want to use MusicIP with the Raspberry
> stretch:
> It seems possible to have small hacks of raspian to run the I386 Linux
> version of MusicIP. 
> I would be greatful if somebody could test this approach before I will
> update the tutorial (I have not tested the MusicIP installation under
> Stretch extensively, as I still need to migrate from Jessie), feedback
> is appreciated.
> Quick tutorial for the first steps which are different:
> 
> 0. Add i386 architecture: sudo dpkg --add-architecture i386:
> 1. You have to edit your /etc/apt/sources.list file adding [arch=armhf]
> behind each occurence of deb.
>       sudo nano /etc/apt/sources.list
>       In my case the only relevant line should look like:     deb [arch=armhf]
> http://mirrordirector.raspbian.org/raspbian/ stretch main con$
> 2. download latest version of Libc6 library for i386 under
> https://packages.debian.org/stretch/i386/libc6/download and copy to home
> directory of rapsberry
> Current version is libc6_2.24-11+deb9u3_i386.deb, you can get it via
> the raspberry command-line: 
>       cd ~
>       wget
> http://ftp.de.debian.org/debian/pool/main/g/glibc/libc6_2.24-11+deb9u3_i386.deb
> 3. sudo dpkg -i --ignore-depends=libgcc1:i386 
> ./libc6_2.24-11+deb9u3_i386.deb
> 4. To prevent any inconsistencies in the dependency tree we need to edit
> the dependency database:
> open /var/lib/dpg/status with an editor, search for the Package:
> "libc6" with the  architecture "i386" (not the armh version!!!) and
> remove "libgcc1" from the line which starts with "Depends:"
> 5. Unpack MusicMixer in home directory
> gzip -dc MusicMixer_x86_1.8.tgz | tar xf -
> 6. Start MusicIP server:
> /home/pi/MusicIP/MusicMagicMixer/MusicMagicServer start
> It should be accessible via http://localhost:10002/server
> 
> From here on, you can follow the old tutorial....
> Hope somebody can confirm that this works.
> I think it should be bullet-proof versus updates, as we do not have any
> sources for i386 programs and we removed the inconsistency for the
> dependency tree...
> Feedback welcome

Hmm, when I try to install binfmt and qemu I get this
25743


+-------------------------------------------------------------------+
|Filename: status.jpg                                               |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=25743|
+-------------------------------------------------------------------+

------------------------------------------------------------------------
slartibartfast's Profile: http://forums.slimdevices.com/member.php?userid=35609
View this thread: http://forums.slimdevices.com/showthread.php?t=106958

_______________________________________________
plugins mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/plugins

Reply via email to