Forum
« No internet »

Welcome Guest. Please Login or Register.
May 22, 2013, 7:48pm



Return to or visit the SalineOS webpage

Forum :: General :: Networking Support :: No internet
« Page 2 of 2 Jump to page   Go    [Search This Thread] [Share Topic] [Print]
 AuthorTopic: No internet (Read 1,191 times)
beardedragon
Global Moderator
*****
member is offline

[avatar]



Joined: Feb 2011
Gender: Male
Posts: 857
 Re: No internet
« Reply #15 on Feb 15, 2011, 9:50pm »


Feb 15, 2011, 9:25pm, 62chevy wrote:
b44 is the driver for Broadcom.

In a terminal issue 'lsmod | grep b44'.

and see if it's there.

I think it's b43
Link to Post - Back to Top  IP: Logged

Robert Collard, Madison, WI
HP s5710f, 2x AMD Athlon II 260@3.2Ghz 3GB RAM, 640GB HD
Debian 7.0 XFCE-4.10 3.2.0-4-amd64

If you are satisfied with the results, please Edit your first post and add [Solved] to the Subject line.
62chevy
Senior Member
****
member is offline

[avatar]

Hard Core!



Joined: Jan 2011
Gender: Male
Posts: 412
Location: West Virginia, USA
 Re: No internet
« Reply #16 on Feb 15, 2011, 10:03pm »


Feb 15, 2011, 9:50pm, beardedragon wrote:

Feb 15, 2011, 9:25pm, 62chevy wrote:
b44 is the driver for Broadcom.

In a terminal issue 'lsmod | grep b44'.

and see if it's there.

I think it's b43


I looked first on my old DEll.
Link to Post - Back to Top  IP: Logged

Debian 6.0.3 Gnome2
Debian - Sid Caution DE may change on a whim.
SalineOS 1.5

Anthony Nordquist
Administrator
*****
member is offline




[homepage]

Joined: Dec 2010
Gender: Male
Posts: 1,336
 Re: No internet
« Reply #17 on Feb 16, 2011, 1:26am »

Actually there are around four (I think) Broadcom Ethernet drivers that have been used over the years. His chipset does in fact use the driver he mentioned, this is the newest driver and is in the mainline kernel. Wayne, could you please boot the live DVD and see if it brings up the internet. Please wait a couple minutes after Xfce comes up and try and load Google.
Link to Post - Back to Top  IP: Logged
wayne1288
New Member
*
member is offline





Joined: Feb 2011
Gender: Male
Posts: 24
 Re: No internet
« Reply #18 on Feb 16, 2011, 3:03am »

To clear any doubt on what driver is supposedly used, so here I just downloaded another Debian based, xfce , Crunchbang 10.
Run Live DVD , network connection is up automatically.

I tried install it. Here is what lsmod showed

wayne@crunchbang:~$ lsmod | grep broadcom
broadcom 5615 0
wayne@crunchbang:~$ lsmod | grep tg3
tg3 116210 0
wayne@crunchbang:~$


Link to Post - Back to Top  IP: Logged
wayne1288
New Member
*
member is offline





Joined: Feb 2011
Gender: Male
Posts: 24
 Re: No internet
« Reply #19 on Feb 16, 2011, 4:02am »

I am curious if Debian-xfce had issue on my networking so I downloaded it and run live.

Well, same issue, no internet.
look at lsmod and the tg3 and broadcom are loaded
modprobing using the same three lines in earlier post, wait for a while, also no internet.

seems to be something missing.. could it be kernel not playing well with tg3?
Link to Post - Back to Top  IP: Logged
62chevy
Senior Member
****
member is offline

[avatar]

Hard Core!



Joined: Jan 2011
Gender: Male
Posts: 412
Location: West Virginia, USA
 Re: No internet
« Reply #20 on Feb 16, 2011, 11:14am »


Feb 16, 2011, 4:02am, wayne1288 wrote:
I am curious if Debian-xfce had issue on my networking so I downloaded it and run live.

Well, same issue, no internet.
look at lsmod and the tg3 and broadcom are loaded
modprobing using the same three lines in earlier post, wait for a while, also no internet.

seems to be something missing.. could it be kernel not playing well with tg3?


If the kernel is having problems with the driver it will tell you. Look at 'dmesg | less' or run this in a terminal.

dmesg | grep tg3

dmesg | grep error

dmesg | grep fail

You should be able to do this in the live CD or your install. If that all looks fine and I'm thinking it will be I would take a look at wicd and maybe replace it with network manager. If you need help doing that Anthony or myself can tell you how.

EDIT: my mind is loosing it. grep!
« Last Edit: Feb 16, 2011, 11:15am by 62chevy »Link to Post - Back to Top  IP: Logged

Debian 6.0.3 Gnome2
Debian - Sid Caution DE may change on a whim.
SalineOS 1.5

wayne1288
New Member
*
member is offline





Joined: Feb 2011
Gender: Male
Posts: 24
 Re: No internet
« Reply #21 on Feb 16, 2011, 7:28pm »


Quote:
If you need help doing that Anthony or myself can tell you how.


Thanks chevy on your offer for help.

Yes, I will be happy to try something to get this computer working with broadcom/tg3.
As I have a running Saline 1.1 on amd 64-bit machine, this i3 is also 64-bit thus I hope I could follow a procedure to make appropriate changes from amd-64 and later run it on the i3.

Here is the output of dmesg:
Code:
wayne@i3:~$ dmesg | grep tg3
[ 0.835086] tg3.c:v3.102 (September 1, 2009)
[ 0.835103] tg3 0000:03:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[ 0.835112] tg3 0000:03:00.0: setting latency timer to 64
[ 0.845427] tg3 mdio bus: probed
[ 20.250012] tg3 0000:03:00.0: irq 32 for MSI/MSI-X
[ 20.799131] tg3: eth0: Link is down.
[ 23.790969] tg3: eth0: Link is up at 1000 Mbps, full duplex.
[ 23.790973] tg3: eth0: Flow control is on for TX and on for RX.
[ 25.864555] tg3 0000:03:00.0: irq 32 for MSI/MSI-X
[ 26.044386] tg3 0000:03:00.0: irq 32 for MSI/MSI-X
[ 26.782512] tg3: eth0: Link is down.
[ 92.130705] tg3 0000:03:00.0: irq 32 for MSI/MSI-X
[ 92.605816] tg3: eth0: Link is down.
wayne@i3:~$ dmesg | grep error
wayne@i3:~$ dmesg | grep fail
[ 0.758402] PM: Resume from disk failed.
wayne@i3:~$ dmesg | grep broadcom
wayne@i3:~$ dmesg | grep error
wayne@i3:~$




« Last Edit: Feb 16, 2011, 7:50pm by wayne1288 »Link to Post - Back to Top  IP: Logged
62chevy
Senior Member
****
member is offline

[avatar]

Hard Core!



Joined: Jan 2011
Gender: Male
Posts: 412
Location: West Virginia, USA
 Re: No internet
« Reply #22 on Feb 16, 2011, 7:52pm »

Code:
chevy@debian:~$ dmesg | grep r8169
[ 4.483739] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
[ 4.483761] r8169 0000:01:00.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
[ 4.483827] r8169 0000:01:00.0: setting latency timer to 64
[ 4.483874] r8169 0000:01:00.0: irq 31 for MSI/MSI-X
[ 4.490470] r8169 0000:01:00.0: firmware: requesting rtl_nic/rtl8168d-1.fw
[ 15.771870] r8169: eth0: link up
[ 15.771875] r8169: eth0: link up
[168643.610525] r8169: eth0: link down
[168651.979024] r8169: eth0: link up
[168662.293953] r8169: eth0: link down
[168663.869442] r8169: eth0: link up
[169120.621114] r8169: eth0: link down
[169130.511224] r8169: eth0: link up
[169145.289146] r8169: eth0: link down
[169146.805621] r8169: eth0: link up
[247776.856282] r8169: eth0: link down
[247778.410734] r8169: eth0: link up
chevy@debian:~$


This is what my computer says and your should be similar. The old Dell is history now so I can show you that one. I think you might be right but first lets look at a couple of more things.

If you could post the results of 'lsmod | grep tg3' , 'dmesg | grep eth0' and 'cat /etc/resolv.conf' .

EDIT: You said CrunBang worked so take a at that too and compare the files make sure they are loading the same driver and compare kernels ( uname -r ). Also does CrunchBang use wicd or network manager?

Something is stoping this from working it is either the kernel (I doubt it) the driver or wicd.
« Last Edit: Feb 16, 2011, 7:58pm by 62chevy »Link to Post - Back to Top  IP: Logged

Debian 6.0.3 Gnome2
Debian - Sid Caution DE may change on a whim.
SalineOS 1.5

wayne1288
New Member
*
member is offline





Joined: Feb 2011
Gender: Male
Posts: 24
 Re: No internet
« Reply #23 on Feb 16, 2011, 9:15pm »

here are the results

Code:
wayne@i3:~$ lsmod | grep tg3tg3 95663 0
libphy 14054 2 broadcom,tg3
wayne@i3:~$ dmesg | grep eth0
[ 0.865618] eth0: Tigon3 [partno(BCM57788) rev 57780001] (PCI Express) MAC address 00:25:64:ef:64:55
[ 0.865620] eth0: attached PHY driver [Broadcom BCM57780] (mii_bus:phy_addr=300:01)
[ 0.865622] eth0: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[0] TSOcap[1]
[ 0.865623] eth0: dma_rwctrl[76180000] dma_mask[64-bit]
[ 20.247574] ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 20.808851] tg3: eth0: Link is down.
[ 23.800417] tg3: eth0: Link is up at 1000 Mbps, full duplex.
[ 23.800421] tg3: eth0: Flow control is on for TX and on for RX.
[ 23.800990] ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[ 25.449530] ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 25.565033] ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 25.794991] tg3: eth0: Link is down.
[ 97.114807] ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 97.596081] tg3: eth0: Link is down.
wayne@i3:~$ cat /etc/resolv.conf
wayne@i3:~$ cat /etc/resolv.conf
wayne@i3:~$




Quote:
EDIT: You said CrunBang worked so take a at that too and compare the files make sure they are loading the same driver and compare kernels ( uname -r ). Also does CrunchBang use wicd or network manager?

Yes, crunchbang works out of the box on live CD.
Yes it loaded tg3 and broadcom. It uses network manager.

here is the details on crunchbang live cd
Code:
crunchbang@crunchbang:~$ lsmod | grep tg3
tg3 88273 0
libphy 11638 2 broadcom,tg3
crunchbang@crunchbang:~$ dmesg | grep eth0
[ 1.317243] eth0: Tigon3 [partno(BCM57788) rev 57780001] (PCI Express) MAC address 00:25:64:ef:64:55
[ 1.317247] eth0: attached PHY driver [Broadcom BCM57780] (mii_bus:phy_addr=300:01)
[ 1.317250] eth0: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[0] TSOcap[1]
[ 1.317252] eth0: dma_rwctrl[76180000] dma_mask[64-bit]
[ 35.370161] ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 36.219458] tg3: eth0: Link is down.
[ 39.211628] tg3: eth0: Link is up at 1000 Mbps, full duplex.
[ 39.211630] tg3: eth0: Flow control is on for TX and on for RX.
[ 39.211762] ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[ 49.307064] eth0: no IPv6 routers present
crunchbang@crunchbang:~$ cat /etc/resolv.cong
cat: /etc/resolv.cong: No such file or directory
crunchbang@crunchbang:~$ cat /etc/resolv.cong
cat: /etc/resolv.cong: No such file or directory
crunchbang@crunchbang:~$ uname -r
2.6.32-5-686





Link to Post - Back to Top  IP: Logged
62chevy
Senior Member
****
member is offline

[avatar]

Hard Core!



Joined: Jan 2011
Gender: Male
Posts: 412
Location: West Virginia, USA
 Re: No internet
« Reply #24 on Feb 16, 2011, 10:16pm »

Having an empty /etc/resolv.conf means DHCP may not be setup correctly. You can go to http://www.opendns.com/ and use their IP numbers but you will still need to know your 'domain' and 'search' urls. Try coping the /etc/resolv.conf from crunchbang to your hard drive.

You can mount your hard drive to any live Cd by issuing 'mount -t auto /dev/sdxx /mnt' and of course xx means the letter of your HD and number of your partition like sda1 for example. Then 'cd /mnt/etc' then 'nano resolv.conf'. When done issue 'umount -a && exit' that should get you out of the terminal so you can reboot.
Link to Post - Back to Top  IP: Logged

Debian 6.0.3 Gnome2
Debian - Sid Caution DE may change on a whim.
SalineOS 1.5

wayne1288
New Member
*
member is offline





Joined: Feb 2011
Gender: Male
Posts: 24
 Re: No internet
« Reply #25 on Feb 21, 2011, 4:00am »

Well, I think I am stuck.
copy the files from crunchbang over did not help.

Try also some idea from Debian forum, blacklist tg3 in /etc/modprobe.d/blacklist.conf, add broadcom and tg3 in /etc/modules, install firmware, etc.
Still no internet..

Take a rest first.

Got to be not so difficult!!. Any other ideas for me to try?
Link to Post - Back to Top  IP: Logged
Anthony Nordquist
Administrator
*****
member is offline




[homepage]

Joined: Dec 2010
Gender: Male
Posts: 1,336
 Re: No internet
« Reply #26 on Feb 21, 2011, 4:53am »

Try logging in as root and inputting the following:
aptitude install ethtool
ethtool -K eth0 tso off
ifconfig eth0 down
ifconfig eth0 up
Link to Post - Back to Top  IP: Logged
62chevy
Senior Member
****
member is offline

[avatar]

Hard Core!



Joined: Jan 2011
Gender: Male
Posts: 412
Location: West Virginia, USA
 Re: No internet
« Reply #27 on Feb 21, 2011, 12:58pm »

Okay you show the driver is being loaded in crunchbamg but what about SalineOS. When you do 'lsmod | grep tg3' in SalineOS does the drive show up. You may need to add it to your initrd.img by rebuilding it.

If 'lsmod' doesn't show the driver try 'modprobe tg3'.
Link to Post - Back to Top  IP: Logged

Debian 6.0.3 Gnome2
Debian - Sid Caution DE may change on a whim.
SalineOS 1.5

Anthony Nordquist
Administrator
*****
member is offline




[homepage]

Joined: Dec 2010
Gender: Male
Posts: 1,336
 Re: No internet
« Reply #28 on Feb 21, 2011, 5:05pm »


Feb 21, 2011, 12:58pm, 62chevy wrote:
Okay you show the driver is being loaded in crunchbamg but what about SalineOS. When you do 'lsmod | grep tg3' in SalineOS does the drive show up. You may need to add it to your initrd.img by rebuilding it.

If 'lsmod' doesn't show the driver try 'modprobe tg3'.


The driver is up, you can tell by his output. Issues with the tg3 driver are spamed around Google. Seems the driver has an issue with the automation of some settings failing. Step one for trouble shooting this is my post above.

These commands may also help with this issue:
ethtool -s eth0 speed 100
ethtool -s eth0 autoneg off
« Last Edit: Feb 21, 2011, 5:09pm by Anthony Nordquist »Link to Post - Back to Top  IP: Logged
62chevy
Senior Member
****
member is offline

[avatar]

Hard Core!



Joined: Jan 2011
Gender: Male
Posts: 412
Location: West Virginia, USA
 Re: No internet
« Reply #29 on Feb 21, 2011, 10:40pm »


Feb 21, 2011, 5:05pm, Anthony Nordquist wrote:

Feb 21, 2011, 12:58pm, 62chevy wrote:
Okay you show the driver is being loaded in crunchbamg but what about SalineOS. When you do 'lsmod | grep tg3' in SalineOS does the drive show up. You may need to add it to your initrd.img by rebuilding it.

If 'lsmod' doesn't show the driver try 'modprobe tg3'.


The driver is up, you can tell by his output. Issues with the tg3 driver are spamed around Google. Seems the driver has an issue with the automation of some settings failing. Step one for trouble shooting this is my post above.

These commands may also help with this issue:
ethtool -s eth0 speed 100
ethtool -s eth0 autoneg off


The reason I asked is because most of his post said:
Code:
wayne@crunchbang:~$ lsmod | grep broadcom
broadcom 5615 0


So I was wondering if that was the same out put in Saline OS as in CrunchBang, that's all. If that is an example of what Saline OS gave then I understand what he did.

Link to Post - Back to Top  IP: Logged

Debian 6.0.3 Gnome2
Debian - Sid Caution DE may change on a whim.
SalineOS 1.5

« Page 2 of 2 Jump to page   Go    [Search This Thread] [Share Topic] [Print]



Anthony Nordquist, on behalf of the SalineOS project, is a participant in the Amazon Services LLC Associates Program, an affiliate advertising program designed to provide a means for sites to earn advertising fees by advertising and linking to amazon.com. As such, if you click the above banner and then make any purchase including digital downloads, a small percentage will be paid to the SalineOS project.
Click Here To Make This Board Ad-Free


This Board Hosted For FREE By ProBoards
Get Your Own Free Message Boards & Free Forums!
Terms of Service | Privacy Policy | Notice | FTC Disclosure | Report Abuse | Mobile