Wifi doesn't work on Lenovo ideapad-130-15IKB












0















After installing ubuntu 18.08 LTS along side with windows 10 , i encountered some problems using ubuntu the first is the touchpad but thanks to askubuntu i corrected the problem.
Now i'm searching solutions to another problem that is with my wifi wireless connection it doesn't work and more over when entering to wifi settings i see an No Wifi Adapter Found' i already tried some stuff but unluckily not working.
when typing
sudo lshw -C network` i get this :



  *-network                 
description: Ethernet interface
product: RTL8101/2/6E PCI Express Fast/Gigabit Ethernet controller
vendor: Realtek Semiconductor Co., Ltd.
physical id: 0
bus info: pci@0000:01:00.0
logical name: enp1s0
version: 07
serial: 98:29:a6:67:23:2b
capacity: 100Mbit/s
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress msix vpd bus_master cap_list ethernet physical tp aui bnc mii fibre 10bt 10bt-fd 100bt 100bt-fd autonegotiation
configuration: autonegotiation=on broadcast=yes driver=r8169 firmware=rtl8106e-1_0.0.1 06/29/12 latency=0 link=no multicast=yes port=MII
resources: irq:16 ioport:4000(size=256) memory:b1200000-b1200fff memory:b1000000-b1003fff
*-network UNCLAIMED
description: Network controller
product: Realtek Semiconductor Co., Ltd.
vendor: Realtek Semiconductor Co., Ltd.
physical id: 0
bus info: pci@0000:02:00.0
version: 00
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress bus_master cap_list
configuration: latency=0
resources: ioport:3000(size=256) memory:b1100000-b110ffff
*-network
description: Ethernet interface
physical id: 3
logical name: enp0s20f0u2
serial: 22:2e:f7:46:24:ff
capabilities: ethernet physical
configuration: broadcast=yes driver=rndis_host driverversion=22-Aug-2005 firmware=RNDIS device ip=192.168.42.91 link=yes multicast=yes


When typing `lspci -knn | grep Net -A02:00.0 i get :



02:00.0 Network controller [0280]: Realtek Semiconductor Co., Ltd. RTL8821CE 802.11ac PCIe Wireless Network Adapter [10ec:c821]
Subsystem: Lenovo RTL8821CE 802.11ac PCIe Wireless Network Adapter [17aa:c024]
Kernel modules: wl


When trying rfkill list i get :



0: ideapad_wlan: Wireless LAN
Soft blocked: no
Hard blocked: no
1: ideapad_bluetooth: Bluetooth
Soft blocked: no
Hard blocked: no
3: hci0: Bluetooth
Soft blocked: no
Hard blocked: no


Help please i want back my wireless connection










share|improve this question









New contributor




Said Ougouadfel is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





















  • Please edit your question and add output of lspci -knn | grep Net -A3; rfkill list terminal command.

    – Pilot6
    6 hours ago











  • try: sudo modprobe 8821ce if not working then try this askubuntu.com/questions/990378/…

    – Leo
    5 hours ago











  • @Pilot6 i deed what you've requested

    – Said Ougouadfel
    4 hours ago











  • Please accept the other answer by clicking the check sign. Yhat will show others that the solution worked. The comments have been removed now.

    – Pilot6
    4 hours ago






  • 1





    Possible duplicate of How to install Wi-Fi driver for Realtek RTL8821CE on Ubuntu 18.04?

    – Pilot6
    4 hours ago
















0















After installing ubuntu 18.08 LTS along side with windows 10 , i encountered some problems using ubuntu the first is the touchpad but thanks to askubuntu i corrected the problem.
Now i'm searching solutions to another problem that is with my wifi wireless connection it doesn't work and more over when entering to wifi settings i see an No Wifi Adapter Found' i already tried some stuff but unluckily not working.
when typing
sudo lshw -C network` i get this :



  *-network                 
description: Ethernet interface
product: RTL8101/2/6E PCI Express Fast/Gigabit Ethernet controller
vendor: Realtek Semiconductor Co., Ltd.
physical id: 0
bus info: pci@0000:01:00.0
logical name: enp1s0
version: 07
serial: 98:29:a6:67:23:2b
capacity: 100Mbit/s
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress msix vpd bus_master cap_list ethernet physical tp aui bnc mii fibre 10bt 10bt-fd 100bt 100bt-fd autonegotiation
configuration: autonegotiation=on broadcast=yes driver=r8169 firmware=rtl8106e-1_0.0.1 06/29/12 latency=0 link=no multicast=yes port=MII
resources: irq:16 ioport:4000(size=256) memory:b1200000-b1200fff memory:b1000000-b1003fff
*-network UNCLAIMED
description: Network controller
product: Realtek Semiconductor Co., Ltd.
vendor: Realtek Semiconductor Co., Ltd.
physical id: 0
bus info: pci@0000:02:00.0
version: 00
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress bus_master cap_list
configuration: latency=0
resources: ioport:3000(size=256) memory:b1100000-b110ffff
*-network
description: Ethernet interface
physical id: 3
logical name: enp0s20f0u2
serial: 22:2e:f7:46:24:ff
capabilities: ethernet physical
configuration: broadcast=yes driver=rndis_host driverversion=22-Aug-2005 firmware=RNDIS device ip=192.168.42.91 link=yes multicast=yes


When typing `lspci -knn | grep Net -A02:00.0 i get :



02:00.0 Network controller [0280]: Realtek Semiconductor Co., Ltd. RTL8821CE 802.11ac PCIe Wireless Network Adapter [10ec:c821]
Subsystem: Lenovo RTL8821CE 802.11ac PCIe Wireless Network Adapter [17aa:c024]
Kernel modules: wl


When trying rfkill list i get :



0: ideapad_wlan: Wireless LAN
Soft blocked: no
Hard blocked: no
1: ideapad_bluetooth: Bluetooth
Soft blocked: no
Hard blocked: no
3: hci0: Bluetooth
Soft blocked: no
Hard blocked: no


Help please i want back my wireless connection










share|improve this question









New contributor




Said Ougouadfel is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





















  • Please edit your question and add output of lspci -knn | grep Net -A3; rfkill list terminal command.

    – Pilot6
    6 hours ago











  • try: sudo modprobe 8821ce if not working then try this askubuntu.com/questions/990378/…

    – Leo
    5 hours ago











  • @Pilot6 i deed what you've requested

    – Said Ougouadfel
    4 hours ago











  • Please accept the other answer by clicking the check sign. Yhat will show others that the solution worked. The comments have been removed now.

    – Pilot6
    4 hours ago






  • 1





    Possible duplicate of How to install Wi-Fi driver for Realtek RTL8821CE on Ubuntu 18.04?

    – Pilot6
    4 hours ago














0












0








0


1






After installing ubuntu 18.08 LTS along side with windows 10 , i encountered some problems using ubuntu the first is the touchpad but thanks to askubuntu i corrected the problem.
Now i'm searching solutions to another problem that is with my wifi wireless connection it doesn't work and more over when entering to wifi settings i see an No Wifi Adapter Found' i already tried some stuff but unluckily not working.
when typing
sudo lshw -C network` i get this :



  *-network                 
description: Ethernet interface
product: RTL8101/2/6E PCI Express Fast/Gigabit Ethernet controller
vendor: Realtek Semiconductor Co., Ltd.
physical id: 0
bus info: pci@0000:01:00.0
logical name: enp1s0
version: 07
serial: 98:29:a6:67:23:2b
capacity: 100Mbit/s
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress msix vpd bus_master cap_list ethernet physical tp aui bnc mii fibre 10bt 10bt-fd 100bt 100bt-fd autonegotiation
configuration: autonegotiation=on broadcast=yes driver=r8169 firmware=rtl8106e-1_0.0.1 06/29/12 latency=0 link=no multicast=yes port=MII
resources: irq:16 ioport:4000(size=256) memory:b1200000-b1200fff memory:b1000000-b1003fff
*-network UNCLAIMED
description: Network controller
product: Realtek Semiconductor Co., Ltd.
vendor: Realtek Semiconductor Co., Ltd.
physical id: 0
bus info: pci@0000:02:00.0
version: 00
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress bus_master cap_list
configuration: latency=0
resources: ioport:3000(size=256) memory:b1100000-b110ffff
*-network
description: Ethernet interface
physical id: 3
logical name: enp0s20f0u2
serial: 22:2e:f7:46:24:ff
capabilities: ethernet physical
configuration: broadcast=yes driver=rndis_host driverversion=22-Aug-2005 firmware=RNDIS device ip=192.168.42.91 link=yes multicast=yes


When typing `lspci -knn | grep Net -A02:00.0 i get :



02:00.0 Network controller [0280]: Realtek Semiconductor Co., Ltd. RTL8821CE 802.11ac PCIe Wireless Network Adapter [10ec:c821]
Subsystem: Lenovo RTL8821CE 802.11ac PCIe Wireless Network Adapter [17aa:c024]
Kernel modules: wl


When trying rfkill list i get :



0: ideapad_wlan: Wireless LAN
Soft blocked: no
Hard blocked: no
1: ideapad_bluetooth: Bluetooth
Soft blocked: no
Hard blocked: no
3: hci0: Bluetooth
Soft blocked: no
Hard blocked: no


Help please i want back my wireless connection










share|improve this question









New contributor




Said Ougouadfel is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.












After installing ubuntu 18.08 LTS along side with windows 10 , i encountered some problems using ubuntu the first is the touchpad but thanks to askubuntu i corrected the problem.
Now i'm searching solutions to another problem that is with my wifi wireless connection it doesn't work and more over when entering to wifi settings i see an No Wifi Adapter Found' i already tried some stuff but unluckily not working.
when typing
sudo lshw -C network` i get this :



  *-network                 
description: Ethernet interface
product: RTL8101/2/6E PCI Express Fast/Gigabit Ethernet controller
vendor: Realtek Semiconductor Co., Ltd.
physical id: 0
bus info: pci@0000:01:00.0
logical name: enp1s0
version: 07
serial: 98:29:a6:67:23:2b
capacity: 100Mbit/s
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress msix vpd bus_master cap_list ethernet physical tp aui bnc mii fibre 10bt 10bt-fd 100bt 100bt-fd autonegotiation
configuration: autonegotiation=on broadcast=yes driver=r8169 firmware=rtl8106e-1_0.0.1 06/29/12 latency=0 link=no multicast=yes port=MII
resources: irq:16 ioport:4000(size=256) memory:b1200000-b1200fff memory:b1000000-b1003fff
*-network UNCLAIMED
description: Network controller
product: Realtek Semiconductor Co., Ltd.
vendor: Realtek Semiconductor Co., Ltd.
physical id: 0
bus info: pci@0000:02:00.0
version: 00
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress bus_master cap_list
configuration: latency=0
resources: ioport:3000(size=256) memory:b1100000-b110ffff
*-network
description: Ethernet interface
physical id: 3
logical name: enp0s20f0u2
serial: 22:2e:f7:46:24:ff
capabilities: ethernet physical
configuration: broadcast=yes driver=rndis_host driverversion=22-Aug-2005 firmware=RNDIS device ip=192.168.42.91 link=yes multicast=yes


When typing `lspci -knn | grep Net -A02:00.0 i get :



02:00.0 Network controller [0280]: Realtek Semiconductor Co., Ltd. RTL8821CE 802.11ac PCIe Wireless Network Adapter [10ec:c821]
Subsystem: Lenovo RTL8821CE 802.11ac PCIe Wireless Network Adapter [17aa:c024]
Kernel modules: wl


When trying rfkill list i get :



0: ideapad_wlan: Wireless LAN
Soft blocked: no
Hard blocked: no
1: ideapad_bluetooth: Bluetooth
Soft blocked: no
Hard blocked: no
3: hci0: Bluetooth
Soft blocked: no
Hard blocked: no


Help please i want back my wireless connection







networking wireless






share|improve this question









New contributor




Said Ougouadfel is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











share|improve this question









New contributor




Said Ougouadfel is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









share|improve this question




share|improve this question








edited 4 hours ago







Said Ougouadfel













New contributor




Said Ougouadfel is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









asked 6 hours ago









Said OugouadfelSaid Ougouadfel

61




61




New contributor




Said Ougouadfel is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





New contributor





Said Ougouadfel is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.






Said Ougouadfel is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.













  • Please edit your question and add output of lspci -knn | grep Net -A3; rfkill list terminal command.

    – Pilot6
    6 hours ago











  • try: sudo modprobe 8821ce if not working then try this askubuntu.com/questions/990378/…

    – Leo
    5 hours ago











  • @Pilot6 i deed what you've requested

    – Said Ougouadfel
    4 hours ago











  • Please accept the other answer by clicking the check sign. Yhat will show others that the solution worked. The comments have been removed now.

    – Pilot6
    4 hours ago






  • 1





    Possible duplicate of How to install Wi-Fi driver for Realtek RTL8821CE on Ubuntu 18.04?

    – Pilot6
    4 hours ago



















  • Please edit your question and add output of lspci -knn | grep Net -A3; rfkill list terminal command.

    – Pilot6
    6 hours ago











  • try: sudo modprobe 8821ce if not working then try this askubuntu.com/questions/990378/…

    – Leo
    5 hours ago











  • @Pilot6 i deed what you've requested

    – Said Ougouadfel
    4 hours ago











  • Please accept the other answer by clicking the check sign. Yhat will show others that the solution worked. The comments have been removed now.

    – Pilot6
    4 hours ago






  • 1





    Possible duplicate of How to install Wi-Fi driver for Realtek RTL8821CE on Ubuntu 18.04?

    – Pilot6
    4 hours ago

















Please edit your question and add output of lspci -knn | grep Net -A3; rfkill list terminal command.

– Pilot6
6 hours ago





Please edit your question and add output of lspci -knn | grep Net -A3; rfkill list terminal command.

– Pilot6
6 hours ago













try: sudo modprobe 8821ce if not working then try this askubuntu.com/questions/990378/…

– Leo
5 hours ago





try: sudo modprobe 8821ce if not working then try this askubuntu.com/questions/990378/…

– Leo
5 hours ago













@Pilot6 i deed what you've requested

– Said Ougouadfel
4 hours ago





@Pilot6 i deed what you've requested

– Said Ougouadfel
4 hours ago













Please accept the other answer by clicking the check sign. Yhat will show others that the solution worked. The comments have been removed now.

– Pilot6
4 hours ago





Please accept the other answer by clicking the check sign. Yhat will show others that the solution worked. The comments have been removed now.

– Pilot6
4 hours ago




1




1





Possible duplicate of How to install Wi-Fi driver for Realtek RTL8821CE on Ubuntu 18.04?

– Pilot6
4 hours ago





Possible duplicate of How to install Wi-Fi driver for Realtek RTL8821CE on Ubuntu 18.04?

– Pilot6
4 hours ago










1 Answer
1






active

oldest

votes


















1














I recently got a laptop with that wifi card. Tried several guides and drivers to make it work. The easiest way (and best in my opinion, as there is a driver version around the web with a bug which after you disconnect from a network and then reconnect, it fails, you have to disable and enable wifi to be able to connect again) is to download and install the driver from this deb package:
https://launchpad.net/~wenchien/+archive/ubuntu/rtl8821c/+files/oem-wifi-realtek-8821ce-lp1767920-4.15-dkms_0.8_amd64.deb
Source: https://bugs.launchpad.net/ubuntu/+source/linux-oem/+bug/1740231
You will need an active internet connection to install the driver, since it will pull some packages from the Ubuntu repos.






share|improve this answer








New contributor




whocanibi is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





















  • Don't know if it works, but it would be a good idea to add the exact steps to the answer, as the OP might not know what to do with .deb packages. It might be a good idea to add the PPA properly to get updates, when available.

    – mikewhatever
    2 hours ago











Your Answer








StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});

function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});


}
});






Said Ougouadfel is a new contributor. Be nice, and check out our Code of Conduct.










draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1118601%2fwifi-doesnt-work-on-lenovo-ideapad-130-15ikb%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown

























1 Answer
1






active

oldest

votes








1 Answer
1






active

oldest

votes









active

oldest

votes






active

oldest

votes









1














I recently got a laptop with that wifi card. Tried several guides and drivers to make it work. The easiest way (and best in my opinion, as there is a driver version around the web with a bug which after you disconnect from a network and then reconnect, it fails, you have to disable and enable wifi to be able to connect again) is to download and install the driver from this deb package:
https://launchpad.net/~wenchien/+archive/ubuntu/rtl8821c/+files/oem-wifi-realtek-8821ce-lp1767920-4.15-dkms_0.8_amd64.deb
Source: https://bugs.launchpad.net/ubuntu/+source/linux-oem/+bug/1740231
You will need an active internet connection to install the driver, since it will pull some packages from the Ubuntu repos.






share|improve this answer








New contributor




whocanibi is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





















  • Don't know if it works, but it would be a good idea to add the exact steps to the answer, as the OP might not know what to do with .deb packages. It might be a good idea to add the PPA properly to get updates, when available.

    – mikewhatever
    2 hours ago
















1














I recently got a laptop with that wifi card. Tried several guides and drivers to make it work. The easiest way (and best in my opinion, as there is a driver version around the web with a bug which after you disconnect from a network and then reconnect, it fails, you have to disable and enable wifi to be able to connect again) is to download and install the driver from this deb package:
https://launchpad.net/~wenchien/+archive/ubuntu/rtl8821c/+files/oem-wifi-realtek-8821ce-lp1767920-4.15-dkms_0.8_amd64.deb
Source: https://bugs.launchpad.net/ubuntu/+source/linux-oem/+bug/1740231
You will need an active internet connection to install the driver, since it will pull some packages from the Ubuntu repos.






share|improve this answer








New contributor




whocanibi is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





















  • Don't know if it works, but it would be a good idea to add the exact steps to the answer, as the OP might not know what to do with .deb packages. It might be a good idea to add the PPA properly to get updates, when available.

    – mikewhatever
    2 hours ago














1












1








1







I recently got a laptop with that wifi card. Tried several guides and drivers to make it work. The easiest way (and best in my opinion, as there is a driver version around the web with a bug which after you disconnect from a network and then reconnect, it fails, you have to disable and enable wifi to be able to connect again) is to download and install the driver from this deb package:
https://launchpad.net/~wenchien/+archive/ubuntu/rtl8821c/+files/oem-wifi-realtek-8821ce-lp1767920-4.15-dkms_0.8_amd64.deb
Source: https://bugs.launchpad.net/ubuntu/+source/linux-oem/+bug/1740231
You will need an active internet connection to install the driver, since it will pull some packages from the Ubuntu repos.






share|improve this answer








New contributor




whocanibi is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.










I recently got a laptop with that wifi card. Tried several guides and drivers to make it work. The easiest way (and best in my opinion, as there is a driver version around the web with a bug which after you disconnect from a network and then reconnect, it fails, you have to disable and enable wifi to be able to connect again) is to download and install the driver from this deb package:
https://launchpad.net/~wenchien/+archive/ubuntu/rtl8821c/+files/oem-wifi-realtek-8821ce-lp1767920-4.15-dkms_0.8_amd64.deb
Source: https://bugs.launchpad.net/ubuntu/+source/linux-oem/+bug/1740231
You will need an active internet connection to install the driver, since it will pull some packages from the Ubuntu repos.







share|improve this answer








New contributor




whocanibi is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









share|improve this answer



share|improve this answer






New contributor




whocanibi is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









answered 3 hours ago









whocanibiwhocanibi

111




111




New contributor




whocanibi is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





New contributor





whocanibi is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.






whocanibi is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.













  • Don't know if it works, but it would be a good idea to add the exact steps to the answer, as the OP might not know what to do with .deb packages. It might be a good idea to add the PPA properly to get updates, when available.

    – mikewhatever
    2 hours ago



















  • Don't know if it works, but it would be a good idea to add the exact steps to the answer, as the OP might not know what to do with .deb packages. It might be a good idea to add the PPA properly to get updates, when available.

    – mikewhatever
    2 hours ago

















Don't know if it works, but it would be a good idea to add the exact steps to the answer, as the OP might not know what to do with .deb packages. It might be a good idea to add the PPA properly to get updates, when available.

– mikewhatever
2 hours ago





Don't know if it works, but it would be a good idea to add the exact steps to the answer, as the OP might not know what to do with .deb packages. It might be a good idea to add the PPA properly to get updates, when available.

– mikewhatever
2 hours ago










Said Ougouadfel is a new contributor. Be nice, and check out our Code of Conduct.










draft saved

draft discarded


















Said Ougouadfel is a new contributor. Be nice, and check out our Code of Conduct.













Said Ougouadfel is a new contributor. Be nice, and check out our Code of Conduct.












Said Ougouadfel is a new contributor. Be nice, and check out our Code of Conduct.
















Thanks for contributing an answer to Ask Ubuntu!


  • Please be sure to answer the question. Provide details and share your research!

But avoid



  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.


To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1118601%2fwifi-doesnt-work-on-lenovo-ideapad-130-15ikb%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

Category:香港粉麵

List *all* the tuples!

Channel [V]