Difference between revisions of "Ubuntu on Medion tweaks"

From wiki.bastelbude.grade.de
Jump to: navigation, search
(Created page with "some tweaks installing Ubuntu 16.04 on Medion hardware == Akoya S6219 Notebook == * wifi does not work out of the box * blacklist rtl8xxxu <pre> echo "blackist rtl8xxxu" | su...")
 
(Akoya S6219 Notebook)
Line 3: Line 3:
 
== Akoya S6219 Notebook ==
 
== Akoya S6219 Notebook ==
 
* wifi does not work out of the box
 
* wifi does not work out of the box
 +
* disable secure boot in bios
 
* blacklist rtl8xxxu
 
* blacklist rtl8xxxu
 
<pre>
 
<pre>

Revision as of 09:29, 28 March 2018

some tweaks installing Ubuntu 16.04 on Medion hardware

Akoya S6219 Notebook

  • wifi does not work out of the box
  • disable secure boot in bios
  • blacklist rtl8xxxu
echo "blackist rtl8xxxu" | sudo tee /etc/modprobe.d/blacklist.conf.
sudo apt install dkms
git clone https://github.com/lwfinger/rtl8723bu.git
cd rtl8723bu
source dkms.conf
sudo mkdir /usr/src/$PACKAGE_NAME-$PACKAGE_VERSION
sudo cp -r core hal include os_dep platform dkms.conf Makefile rtl8723b_fw.bin /usr/src/$PACKAGE_NAME-$PACKAGE_VERSION
sudo dkms add $PACKAGE_NAME/$PACKAGE_VERSION
sudo dkms autoinstall $PACKAGE_NAME/$PACKAGE_VERSION