Forum Replies Created
-
Posted in: Allo USB Bundle
-
14. Februar 2017 at 9:09 #26913
Habe das selbe Problem, aber auch dass das Datum nicht stimmt. Es zeigt den 3. Feb. Hab das neuste image verwendet. Internet ist vorhanden, da ich sonst wohl kaum internetradio hören könnte…
10. September 2016 at 6:35 #22963Yes I did actually. I’m using a plugin for the squeezebox server. It’s code.google.com/archive/p/sbnetio
Just adapt his „how to“ a bit that you put your command into an script and than run those. Works like a charm for me.14. Juli 2016 at 19:54 #21542Yes, I have.
So I actually found a fix. I didn’t use your wpa_supplicant.conf but edited /etc/network/interfaces to:allow-hotplug wlan0 auto wlan0 iface wlan0 inet dhcp wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf iface default inet dhcp
then I edited the wpa_supplicant.conf with all of my network data like it’s mentioned here
The issue before was that if I unplug my router and plug it back in, the raspi would not reconnect to the wifi by itself. Now it works flawlessly.
- This reply was modified 8 years, 3 months ago by luke.
14. Juli 2016 at 9:36 #21528Is there any fix yet? Same issue here. But it’s not working anymore since I installed squeezebox-server.
From the beginning. This raspi has a pitft and was just a player. Now I am using it as a Logitech Media Server. If I get up in the morning or are gone for a while, it’s up and running but no wifi connection. I do a restart, everything works fine. This was no issue before. I have checked, power-management is off. I used DHCP and now fixed IP. No difference.11. Juli 2016 at 20:22 #21431I actually got it to work using the SBNetIO-Plugin. I’ll definitively gonna look into fhem at some point. For now it just seems to be overkill…
7. Juli 2016 at 20:21 #21303Hi Bort. So I got a IR receiver and sender. It’s all up and running. Now i only need to find a way to trigger a command
irsend SEND_ONCE GENEVA key_power
when I turn the player on or off.7. Juli 2016 at 19:59 #21302Hi Heiner. Thanks for your input.
It seems like everyone is interested in using a Remote to control the Raspi… but I want to do it the other way around. I have it all up and running with LIRC. I’m just looking for a simple way to trigger this commandirsend SEND_ONCE remote key_power
when the player gets switched on or off. I think it should be possible… somehow20. Juni 2016 at 12:37 #20750Ok. I’m not sure what I’ve done. Got you latest Jessie Light image (Kernel 4.1.) Started it. Installed bluetooth. Paired my speakers. Set Audioplayer Squeezelight to Pulse. Played a song. Worked. Installed your RIP Plugin. Installed 3.5″ Adafruit. Reboot. Screen started. Bluetooth does not automatically connect. When I go into the bluetooth settings and scan for my BT speakers, I see nothing.
I read that there are problems when using Adafruits firmware/kernel. https://www.raspberrypi.org/forums/viewtopic.php?f=63&t=138757Maybe this shines some light on this matter? https://www.dropbox.com/s/mtncoejjwltm8y5/dmesg.rtf?dl=0
Also saw that a failure gets displayed at startup:
~ $ systemctl status hciuart.service
● hciuart.service – Configure Bluetooth Modems connected by UART
Loaded: loaded (/lib/systemd/system/hciuart.service; enabled)
Active: failed (Result: exit-code) since Tue 2016-06-21 12:54:33 CEST; 3min 53s ago
Process: 496 ExecStart=/usr/bin/hciattach /dev/serial1 bcm43xx 921600 noflow – (code=exited, status=1/FAILURE)19. Juni 2016 at 16:48 #20741Got a bit farther. Found out that I had Kernel 4.4.13-v7+ installed before installing the 3.5 PiTFT. During the installation it got downgraded to 4.1.14-v7+ which works for the screen but breaks the bluetooth. Any ideas?
18. Juni 2016 at 15:39 #20733Hi
I can pair my BT Speakers. However, after I installed my Adafruit PiTFT, it wouldn’t work anymore. I can not see any bluetooth device at all.
#### Bluetooth Installation ####
#### Bluetooth Dongle ####
#### PACMD LIST | grep active ####
active port: <analog-output>
active profile: <output:analog-stereo>#### PACMD LIST | grep sink ####
Default sink name: alsa_output.0.analog-stereo
name: <module-null-sink>
module.description = „Clocked NULL sink“
module.description = „When a bluetooth sink or source is added, load module-loopback“
module.description = „Automatically restore the default sink and source“
name: <module-always-sink>
module.description = „Always keeps at least one sink loaded even if it’s a null one“
module.description = „When a sink/source is idle for too long, suspend it“
module.description = „Load filter sinks automatically when needed“
2 sink(s) available.
driver: <module-null-sink.c>
driver: <module-null-sink.c>
sinks:
1 sink input(s) available.
sink: 1 <alsa_output.0.analog-stereo>
module-stream-restore.id = „sink-input-by-application-name:ALSA plug-in [squeezelite]“#### X-SERVER RUNNING ####
1#### PULSEAUDIO RUNNING ####
1 S 1000 1133 1 2 80 0 – 42094 – ? 00:00:01 pulseaudio
1 S 1000 1228 1 0 80 0 – 478 – ? 00:00:00 start-pulseaudi- This reply was modified 8 years, 4 months ago by luke.
-