I have tried one HDMI - HDMI cable and a HDMI - DViD cable from a Raspberry Pi with Arch Linux 2015 on the card. The monitor displays no signal or entering power mode in the latter case.
Do I have to configure a OS file on the SD card ?
Code: Select all
sudo nano /boot/config.txtCode: Select all
config_hdmi_boost=6Code: Select all
hdmi_force_hotplug=1Model B+. Im trying to follow these steps http://www.instructables.com/id/Raspber ... tion-Syst/ so that I can ultimately get an IDS on the Pi.sdjf wrote:Which Raspberry Pi Model do you have? Arch has different installations for the older models vs. Raspberry Pi 2, make sure you have the right tar file.
The monitor is self-powered? If not, that could be a contributing issue.
ArchLinuxArm for the B+ is here http://archlinuxarm.org/platforms/armv6/raspberry-pi the developers do not provide .IMG files any moredrinkeru wrote:Model B+. Im trying to follow these steps http://www.instructables.com/id/Raspber ... tion-Syst/ so that I can ultimately get an IDS on the Pi.sdjf wrote:Which Raspberry Pi Model do you have? Arch has different installations for the older models vs. Raspberry Pi 2, make sure you have the right tar file.
The monitor is self-powered? If not, that could be a contributing issue.
The monitors were powered through AC cables.
ArchLinuxArm for the B+ is here http://archlinuxarm.org/platforms/armv6/raspberry-pi the developers do not provide .IMG files any morefruitoftheloom wrote:drinkeru wrote:Model B+. Im trying to follow these steps http://www.instructables.com/id/Raspber ... tion-Syst/ so that I can ultimately get an IDS on the Pi.sdjf wrote:Which Raspberry Pi Model do you have? Arch has different installations for the older models vs. Raspberry Pi 2, make sure you have the right tar file.
The monitor is self-powered? If not, that could be a contributing issue.
The monitors were powered through AC cables.
There are only two versions of Arch Linux Arm, ARMv6 for A/B/A+/B+ and ARMv7 Pi2 Bdrinkeru wrote:I have tried the images you provided however I still encountered similar issues.
I did found a workaround by using NOOBs. As we speak I do have a functional Arch OS on my Pi however its not the version I wanted. More questions might follow so stay tuned for the next episode
Code: Select all
pacman -SyuIndeed. I did update it and had to google some other commands and workarounds for installing SNORT. It seems to be installing for the past half hour so I think I'm on the right track. Tomorrow I will need to test it and if it works properly I will then have to work on a anomaly detection plugin to implement in Snort. As I said stay tunedfruitoftheloom wrote:There are only two versions of Arch Linux Arm, ARMv6 for A/B/A+/B+ and ARMv7 Pi2 Bdrinkeru wrote:I have tried the images you provided however I still encountered similar issues.
I did found a workaround by using NOOBs. As we speak I do have a functional Arch OS on my Pi however its not the version I wanted. More questions might follow so stay tuned for the next episode
Arch is a roling release so has no revisions just always up-to-date by running:Code: Select all
pacman -Syu