aticonfig no supported adapters detected - linux

I want to install redhat or centos on computer,but when the linux system run on the computer,
the electric fan is run fast and hot,then I try to install ati driver to slove the problem,every time I install the rpm of driver,but the last step,"aticonfig --initial" it doesn't work,the system point out "aticonfig no supported adapters detected ",How cai I solve the problem ?Thank you very much.

Related

Any success installing VMware Workstation on virgin Rocky Linux 8.5?

Using a virgin (but updated) version of Rocky Linux 8.5, I am trying to install VMware Workstation 16.2.1 (and others), but get compile errors during the first attempt to run, when vmmon and vmnet are being built.
All the proper, current headers from kernel-devel and kernel-headers are installed.
I tried upgrading to the 5.16.4 kernal at kernel.org, with all associated headers, and basically get the same errors.
"Unable to install all modules." i.e., vmmon and vmnet
Posts i have found with searching the net seem to indicate that there was a "back-port" of an upstream fix to Rocky that has affected the ability to build the loadable kernel modules necessary to run vmware - but i cannot confirm this is actually the problem that I am experiencing.
So i simply ask these questions: Can anyone (today) install VMware Workstation 16.2.1 (or any version), on a fresh install of Rocky Linux 8.5?
If so, would you please point me at your installation instructions, because I am unable to build "vmmon" and "vmnet" modules today (2022-01-04), that allow me to actually run virtual machines with vmware? (The kernel modules fail to compile and build.)
(and after 15 years of using stackoverflow i do not have the reputation to create a "rocky-linux" question tag...)
See https://unix.stackexchange.com/questions/689436/the-vmmon-and-vmnet-vmware-workstation-kernel-modules-fail-to-build-on-rocky-lin
mbubecek's instructions work for a variety of releases and should compile perfectly and run without issue, if you follow his instructions.
I have successfully used these methods at least a half dozen times with Rocky 8.5 and 8.6 with vmware workstation 16.1 up to version 16.2.1
NOTE: This error is NOT Rocky Linux specific. Also happens on some versions of RHEL 8 and CentOS 8.x I would also expect this "fix" to work on all of the other linux versions that are RHEL 8-derived.
I've been having difficulty with the same issue, and a colleague pointed me to check my kernel. This is our "official" resolution. See if the below works for you.
This is due to differences between the kernel and the source code for the VMWare modules, see here for more information. You can get the correct kernel modules, and build them by executing the following commands
wget https://github.com/mkubecek/vmware-host-modules/archive/workstation-16.1.0.tar.gz
tar -xf workstation-16.1.0.tar.gz
cd vmware-host-modules-workstation-16.1.0/
make
sudo make install
If you get the error,
crosspage.c:53:16: fatal error: linux/frame.h: No such file or directory
The error is described here. The solution is to remove (i.e. comment out) the offending include file in crosspage.c After doing the sudo make install, it is a very good idea to restart you host.
You may need to manually insert the modules into the kernel the first time after running make install'. The kernel modules (vmmon.ko and vmnet.ko) will be found at /lib/modules//misc. The following set of command will do this:
cd /lib/modules/$(uname -r)/misc
sudo insmod vmmon.ko
sudo insmod vmnet.ko
The modules should be load automatically after a restart/reboot.
If you update vmware to a different version (say 16.2.1) you may need to this again. Just change the versions in the above commands. If you hit the update button on the splash-screen and failed to notice the version you are updating to, you can run `vmware -v' at a command prompt to get the version you updated to.

How to install Linux on a machine where the network card is too new for the drivers to be included in any distributions [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 2 years ago.
Improve this question
I recently had the problem that my new HP 15s-fq2001ni laptop has a Realtek RTL8821CE-M wifi NIC.
I wanted to install Ubuntu on the laptop, so I downloaded the latest ubuntu 20.10 iso image, and used Rufus to write the iso image to a USB memory stick on my older DELL laptop which was running Windows.
After I installed the new Ubuntu OS on the HP laptop, I noticed that the network card did not work.
After some googling, I found that the RTL8821CE wifi NIC is quite new, and the distros do not come with a kernel that has built in drivers for this NIC.
I found that the driver had been written for the NIC, and could be found here: https://github.com/tomaspinho/rtl8821ce
Quite relieved, I downloaded the driver source and copied it to the HP laptop with a USB memory stick.
Bad news - I ran make in the directory where I extracted the source code on the HP laptop, and I see that gcc is not installed.
apt-get install gcc fails of course because the HP laptop cannot connect to the internet without a NIC.
Also the driver needs DKMS to install the kernel module (which can similarly not be downloaded with apt).
More bad news, just copying the relevant .deb file for gcc across with USB doesn't work because there are so many dependencies that I would spend hours iterating through a frustrating process of seeing that the HP is missing a library, downloading it on the DELL laptop, copying it to USB, then moving the USB across to the HP, and using "dpkg -i' to install the .deb file, only to find that it depends on another library that I don't have (this is why package managers like apt were invented)
next I tried to use apt-mirror to mirror the whole ubuntu repository (106 GB download) on an external HDD by booting my DELL laptop into a live version of ubuntu and then using apt-mirror to build the repository on the external HDD. I then mounted the external HDD on the HP laptop and changed /etc/apt/sources.list to see the packages on the external HDD as a repository..
deb file:/media/[user]/mirror
This didn't work because it turns out that there are bugs in apt-mirror which cause it not to download all the files necessary to build a complete mirror.
I tried fixing the apt-mirror code, which worked to an extent, but there were so many bugs that it was taking me too long and I wonder if there is an easier way....?
So now many days down the line, I finally found a solution:
install ubuntu on the HP laptop
boot a live instance of ubuntu on the other DELL laptop using the "Try Ubuntu" live option when booting the Ubuntu iso image
mount the external HDD on this live instance of Ubuntu on the second DELL laptop
download the driver source code to the external HDD
install GCC and DKMS on this live instance of Ubuntu on the second DELL laptop
sudo apt-get install gcc
sudo apt-get install dkms
copy /usr (containing the compiled GCC and dkms binaries) from this live instance of Ubuntu on the second DELL laptop to the external HDD
boot a live instance of ubuntu on the new HP laptop using the "Try Ubuntu" live option when booting the Ubuntu iso image
mount the external HDD on the HP laptop on the live instance of Ubuntu
(even though the laptop already has Ubuntu installed on its internal HDD -
you need to do this because you cannot overwrite the files in /usr when the installed version of Ubuntu
is running because they will be in use)
mount the internal HDD of the HP laptop on the live instance of Ubuntu
copy the contents of /usr on the external HDD to the internal HDD of the HP
reboot the HP and boot into the installed instance of Ubuntu on the internal HDD (after removing the USB boot media)
mount the external HDD on the installed instance of Ubuntu on the HP
in the network driver source code directory on the external HDD, compile the driver source with "make" (using the GCC binaries copied in step 10)
install the kernel driver module using "make install" (which uses dkms)
NIC comes up and you can connect to the wifi

clinfo error for opencl amd

i had install AMDAPPSDK-3.0 for my laptop with intel i5 3rd generation configuration. i have no GPU other than my intel's processors inbuilt graphics card.
i had installed the SDK in the below way:
./AMD-APP-SDK-v3.0.130.136-GA-linux64.sh
my .bashrc file has:
**export LD_LIBRARY_PATH=/home/roadeo/AMDAPPSDK-3.0/lib/x86_64/
export AMDAPPSDKROOT="/home/roadeo/AMDAPPSDK-3.0"
export OPENCL_VENDOR_PATH="/home/roadeo/AMDAPPSDK-3.0/etc/OpenCL/vendors/"**
When i run clinfo to check whether OPENCL is installed properly or not. But i get this error:
**terminate called after throwing an instance of 'cl::Error'
what(): clGetPlatformIDs
Aborted core dumped.**
after googling i with frustration install fglrx using sudo apt-get. When i run clinfo i get a lot of details about opencl versions, vendor etc.. I don't know whether is it required or not.
What i m doing wrong kindly suggest.
I'm not familiar with AMD drivers on Linux, but it seems to me that installing the SDK only installed a bunch of examples, header files, etc. but did not actually install any OpenCL runtimes. Installing fglrx probably installed the CPU runtime, in which case the only device you'll see listed is your CPU. If you want to write OpenCL code for your GPU, you'll need to look at Beignet: https://freedesktop.org/wiki/Software/Beignet/

Accessing Mainframe on Linux via an Emulator

Can anyone please provide a detailed process of installing an Emulator on Linux and accessing the Mainframe from it. I have gone through almost all on net and I am unable to get through it.
There are very few 3270 emulators for Linux, including vendor products. The most common one is x3270 which you can install using the standard package installers. For example, sudo apt-get install x3270 on an Ubuntu system.
Try the MVS turnkey system: http://www.bsp-gmbh.com/turnkey/
I also had issues trying to do it "from scratch" but turnkey sets it all up nicely.

Hard time installing ia32-lib on mac osx

I'm trying to install the ia32-lib on my mac leopard osx 10.5.8 in order to be able to create some Android components like the SD card, the issue is that i get the following error:
E: Couldn't find package ia32-libs
so i thought it was an update issue and thus updated with:
sudo apt-get update
But still i get the same error,
another thing that i have noticed is that by running a cache scan like:
sudo apt-cache search ia32-libs
Nothing is returned, so the update actually did not fetch this library,
Have you ever experienced this? have some hints?
Unfortunately by looking around the web i have only found hints for Debian and Ubuntu.
Thank you,
OK:
1) You've got two threads open on the same question:
Hard time installing ia32-lib on mac osx
Android: Failed to create SD card
2) More to the point, I honestly think you're barking up the wrong tree.
I don't think you somehow need to get ia32-libs installed on Mac OSX. Heck, I don't even know if there is an ia32-libs for Mac OSX. Yes, It's necessary on some 64-bit Linux platforms. AFAIK, it is not necessary on 64-bit Mac OSX. Honest!
3) Please look at these links:
http://www.buzztouch.com/files/howtos/Setting_Up_Your_Android_Development_Environment_For_MacOSX_v1.0.pdf
android dev on 64-bit mac
http://relentlessinquiry.com/2011/03/02/how-i-built-my-mac-os-x-android-development-environment/
http://marakana.com/support/android_setup.html

Resources