Results 1 to 9 of 9

Thread: Kali 2.0 Sana apt-get update problems + AMD Driver Issues

  1. #1
    Join Date
    2015-Dec
    Posts
    9

    Kali 2.0 Sana apt-get update problems + AMD Driver Issues

    Hi all I'm having some issues with apt-get update and properly setting up the GPU processing for cracking w Hashcat and Pyrit

    Some background
    Code:
    root@kali:~# uname -a
    Linux kali 4.0.0-kali1-amd64 #1 SMP Debian 4.0.4-1+kali2 (2015-06-03) x86_64 GNU/Linux
    1) When I run apt-get update:
    Code:
    root@kali:~# apt-get update
    Get:1 http://security.kali.org sana/updates InRelease [11.9 kB]
    Get:2 http://security.kali.org sana/updates/main Sources [80.9 kB]
    Get:3 http://http.kali.org sana InRelease [20.3 kB]                            
    Get:4 http://http.kali.org sana/main Sources [9,090 kB]                        
    Get:5 http://security.kali.org sana/updates/main amd64 Packages [252 kB]       
    Get:6 http://http.kali.org sana/main amd64 Packages [12.8 MB]                  
    Get:7 http://security.kali.org sana/updates/contrib Sources [20 B]             
    Get:8 http://security.kali.org sana/updates/non-free Sources [20 B]            
    Get:9 http://http.kali.org sana/contrib Sources [58.3 kB]                      
    Get:10 http://security.kali.org sana/updates/contrib amd64 Packages [20 B]     
    Get:11 http://http.kali.org sana/non-free Sources [123 kB]                     
    Get:12 http://http.kali.org sana/contrib amd64 Packages [87.7 kB]              
    Get:13 http://security.kali.org sana/updates/non-free amd64 Packages [20 B]    
    Get:14 http://http.kali.org sana/non-free amd64 Packages [164 kB]              
    Ign http://security.kali.org sana/updates/contrib Translation-en               
    Ign http://http.kali.org sana/contrib Translation-en                           
    Ign http://security.kali.org sana/updates/contrib Translation-en_US            
    Ign http://http.kali.org sana/contrib Translation-en_US                        
    Ign http://security.kali.org sana/updates/main Translation-en_US               
    Ign http://security.kali.org sana/updates/main Translation-en                  
    Ign http://http.kali.org sana/main Translation-en_US                           
    Ign http://http.kali.org sana/main Translation-en                              
    Ign http://security.kali.org sana/updates/non-free Translation-en_US           
    Ign http://security.kali.org sana/updates/non-free Translation-en              
    Ign http://http.kali.org sana/non-free Translation-en_US                       
    Ign http://http.kali.org sana/non-free Translation-en                          
    Fetched 22.7 MB in 18s (1,217 kB/s)                                            
    W: Failed to fetch http://security.kali.org/kali-security/dists/sana/updates/main/source/Sources  Hash Sum mismatch
    
    W: Failed to fetch http://security.kali.org/kali-security/dists/sana/updates/main/binary-amd64/Packages  Hash Sum mismatch
    
    W: Failed to fetch http://http.kali.org/kali/dists/sana/main/source/Sources  Hash Sum mismatch
    
    W: Failed to fetch http://http.kali.org/kali/dists/sana/main/binary-amd64/Packages  Hash Sum mismatch
    
    E: Some index files failed to download. They have been ignored, or old ones used instead.
    I have tried many remedies such as updating /etc/apt/sources.list or waiting it out as some said mirrors are down. However problem still persists after few days.

    2) I have tried many ways to install AMD driver as I use a Radeon AMD HD7850 but I couldn't get any to work.
    I've followed manual installing the driver from here
    http://unix.stackexchange.com/questi...-kali-2-0-sana
    https://forums.hak5.org/index.php?/t...er-install/ali 1.0x instructions
    and also must kali linux 1.0x instructions but all doesnt work.

    Could anyone enlighten me on this issues and the proper way to get AMD GPU processing up on my kali 2.0?

    Thank you

    Cheers.

  2. #2
    Join Date
    2014-Dec
    Location
    Poland
    Posts
    27
    Also trying to install fglrx....

    Apt-get update works fine. I have is some problem with metasploit package while upgrade, but it doesn't matter for gpu drivers.

    root@kali:/# apt-get upgrade

    ...
    ...
    Error http://http.kali.org/kali/ sana/main metasploit-framework amd64 4.11.5-2015120901-0kali1~r1u1
    404 Not Found
    ...


    The real problem for me is that apt-get installfglrx-atieventsd fglrx-driver fglrx-control fglrx-modules-dkms -y shows errors

    root@kali:/# apt-get install fglrx-driver [/B]
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    You might want to run 'apt-get -f install' to correct these:
    The following packages have unmet dependencies:
    fglrx-driver : Depends: xorg-video-abi-18 but it is not installable or
    xorg-video-abi-15 but it is not installable or
    xorg-video-abi-14 but it is not installable or
    xorg-video-abi-13 but it is not installable or
    xorg-video-abi-12 but it is not installable or
    xorg-video-abi-11 but it is not installable or
    xorg-video-abi-10 but it is not installable or
    xorg-video-abi-8 but it is not installable or
    xorg-video-abi-6.0 but it is not installable
    Recommends: libgl1-fglrx-glx (= 1:14.12-2.1) but it is not going to be installed
    Recommends: libgl1-fglrx-glx-i386 but it is not installable
    E: Unable to correct problems, you have held broken packages.

  3. #3
    Join Date
    2014-Dec
    Location
    Poland
    Posts
    27
    Finally!

    root@kali:~/# fglrxinfo
    display: :0 screen: 0
    OpenGL vendor string: Advanced Micro Devices, Inc.
    OpenGL renderer string: AMD Radeon R9 200 Series
    OpenGL version string: 4.5.13397 Compatibility Profile Context 15.20.1046

    This solution worked for me: http://unix.stackexchange.com/questi...-kali-2-0-sana

  4. #4
    Join Date
    2014-Dec
    Location
    Poland
    Posts
    27
    titmy: U can try another solution for a newer driver. Download ATI 15.9 (15.201) and patch it manually. It works for me too.

    https://www.reddit.com/r/linux_gamin..._kernel_40_41/

    root@kali:~# fglrxinfo
    display: :0 screen: 0
    OpenGL vendor string: Advanced Micro Devices, Inc.
    OpenGL renderer string: AMD Radeon R9 200 Series
    OpenGL version string: 4.5.13399 Compatibility Profile Context 15.201.1151

  5. #5
    Join Date
    2015-Dec
    Posts
    9
    Hi buggie: Glad it work for you. the thing is I am having this error when following the procedure that was successful for you http://unix.stackexchange.com/questi...-kali-2-0-sana


    root@kali:~# fglrxinfo
    X Error of failed request: BadValue (integer parameter out of range for operation)
    Major opcode of failed request: 155 (GLX)
    Minor opcode of failed request: 3 (X_GLXCreateContext)
    Value in failed request: 0x0
    Serial number of failed request: 17
    Current serial number in output stream: 18

    so I hope someone could help me out on this. Does this looks familiar to anyone?

  6. #6
    Join Date
    2014-Dec
    Location
    Poland
    Posts
    27
    do u have installed libgl1-fglrx-glx? I had same error when i installed it manually when was trying to instal fglrx from repos.

    try apt-get remove libgl1-fglrx-glx and then install ATI drivers from this solution http://unix.stackexchange.com/questi...-kali-2-0-sana

  7. #7
    Join Date
    2015-Dec
    Posts
    9
    Oh thanks got it working alr. It actually needed a reboot haha.
    Anyway buggie have you tried booting ur kali on other devices?

    I can't seem to get it working on my macbook although it works fine on my pc. Seems like the GNOME laptop problem as mentioned http://unix.stackexchange.com/questi...-kali-2-0-sana but after downloading the mutter packages and installing, kali still doesnt work on my laptop/
    It just shows a black screen and blinking cursor after boot menu.

    Have you tried ur kali on laptops after installing this fglrx driver?

  8. #8
    Join Date
    2014-Dec
    Location
    Poland
    Posts
    27
    hey i never used and even touched Apple hardware so i don't know about them anything I'm using laptop only for pocket-injection and other things so don't need fglrx driver, even if it has good external external gpu - AMD Radeon HD 8730M, it is shitty if i compare this gpu with R9 290 on my PC.

    I few months ago i did a test to install ATI proprietary from amd website (and also from repos) but there were some issues with support this gpu and i was unable to run pyrit/hashcat.

  9. #9
    Join Date
    2015-Dec
    Posts
    9
    As in it doesnt need to be a mac, have you run ur kali on other devices that uses integrated intel graphics? Doesnt seem to work for me with the fglrx driver only supporting AMD cards?

Similar Threads

  1. Replies: 5
    Last Post: 2017-03-29, 07:23
  2. Kali Sana to Rolling update issue.
    By alacazam in forum Installing Archive
    Replies: 3
    Last Post: 2016-02-02, 06:40
  3. Display Issues after NVIDIA Driver Update
    By Arthrag in forum General Archive
    Replies: 1
    Last Post: 2014-01-08, 22:31

Posting Permissions

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