WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Tinycore 5.0 and network issue  (Read 7660 times)

Offline LinuxUser01

  • Full Member
  • ***
  • Posts: 111
Tinycore 5.0 and network issue
« on: September 14, 2013, 09:54:32 PM »
I can't get the internet to work with the new TinyCore 5.0. I have tried unplugging the CAT5 from the back of the computer and plugging it back in (worked everytime with other versions of Tinycore with this particular problem), gone into Control panel/Network and checked yes on "Use DHCP Broadcast" and saved to no availability. Not sure what else to try since this seems new to me. Just keep on getting network error when using the App Browser since TinyCore 5.0 isn't finding the network properly. Any advice would be appreciated, thanks in advance.
« Last Edit: September 14, 2013, 10:24:15 PM by LinuxUser01 »

Offline gerald_clark

  • TinyCore Moderator
  • Hero Member
  • *****
  • Posts: 4254
Re: Tinycore 5.0 and network issue
« Reply #1 on: September 14, 2013, 10:23:53 PM »
If 'ifconfig -a' does not show your network interface, you will need to install the driver or firmware for it.
Since you have not given any useful information, it is difficult to be more help.

Show the output of:
ifconfig -a
route -n
cat /etc/resolv.conf


Offline LinuxUser01

  • Full Member
  • ***
  • Posts: 111
Re: Tinycore 5.0 and network issue
« Reply #2 on: September 14, 2013, 10:46:08 PM »
ifconfig -a does show me several network interfaces. Getting some IP's with the route -n command, but can't seem to understand why i am having issues with the network with this new version of TinyCore. How can i copy and paste the results of these commands? Also i am noticing packets going up on the main network interface which started from 0 packets. I'm switching between two USB sticks since one is running the new version of Tinycore and the other is the previous Tinycore 4.7.7 (i'm typing from right now).

Offline gerald_clark

  • TinyCore Moderator
  • Hero Member
  • *****
  • Posts: 4254
Re: Tinycore 5.0 and network issue
« Reply #3 on: September 14, 2013, 10:50:14 PM »
Is the contents of /opt/tcemirror the following?
http://distro.ibiblio.org/tinycorelinux/

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11576
Re: Tinycore 5.0 and network issue
« Reply #4 on: September 14, 2013, 10:50:29 PM »
Hi LinuxUser01
Quote
Just keep on getting network error when using the App Browser ...
The server is currently having a problem. I can't connect with AppBrowser either. The download button at the top of the
forum page is not functioning either.

Offline gerald_clark

  • TinyCore Moderator
  • Hero Member
  • *****
  • Posts: 4254
Re: Tinycore 5.0 and network issue
« Reply #5 on: September 14, 2013, 10:51:32 PM »
Tinycore 5.0 uses a new distro.

Offline LinuxUser01

  • Full Member
  • ***
  • Posts: 111
Re: Tinycore 5.0 and network issue
« Reply #6 on: September 14, 2013, 11:00:29 PM »
Well, hopefully its because of the issue you guys are having and not the network i'm using, but anyhow here are the results from the commands posted by gerald_clark. Thanks again.

dummy0    Link encap:Ethernet  HWaddr 72:94:AC:3A:E6:B1 
          BROADCAST NOARP  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:0
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)

eth0      Link encap:Ethernet  HWaddr 00:1A:4D:52:8E:55 
          inet addr:192.168.1.6  Bcast:192.168.1.255  Mask:255.255.255.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:11 errors:0 dropped:0 overruns:0 frame:0
          TX packets:8 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:2080 (2.0 KiB)  TX bytes:1186 (1.1 KiB)

ip_vti0   Link encap:UNSPEC  HWaddr 00-00-00-00-FF-00-00-00-00-00-00-00-00-00-00-00 
          NOARP  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:0
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)


lo        Link encap:Local Loopback 
          inet addr:127.0.0.1  Mask:255.0.0.0
          UP LOOPBACK RUNNING  MTU:65536  Metric:1
          RX packets:4 errors:0 dropped:0 overruns:0 frame:0
          TX packets:4 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:200 (200.0 B)  TX bytes:200 (200.0 B)

tunl0     Link encap:UNSPEC  HWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00 
          NOARP  MTU:1480  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:0
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)

Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
0.0.0.0         192.168.1.1     0.0.0.0         UG    0      0        0 eth0
127.0.0.1       0.0.0.0         255.255.255.255 UH    0      0        0 lo
192.168.1.0     0.0.0.0         255.255.255.0   U     0      0        0 eth0

