Advertisement
Guest User

Untitled

a guest
Feb 8th, 2016
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.26 KB | None | 0 0
  1. # mv 8192eu /lib/modules/4.1.13+/kernel/drivers/net/wireless
  2. # echo "options 8192eu rtw_power_mgnt=0 rtw_enusbss=0" > /etc/modprobe.d/8192eu.conf
  3. # depmod -a
  4.  
  5. # iw list
  6.  
  7. root@walle:/home/xbian# lsmod
  8. Module Size Used by
  9. 8192eu 936651 0
  10.  
  11. # ifconfig
  12. wlan0 Link encap:Ethernet HWaddr 00:13:EF:35:14:03
  13. UP BROADCAST MULTICAST MTU:1500 Metric:1
  14. RX packets:0 errors:0 dropped:0 overruns:0 frame:0
  15. TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
  16. collisions:0 txqueuelen:1000
  17. RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
  18.  
  19. root@walle:/home/xbian# hostapd -d /etc/hostapd/hostapd.conf
  20. random: Trying to read entropy from /dev/random
  21. Configuration file: /etc/hostapd/hostapd.conf
  22. Line 2: invalid/unknown driver '8192eu'
  23. 1 errors found in configuration file '/etc/hostapd/hostapd.conf'
  24. Failed to set up interface with /etc/hostapd/hostapd.conf
  25. hostapd_init: free iface 0x561419f0
  26. Failed to initialize interface
  27.  
  28. CONFIG_DRIVER_8192EU=y
  29.  
  30. CONFIG_DRIVER_8192eu=y
  31.  
  32. root@walle:/home/xbian/hostapd-2.5/hostapd# ./hostapd -v
  33. hostapd v2.5
  34. User space daemon for IEEE 802.11 AP management,
  35.  
  36. root@walle:/home/xbian/hostapd-2.5/hostapd# hostapd -v
  37. hostapd v2.3
  38. User space daemon for IEEE 802.11 AP management,
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement