Cannot Connect to Wired Connection (MacOS / Lubuntu dual boot on Mac Mini) Announcing the...
Determine the generator of an ideal of ring of integers
Recursive calls to a function - why is the address of the parameter passed to it lowering with each call?
A German immigrant ancestor has a "Registration Affidavit of Alien Enemy" on file. What does that mean exactly?
tabularx column has extra padding at right?
Unix AIX passing variable and arguments to expect and spawn
Kepler's 3rd law: ratios don't fit data
Can this water damage be explained by lack of gutters and grading issues?
“Since the train was delayed for more than an hour, passengers were given a full refund.” – Why is there no article before “passengers”?
What's the connection between Mr. Nancy and fried chicken?
What could prevent concentrated local exploration?
What is the ongoing value of the Kanban board to the developers as opposed to management
When does Bran Stark remember Jamie pushing him?
Does Prince Arnaud cause someone holding the Princess to lose?
Will I be more secure with my own router behind my ISP's router?
Putting Ant-Man on house arrest
Does GDPR cover the collection of data by websites that crawl the web and resell user data
Protagonist's race is hidden - should I reveal it?
How to break 信じようとしていただけかも知れない into separate parts?
What's the difference between using dependency injection with a container and using a service locator?
Why are two-digit numbers in Jonathan Swift's "Gulliver's Travels" (1726) written in "German style"?
How to leave only the following strings?
How to mute a string and play another at the same time
Why do C and C++ allow the expression (int) + 4*5?
What helicopter has the most rotor blades?
Cannot Connect to Wired Connection (MacOS / Lubuntu dual boot on Mac Mini)
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern)Not able to connect to local networkConflict between two network interfaces eth0 and eth114.04 no internet connection when I up the bridge interface (for LXC container)I can't connect to internet through wired connectionUbuntu 14.04 Ethernet Connectivity Issue on startupDual NIC not workingVPN connects but no remote LAN accessI've managed to completely bork my network connection in 18.04Pages loading too long on new router (Ubuntu 18.04)Cannot ping past gateway
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
I have a Lubuntu installed on a Mac Mini with dual boot.
$ uname -a
Linux platolinux 4.15.0-47-generic #50-Ubuntu SMP Wed Mar 13 10:44:52 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
Wifi can connect without problems, but Ethernet connection does NOT work
When I boot, the ethernet interface seems to be down. When I start the computer and check hardware with lshw I get the ethernet interface as DISABLED
$ sudo lshw -c network -sanitize
[sudo] password for plato:
*-network
description: Wireless interface
product: BCM4360 802.11ac Wireless Network Adapter
vendor: Broadcom Inc. and subsidiaries
physical id: 0
bus info: pci@0000:02:00.0
logical name: wlp2s0
version: 03
serial: [REMOVED]
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress bus_master cap_list ethernet physical wireless
configuration: broadcast=yes driver=wl0 driverversion=6.30.223.271 (r587334) ip=[REMOVED] latency=0 multicast=yes wireless=IEEE 802.11
resources: irq:18 memory:a0600000-a0607fff memory:a0400000-a05fffff
*-network DISABLED
description: Ethernet interface
product: NetXtreme BCM57766 Gigabit Ethernet PCIe
vendor: Broadcom Inc. and subsidiaries
physical id: 0
bus info: pci@0000:03:00.0
logical name: enp3s0f0
version: 01
serial: [REMOVED]
capacity: 1Gbit/s
width: 64 bits
clock: 33MHz
capabilities: pm vpd msi msix pciexpress bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation
configuration: autonegotiation=on broadcast=yes driver=tg3 driverversion=3.137 firmware=57766a-v1.15 latency=0 link=no multicast=yes port=twisted pair
resources: irq:19 memory:a0700000-a070ffff memory:a0710000-a071ffff
I bring it up with
sudo ip link set dev enp3s0f0 up
then I get this
$ ip link show
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
2: enp3s0f0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP mode DEFAULT group default qlen 1000
link/ether 78:7b:8a:b8:c8:35 brd ff:ff:ff:ff:ff:ff
3: wlp2s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UP mode DORMANT group default qlen 1000
link/ether 8c:85:90:f0:5d:fe brd ff:ff:ff:ff:ff:ff
checking network interfaces says that the ethernet interface () does not get a ipv4
$ ifconfig
enp3s0f0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet6 fe80::7a7b:8aff:feb8:c835 prefixlen 64 scopeid 0x20<link>
ether 78:7b:8a:b8:c8:35 txqueuelen 1000 (Ethernet)
RX packets 305 bytes 38637 (38.6 KB)
RX errors 0 dropped 2 overruns 0 frame 0
TX packets 27 bytes 4160 (4.1 KB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
device interrupt 19
lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
inet 127.0.0.1 netmask 255.0.0.0
inet6 ::1 prefixlen 128 scopeid 0x10<host>
loop txqueuelen 1000 (Local Loopback)
RX packets 1920 bytes 195426 (195.4 KB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 1920 bytes 195426 (195.4 KB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
wlp2s0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 192.168.1.44 netmask 255.255.255.0 broadcast 192.168.1.255
inet6 fe80::1567:dcbd:6c9a:ea0c prefixlen 64 scopeid 0x20<link>
ether 8c:85:90:f0:5d:fe txqueuelen 1000 (Ethernet)
RX packets 13406 bytes 8630835 (8.6 MB)
RX errors 0 dropped 0 overruns 0 frame 3603
TX packets 13526 bytes 2034742 (2.0 MB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
device interrupt 18
Any help will be appreciated, I have been three days reading and searching without success
networking dual-boot lubuntu ethernet
New contributor
add a comment |
I have a Lubuntu installed on a Mac Mini with dual boot.
$ uname -a
Linux platolinux 4.15.0-47-generic #50-Ubuntu SMP Wed Mar 13 10:44:52 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
Wifi can connect without problems, but Ethernet connection does NOT work
When I boot, the ethernet interface seems to be down. When I start the computer and check hardware with lshw I get the ethernet interface as DISABLED
$ sudo lshw -c network -sanitize
[sudo] password for plato:
*-network
description: Wireless interface
product: BCM4360 802.11ac Wireless Network Adapter
vendor: Broadcom Inc. and subsidiaries
physical id: 0
bus info: pci@0000:02:00.0
logical name: wlp2s0
version: 03
serial: [REMOVED]
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress bus_master cap_list ethernet physical wireless
configuration: broadcast=yes driver=wl0 driverversion=6.30.223.271 (r587334) ip=[REMOVED] latency=0 multicast=yes wireless=IEEE 802.11
resources: irq:18 memory:a0600000-a0607fff memory:a0400000-a05fffff
*-network DISABLED
description: Ethernet interface
product: NetXtreme BCM57766 Gigabit Ethernet PCIe
vendor: Broadcom Inc. and subsidiaries
physical id: 0
bus info: pci@0000:03:00.0
logical name: enp3s0f0
version: 01
serial: [REMOVED]
capacity: 1Gbit/s
width: 64 bits
clock: 33MHz
capabilities: pm vpd msi msix pciexpress bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation
configuration: autonegotiation=on broadcast=yes driver=tg3 driverversion=3.137 firmware=57766a-v1.15 latency=0 link=no multicast=yes port=twisted pair
resources: irq:19 memory:a0700000-a070ffff memory:a0710000-a071ffff
I bring it up with
sudo ip link set dev enp3s0f0 up
then I get this
$ ip link show
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
2: enp3s0f0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP mode DEFAULT group default qlen 1000
link/ether 78:7b:8a:b8:c8:35 brd ff:ff:ff:ff:ff:ff
3: wlp2s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UP mode DORMANT group default qlen 1000
link/ether 8c:85:90:f0:5d:fe brd ff:ff:ff:ff:ff:ff
checking network interfaces says that the ethernet interface () does not get a ipv4
$ ifconfig
enp3s0f0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet6 fe80::7a7b:8aff:feb8:c835 prefixlen 64 scopeid 0x20<link>
ether 78:7b:8a:b8:c8:35 txqueuelen 1000 (Ethernet)
RX packets 305 bytes 38637 (38.6 KB)
RX errors 0 dropped 2 overruns 0 frame 0
TX packets 27 bytes 4160 (4.1 KB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
device interrupt 19
lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
inet 127.0.0.1 netmask 255.0.0.0
inet6 ::1 prefixlen 128 scopeid 0x10<host>
loop txqueuelen 1000 (Local Loopback)
RX packets 1920 bytes 195426 (195.4 KB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 1920 bytes 195426 (195.4 KB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
wlp2s0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 192.168.1.44 netmask 255.255.255.0 broadcast 192.168.1.255
inet6 fe80::1567:dcbd:6c9a:ea0c prefixlen 64 scopeid 0x20<link>
ether 8c:85:90:f0:5d:fe txqueuelen 1000 (Ethernet)
RX packets 13406 bytes 8630835 (8.6 MB)
RX errors 0 dropped 0 overruns 0 frame 3603
TX packets 13526 bytes 2034742 (2.0 MB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
device interrupt 18
Any help will be appreciated, I have been three days reading and searching without success
networking dual-boot lubuntu ethernet
New contributor
add a comment |
I have a Lubuntu installed on a Mac Mini with dual boot.
$ uname -a
Linux platolinux 4.15.0-47-generic #50-Ubuntu SMP Wed Mar 13 10:44:52 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
Wifi can connect without problems, but Ethernet connection does NOT work
When I boot, the ethernet interface seems to be down. When I start the computer and check hardware with lshw I get the ethernet interface as DISABLED
$ sudo lshw -c network -sanitize
[sudo] password for plato:
*-network
description: Wireless interface
product: BCM4360 802.11ac Wireless Network Adapter
vendor: Broadcom Inc. and subsidiaries
physical id: 0
bus info: pci@0000:02:00.0
logical name: wlp2s0
version: 03
serial: [REMOVED]
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress bus_master cap_list ethernet physical wireless
configuration: broadcast=yes driver=wl0 driverversion=6.30.223.271 (r587334) ip=[REMOVED] latency=0 multicast=yes wireless=IEEE 802.11
resources: irq:18 memory:a0600000-a0607fff memory:a0400000-a05fffff
*-network DISABLED
description: Ethernet interface
product: NetXtreme BCM57766 Gigabit Ethernet PCIe
vendor: Broadcom Inc. and subsidiaries
physical id: 0
bus info: pci@0000:03:00.0
logical name: enp3s0f0
version: 01
serial: [REMOVED]
capacity: 1Gbit/s
width: 64 bits
clock: 33MHz
capabilities: pm vpd msi msix pciexpress bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation
configuration: autonegotiation=on broadcast=yes driver=tg3 driverversion=3.137 firmware=57766a-v1.15 latency=0 link=no multicast=yes port=twisted pair
resources: irq:19 memory:a0700000-a070ffff memory:a0710000-a071ffff
I bring it up with
sudo ip link set dev enp3s0f0 up
then I get this
$ ip link show
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
2: enp3s0f0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP mode DEFAULT group default qlen 1000
link/ether 78:7b:8a:b8:c8:35 brd ff:ff:ff:ff:ff:ff
3: wlp2s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UP mode DORMANT group default qlen 1000
link/ether 8c:85:90:f0:5d:fe brd ff:ff:ff:ff:ff:ff
checking network interfaces says that the ethernet interface () does not get a ipv4
$ ifconfig
enp3s0f0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet6 fe80::7a7b:8aff:feb8:c835 prefixlen 64 scopeid 0x20<link>
ether 78:7b:8a:b8:c8:35 txqueuelen 1000 (Ethernet)
RX packets 305 bytes 38637 (38.6 KB)
RX errors 0 dropped 2 overruns 0 frame 0
TX packets 27 bytes 4160 (4.1 KB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
device interrupt 19
lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
inet 127.0.0.1 netmask 255.0.0.0
inet6 ::1 prefixlen 128 scopeid 0x10<host>
loop txqueuelen 1000 (Local Loopback)
RX packets 1920 bytes 195426 (195.4 KB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 1920 bytes 195426 (195.4 KB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
wlp2s0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 192.168.1.44 netmask 255.255.255.0 broadcast 192.168.1.255
inet6 fe80::1567:dcbd:6c9a:ea0c prefixlen 64 scopeid 0x20<link>
ether 8c:85:90:f0:5d:fe txqueuelen 1000 (Ethernet)
RX packets 13406 bytes 8630835 (8.6 MB)
RX errors 0 dropped 0 overruns 0 frame 3603
TX packets 13526 bytes 2034742 (2.0 MB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
device interrupt 18
Any help will be appreciated, I have been three days reading and searching without success
networking dual-boot lubuntu ethernet
New contributor
I have a Lubuntu installed on a Mac Mini with dual boot.
$ uname -a
Linux platolinux 4.15.0-47-generic #50-Ubuntu SMP Wed Mar 13 10:44:52 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
Wifi can connect without problems, but Ethernet connection does NOT work
When I boot, the ethernet interface seems to be down. When I start the computer and check hardware with lshw I get the ethernet interface as DISABLED
$ sudo lshw -c network -sanitize
[sudo] password for plato:
*-network
description: Wireless interface
product: BCM4360 802.11ac Wireless Network Adapter
vendor: Broadcom Inc. and subsidiaries
physical id: 0
bus info: pci@0000:02:00.0
logical name: wlp2s0
version: 03
serial: [REMOVED]
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress bus_master cap_list ethernet physical wireless
configuration: broadcast=yes driver=wl0 driverversion=6.30.223.271 (r587334) ip=[REMOVED] latency=0 multicast=yes wireless=IEEE 802.11
resources: irq:18 memory:a0600000-a0607fff memory:a0400000-a05fffff
*-network DISABLED
description: Ethernet interface
product: NetXtreme BCM57766 Gigabit Ethernet PCIe
vendor: Broadcom Inc. and subsidiaries
physical id: 0
bus info: pci@0000:03:00.0
logical name: enp3s0f0
version: 01
serial: [REMOVED]
capacity: 1Gbit/s
width: 64 bits
clock: 33MHz
capabilities: pm vpd msi msix pciexpress bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation
configuration: autonegotiation=on broadcast=yes driver=tg3 driverversion=3.137 firmware=57766a-v1.15 latency=0 link=no multicast=yes port=twisted pair
resources: irq:19 memory:a0700000-a070ffff memory:a0710000-a071ffff
I bring it up with
sudo ip link set dev enp3s0f0 up
then I get this
$ ip link show
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
2: enp3s0f0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP mode DEFAULT group default qlen 1000
link/ether 78:7b:8a:b8:c8:35 brd ff:ff:ff:ff:ff:ff
3: wlp2s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UP mode DORMANT group default qlen 1000
link/ether 8c:85:90:f0:5d:fe brd ff:ff:ff:ff:ff:ff
checking network interfaces says that the ethernet interface () does not get a ipv4
$ ifconfig
enp3s0f0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet6 fe80::7a7b:8aff:feb8:c835 prefixlen 64 scopeid 0x20<link>
ether 78:7b:8a:b8:c8:35 txqueuelen 1000 (Ethernet)
RX packets 305 bytes 38637 (38.6 KB)
RX errors 0 dropped 2 overruns 0 frame 0
TX packets 27 bytes 4160 (4.1 KB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
device interrupt 19
lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
inet 127.0.0.1 netmask 255.0.0.0
inet6 ::1 prefixlen 128 scopeid 0x10<host>
loop txqueuelen 1000 (Local Loopback)
RX packets 1920 bytes 195426 (195.4 KB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 1920 bytes 195426 (195.4 KB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
wlp2s0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 192.168.1.44 netmask 255.255.255.0 broadcast 192.168.1.255
inet6 fe80::1567:dcbd:6c9a:ea0c prefixlen 64 scopeid 0x20<link>
ether 8c:85:90:f0:5d:fe txqueuelen 1000 (Ethernet)
RX packets 13406 bytes 8630835 (8.6 MB)
RX errors 0 dropped 0 overruns 0 frame 3603
TX packets 13526 bytes 2034742 (2.0 MB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
device interrupt 18
Any help will be appreciated, I have been three days reading and searching without success
networking dual-boot lubuntu ethernet
networking dual-boot lubuntu ethernet
New contributor
New contributor
New contributor
asked 5 hours ago
PlatoWrightPlatoWright
1
1
New contributor
New contributor
add a comment |
add a comment |
0
active
oldest
votes
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
});
}
});
PlatoWright is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1136162%2fcannot-connect-to-wired-connection-macos-lubuntu-dual-boot-on-mac-mini%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
PlatoWright is a new contributor. Be nice, and check out our Code of Conduct.
PlatoWright is a new contributor. Be nice, and check out our Code of Conduct.
PlatoWright is a new contributor. Be nice, and check out our Code of Conduct.
PlatoWright 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.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1136162%2fcannot-connect-to-wired-connection-macos-lubuntu-dual-boot-on-mac-mini%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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