hashcat Forum
Catalyst v13.1 - Printable Version

+- hashcat Forum (https://hashcat.net/forum)
+-- Forum: Deprecated; Previous versions (https://hashcat.net/forum/forum-29.html)
+--- Forum: General Help (https://hashcat.net/forum/forum-8.html)
+--- Thread: Catalyst v13.1 (/thread-2035.html)



Catalyst v13.1 - Toil - 02-03-2013

Hi,

I know I probably shouldn't be asking for help installing Catalyst 13.1 on the HC forums, but here goes;


When installing 'amd-driver-installer-catalyst-13.1-linux-x86.x86_64.run'

it installs fine.

Then when I 'startx';

Code:
X.Org X Server 1.12.3 Release Date: 2012-07-09 X Protocol Version 11, Revision 0 Build Operating System: Linux 2.6.24-29-xen x86_64 Ubuntu Current Operating System: Linux Swan 3.2.0-34-generic #53-Ubuntu SMP Thu Nov 15 10:48:16 UTC 2012 x86_64 Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.2.0-34-generic root=UUID=3f4f51b6-d393-4155-a765-454f51daaf5c ro quiet radeon.modeset=0 Build Date: 09 July 2012 05:20:18PM xorg-server 2:1.12.3+git20120709+server-1.12-branch.60e0d205-0ubuntu0ricotz~precise (For technical support please see http://www.ubuntu.com/support) Current version of pixman: 0.28.2 Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. (==) Log file: "/var/log/Xorg.0.log", Time: Mon Feb 4 02:07:50 2013 (==) Using config file: "/etc/X11/xorg.conf" (==) Using system config directory "/usr/share/X11/xorg.conf.d" (WW) fglrx: No matching Device section for instance (BusID PCI:0@1:0:1) found Backtrace: 0: /usr/bin/X (xorg_backtrace+0x34) [0x7fa7d405f584] 1: /usr/bin/X (0x7fa7d3ed9000+0x18a36a) [0x7fa7d406336a] 2: /lib/x86_64-linux-gnu/libpthread.so.0 (0x7fa7d31ff000+0xfcb0) [0x7fa7d320ecb0] 3: /usr/bin/X (xf86GetEntityPrivate+0x1c) [0x7fa7d3f5c2ec] 4: /usr/lib/xorg/modules/drivers/fglrx_drv.so (xdl_xs112_atiddxPxScreenInit+0x5f) [0x7fa7cfbc4dcf] 5: /usr/lib/xorg/modules/drivers/fglrx_drv.so (xdl_xs112_atiddxScreenInit+0x100) [0x7fa7cfba1890] 6: /usr/bin/X (AddScreen+0x171) [0x7fa7d3f27d71] 7: /usr/bin/X (InitOutput+0x294) [0x7fa7d3f67b34] 8: /usr/bin/X (0x7fa7d3ed9000+0x3d70d) [0x7fa7d3f1670d] 9: /lib/x86_64-linux-gnu/libc.so.6 (__libc_start_main+0xed) [0x7fa7d208f76d] 10: /usr/bin/X (0x7fa7d3ed9000+0x3dbd1) [0x7fa7d3f16bd1] Segmentation fault at address 0x7fa666e7ff10 Caught signal 11 (Segmentation fault). Server aborting Please consult the The X.Org Foundation support at http://wiki.x.org for help. Please also check the log file at "/var/log/Xorg.0.log" for additional information. ddxSigGiveUp: Closing log Server terminated with error (1). Closing log file.

The only way I can get hashcat to work is to

Code:
sh amd-driver-installer-catalyst-13.1-linux-x86.x86_64.run --uninstall=force sudo apt-get install fglrx fglrx-amdcccle

And it's not at 13.1, so I get the "You need -exactly- Catalyst v13.1 for very good reasons
"

Of course, I could use --force, but what happens when a crucial update happens?


Is there any 'step by step' guide for upgrading?

Thanks


RE: Catalyst v13.1 - KT819GM - 02-03-2013

try:
1. amdconfig --uninstall (as root)
2. reboot
3. install 13.1 again on default, I mean:
Code:
sudo sh ./amd-driver-installer-catalyst-13.1-linux-x86.x86_64.run
and do not generate deb package, just let it to install by itself.
4. after install do:
Code:
sudo amdconfig --adapter=all --initial -f
5. reboot
6. try


RE: Catalyst v13.1 - Toil - 02-15-2013

(02-03-2013, 07:57 PM)KT819GM Wrote: try:
1. amdconfig --uninstall (as root)
2. reboot
3. install 13.1 again on default, I mean:
Code:
sudo sh ./amd-driver-installer-catalyst-13.1-linux-x86.x86_64.run
and do not generate deb package, just let it to install by itself.
4. after install do:
Code:
sudo amdconfig --adapter=all --initial -f
5. reboot
6. try

Hi, sorry for the late reply.

After doing that, I still get this while running 'startx';

Code:
1 Saturday - 03:24:10 (toil@Swan) ~/oclHashcat-plus-0.13 $ sudo startx X.Org X Server 1.12.3 Release Date: 2012-07-09 X Protocol Version 11, Revision 0 Build Operating System: Linux 2.6.24-29-xen x86_64 Ubuntu Current Operating System: Linux Swan 3.5.0-18-generic #29-Ubuntu SMP Thu Oct 25 07:26:14 UTC 2012 x86_64 Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.5.0-18-generic root=UUID=3f4f51b6-d393-4155-a765-454f51daaf5c ro Build Date: 09 July 2012 05:20:18PM xorg-server 2:1.12.3+git20120709+server-1.12-branch.60e0d205-0ubuntu0ricotz~precise (For technical support please see http://www.ubuntu.com/support) Current version of pixman: 0.28.2 Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. (==) Log file: "/var/log/Xorg.0.log", Time: Sat Feb 16 03:24:20 2013 (==) Using config file: "/etc/X11/xorg.conf" (==) Using system config directory "/usr/share/X11/xorg.conf.d" (WW) fglrx: No matching Device section for instance (BusID PCI:0@1:0:1) found Backtrace: 0: /usr/bin/X (xorg_backtrace+0x34) [0x7f6d299d6584] 1: /usr/bin/X (0x7f6d29850000+0x18a36a) [0x7f6d299da36a] 2: /lib/x86_64-linux-gnu/libpthread.so.0 (0x7f6d28b76000+0xfcb0) [0x7f6d28b85cb0] 3: /usr/lib/xorg/modules/drivers/fglrx_drv.so (xdl_xs112_atiddxPxScreenInit+0x65) [0x7f6d2553bdd5] 4: /usr/lib/xorg/modules/drivers/fglrx_drv.so (xdl_xs112_atiddxScreenInit+0x100) [0x7f6d25518890] 5: /usr/bin/X (AddScreen+0x171) [0x7f6d2989ed71] 6: /usr/bin/X (InitOutput+0x294) [0x7f6d298deb34] 7: /usr/bin/X (0x7f6d29850000+0x3d70d) [0x7f6d2988d70d] 8: /lib/x86_64-linux-gnu/libc.so.6 (__libc_start_main+0xed) [0x7f6d27a0676d] 9: /usr/bin/X (0x7f6d29850000+0x3dbd1) [0x7f6d2988dbd1] Segmentation fault at address (nil) Caught signal 11 (Segmentation fault). Server aborting Please consult the The X.Org Foundation support at http://wiki.x.org for help. Please also check the log file at "/var/log/Xorg.0.log" for additional information. ddxSigGiveUp: Closing log Server terminated with error (1). Closing log file.




Thanks.