Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fedora 20 #46

Open
exiledATLien opened this issue Jul 5, 2014 · 8 comments
Open

fedora 20 #46

exiledATLien opened this issue Jul 5, 2014 · 8 comments

Comments

@exiledATLien
Copy link

i have been unable to install this driver on any of four versions of fedora i have tried it on now, each were fresh install and each had been updated. in every case, this is/was the error i have received:

make
make ARCH=x86_64 CROSS_COMPILE= -C /lib/modules/3.11.10-301.fc20.x86_64/build M=/home/egriffin/Desktop/rtl8723au/rtl8723au-master modules
make: *** /lib/modules/3.11.10-301.fc20.x86_64/build: No such file or directory. Stop.
make: *** [modules] Error 2

this is not the best part of owning a lenovo yoga.. and probably not the worst. Hopefully this is some stupid mistake on my part but googl seems to indicate that other people have struggled with this... possibly without success.

In any case, I have used your product many other time, so i thank you.

Cheers

@fliiiix
Copy link

fliiiix commented Jul 5, 2014

You may check out this http://l33tsource.com/blog/2013/05/08/Idea-Pad-Yoga-with-WLAN/
My guess is that you miss any dependency make gcc kernel-header kernel-devel patch

I'm running the master branch since Fedora 18 more or less with out problems.

@lwfinger
Copy link
Owner

lwfinger commented Jul 5, 2014

You do not have the kernel headers installed, which is what you will get with the packages mentioned above. Those headers are necessary to build any out-of-kernel driver. This driver is not alone in that respect.

@ghost
Copy link

ghost commented May 29, 2015

Hi - I was able to follow the instructions (make, sudo make install, sudo modprobe 8723au) without any errors on my laptop (Yoga 13, CentOS 7). However, wireless adapter still does not work.

$lsmod | grep 8723au
Module Size Used by
8723au 940237 0

In Network Manager Setting, the adapter is shown as "USB Unknown. Unmanaged."

Any recommendation on how I should approach this issue? Thanks.

@lwfinger
Copy link
Owner

What kernel? Any info in the output of dmesg?

@ghost
Copy link

ghost commented May 29, 2015

Kernel = 3.10.0.-229.el7.x86_64

dmesg shows the following potentially relevant messages:
usbcore: registered new interface driver rtl8723au
systemd-udevd[550]: renamed network interface wlan0 to wlp0s26u1u4i2
intel_rapl: domain uncore energy ctr 127535:127535 not working, skip
ip_tables: (s) 2000-2006 Netfilter Core Team
Ebtables v2.0 registered
Bridge firewalling registered
cfg80211: Calling CRDA to update world regulatory domain
cfg80211: DFS Master region: unset
cfg80211: (start_freq -endfreq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
cfg80211: (2402000 KHz - 2472000 KHz), (N/A, 2000 nBm), (N/A)
.....
more of the similar or same entries
......
cfg80211: (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 0, mBm), (N/A)
systemd-journald[511]: Received request to flush runtime journal from PID 1
fuse init (API version 7.22)
Bluetooth: Core ver 2.16
NET: Registered protocol family 31
Bluetooth: HCI device and connection manager initialized
..........
more bluetooth stuffs
..........
Bluetooth: BNEP socket layer initialized

I hope that helps narrow the issue down a bit. Thank you for looking into this!!!!

@lwfinger
Copy link
Owner

For some reason, your user space components never tried to make a connection. As I know nothing of CentOS, I have no suggestions. As for the driver for the RTL8723AU, everything looks OK

Larry

@ghost
Copy link

ghost commented May 29, 2015

Thank you for your time spent on this. Given the driver looks okay, may be I should look into "Network Manager" on CentOS as the next step.

@lwfinger
Copy link
Owner

I have been very pleased with NM on my openSUSE systems.

wooparadog pushed a commit to wooparadog/rtl8723au that referenced this issue Jul 6, 2016
Add USB ID for Buffalo WI-U2-433DM
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants