WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Network connection problems  (Read 12675 times)

Offline bigpcman

  • Hero Member
  • *****
  • Posts: 719
Network connection problems
« on: December 01, 2008, 06:23:36 AM »
Great job guys on building the tinycore system. I have booted it up on my dell 640 laptop. Boots fast just as you described. After the boot completes there is no network connection. I'm connected to a typical router with dhcp turned on. What do I need to do to get the network connected? I've tried turning on the dhcp client in the control panel and a few other simple things.
bigpcman
big pc man

Offline Jason W

  • Administrator
  • Hero Member
  • *****
  • Posts: 9730
Re: Network connection problems
« Reply #1 on: December 01, 2008, 06:35:49 AM »
Hi Bigpcman,
What kind of NIC do you have?  On some of my PC's the drivers are not modprobed and I have to do it manually before I setup the network.

Offline bigpcman

  • Hero Member
  • *****
  • Posts: 719
Re: Network connection problems
« Reply #2 on: December 01, 2008, 06:47:47 AM »
According to dmesg I have a "e100: Intel pro/ 100 driver 3.5.23 -k4 -NAPI" driver loaded but I think the dell 640 laptop actually uses a integrated 3com network device. I'll have to boot up another os to see for sure.

--------------------------
Ok, I have a 3com 3C920 integrated ethernet controller. Can Someone remind me how to load a driver for this device?
« Last Edit: December 01, 2008, 06:58:59 AM by bigpcman »
big pc man

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10957
Re: Network connection problems
« Reply #3 on: December 01, 2008, 07:05:13 AM »
The name of your driver should be "3c59x", try loading it:
sudo modprobe 3c59x
The only barriers that can stop you are the ones you create yourself.

Offline bigpcman

  • Hero Member
  • *****
  • Posts: 719
Re: Network connection problems
« Reply #4 on: December 01, 2008, 07:43:25 AM »
That did it. Thanks.

-----------------------------------
How do I get this to happen on boot? Is there a boot code for this or do I have to remaster the iso?
« Last Edit: December 01, 2008, 07:47:51 AM by bigpcman »
big pc man

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10957
Re: Network connection problems
« Reply #5 on: December 01, 2008, 08:12:10 AM »
You would add that (without sudo) to /opt/bootlocal.sh, which is by default included in your backup.
The only barriers that can stop you are the ones you create yourself.

Offline bigpcman

  • Hero Member
  • *****
  • Posts: 719
Re: Network connection problems
« Reply #6 on: December 01, 2008, 08:37:14 AM »
Great. I'm assuming if I only have ntfs hard drive file systems I would need to use a usb stick for backup. Is this correct?
big pc man

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10957
Re: Network connection problems
« Reply #7 on: December 01, 2008, 09:41:55 AM »
Yes, or a floppy if you must :)
The only barriers that can stop you are the ones you create yourself.

Offline softwaregurl

  • Suspended
  • Full Member
  • ***
  • Posts: 109
Re: Network connection problems
« Reply #8 on: December 01, 2008, 12:59:24 PM »
Similar problem of net card not detected.  Dsl-N DMESG SHOWS

Linux Tulip driver version 1.1.13 (May 11, 2002)
tulip0:  MII transceiver #1 config 3000 status 7829 advertising 01e1.
eth0: Lite-On 82c168 PNIC rev 32 at 0001d800, 00:A0:CC:D1:3D:1C, IRQ 9.

I tryed
sudo modprobe -v tulip
and it loads without error but cat /proc/interrupts doesn't show it.  modinfo tulip just adds to my confusion. DSL DSL-N and Debian detect it.  The computer is a Tiger GT200 200mhz, 186megs according to torsmo and 1 gig swap.  I also have Debian on this box, maybe I should see what it says.
Old wounds that have never healed need to be re-exposed before the cure can be applied.  The cure must be available before the wound is re-exposed.

Offline roberts

  • Administrator
  • Hero Member
  • *****
  • Posts: 7361
  • Founder Emeritus
Re: Network connection problems
« Reply #9 on: December 01, 2008, 07:52:51 PM »
True. Not all hardware is auto detected. But again Tiny Core is not a turnkey system.
By using control panel and viewing tabs, typically dmesg, then modprobe, add to /opt/bootlocal.sh and away go you at full speed.
10+ Years Contributing to Linux Open Source Projects.

Offline bigpcman

  • Hero Member
  • *****
  • Posts: 719
Re: Network connection problems
« Reply #10 on: December 14, 2008, 10:23:30 AM »
Re question on r4 :
Quote
Anyone who had their netcard module not autoload, does it do that now?
My dell 640 laptop now boots up with the 3c59x network driver loaded so I don't have to do a modprobe anymore. However, the network does not come up. Using netcardconf post boot and enabling (yes) for use dhcp broadcast then apply brings up the network interface. Netstat now reports active connection. If I go back to networkconf no ip address is shown and the dhcp broadcast is still set to no. The name servers are now filled in. Seems strange to me. Would it be better to default the system after boot to use dhcp?

---------
edit: Clicking on dhcp client in the control panel post boot also brings up the network interface. But netcardconf still does not display dhcp (yes) and the ip address is use. I suppose the default is always no dhcp and the ip field can only be used to enter a static ip address.

edit2: Does the dhcp client have to be on all the time or just until an ip address is obtained? Is the client required for automatic recovery of an ip address in the event the dhcp server is restarted?
« Last Edit: December 14, 2008, 11:03:01 AM by bigpcman »
big pc man

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10957
Re: Network connection problems
« Reply #11 on: December 14, 2008, 10:41:41 AM »
It does, but we boot too fast for some cards :)

For now, add some wait with waitusb=5 and see if that is enough for your card.
The only barriers that can stop you are the ones you create yourself.

Offline bigpcman

  • Hero Member
  • *****
  • Posts: 719
Re: Network connection problems
« Reply #12 on: December 14, 2008, 11:06:30 AM »
OK, the delay fixed the problem, the network now comes up after boot.
big pc man

Offline kuky

  • Newbie
  • *
  • Posts: 14
Re: Network connection problems
« Reply #13 on: December 20, 2008, 07:51:34 AM »
to qwery how to work a atheros l2 fast ethernet of a asus eepc 4 gb ? its not recognised in boot ...

thanks

ps the asus have another wireless card atheros ar 5007eg
beers to all

Offline ^thehatsrule^

  • Administrator
  • Hero Member
  • *****
  • Posts: 1726
Re: Network connection problems
« Reply #14 on: December 20, 2008, 12:07:16 PM »
edit2: Does the dhcp client have to be on all the time or just until an ip address is obtained? Is the client required for automatic recovery of an ip address in the event the dhcp server is restarted?
sure, but it's not only that - it's usually for renewing when the ip lease expires.  You can look up how dhcp works if you want more info.

kuky: are you using rc7?  If so, please output the related parts of lspci -v, ifconfig, lsmod, dmesg, etc.