최근에 AMD Radeon HD 8490 GPU가 설치된 컴퓨터에 Ubuntu Server 18.10을 설치했습니다. 나는이 GPU를 사용하여 같은 도구를 사용하고 hashcat
싶지만 내가 찾은 것에서이 GPU 의 드라이버 페이지는 14.04 용 인 것 같습니다 . fglrx 다운로드 파일을 설치하려고 dpkg -i fglrx_15.201-0ubuntu1_amd64_UB_14.04.deb
하면 다음과 같은 출력이 표시됩니다.
Selecting previously unselected package fglrx.
(Reading database ... 134832 files and directories currently installed.)
Preparing to unpack fglrx_15.201-0ubuntu1_amd64_UB_14.01.deb ...
Unpacking fglrx (2:15.201-0ubuntu1) ...
dpkg: dependency problems prevent configuration of fglrx:
fglrx depends on fglrx-core; however:
Package fglrx-core is not installed.
fglrx depends on libice6 (>= 1:1.0.0); however:
Package libice6 is not installed.
fglrx depends on libqtcore4 (>= 4:4.7.0~beta2); however:
Package libqtcore4 is not installed.
fglrx depends on libsm6; however:
Package libsm6:amd64 is not installed.
dpkg: error processing package fglrx (--install):
dependency problems - leaving unconfigured
Processing triggers for systemd (239-7ubuntu10.3) ...
Processing triggers for mime-support (3.60ubuntu1) ...
Errors were encountered while processing:
fglrx
의존하는 것을 설치하려고 할 때 sudo apt install fglx-core
추가 오류가 발생합니다.
Package fglrx-core is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package 'fglrx-core' has no installation candidate
또한이 안내서 는 이전 우분투 14.04를 기반으로하는 hashcat 페이지 에서도 발견되었습니다 . 설치 안내서를 따르려고 시도하면 18.10과 일치하지 않으며 종속성을 설치하려는 시도에도 문제가 있습니다 E: Unable to locate package fglrx
..
Ubuntu Server 18.10 / 18.04에서 hashcat을 실행할 수 있도록이 GPU를 설정할 수 있습니까?
18.04 년에는 잠정적 인 레포가 있습니다. 오히려 정직하지만 아치와 만자로의 opencl-catalyst를 권장합니다.
—
mirh