hi all
i m using volumio for months now. it works great with my m-audio fast track pro.
also did a voltmod on the usb recently so i dont need to use a powersupply with my usb soundcard.
i wanted more so i decided to buy an 1,8" sainsmart tft display.
i did make
entry in /etc/modules
acitvate spi in /boot/config.txt
added fbcon=map:10 in boot/cmdline.txt
rpi-update
i got the pi to output console with this, when he boots up.
screen doesnt go blank after 30minutes.
in /etc/kbd/config BLANK_TIME=0
made a skript for outputting ip address in commandline
i can execute the script and successfully view my ip address on the tiny 1,8 tft’s console (so neat)
i put a line:
sh /ipshowr.sh
in /etc/rc.local
i just want my console to output the current ipaddress after startup. but its not working!
plz help. i m such a noob.
edit: i dont have to build kernel and driver for just outputting ip adress in framebuffer terminal right?
edit2:
i could also add this somewhere:
ifconfig eth0 | /bin/grep “inet addr” | /usr/bin/cut -d “:” -f 2 | /usr/bin/cut -d " " -f 1
but i dont know where . /etc/motd only gets echoed