User Tools

Site Tools


linux:bbr

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
linux:bbr [2018/01/08 13:29] percylinux:bbr [2018/01/08 14:01] percy
Line 32: Line 32:
 Or Or
   sudo apt-get install linux-image-4.10.0-42-generic linux-headers-4.10.0-42-generic   sudo apt-get install linux-image-4.10.0-42-generic linux-headers-4.10.0-42-generic
-   +  
 +Actuall after install the above kernel, it doesn't support BBR, and the working kernel is following one, you need manual download and install it 
 + 
 +  cd kernel4.9/ 
 +  wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.9/linux-image-4.9.0-040900-generic_4.9.0-040900.201612111631_amd64.deb 
 +  sudo dpkg -i linux-image-4.9.0-040900-generic_4.9.0-040900.201612111631_amd64.deb 
 Update the grub Update the grub
   sudo vim /etc/default/grub   sudo vim /etc/default/grub
Line 38: Line 44:
   GRUB_DISABLE_SUBMENU = Y   GRUB_DISABLE_SUBMENU = Y
      
-  export GRUB_CONFIG =`sudo find / boot -namegrub.cfg`+  export GRUB_CONFIG=`sudo find /boot -name "grub.cfg"`
   sudo update-grub   sudo update-grub
  
/var/www/dokuwiki/wiki/data/pages/linux/bbr.txt · Last modified: 2018/01/08 14:40 by percy