Tiny Core Base > TCB Tips & Tricks

Apps downloading is pretty slow

<< < (6/15) > >>

Rich:
Hi Sashank999
Both of those attachment showed the same (slow) speed. So maybe it's not an IPv6 issue.

Is your ISP a cable TV provider? Does the network connection come into your house through coax (copper) or fiber optic cable?

Sashank999:
Hi !

Yes, my Cable Provider is also my ISP.
Network comes through Optic Fiber.

Rich:
Hi Sashank999
I'm afraid I'm running out of ideas. You should not have speed issues connected through fiber optic cable.

Post the results of:

--- Code: ---ifconfig -a > ifconfig.txt
--- End code ---

You might also want to Google for:

--- Code: ---slow internet "your ISP"
--- End code ---
and:

--- Code: ---slow internet "your MODEM"
--- End code ---
where  "your ISP"  is the company that provides your Internet connection and  "your MODEM"  is the make and model number of the MODEM
that connects you to the Internet.

Sashank999:
Hi !

ifconfig.txt attached.

Those Google searches did nothing.

Rich:
Hi Sashank999
That shows you are using a wireless connection, but I also see this:
eth0      Link encap:Ethernet  HWaddr 60:EB:69:E0:55:A4 
          UP BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)Your wired Ethernet device is listed as being  UP  even though it hasn't been assigned an IP address.

It's a long shot, but try taking down  eth0  and see if that speeds things up:

--- Code: ---sudo ifconfig eth0 down
--- End code ---

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version