Recalbox Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • recalbox.com
    • Gitlab repository
    • Documentation
    • Discord
    1. Home
    2. neimi
    • Profile
    • Following 0
    • Followers 0
    • Topics 3
    • Posts 8
    • Best 0
    • Controversial 0
    • Groups 0

    neimi

    @neimi

    0
    Reputation
    279
    Profile views
    8
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    neimi Unfollow Follow

    Latest posts made by neimi

    • RE: Storage error

      Thanks for your answer, but its too late... I´ve make a new installation yesterday... I don´t no what ES is, but if i was boot into noob the remaining space was only 64MB, so i couldn´t install over the existing system. My card size is 32GB. I tried to rescue the SD-Card with TestDisk, but the Share-Partion couldn´t be recoverd.

      posted in Recalbox General
      neimi
      neimi
    • Storage error

      me again ... Since my last post here was the system actually quite good. first time my current problem/effects: -recalbox boots no longer in KODI -system settings show: Storage Error -Controller are no longer recognized and can not be configured -in KODI the PVR-client no longer works, even though it is enabled (can not be disabled) what have I done today to the problem occurred: -Wireless adapter for XBox360 controller connected -XBox360 Controller configured -added ROMs -various ROMs tested (Mario Kart 64, Dr. Mario, Tetris ...) -scraping -played Dr. Mario -scraping again -> error can not save pictures, card full -Change to KODI -> PVR Client Error see above I just really wanted to post the log, but after a new reboot I no longer get a connection per ssh on the RPi2 😞 KODI shows network connection: Not connected

      posted in Recalbox General
      neimi
      neimi
    • RE: I would like Back to the Future

      I think i found the reason... after restart the resolv.conf everytime is empty... temporarly i fix it with a workaround... i modifiy the network startup script... add following line to /etc/init.d/S40network at the begining of the script echo "nameserver 8.8.8.8" >> /tmp/resolv.conf now reboot This is certainly not the best solution, but temporarly it works...

      posted in Recalbox General
      neimi
      neimi
    • RE: I would like Back to the Future

      my actual /etc/network/interfaces:

      # Configure Loopback
      auto lo
      iface lo inet loopback
      
      auto eth0
      #iface eth0 inet dhcp
      iface eth0 inet static
              address 192.168.111.72
              network 192.168.111.0
              broadcast 192.168.111.255
              netmask 255.255.255.0
              gateway 192.168.111.1
              dns-nameservers 80.153.1.233 62.245.184.150
      
      auto wlan0
      iface wlan0 inet dhcp
      wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf
      
      # ping google.com
      ping: bad address 'google.com'
      
      posted in Recalbox General
      neimi
      neimi
    • I would like Back to the Future

      Hello... I changed my IP to static like described in the wiki. After reboot, no longer does the syncronisation with the time servers and I have traveled in the past ... 01/01/1970 How can I fix it?   What I've tried: 1. Create a startup file ... nano /etc/init.d/S99updatentp

      #!/bin/sh
      (sleep 30; \
      /usr/sbin/ntpdate pool.ntp.org; \
      )&
      

      2. Enter another time server nano /etc/ntp.conf

      server 0.de.pool.ntp.org
      server 1.de.pool.ntp.org
      server 2.de.pool.ntp.org
      server 3.de.pool.ntp.org
      
      posted in Recalbox General
      neimi
      neimi
    • RE: [Resolved] Error creating file system mkfs.fat

      with an other card(SanDisk Ultra 32GB Class10) the installation runs without problems...

      posted in Recalbox General
      neimi
      neimi
    • RE: [Resolved] Error creating file system mkfs.fat

      Thanks for your answer, but its the same error with your type of formatting. i further researched and i think its a problem with my SD-card... https://github.com/raspberrypi/noobs/issues/230

      posted in Recalbox General
      neimi
      neimi
    • [Resolved] Error creating file system mkfs.fat

      Hello, I´ve tried to install realbox, but installation failed with this error message:

      Error creating file system
      
      mkfs.fat: warning – lowercase labels might not work properly with DOS or Windows
      
      mkfs.fat: failed whilst writing FAT
      
      mkfs.fat 3.0.26 (2014-03-07)
      

      I followed the manuel step by step... formatting SD-card with SDFormatter, copied unzipt files to card, put the car in my RPi and start. I tried with and without plugged ethernet and language german/english.   My Hardware: Raspberry Pi 2 Model B Transcend Premium microSDHC 32GB Class 10   What can i do to get it run?   PS: Sorry for my bad english, but there is unfortunatly no german forum.

      posted in Recalbox General
      neimi
      neimi