Moin,
habs grad geschafft nohands zu installieren und wählen geht jetzt vom Raspberry.
Leider geht das Soundweiterleiten nicht. Vielleicht weil ich keine externe Soundkarte hab oder einfach nur noch nicht richtig eingestellt hab.
Allerdings nur unter Raspbian. Bei Christians Image funktioniert Blueman nicht so richt. Warum auch immer.
Hier mal eine Anleitung wie es bei mir geklappt hat:
1. Sudo apt-get install –y bluetooth bluez-utils blueman
2. http://nohands.sourceforge.net Source runterladen und entpacken
3. Sudo apt-get install subversion g++-4.4 autoconf libtool libspeexdsp-dev libasound2-dev libbluetooth-dev libaudiofile-dev libdbus-1-dev
4. Sudo apt-get install python-glade2
5. Configure.in von dem entpacktem editiern
5.1 Zeile 71
CXXFLAGS=“$CXXFLAGS –Wall“
Zu
CXXFLAGS=“$CXXFLAGS –Wall –fpermissive -lpthread“
5.2 Zeile 303
Libhfp_LIBS=“$LIBHFP_LIBS $BLUEZ_LIBS“
Zu
Libhfp_LIBS=“$LIBHFP_LIBS $BLUEZ_LIBS -lpthread“
6. Cd /”entpackordner”/
7. Sudo ./autogen.sh
Sudo ./configure
Sudo make
Sudo make install
Schönen Abend noch ;-)
habs grad geschafft nohands zu installieren und wählen geht jetzt vom Raspberry.
Leider geht das Soundweiterleiten nicht. Vielleicht weil ich keine externe Soundkarte hab oder einfach nur noch nicht richtig eingestellt hab.
Allerdings nur unter Raspbian. Bei Christians Image funktioniert Blueman nicht so richt. Warum auch immer.
Hier mal eine Anleitung wie es bei mir geklappt hat:
1. Sudo apt-get install –y bluetooth bluez-utils blueman
2. http://nohands.sourceforge.net Source runterladen und entpacken
3. Sudo apt-get install subversion g++-4.4 autoconf libtool libspeexdsp-dev libasound2-dev libbluetooth-dev libaudiofile-dev libdbus-1-dev
4. Sudo apt-get install python-glade2
5. Configure.in von dem entpacktem editiern
5.1 Zeile 71
CXXFLAGS=“$CXXFLAGS –Wall“
Zu
CXXFLAGS=“$CXXFLAGS –Wall –fpermissive -lpthread“
5.2 Zeile 303
Libhfp_LIBS=“$LIBHFP_LIBS $BLUEZ_LIBS“
Zu
Libhfp_LIBS=“$LIBHFP_LIBS $BLUEZ_LIBS -lpthread“
6. Cd /”entpackordner”/
7. Sudo ./autogen.sh
Sudo ./configure
Sudo make
Sudo make install
Schönen Abend noch ;-)