Linux

Config WPA_SUPPLICANT for Realtek 8188EU on Gentoo Linux

You may be configuring a Realtek 8188EUS wireless adapter on Gentoo Linux, and everything looks fine except for . Thanks to The Linux Rain, here is the right co

You may be configuring a Realtek 8188EUS wireless adapter on Gentoo Linux, and everything looks fine except for wpa_supplicant. Thanks to The Linux Rain, here is the right command to connect to the network. But if you want the wireless network to come up at boot, just add a few words to the file /etc/init.d/wpa_supplicant, and make sure /etc/init.d/wicd starts well before /etc/init.d/wpa_supplicant. File content before editing (line 8):

command_args="$wpa_supplicant_args -B -c$wpa_supplicant_conf $wpa_supplicant_if"

After edit:

command_args="$wpa_supplicant_args -B -Dwext -c$wpa_supplicant_conf $wpa_supplicant_if"

Make sure "wicd" service started long before "wpa_supplicant"

# rc-update add wicd default

mv /etc/runlevel/default/wicd /etc/runlevel/default/Awicd

rc-update add wpa_supplicant default

Gentoo linux 4.12.5 kernel configuration for 8188EU USB wireless adapter

Device Drivers ---> [] Network device support ---> USB Network Adapters ---> [] Wireless LAN ---> [*] Staging drivers --->
RealTek RTL8712U (RTL8192SU) Wireless LAN NIC driver Realtek RTL8188EU Wireless LAN NIC driver

N
norvyn

独立 iOS 开发者,写字的人。在一座有海的城市,慢慢地做一些小而确定的东西。An independent iOS developer and writer — slowly making small, certain things in a city by the sea.

评论Comments

加载中…Loading…

留下评论Leave a comment