User Tools

Site Tools


doc:appunti:hardware:jumper_ezbook_s3

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
doc:appunti:hardware:jumper_ezbook_s3 [2018/07/31 15:19] – [Suspend and Hibernate] niccolodoc:appunti:hardware:jumper_ezbook_s3 [2018/08/01 09:31] (current) – [How To Make the WiFi Working] niccolo
Line 34: Line 34:
 ===== How To Make the WiFi Working ===== ===== How To Make the WiFi Working =====
  
-The integrated WiFi card is attached to the USB bus, it is identified by ID **obda:b720**.+The integrated **WiFi card** is attached to the **USB bus**, it is identified by ID **obda:b720**.
  
 The WiFi did not work with the stock installation. The **scanning** for available access points **is indeed working**, but **associating fails**. After the failed association, even the scanning stops working. We upgraded the kernel to **linux-image-4.17.0-1-amd64** in the hope that this will fix the WiFi problem, but nope. The WiFi did not work with the stock installation. The **scanning** for available access points **is indeed working**, but **associating fails**. After the failed association, even the scanning stops working. We upgraded the kernel to **linux-image-4.17.0-1-amd64** in the hope that this will fix the WiFi problem, but nope.
  
-We downloaded the sources of a kernel module (developed by **lwfinger**) which expressly states the compatibility with that device. This is the source code **[[https://github.com/lwfinger/rtl8723bu|GitHub page]]**.+We downloaded the sources of a kernel module (developed by **lwfinger**) which expressly states the compatibility with that device obda:b720. This is the source code **[[https://github.com/lwfinger/rtl8723bu|GitHub page]]**.
  
 <code> <code>
Line 45: Line 45:
 git clone https://github.com/lwfinger/rtl8723bu.git git clone https://github.com/lwfinger/rtl8723bu.git
 cd rtl8723bu cd rtl8723bu
-# In Makefile: commented-out from the line EXTRA_CFLAGS += -DCONFIG_CONCURRENT_MODE+# In Makefile: commented-out the line EXTRA_CFLAGS += -DCONFIG_CONCURRENT_MODE
 make make
 make install make install
Line 100: Line 100:
   * How to prevent the notebook to go into stand-by mode, which make it unreachable from the network (e.g. ssh login).   * How to prevent the notebook to go into stand-by mode, which make it unreachable from the network (e.g. ssh login).
   * Bluetooth not working?   * Bluetooth not working?
 +  * FIXME **Enter** key misbehaving in **less**. Problem: e.g. man page, backslash to search, hit Enter does not work, it prints **ESCOM** string instad. Workaround: use **Ctrl-M**. Tips: ''xev'' says that Enter sends ''KP_Enter'' instead of ''Return'', but changing keysym with ''%%xmodmap -e "keysym KP_Enter = Return"%%'' does not resolve. Use ''.lesskey'' to modifiy? 
doc/appunti/hardware/jumper_ezbook_s3.1533043149.txt.gz · Last modified: 2018/07/31 15:19 by niccolo