Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

can´t see advanced options (option 7) on kalipi-config #9

Open
tomasdedolo opened this issue Aug 19, 2019 · 4 comments
Open

can´t see advanced options (option 7) on kalipi-config #9

tomasdedolo opened this issue Aug 19, 2019 · 4 comments

Comments

@tomasdedolo
Copy link

tomasdedolo commented Aug 19, 2019

Sorry for mi newbie question. I had just installed kali linux on a raspberry pi b plus, then download and install kalipi-config follow the instructions. I can see only ssh as option 5 and no option 7 at all (advanced settings) it jumps from 6 to 8! any idea? thank you!
aa

@tomasdedolo tomasdedolo changed the title can´t see advanced options can´t see advanced options (option 7) on kalipi-config Aug 19, 2019
@RegenJacob
Copy link

Same Problem i use a RaspberryPi 4B
Screenshot 2019-12-16 09:46:16

@mishase
Copy link

mishase commented Sep 5, 2021

  1. Download kalipi-config tool from https://raw.githubusercontent.com/Re4son/RPi-Tweaks/master/kalipi-config/kalipi-config
  2. Open kalipi-config
  3. Replace is_pi function from
is_pi () {
  ARCH=$(dpkg --print-architecture)
  if [ "$ARCH" = "armhf" ] || [ "$ARCH" = "armel" ]; then
    return 0
  else
    return 1
  fi
}

to

is_pi () {
  return 0
}
  1. Replace all occurrences of tvservice to /opt/vc/bin/tvservice
  2. chmod +x kalipi-config
  3. sudo ./kalipi-config

@KilovoIt
Copy link

KilovoIt commented Jul 6, 2022

Tried that:

  1. Download kalipi-config tool from https://raw.githubusercontent.com/Re4son/RPi-Tweaks/master/kalipi-config/kalipi-config
  2. Open kalipi-config
  3. Replace is_pi function from
is_pi () {
  ARCH=$(dpkg --print-architecture)
  if [ "$ARCH" = "armhf" ] || [ "$ARCH" = "armel" ]; then
    return 0
  else
    return 1
  fi
}

to

is_pi () {
  return 0
}
  1. Replace all occurrences of tvservice to /opt/vc/bin/tvservice
  2. chmod +x kalipi-config
  3. sudo ./kalipi-config

Also tried Re4son's installation directions. Neither of them works, RPi 4B

@BB6560
Copy link

BB6560 commented Jun 7, 2024

anything?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants