Wifi adapter not found - Ubuntu 18.04 on Thinkpad E480 RTL8822BE











up vote
0
down vote

favorite












I installed Ubuntu 18.04 but wifi adapter doesn't work. It works on Windows (dual boot) and the Ethernet/wired connection works just no wifi and potentially Bluetooth.



I tried these lines:



sudo apt update
sudo apt install build-essential git dkms
git clone https://github.com/tomaspinho/rtl8821ce.git
cd rtl8821ce
sudo ./dkms-install.sh
sudo modprobe 8821ce


But I don't think that's the right driver, so I went onto https://github.com/samcv/A485-RTL8822BE-firmware and just got errors.



Does anyone know a simple fix I can use please? I'm kind of new to Linux. Any help will be much appreciated.



sudo lshw -class network
*-network
description: Ethernet interface
product: RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller
vendor: Realtek Semiconductor Co., Ltd.
physical id: 0
bus info: pci@0000:03:00.0
logical name: enp3s0
version: 10
serial: e8:6a:64:31:eb:8a
size: 100Mbit/s
capacity: 1Gbit/s
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress msix vpd bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation
configuration: autonegotiation=on broadcast=yes driver=r8169 driverversion=2.3LK-NAPI duplex=full firmware=rtl8168g-3_0.0.1 04/23/13 ip=192.168.1.107 latency=0 link=yes multicast=yes port=MII speed=100Mbit/s
resources: irq:16 ioport:c000(size=256) memory:f1304000-f1304fff memory:f1300000-f1303fff

*-network UNCLAIMED
description: Network controller
product: Realtek Semiconductor Co., Ltd.
vendor: Realtek Semiconductor Co., Ltd.
physical id: 0
bus info: pci@0000:05:00.0
version: 00
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress cap_list
configuration: latency=0
resources: ioport:b000(size=256) memory:f1100000-f110ffff









share|improve this question









New contributor




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
















  • 1




    Please edit your question to show the result of: lspci -nnk | grep 0280 -A3 Welcome to Ask Ubuntu.
    – chili555
    Nov 14 at 2:41










  • As @chili555, has alluded to, you have shown us output related to your Wired Ethernet Controller, which you reinstalled in your first group of commands.
    – eyoung100
    Nov 14 at 4:37

















up vote
0
down vote

favorite












I installed Ubuntu 18.04 but wifi adapter doesn't work. It works on Windows (dual boot) and the Ethernet/wired connection works just no wifi and potentially Bluetooth.



I tried these lines:



sudo apt update
sudo apt install build-essential git dkms
git clone https://github.com/tomaspinho/rtl8821ce.git
cd rtl8821ce
sudo ./dkms-install.sh
sudo modprobe 8821ce


But I don't think that's the right driver, so I went onto https://github.com/samcv/A485-RTL8822BE-firmware and just got errors.



Does anyone know a simple fix I can use please? I'm kind of new to Linux. Any help will be much appreciated.



sudo lshw -class network
*-network
description: Ethernet interface
product: RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller
vendor: Realtek Semiconductor Co., Ltd.
physical id: 0
bus info: pci@0000:03:00.0
logical name: enp3s0
version: 10
serial: e8:6a:64:31:eb:8a
size: 100Mbit/s
capacity: 1Gbit/s
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress msix vpd bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation
configuration: autonegotiation=on broadcast=yes driver=r8169 driverversion=2.3LK-NAPI duplex=full firmware=rtl8168g-3_0.0.1 04/23/13 ip=192.168.1.107 latency=0 link=yes multicast=yes port=MII speed=100Mbit/s
resources: irq:16 ioport:c000(size=256) memory:f1304000-f1304fff memory:f1300000-f1303fff

*-network UNCLAIMED
description: Network controller
product: Realtek Semiconductor Co., Ltd.
vendor: Realtek Semiconductor Co., Ltd.
physical id: 0
bus info: pci@0000:05:00.0
version: 00
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress cap_list
configuration: latency=0
resources: ioport:b000(size=256) memory:f1100000-f110ffff









share|improve this question









New contributor




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
















  • 1




    Please edit your question to show the result of: lspci -nnk | grep 0280 -A3 Welcome to Ask Ubuntu.
    – chili555
    Nov 14 at 2:41










  • As @chili555, has alluded to, you have shown us output related to your Wired Ethernet Controller, which you reinstalled in your first group of commands.
    – eyoung100
    Nov 14 at 4:37















up vote
0
down vote

favorite









up vote
0
down vote

favorite











I installed Ubuntu 18.04 but wifi adapter doesn't work. It works on Windows (dual boot) and the Ethernet/wired connection works just no wifi and potentially Bluetooth.



I tried these lines:



sudo apt update
sudo apt install build-essential git dkms
git clone https://github.com/tomaspinho/rtl8821ce.git
cd rtl8821ce
sudo ./dkms-install.sh
sudo modprobe 8821ce


But I don't think that's the right driver, so I went onto https://github.com/samcv/A485-RTL8822BE-firmware and just got errors.



Does anyone know a simple fix I can use please? I'm kind of new to Linux. Any help will be much appreciated.



sudo lshw -class network
*-network
description: Ethernet interface
product: RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller
vendor: Realtek Semiconductor Co., Ltd.
physical id: 0
bus info: pci@0000:03:00.0
logical name: enp3s0
version: 10
serial: e8:6a:64:31:eb:8a
size: 100Mbit/s
capacity: 1Gbit/s
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress msix vpd bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation
configuration: autonegotiation=on broadcast=yes driver=r8169 driverversion=2.3LK-NAPI duplex=full firmware=rtl8168g-3_0.0.1 04/23/13 ip=192.168.1.107 latency=0 link=yes multicast=yes port=MII speed=100Mbit/s
resources: irq:16 ioport:c000(size=256) memory:f1304000-f1304fff memory:f1300000-f1303fff

*-network UNCLAIMED
description: Network controller
product: Realtek Semiconductor Co., Ltd.
vendor: Realtek Semiconductor Co., Ltd.
physical id: 0
bus info: pci@0000:05:00.0
version: 00
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress cap_list
configuration: latency=0
resources: ioport:b000(size=256) memory:f1100000-f110ffff









share|improve this question









New contributor




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











I installed Ubuntu 18.04 but wifi adapter doesn't work. It works on Windows (dual boot) and the Ethernet/wired connection works just no wifi and potentially Bluetooth.



I tried these lines:



sudo apt update
sudo apt install build-essential git dkms
git clone https://github.com/tomaspinho/rtl8821ce.git
cd rtl8821ce
sudo ./dkms-install.sh
sudo modprobe 8821ce


But I don't think that's the right driver, so I went onto https://github.com/samcv/A485-RTL8822BE-firmware and just got errors.



Does anyone know a simple fix I can use please? I'm kind of new to Linux. Any help will be much appreciated.



sudo lshw -class network
*-network
description: Ethernet interface
product: RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller
vendor: Realtek Semiconductor Co., Ltd.
physical id: 0
bus info: pci@0000:03:00.0
logical name: enp3s0
version: 10
serial: e8:6a:64:31:eb:8a
size: 100Mbit/s
capacity: 1Gbit/s
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress msix vpd bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation
configuration: autonegotiation=on broadcast=yes driver=r8169 driverversion=2.3LK-NAPI duplex=full firmware=rtl8168g-3_0.0.1 04/23/13 ip=192.168.1.107 latency=0 link=yes multicast=yes port=MII speed=100Mbit/s
resources: irq:16 ioport:c000(size=256) memory:f1304000-f1304fff memory:f1300000-f1303fff

*-network UNCLAIMED
description: Network controller
product: Realtek Semiconductor Co., Ltd.
vendor: Realtek Semiconductor Co., Ltd.
physical id: 0
bus info: pci@0000:05:00.0
version: 00
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress cap_list
configuration: latency=0
resources: ioport:b000(size=256) memory:f1100000-f110ffff






drivers wireless lenovo realtek






share|improve this question









New contributor




Linux GM 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




Linux GM 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 Nov 16 at 20:43









Zanna

48.9k13123234




48.9k13123234






New contributor




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









asked Nov 14 at 1:46









Linux GM

1




1




New contributor




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





New contributor





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






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








  • 1




    Please edit your question to show the result of: lspci -nnk | grep 0280 -A3 Welcome to Ask Ubuntu.
    – chili555
    Nov 14 at 2:41










  • As @chili555, has alluded to, you have shown us output related to your Wired Ethernet Controller, which you reinstalled in your first group of commands.
    – eyoung100
    Nov 14 at 4:37
















  • 1




    Please edit your question to show the result of: lspci -nnk | grep 0280 -A3 Welcome to Ask Ubuntu.
    – chili555
    Nov 14 at 2:41










  • As @chili555, has alluded to, you have shown us output related to your Wired Ethernet Controller, which you reinstalled in your first group of commands.
    – eyoung100
    Nov 14 at 4:37










1




1




Please edit your question to show the result of: lspci -nnk | grep 0280 -A3 Welcome to Ask Ubuntu.
– chili555
Nov 14 at 2:41




Please edit your question to show the result of: lspci -nnk | grep 0280 -A3 Welcome to Ask Ubuntu.
– chili555
Nov 14 at 2:41












As @chili555, has alluded to, you have shown us output related to your Wired Ethernet Controller, which you reinstalled in your first group of commands.
– eyoung100
Nov 14 at 4:37






As @chili555, has alluded to, you have shown us output related to your Wired Ethernet Controller, which you reinstalled in your first group of commands.
– eyoung100
Nov 14 at 4:37












2 Answers
2






active

oldest

votes

















up vote
1
down vote













Be certain that Secure Boot is disabled in your BIOS, otherwise no software modifications will have effect.






share|improve this answer








New contributor




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


















  • omg dude i love you
    – Linux GM
    2 days ago










  • quick question - i tried installing manjaro gnome using the same method as ubuntu but both of my usb would not boot it. would just reject and sendme back to the boot device choice screen. any ideas?
    – Linux GM
    2 days ago


















up vote
0
down vote













To get better info about that "UNCLAIMED" network controller, update your Ubuntu with the...
sudo update-pciids
...command, then repeat the...
sudo lshw -class network
...command. Your rig should then identify the RTL8822BE 802.11a/b/g/n/ac WiFi adapter.



You might as well also do the...
sudo update-usbids
...command, for possibly updated info on your various USB devices.



I'm not familiar with Manjaro Linux, but I'd guess that boot boohoo is related to EFI-privilege or a lack thereof.






share|improve this answer










New contributor




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


















  • thanks. I'm having a bit of trouble installing apps. the archive manager shows a 'an error occurred while loading this archive'. is there a permission setting i need to fix??
    – Linux GM
    2 days ago










  • @Linux GM: Rather than splinter this RTL8822 thread, how about starting another and provide specific example(s) of that archive manager difficulty? Did my above reply answer your RTL8822 question?
    – oberon
    2 days ago












  • apologies! you've been very helpful thank you!
    – Linux GM
    2 days 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',
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
});


}
});






Linux GM 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%2f1092718%2fwifi-adapter-not-found-ubuntu-18-04-on-thinkpad-e480-rtl8822be%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown

























2 Answers
2






active

oldest

votes








2 Answers
2






active

oldest

votes









active

oldest

votes






active

oldest

votes








up vote
1
down vote













Be certain that Secure Boot is disabled in your BIOS, otherwise no software modifications will have effect.






share|improve this answer








New contributor




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


















  • omg dude i love you
    – Linux GM
    2 days ago










  • quick question - i tried installing manjaro gnome using the same method as ubuntu but both of my usb would not boot it. would just reject and sendme back to the boot device choice screen. any ideas?
    – Linux GM
    2 days ago















up vote
1
down vote













Be certain that Secure Boot is disabled in your BIOS, otherwise no software modifications will have effect.






share|improve this answer








New contributor




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


















  • omg dude i love you
    – Linux GM
    2 days ago










  • quick question - i tried installing manjaro gnome using the same method as ubuntu but both of my usb would not boot it. would just reject and sendme back to the boot device choice screen. any ideas?
    – Linux GM
    2 days ago













up vote
1
down vote










up vote
1
down vote









Be certain that Secure Boot is disabled in your BIOS, otherwise no software modifications will have effect.






share|improve this answer








New contributor




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









Be certain that Secure Boot is disabled in your BIOS, otherwise no software modifications will have effect.







share|improve this answer








New contributor




oberon 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




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









answered Nov 16 at 22:51









oberon

113




113




New contributor




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





New contributor





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






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












  • omg dude i love you
    – Linux GM
    2 days ago










  • quick question - i tried installing manjaro gnome using the same method as ubuntu but both of my usb would not boot it. would just reject and sendme back to the boot device choice screen. any ideas?
    – Linux GM
    2 days ago


















  • omg dude i love you
    – Linux GM
    2 days ago










  • quick question - i tried installing manjaro gnome using the same method as ubuntu but both of my usb would not boot it. would just reject and sendme back to the boot device choice screen. any ideas?
    – Linux GM
    2 days ago
















omg dude i love you
– Linux GM
2 days ago




omg dude i love you
– Linux GM
2 days ago












quick question - i tried installing manjaro gnome using the same method as ubuntu but both of my usb would not boot it. would just reject and sendme back to the boot device choice screen. any ideas?
– Linux GM
2 days ago




quick question - i tried installing manjaro gnome using the same method as ubuntu but both of my usb would not boot it. would just reject and sendme back to the boot device choice screen. any ideas?
– Linux GM
2 days ago












up vote
0
down vote













To get better info about that "UNCLAIMED" network controller, update your Ubuntu with the...
sudo update-pciids
...command, then repeat the...
sudo lshw -class network
...command. Your rig should then identify the RTL8822BE 802.11a/b/g/n/ac WiFi adapter.



You might as well also do the...
sudo update-usbids
...command, for possibly updated info on your various USB devices.



I'm not familiar with Manjaro Linux, but I'd guess that boot boohoo is related to EFI-privilege or a lack thereof.






share|improve this answer










New contributor




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


















  • thanks. I'm having a bit of trouble installing apps. the archive manager shows a 'an error occurred while loading this archive'. is there a permission setting i need to fix??
    – Linux GM
    2 days ago










  • @Linux GM: Rather than splinter this RTL8822 thread, how about starting another and provide specific example(s) of that archive manager difficulty? Did my above reply answer your RTL8822 question?
    – oberon
    2 days ago












  • apologies! you've been very helpful thank you!
    – Linux GM
    2 days ago















up vote
0
down vote













To get better info about that "UNCLAIMED" network controller, update your Ubuntu with the...
sudo update-pciids
...command, then repeat the...
sudo lshw -class network
...command. Your rig should then identify the RTL8822BE 802.11a/b/g/n/ac WiFi adapter.



You might as well also do the...
sudo update-usbids
...command, for possibly updated info on your various USB devices.



I'm not familiar with Manjaro Linux, but I'd guess that boot boohoo is related to EFI-privilege or a lack thereof.






share|improve this answer










New contributor




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


















  • thanks. I'm having a bit of trouble installing apps. the archive manager shows a 'an error occurred while loading this archive'. is there a permission setting i need to fix??
    – Linux GM
    2 days ago










  • @Linux GM: Rather than splinter this RTL8822 thread, how about starting another and provide specific example(s) of that archive manager difficulty? Did my above reply answer your RTL8822 question?
    – oberon
    2 days ago












  • apologies! you've been very helpful thank you!
    – Linux GM
    2 days ago













up vote
0
down vote










up vote
0
down vote









To get better info about that "UNCLAIMED" network controller, update your Ubuntu with the...
sudo update-pciids
...command, then repeat the...
sudo lshw -class network
...command. Your rig should then identify the RTL8822BE 802.11a/b/g/n/ac WiFi adapter.



You might as well also do the...
sudo update-usbids
...command, for possibly updated info on your various USB devices.



I'm not familiar with Manjaro Linux, but I'd guess that boot boohoo is related to EFI-privilege or a lack thereof.






share|improve this answer










New contributor




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









To get better info about that "UNCLAIMED" network controller, update your Ubuntu with the...
sudo update-pciids
...command, then repeat the...
sudo lshw -class network
...command. Your rig should then identify the RTL8822BE 802.11a/b/g/n/ac WiFi adapter.



You might as well also do the...
sudo update-usbids
...command, for possibly updated info on your various USB devices.



I'm not familiar with Manjaro Linux, but I'd guess that boot boohoo is related to EFI-privilege or a lack thereof.







share|improve this answer










New contributor




oberon 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








edited 2 days ago





















New contributor




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









answered 2 days ago









oberon

113




113




New contributor




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





New contributor





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






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












  • thanks. I'm having a bit of trouble installing apps. the archive manager shows a 'an error occurred while loading this archive'. is there a permission setting i need to fix??
    – Linux GM
    2 days ago










  • @Linux GM: Rather than splinter this RTL8822 thread, how about starting another and provide specific example(s) of that archive manager difficulty? Did my above reply answer your RTL8822 question?
    – oberon
    2 days ago












  • apologies! you've been very helpful thank you!
    – Linux GM
    2 days ago


















  • thanks. I'm having a bit of trouble installing apps. the archive manager shows a 'an error occurred while loading this archive'. is there a permission setting i need to fix??
    – Linux GM
    2 days ago










  • @Linux GM: Rather than splinter this RTL8822 thread, how about starting another and provide specific example(s) of that archive manager difficulty? Did my above reply answer your RTL8822 question?
    – oberon
    2 days ago












  • apologies! you've been very helpful thank you!
    – Linux GM
    2 days ago
















thanks. I'm having a bit of trouble installing apps. the archive manager shows a 'an error occurred while loading this archive'. is there a permission setting i need to fix??
– Linux GM
2 days ago




thanks. I'm having a bit of trouble installing apps. the archive manager shows a 'an error occurred while loading this archive'. is there a permission setting i need to fix??
– Linux GM
2 days ago












@Linux GM: Rather than splinter this RTL8822 thread, how about starting another and provide specific example(s) of that archive manager difficulty? Did my above reply answer your RTL8822 question?
– oberon
2 days ago






@Linux GM: Rather than splinter this RTL8822 thread, how about starting another and provide specific example(s) of that archive manager difficulty? Did my above reply answer your RTL8822 question?
– oberon
2 days ago














apologies! you've been very helpful thank you!
– Linux GM
2 days ago




apologies! you've been very helpful thank you!
– Linux GM
2 days ago










Linux GM is a new contributor. Be nice, and check out our Code of Conduct.










 

draft saved


draft discarded


















Linux GM is a new contributor. Be nice, and check out our Code of Conduct.













Linux GM is a new contributor. Be nice, and check out our Code of Conduct.












Linux GM 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%2f1092718%2fwifi-adapter-not-found-ubuntu-18-04-on-thinkpad-e480-rtl8822be%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

How did Captain America manage to do this?

迪纳利

南乌拉尔铁路局