Need help with the HOWTO: Ubuntu Server guide
#5
I dont have the 4.2.0 kernel in the stock install of 14.04.5 ubuntu so i did this...

Code:
sudo su
cd /tmp
wget "http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.2-wily/linux-headers-4.2.0-040200-generic_4.2.0-040200.201510260713_amd64.deb"
wget "http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.2-wily/linux-headers-4.2.0-040200_4.2.0-040200.201510260713_all.deb"
wget "http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.2-wily/linux-image-4.2.0-040200-generic_4.2.0-040200.201510260713_amd64.deb"
sudo dpkg -i *.deb

dpkg --list | grep linux-image

sudo apt-get purge linux-image-4.4.0-31-generic
sudo apt-get purge linux-image-4.4.0-45-generic 
sudo apt-get purge linux-image-extra-4.4.0-45-generic 
sudo apt-get purge linux-image-generic-lts-xenial 

sudo update-grub

and I did:
Code:
sudo apt-get remove fglrx
sudo apt-get install fglrx

and still i get:
Code:
clinfo
modprobe: ERROR: ../libkmod/libkmod-module.c:809 kmod_module_insert_module() could not find module by name='fglrx'
modprobe: ERROR: could not insert 'fglrx': Function not implemented
Error: Fail to load fglrx kernel module!
Error! Fail to load fglrx kernel module! Maybe you can switch to root user to load kernel module directly
modprobe: ERROR: ../libkmod/libkmod-module.c:809 kmod_module_insert_module() could not find module by name='fglrx'
modprobe: ERROR: could not insert 'fglrx': Function not implemented
Error: Fail to load fglrx kernel module!
Error! Fail to load fglrx kernel module! Maybe you can switch to root user to load kernel module directly
X Error of failed request:  BadRequest (invalid request code or no such operation)
 Major opcode of failed request:  156 ()
 Minor opcode of failed request:  19
 Serial number of failed request:  12
 Current serial number in output stream:  12

can you list me the steps to get it going in ubuntu 14.04.5? many thanks


Messages In This Thread
RE: Need help with the HOWTO: Ubuntu Server guide - by Hopelessone - 11-03-2016, 05:40 AM