Pages

Monday 23 March 2020

AFTER OS - PROCEDURE

Go 2 Home


FIRST PROCEDURE - AFTER OS-Grub Update

:sudo kate
:ciprus 123

untitle.txt

open

Root

Etc

Default

Grub

Quit splash ->Quit splash Nomodeset

Save

sudo update-grub

Enter

init 6

sudo -s

init 6
--------------------------------------------------------------------------------------------------------------------------
NETWORK DRIVER
Check ethtool –i eth0(zero)

If the version is not 2.5.4-NAPI then it needs to Updated.


1) e1000e_2.5.4.tar.gz 
2) linux-headers-2.6.38-8_2.6.38-8.42_all.deb 
3) linux-headers-2.6.38-8-generic_2.6.38-8.42_i386.deb 
4) Make_3.81_8 ubuntu 1_i386.deb  

copy and past the 4 tar file  
Root ↓ 
temp ↓ 

then go to konsole  

Sudo -s 

Enter password. 

cd /tmp 

# dpkg -i make_3.81_8 ubuntu 1_i386.deb 

# dpkg -i linux_header_2.6.38-8_2.6 _all.deb 

# dpkg -i linux_header-2.86.38_8_generic_i386.deb 

# tar –xvzf e1000e_2.5.4.tar.gz 

#cd e1000e-2.5.4/src/ 

#make install 

#rmmod e1000e; modprobe e1000e 

update-initramfs -u 

init 6

No comments:

Post a Comment