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

Two wifi interfaces on pinebook #76

Open
bhush9 opened this issue May 10, 2018 · 9 comments
Open

Two wifi interfaces on pinebook #76

bhush9 opened this issue May 10, 2018 · 9 comments
Assignees

Comments

@bhush9
Copy link

bhush9 commented May 10, 2018

On xenial there were two ways to solve this issue,

#!/bin/bash
cat << EOF > /etc/modprobe.d/wifi-rt8723-pine64.conf
# Disable Secondary Wireless Lan (8723bs Has Two Interfaces)
options 8723bs if2name=p2p0 rtw_power_mgnt=0
options 8723cs if2name=p2p0 rtw_power_mgnt=0
EOF

Or

#!/bin/bash
cat << EOF > /etc/network/interfaces.d/disable-second-wifi
# Disable Secondary Wireless Lan (8723bs Has Two Interfaces)
iface wlan1 inet manual
EOF

Neither works in bionic, For record, I also tried iface p2p0 inet manual in 2nd attempt, but that fails as well. In case of first one modeprobe -c lists those options and also /sys/module/{8723bs,8723cs}/parameters lists those options properly but fails neverthless... so shrug.

@bhush9 bhush9 added the bionic Bugs in the bionic based version label May 10, 2018
@bhush9
Copy link
Author

bhush9 commented May 10, 2018

Adding @davidedmundson as he added modeprobe.d solution.

@star-buck
Copy link
Contributor

still needs fixing. would be nice to have this solved.

@star-buck star-buck added the Next label Jun 1, 2018
@bhush9
Copy link
Author

bhush9 commented Jun 1, 2018

@star-buck
Copy link
Contributor

still comes up, not first time you click but when connecting after submitting password, the second one appears again

@bhush9
Copy link
Author

bhush9 commented Jun 1, 2018

Filed issue to plasma-nm : https://bugs.kde.org/show_bug.cgi?id=394923

@star-buck
Copy link
Contributor

user edition still there:
screenshot_20180128_171520

@star-buck star-buck added the bug label Aug 6, 2018
@bhush9
Copy link
Author

bhush9 commented Aug 7, 2018

I am working with jgrulich for this bug and have provided required debug information.

@star-buck star-buck removed the bionic Bugs in the bionic based version label Aug 19, 2018
@star-buck
Copy link
Contributor

nothing seems to have happened in that ticket at least.
Any trick to not show it, like is it a regression that it worked on xenial or what is the exact issue?

@star-buck
Copy link
Contributor

@bhush9 : still an issue, this would be nice to have fixed if neon was to installed default.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants