Results 1 to 2 of 2
When installing driver I get the following error:
Uninstalling any previously installed drivers.
Unloading radeon module...
Unloading drm module...
ERROR: Module drm is in use by ttm,drm_kms_helper
[Message] Kernel Module ...
- 12-02-2011 #1Just Joined!
- Join Date
- Dec 2011
- Posts
- 4
ATI Driver install error
When installing driver I get the following error:
Uninstalling any previously installed drivers.
Unloading radeon module...
Unloading drm module...
ERROR: Module drm is in use by ttm,drm_kms_helper
[Message] Kernel Module : Trying to install a precompiled kernel module.
[Message] Kernel Module : Precompiled kernel module version mismatched.
[Error] Kernel Module : Kernel module build environment not found - please consult readme.
[Reboot] Kernel Module : mkinitrd
What went wrong?
My way to start the installation was the following:
1. On the boot i am add line : nomodeset
2. After the login screen appearance i am press ctrl+alt+f1
3. Loged as root
4. Committed the command init 3
5. Then started the installation of ATI drivers
- 12-09-2011 #2Just Joined!
- Join Date
- Nov 2007
- Posts
- 4
Hi,[Error] Kernel Module : Kernel module build environment not found - please consult readme.
This means you haven't installed linux-kbuild and linux-headers package for your specific kernel.
It could go like:
If you have older kernel you might choose to install linux-kbuild-X with the proper version.Code:apt-get install linux-kbuild-3.0.0 apt-get install linux-headers-`uname -r`


Reply With Quote