HashNinja
Posts: 27
Joined: Fri Dec 27, 2013 4:30 am

Wifi adapter kills ethernet when plugged in? [Solved]

Mon Jan 27, 2014 3:47 pm

Hey. So I have been trying to create a wifi access point by bridging eth0 and wlan0. I did a clean install, and when I connect ethernet, I can ssh into the pi. However, plugging in wifi adapter along with ethernet somehow kills the internet connection through ethernet, thus I cannot ssh into it. This was using the default /etc/network/interfaces. The only way I have been able to get it working is to modify the /etc/network/interfaces so that both eth0 and wlan0 are getting ip from dhcp. The problem is, I need to setup my network interface as shown in these tutorials:
http://blog.sip2serve.com/post/48420162 ... cess-point
http://www.daveconroy.com/turn-your-ras ... s-chipset/

Both tutorials give different methods of setting up the network interface, however neither of them work for me. After plugging in the wifi adapter and powering up, I get no internet whatsoever. Is there any reason why?

Wifi Adapter: Realtek Semiconductor Corp. rtl8188cus chipset

Thanks

User avatar
DougieLawson
Posts: 42771
Joined: Sun Jun 16, 2013 11:19 pm
Location: A small cave in deepest darkest Basingstoke, UK

Re: Wifi adapter kills internet to ethernet when plugged in?

Mon Jan 27, 2014 7:32 pm

sudo apt-get purge ifplugd
Languages using left-hand whitespace for syntax are ridiculous

DMs sent on https://twitter.com/DougieLawson or LinkedIn will be answered next month.
Fake doctors - are all on my foes list.

The use of crystal balls and mind reading is prohibited.

HashNinja
Posts: 27
Joined: Fri Dec 27, 2013 4:30 am

Re: Wifi adapter kills internet to ethernet when plugged in?

Tue Jan 28, 2014 3:34 am

Thanks for the reply. I purged ifplugd, but still internet cuts off after I plug in wifi adapter. I currently have a clean install of raspbian and did apt-get update and upgrade before purging ifplugd.

User avatar
CopterRichie
Posts: 131
Joined: Tue Mar 26, 2013 3:14 am
Location: Los Angeles CA.

Re: Wifi adapter kills internet to ethernet when plugged in?

Tue Jan 28, 2014 3:38 am

Is it possible your power supply is not supplying enough current to power the Wifi Adapter? I read, one amp is required to power everything including the Ethernet.

HashNinja
Posts: 27
Joined: Fri Dec 27, 2013 4:30 am

Re: Wifi adapter kills internet to ethernet when plugged in?

Tue Jan 28, 2014 3:52 pm

Thanks for the replies. I was using a 750mA supply before, and after switching to a 2A supply, everything worked perfectly. Thanks for the help guys.

jdlunday
Posts: 2
Joined: Thu Apr 23, 2015 10:07 pm

Re: Wifi adapter kills internet to ethernet when plugged in?

Thu Jul 30, 2015 5:46 pm

DougieLawson wrote:sudo apt-get purge ifplugd
I did this, assuming it was good information. All it did was kill
the lan connecton. I no longer can get on the internet with my
LAN ethernet cable. It disappeared the connection.
What the hell kind of help is this?????????????????????

you should at least give me a way back so the ethernet
would work. Now I got zip

Thanks for nothing,

James D. Lunday
[email protected]
Cottonwood, Az. 86326

MrEngman
Posts: 4140
Joined: Fri Feb 03, 2012 2:17 pm
Location: Southampton, UK

Re: Wifi adapter kills ethernet when plugged in? [Solved]

Thu Jul 30, 2015 6:15 pm

You should be able to re-install ifplugd using sudo apt-get install ifplugd


MrEngman
Simplicity is a prerequisite for reliability. Edsger W. Dijkstra

Please post ALL technical questions on the forum. Please Do Not send private messages.

drgeoff
Posts: 13827
Joined: Wed Jan 25, 2012 6:39 pm

Re: Wifi adapter kills internet to ethernet when plugged in?

Thu Jul 30, 2015 10:01 pm

jdlunday wrote:
DougieLawson wrote:sudo apt-get purge ifplugd
I did this, assuming it was good information. All it did was kill
the lan connecton. I no longer can get on the internet with my
LAN ethernet cable. It disappeared the connection.
What the hell kind of help is this?????????????????????

you should at least give me a way back so the ethernet
would work. Now I got zip

Thanks for nothing,

James D. Lunday
[email protected]
Cottonwood, Az. 86326
FYI: These forums are just like the internet.

Best effort - no guarantee.
Quis custodiet ipsos custodes?

Return to “Networking and servers”