Get back the console in xbian when booting

  1. system -> setting -> xbian -> service -> disable xbmc autostart
  2. set parameter in /etc/wpa_supplicant.conf
  3. restart wlan0
    # ifconfig wlan0 down
    # ifconfig wlan0 up
    # wpa_supplicant -B -c /etc/wpa_supplicant.conf -i wlan0
  4. start xbmc service
    # sudo service xbmc start
    or
    # sudo xbian-config services start xbmc`

xbian-config-bash
Install Mercury MW150US WIFI dongle on RPi

Encountered problem:
showing “fs resize” and halt in screen
Solution:
remove “splash” and “quiet” in cmdline.txt

你可能感兴趣的:(Get back the console in xbian when booting)