nameserver 192.168.17.1
nameserver 192.168.1.1

Offline gerald_clark

  • TinyCore Moderator
  • Hero Member
  • *****
  • Posts: 4254
Re: Tinycore 5.0 and network issue
« Reply #7 on: September 14, 2013, 11:03:43 PM »
nameserver 192.168.17.1 is not in your network.
Looks like a dhcpd misconfiguration.

Offline LinuxUser01

  • Full Member
  • ***
  • Posts: 111
Re: Tinycore 5.0 and network issue
« Reply #8 on: September 14, 2013, 11:16:48 PM »
Well, i'm getting the same results on this USB stick that is running Tinycore v4.7.7 with the commands that you have provided me from the second post, but i am accessing the net and accessing the Apps Browser. So its got to be what Rich stated above. I have even selected "Select Mirror" and "Select fastest mirror" still to no availability. Not sure what the URI was at the bottom of the Apps Browser when i first attempted to access the browse function from the Cloud (Remote).

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11576
Re: Tinycore 5.0 and network issue
« Reply #9 on: September 14, 2013, 11:20:38 PM »
Hi LinuxUser01
As I said, the server is experiencing some kind of problem. Try clicking on  Welcome  or  FAQ  or  Downloads  at the
top of the page and you'll get a connection error.
That  192.168.17.1  however does look wrong.

Offline LinuxUser01

  • Full Member
  • ***
  • Posts: 111
Re: Tinycore 5.0 and network issue
« Reply #10 on: September 14, 2013, 11:33:13 PM »
The URI on the Apps Browser is http://repo.tinycorelinux.net/. The cat /etc/resolv.conf i'm getting on this Tinycore v4.7.7 is the same results as from the other USB stick using Tinycore 5.0. I am not using a computer that is going straight to the Internet cable modem, but using a router inbetween. Not sure what IP that is, but this internet works just fine with it. Apparently, the Gateway and DNS1 is stated to be 192.168.17.1/3. I also have a couple of other modems inbetween the Internet cable modem and the Router that i'm using. Not sure if those are conflicting or not.

nameserver 192.168.17.1
nameserver 192.168.1.1

Offline tinypoodle

  • Hero Member
  • *****
  • Posts: 3857
Re: Tinycore 5.0 and network issue
« Reply #11 on: September 15, 2013, 12:08:21 AM »
I also have a couple of other modems inbetween the Internet cable modem and the Router that i'm using.

Huh?  =:O
"Software gets slower faster than hardware gets faster." Niklaus Wirth - A Plea for Lean Software (1995)

gordonselfish

  • Guest
Re: Tinycore 5.0 and network issue
« Reply #12 on: September 15, 2013, 12:19:10 AM »
gerald_clark
thanks for reply 3, that got me from RC1 to 5.x final

LinuxUser01
I have a router with a gateway of 192.168.1.1 and it has its own nameservers configured ok

try typing 192.168.1.1 in your web browser to confirm you get a router login prompt
then try 192.168.17.1 and see what happens.

If your router is correctly configured to use Opendns you might get my output if interested
Code: [Select]
cat /etc/resolv.conf
nameserver 208.67.222.222
nameserver 208.67.220.220

Offline LinuxUser01

  • Full Member
  • ***
  • Posts: 111
Re: Tinycore 5.0 and network issue
« Reply #13 on: September 15, 2013, 12:29:53 AM »
I think that IP is for the Sprint modem connected inbetween. Since typing that IP in the browser gives me FC330A which is probably the name for that modem. The 192.168.1.1 is the actual router which works just fine getting into. So has anyone figured out what the actual problem is for the Apps Browser not connecting in the new version of Tinycore 5.0?

gordonselfish

  • Guest
Re: Tinycore 5.0 and network issue
« Reply #14 on: September 15, 2013, 01:48:47 AM »
Quote
So has anyone figured out what the actual problem is for the Apps Browser not connecting in the new version of Tinycore 5.0?

EDIT
another post shows there was an outage and contents of /opt/tcemirror are now
Quote
http://repo.tinycorelinux.net/

If you changed to reply 3 contents and backed up, you may wish to backup again with new contents?

good luck
« Last Edit: September 15, 2013, 05:34:37 AM by gordonselfish »