Results 1 to 9 of 9

Thread: raspberry pi 2, hdmi not working

  1. #1
    Join Date
    2015-Aug
    Posts
    3

    raspberry pi 2, hdmi not working

    monitor is an lg tv (got no hdmi monitor yet)
    android device works fine with the monito, but not kali.
    i can connect via ssh. so it's just the hdmi issue.

    found this one http://rageweb.info/2013/11/07/vcgencmd-on-kali/

    but haven't tried it yet, since it's not especially for the image of offensive security for the rpi 2.

    the /boot/config.txt shouldn't work.

    greetings

  2. #2
    Join Date
    2014-Feb
    Posts
    309
    What do you mean the /boot/config.txt shouldn't work? vgencmd is just a helper app to make it easier to edit the config.txt file - you can do it manually, or you can add those - I'm debating importing them in to Kali, but I'm more of a "just edit the text file" guy myself.

  3. #3
    Join Date
    2015-Aug
    Posts
    3
    no, in the posts around that, they stated that its not sufficient to edit the text file. because its not booting from there. so if there is no textfile its not helping to create one. because its different from rpi1. i didnt fully understand it, but just that i need an alternative. if you got a simpler solution i m open for that

  4. #4
    in kali config.txt is placed in /media/root/random number of the flash card/config.txt

    booting from there or not, I'm totaly able to edit settings/changing resolutions/attaching i2c or spi modules etc.

    command is

    nano /media/root/random number of the flash card/config.txt

    to identify the number type cd /media/root then enter the ls and again enter

    then remove # to activate what you want and hit Ctrl+O then Ctrl+X then reboot.

    After that check if there is a hdmi signal.

    I also have LG tv with hdmi.

    here's my config for reference, the underlined text is the functions to check for your case one by one:

    Code:
    # For more options and information see
    # http://www.raspberrypi.org/documentation/configuration/config-txt.md
    # Some settings may impact device functionality. See link above for details
    
    # uncomment if you get no picture on HDMI for a default "safe" mode
    #hdmi_safe=1
    
    # uncomment this if your display has a black border of unused pixels visible
    # and your display can output without overscan
    disable_overscan=1
    
    # uncomment the following to adjust overscan. Use positive numbers if console
    # goes off screen, and negative if there is too much border
    #overscan_left=16
    #overscan_right=16
    #overscan_top=16
    #overscan_bottom=16
    
    # uncomment to force a console size. By default it will be display's size minus
    # overscan.
    framebuffer_width=1280
    framebuffer_height=720
    framebuffer_depth=32
    framebuffer_ignore_alpha=1
    
    # uncomment if hdmi display is not detected and composite is being output
    #hdmi_force_hotplug=1
    
    # uncomment to force a specific HDMI mode (this will force VGA)
    #hdmi_group=1
    #hdmi_mode=1
    
    # uncomment to force a HDMI mode rather than DVI. This can make audio work in
    # DMT (computer monitor) modes
    hdmi_drive=2
    
    # uncomment to increase signal to HDMI, if you have interference, blanking, or
    # no display
    #config_hdmi_boost=4
    
    # uncomment for composite PAL
    #sdtv_mode=2
    Last edited by mikrostart; 2015-09-01 at 19:26. Reason: cd /media/root ls

  5. #5
    Join Date
    2015-Sep
    Posts
    2
    Quote Originally Posted by mikrostart View Post
    in kali config.txt is placed in /media/root/random number of the flash card/config.txt

    booting from there or not, I'm totaly able to edit settings/changing resolutions/attaching i2c or spi modules etc.

    command is

    nano /media/root/random number of the flash card/config.txt

    to identify the number type cd /media/root then enter the ls and again enter

    then remove # to activate what you want and hit Ctrl+O then Ctrl+X then reboot.

    After that check if there is a hdmi signal.

    I also have LG tv with hdmi.

    here's my config for reference, the underlined text is the functions to check for your case one by one:
    I don't have anything in my /media directory. There is no option for /media/root
    Also, no /root/media option. I'm still fairly new to Linux, so is there another place startup files could be stored?

  6. #6
    Open your file manager and browse the 64 MB volume.
    Do you see the config.txt in that directory?

  7. #7
    Join Date
    2014-Feb
    Posts
    309
    mikrostart: i think he's looking on the rpi itself, not on another kali box, which would explain why he doesn't see those mount points.

  8. #8
    It should be on the same Pi. But instead with the file manager, the terminal window should be used.
    And not looking in the left panel with file manager's options.
    I think that's the point.

  9. #9
    Join Date
    2016-Jan
    Posts
    4
    Similar problem. After downloading kali to a 16gb samsung card and initial boot my Rpi 2 recognized the LG tv fine, now I get the rolling text then nothing, just an innactive cursor in the top left.No go on a Samsung tv either. Another problem I had when it worked was lock ups requiring unplugging at the wall, could this have corrupted the card? The Pi doesnt show on the router so I cant ssh. Any help appreciated for this novice

Similar Threads

  1. Raspberry pi 3- 7 inch touch display and HDMI
    By GMCN in forum ARM Archive
    Replies: 0
    Last Post: 2017-05-01, 21:45
  2. First Boot without HDMI and Keyboard in Raspberry 2
    By giuseppe07 in forum ARM Archive
    Replies: 0
    Last Post: 2015-04-10, 14:09
  3. Raspberry pi hdmi problem
    By peterau in forum ARM Archive
    Replies: 0
    Last Post: 2013-09-26, 13:41
  4. raspberry pi no HDMI video
    By lizdainis in forum ARM Archive
    Replies: 3
    Last Post: 2013-08-09, 12:53

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •