LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices


Reply
  Search this Thread
Old 03-06-2011, 08:54 AM   #1
boxmein
LQ Newbie
 
Registered: Mar 2011
Location: freenode
Distribution: Ubuntu
Posts: 23

Rep: Reputation: 0
Question Linux Mint 10 Ethernet Connection Gone Broadcom


OS: Linux Mint 10 | Windows 7
Install Type: WUBI inside windows 7
Computer: HP Compaq Presario CQ56'
Network: Realtek PCIe FE Family controller w/ Realtek 8102E chipset
Problem in: Network Connection
Issue: After I woke up my computer from Sleep, I lost ethernet. No connection. It told me that I had lost my connection. Why? Now, after several restarts, nothing.

Last edited by boxmein; 03-23-2011 at 07:51 PM. Reason: Cleared up. Maybe helps.
 
Old 03-06-2011, 09:43 PM   #2
Peacedog
LQ Guru
 
Registered: Sep 2003
Location: Danville, VA
Distribution: Slackware, Windows, FreeBSD, OpenBSD, Mac OS X
Posts: 5,296

Rep: Reputation: 168Reputation: 168
Hi boxmein, Welcome to LQ. Have you tried toggling the wifi switch? Could you post the results of the following please?

Code:
$ sudo ifconfig -a
$ sudo iwconfig
Good luck. ;-)
 
Old 03-07-2011, 12:14 PM   #3
boxmein
LQ Newbie
 
Registered: Mar 2011
Location: freenode
Distribution: Ubuntu
Posts: 23

Original Poster
Rep: Reputation: 0
Sure. I'll edit this as soon as I do.
ifconfig -a:
eth0 link encap:Ethernet HWAddr:xx:xx:xx:xx:xx:xx (I censored it for my privacy)
inet6 addr xxxx::xxxx::xxxx::xxxx::xxxx/xx scope:connection (Censored this too)
uP BROADCAST RUNNING MULTICAST MTU:1500 metrics:1
Rx packets:10 errors:0 deleted:0 overload:0 frame errors:0
Tx packets:21 errors:0 deleted:0 overload:0 frame errors:0
collisions:0 txqueuelen:1000
Rx bytes:1644 Tx bytes:4600
stopped:42 base address:0xE000
eo (Local address 127.0.0.1 and 255.255.255.255 nothing special)
iwconfig:
eo no wireless extensions
eth0 no wireless extensions

(I use cable internets)

Last edited by boxmein; 03-16-2011 at 02:20 PM. Reason: Did what needed, no double posts :)
 
Old 03-17-2011, 10:31 AM   #4
boxmein
LQ Newbie
 
Registered: Mar 2011
Location: freenode
Distribution: Ubuntu
Posts: 23

Original Poster
Rep: Reputation: 0
Bump
 
Old 03-17-2011, 08:26 PM   #5
Peacedog
LQ Guru
 
Registered: Sep 2003
Location: Danville, VA
Distribution: Slackware, Windows, FreeBSD, OpenBSD, Mac OS X
Posts: 5,296

Rep: Reputation: 168Reputation: 168
Have you tried toggling the wifi switch?

Please post the output from the following:

Code:
# lspci -v | grep -i net
# lsmod
Good luck. ;-)
 
Old 03-18-2011, 09:44 AM   #6
boxmein
LQ Newbie
 
Registered: Mar 2011
Location: freenode
Distribution: Ubuntu
Posts: 23

Original Poster
Rep: Reputation: 0
I don't use WiFi, but how do I toggle it?
 
Old 03-18-2011, 10:50 AM   #7
reed9
Member
 
Registered: Jan 2009
Location: Boston, MA
Distribution: Arch Linux
Posts: 653

Rep: Reputation: 142Reputation: 142
Quote:
Originally Posted by Peacedog View Post
Have you tried toggling the wifi switch?

Please post the output from the following:

Code:
# lspci -v | grep -i net
# lsmod
Good luck. ;-)
This info will be useful for the ethernet as well. Please post it.

Also look at your dmesg output.
Code:
dmesg | grep eth
dmesg | grep rt
Check your physical ethernet connection as well, just to make sure everything is securely plugged in.

What happens if you try to connect as so
Code:
sudo ifconfig eth0 down
sudo ifconfig eth0 up
sudo dhclient eth0
 
Old 03-18-2011, 01:17 PM   #8
boxmein
LQ Newbie
 
Registered: Mar 2011
Location: freenode
Distribution: Ubuntu
Posts: 23

Original Poster
Rep: Reputation: 0
My first log of lspci and lsmod: http://pastebin.com/K5treYQL
My second log of dmesg: http://pastebin.com/NcxRWBT6
I tried eth0 up, does it need a restart? It didn't work...
 
Old 03-18-2011, 01:23 PM   #9
reed9
Member
 
Registered: Jan 2009
Location: Boston, MA
Distribution: Arch Linux
Posts: 653

Rep: Reputation: 142Reputation: 142
Hrm. Everything looks ok from that. You're getting an ip address when you used dhclient. So you're connected to your router. I assume you're having trouble connecting to any websites?

Can you ping out?
Code:
ping -c5 www.google.com
If that fails, can you ping uses a google ip address instead of the name?
Code:
ping -c5 74.125.226.179
 
Old 03-18-2011, 01:41 PM   #10
boxmein
LQ Newbie
 
Registered: Mar 2011
Location: freenode
Distribution: Ubuntu
Posts: 23

Original Poster
Rep: Reputation: 0
Here:
~ $ ping -c5 www.google.com
ping: unknown host www.google.com
~ $ ping -c5 74.125.226.179
connect: Network is unreachable

PLUS Gnome's taskbar at the bottom shows a plug/socket sign. The plug and socket are separated ant there is a red X next to the sign.

Last edited by boxmein; 03-18-2011 at 01:43 PM. Reason: derp
 
Old 03-18-2011, 03:13 PM   #11
boxmein
LQ Newbie
 
Registered: Mar 2011
Location: freenode
Distribution: Ubuntu
Posts: 23

Original Poster
Rep: Reputation: 0
BTW I am refreshing this every 15 minutes.
 
Old 03-18-2011, 07:46 PM   #12
Peacedog
LQ Guru
 
Registered: Sep 2003
Location: Danville, VA
Distribution: Slackware, Windows, FreeBSD, OpenBSD, Mac OS X
Posts: 5,296

Rep: Reputation: 168Reputation: 168
Can you ping anything on the local LAN?

Code:
$ ping -c4 192.168.1.1
How about issuing the following then trying to ping anything.

Code:
# iptables -F
then

Code:
$ ping -c4 www.google.com
$ ping -c5 74.125.226.179
Good luck. ;-)
 
Old 03-18-2011, 09:00 PM   #13
boxmein
LQ Newbie
 
Registered: Mar 2011
Location: freenode
Distribution: Ubuntu
Posts: 23

Original Poster
Rep: Reputation: 0
I'll try tomorrow. Today I have a morning train ride in 5 hours and I want to get some sleep. Bai.
 
Old 03-19-2011, 12:45 PM   #14
Peacedog
LQ Guru
 
Registered: Sep 2003
Location: Danville, VA
Distribution: Slackware, Windows, FreeBSD, OpenBSD, Mac OS X
Posts: 5,296

Rep: Reputation: 168Reputation: 168
Let us know, at this point I'm thinking firewall maybe?

Good luck. ;-)
 
Old 03-19-2011, 04:49 PM   #15
boxmein
LQ Newbie
 
Registered: Mar 2011
Location: freenode
Distribution: Ubuntu
Posts: 23

Original Poster
Rep: Reputation: 0
It worked before...
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
RT2070L usb ethernet mint linux 2.6.32-21-generic not_hed Linux - Hardware 2 10-04-2012 03:06 PM
Linux Ubuntu/ Mint is not working with my Ethernet. (Powerline Adapter) chridgely Linux - Networking 1 01-21-2011 03:45 AM
Linux Ubuntu/ Mint is not working with my Ethernet. (Powerline Adapter) chridgely Linux - Networking 1 01-08-2011 09:14 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking

All times are GMT -5. The time now is 06:21 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration