[SOLVED] Serial Interface unusable in Beta 2 - Printable Version +- Forum (http://forum.xbian.org) +-- Forum: Software (/forum-6.html) +--- Forum: Configuration (/forum-17.html) +--- Thread: [SOLVED] Serial Interface unusable in Beta 2 (/thread-1808.html) |
Serial Interface unusable in Beta 2 - Philipp Milich - 26th Nov, 2013 06:39 AM Software XBian version: latest, beta 2 XBMC version: latest@beta2 Overclock settings: default Hardware Power supply rating: 5V @ 4A (Rpi Voltage 5.15V) RPi model: B - 512MB SD card size and make/type: 16GB SDHC Class10+ Network: LAN Connected devices: none, just power, ethernet and the serial port. Dear Community, after upgrading (fresh new install) to Beta 2 of Xbian, i got issues at using the serial interface, also known as ttyAMA0. While under beta 1, the access worked just fine, i can't access it now anymore. When using: Terminal sudo stty 19200 -F /dev/ttyAMA0 I get a not found error: When looking into the dev/ directoy, i can't find ttyAMA0 Any suggestions? Beta2 just works fine for me, so a rollback is not an option. For my project (Mediacenter with additional features) the serial Port is essential! Hope someone can help! Greetings Phil RE: Serial Interface unusable in Beta 2 - CurlyMo - 26th Nov, 2013 07:21 AM Code: sudo modprobe serial_core RE: Serial Interface unusable in Beta 2 - Philipp Milich - 27th Nov, 2013 01:18 AM Thanks, worked just fine. greetings Philipp |