Search found 33 matches
- Fri Oct 23, 2015 1:12 pm
- Forum: Raspberry Pi OS
- Topic: Jessie: hosts.deny/allow does not work?
- Replies: 2
- Views: 1473
Re: Jessie: hosts.deny/allow does not work? [solved]
Why are you trying to use something that's been deprecated for ten years or more? Use iptables, it's more sane, has better granularity and is therefore more secure. If iptables scares the hell out of you then look at something like ufw (user-friendly firewall) to help build your iptables rules. I w...
- Fri Oct 23, 2015 11:55 am
- Forum: Raspberry Pi OS
- Topic: Jessie: hosts.deny/allow does not work?
- Replies: 2
- Views: 1473
Jessie: hosts.deny/allow does not work?
Using Raspian with Debian Jessie I have setup a basic /etc/hosts.deny and /etc/hosts.allow. Somehow it does not seem to work, from a host which should not be able to connect I can still connect. Contents of /etc/hosts.deny: ALL: ALL Contents of /etc/hosts.allow: ALL: localhost 127.0.0.1 ALL: [::1] O...
- Tue Sep 22, 2015 5:59 pm
- Forum: Official Foundation Display
- Topic: Kivy touch examples?
- Replies: 4
- Views: 7467
Re: Kivy touch examples?
To enable touch, you'll need to make a modification to the Kivy configuration file: pi@raspberrypi ~/kivy $ nano ~/.kivy/config.ini 14.Go into the [input] section, remove the lines that are in there and put in: mouse = mouse mtdev_%(name)s = probesysfs,provider=mtdev hid_%(name)s = probesysfs,provi...
- Tue Sep 22, 2015 3:42 pm
- Forum: Official Foundation Display
- Topic: Kivy touch examples?
- Replies: 4
- Views: 7467
Kivy touch examples?
On the Pi blog there were some nice Kivy touch examples using the new official Pi touch screen.
I have managed to get Kivy going, but touch does not work yet.
Are the examples shown on the blog posted somewhere?
I have managed to get Kivy going, but touch does not work yet.
Are the examples shown on the blog posted somewhere?
- Thu Nov 15, 2012 4:30 pm
- Forum: Troubleshooting
- Topic: USB to Class 2 Audio USB DAC comm issues
- Replies: 21
- Views: 25819
Re: USB to Class 2 Audio USB DAC comm issues
Adding dwc_otg.speed=1 to /boot/cmdline.txt, as explained in one of the threads linked to in the inital message, finally pretty much resolved this issue for me. I haven't had time to fully experiment and I've noticed some occasional cracks but nothing like before and 24 bit flac is definitely liste...
- Mon Oct 22, 2012 4:01 pm
- Forum: Troubleshooting
- Topic: 512 MB Pi GUI hangs with new Memory Split
- Replies: 6
- Views: 2811
Re: 512 MB Pi GUI hangs with new Memory Split
I just got my 512MB Pi and updated /boot with the latest firmware files from git (manual download).
X works great, I have set in /boot/config.txt.
System is very responsive.
X works great, I have set
Code: Select all
gpu_mem_512=16
System is very responsive.
- Fri Sep 28, 2012 1:10 pm
- Forum: Troubleshooting
- Topic: Pi causing network disruption for other devices !?
- Replies: 8
- Views: 2804
Re: Pi causing network disruption for other devices !?
It certainly sounds as if the Pi is flooding the network with traffic. I find it mildly astounding though that it can flood a gigabit switch when connecting at 100M. It may be instructive to put the 10M hub back in and connect another port of it to a PC running Wireshark . Unfortunately a switch wo...
- Fri Sep 28, 2012 12:39 pm
- Forum: Troubleshooting
- Topic: Pi causing network disruption for other devices !?
- Replies: 8
- Views: 2804
Re: Pi causing network disruption for other devices !?
Did some further experimenting/testing. - Setting the Pi to 10MBit full duplex does not resolve the problem. - Adding an old 10Mbit network HUB between the Pi and gigabit switch resolves the problem but of course forces the Pi to 10Mbit half duplex. - Adding an additional gigabit switch between the ...
- Fri Sep 28, 2012 11:21 am
- Forum: Troubleshooting
- Topic: Two Pi's, both on network with same IP address!
- Replies: 7
- Views: 2260
Re: Two Pi's, both on network with same IP address!
Maybe you can check if you still have a persistent-net rule in /etc/udev/rules.d? If so, just remove it for both Pi's.
- Fri Sep 28, 2012 10:29 am
- Forum: Troubleshooting
- Topic: Pi causing network disruption for other devices !?
- Replies: 8
- Views: 2804
Re: Pi causing network disruption for other devices !?
what is the power as measured from tp1 / tp2 - do you get a lot of errors in the logs ? are you using the latest version [sudo apt-get update && sudo apt-get upgrade -y ] if you are underpowered then you may be getting a load of failed tcp-ip connections casing the switch to be overloaded w...
- Fri Sep 28, 2012 10:00 am
- Forum: Troubleshooting
- Topic: Pi causing network disruption for other devices !?
- Replies: 8
- Views: 2804
Pi causing network disruption for other devices !?
It seems that the Pi causes network disruption. As soon as I let MPD on the Pi scan music files via a NFS share my other machines connected to the same switch can no longer access the Internet. My Wifi router is also connected to the same switch and wifi devices also have network problems when the P...
- Sat Sep 22, 2012 3:21 pm
- Forum: Troubleshooting
- Topic: USB - the Elephant in our Room
- Replies: 802
- Views: 319925
Re: USB - the Elephant in our Room
Are these options still valid? sdhci-bcm2708.enable_llm=1 sdhci-bcm2708.sync_after_dma=0 sdhci-bcm2708.enable_llm=1 is there by default, so is superfluous. sdhci-bcm2708.sync_after_dma=0 is not a default, as it's not compatible with all sdcards. It may be worth enabling if it causes no problems. Th...
- Sat Sep 22, 2012 12:18 pm
- Forum: Troubleshooting
- Topic: USB - the Elephant in our Room
- Replies: 802
- Views: 319925
Re: USB - the Elephant in our Room
The latest raspbian image did improve things again although it seems hotpluging my USB2 audio device does not work. It's only detected at boot. Are these options still valid? sdhci-bcm2708.enable_llm=1 sdhci-bcm2708.sync_after_dma=0 Playing DSD files over USB now works much better but sound still ke...
- Wed Aug 29, 2012 6:17 pm
- Forum: Troubleshooting
- Topic: USB - the Elephant in our Room
- Replies: 802
- Views: 319925
Re: USB - the Elephant in our Room
The latest firmware+kernel and using sdhci-bcm2708.enable_llm=1 did improve audio playback using usb-audio :) . It's not flawless, there are still occasional dropouts/crackles which increase with the bitrate being played back. So very close now! Keep it up! BTW is there a complete list of all the sd...
- Sun Aug 19, 2012 11:50 am
- Forum: Troubleshooting
- Topic: How to get high quality audio from R-Pi?
- Replies: 65
- Views: 95147
Re: How to get high quality audio from R-Pi?
@Narf03:
Playing a 320k MP3 file is not a problem. The Pi can even handle 192000bps FLACs without problem. The sound cutting out is due to USB and/or SD card drivers issues.
Playing a 320k MP3 file is not a problem. The Pi can even handle 192000bps FLACs without problem. The sound cutting out is due to USB and/or SD card drivers issues.
- Thu Aug 16, 2012 5:27 pm
- Forum: Graphics, sound and multimedia
- Topic: raspberry mpd and flac
- Replies: 7
- Views: 13438
Re: raspberry mpd and flac
The raspberry pi does not have any problems decoding FLAC files, even highres ones. You could however experience some crackles when using MPD with a USB audio device. With the latest kernel (#278) this is greatly improved but the pi kernel/firmware needs a bit more work to get all the kinks out.
- Thu Aug 16, 2012 3:44 pm
- Forum: Troubleshooting
- Topic: USB - the Elephant in our Room
- Replies: 802
- Views: 319925
Re: USB - the Elephant in our Room
We updated the synopsys driver to a newer version (2.94) last night. Thanks to ddv2005 for tracking down a bug that had been breaking the newer version of the driver. Whilst no specific bug we are aware of is fixed by this update (sorry, lost packets and limited number of periodic endpoints are sti...
- Fri Aug 10, 2012 7:39 am
- Forum: Troubleshooting
- Topic: most reliable USB hub
- Replies: 7
- Views: 4120
Re: most reliable USB hub
I have 3 different powered hubs (I was surprised I even had that many :) ) but unfortunately they all have problems. It is possible that a powered HUB delivers power back to the Pi. What is the consensus on that being part of the issue or even being the issue? I have not managed to get a cable to co...
- Mon Aug 06, 2012 3:10 pm
- Forum: Troubleshooting
- Topic: usb audio glitches when writing to SD card
- Replies: 9
- Views: 4199
Re: usb audio glitches when writing to SD card
If I set both of the parameters I get I/O errors. However, setting just sdhci-bcm2708.missing_status=0 doesn't appear to produce errors and seems to massively reduce the audio glitches (still get a _very_ occasional one when writing a lot of data), so I'll run with that for now. I still have to use...
- Sat Aug 04, 2012 8:35 am
- Forum: Automation, sensing and robotics
- Topic: RasPiComm - RS-232, RS-485 and RTC
- Replies: 5
- Views: 3746
Re: RasPiComm - RS-232, RS-485 and RTC
Count me in for one! Very nice.
- Thu Aug 02, 2012 3:28 pm
- Forum: Raspberry Pi OS
- Topic: New repository component for bleeding-edge firmware
- Replies: 27
- Views: 23057
Re: New repository component for bleeding-edge firmware
As posted in the troubleshooting->Sound stuttering with playing MP3 thread http://www.raspberrypi.org/phpBB3/viewtopic.php?f=28&t=13184 I have trouble booting with the mentioned sdhci-bcm2708 options. The new kernel/firmware itself (so without the options) shows great improvement when playing so...
- Thu Aug 02, 2012 2:38 pm
- Forum: Troubleshooting
- Topic: Sound Stuttering when playing MP3
- Replies: 6
- Views: 7222
Re: Sound Stuttering when playing MP3
OK, as I have audio problems I just tried the 'sdhci-bcm2708.missing_status=0 sdhci-bcm2708.sync_after_dma=0' options. When I boot I get: mmc0: Timeout waiting for hardware interrupt - cmd13. mmc0: Timeout waiting for hardware interrupt - cmd13. This keeps on going for a while but continues to boot ...
- Thu Jul 19, 2012 6:26 pm
- Forum: Graphics, sound and multimedia
- Topic: USB Audio
- Replies: 18
- Views: 17629
Re: USB Audio
Ok, I'm retracting various conjecture about the shielding and isolation of the Pi. Combining knowledge gleaned from posts by Dom on the inbuilt soundcard (regarding sound glitches) I've discovered the audio interference is mostly software related. Thanks to a post here: http://www.raspberrypi.org/p...
- Tue Jul 17, 2012 6:22 pm
- Forum: Raspberry Pi OS
- Topic: ALSA on Raspbian
- Replies: 167
- Views: 191678
Re: ALSA on Raspbian
@bryankemp I can confirm that stressing the CPU (by executing: time echo "scale=5000; 4*a(1)" | bc -l -q which pegs the cpu for ~ 85%) the sound quality stays constant for normal mp3s. Higher frequency (> 48Hz) files are very much affected, they sound worse then normal (which is not perfe...
- Tue Jul 17, 2012 5:25 pm
- Forum: Raspberry Pi OS
- Topic: usb music + rpi-update == kernel dump
- Replies: 1
- Views: 1163
usb music + rpi-update == kernel dump
I was happily playing music with mpd when, while doing a rpi-update simultaniously, made the pi do a kernel dump. Luckily it recovered and finished the firmware/kernel update.
I have attached the crash dump.
edit: cannot attach .txt files? Silly..
I have attached the crash dump.
edit: cannot attach .txt files? Silly..