LinuxQuestions.org
Visit Jeremy's Blog.
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 04-15-2004, 11:57 AM   #1
Power_Penguin
LQ Newbie
 
Registered: Jul 2003
Location: washington USA
Distribution: Mandrake 9.1
Posts: 5

Rep: Reputation: 0
Question - mandrake 10 - upgrading 2 systems eth audio


Hey guys,

i have 2 systems (that work anyway) and i want to upgrade to mandrake 10.0 community
on system "B" it is already installed, and system "A" is running mandrake 9.2

My systems are as follows:
System A:
intel Pentium4 - 2.4B with 512k L2 cache (Northwood) --nice chip
Gigabyte titan GA-8IPE1000 PRO2 (onboard LAN(module:e100), audio(module:snd-intel8x0)) - mobo
Nvidia GeForce4 TI 4200 (siluro by abit)
512mb DDR(3100) X2
hda 40gb seagate (Mandrake 9.2 here)
hdb 80gb western digital (just for storage)

BTW on system "A" EVERYTHING works: audio, network/internet, graphics(with the Nvidia driver) so i want to keep it working but install mandrake 10.0

System B:
intel celeron 466mhz 128 L2 cache (Mendocino) -- The celeron is a great chip old though it is
intel i810 Motherboard (onboard graphics, audio) -- this MOBO bites
Linksys etherfast 10/100 PCI ethernet card (module:tilip)
hda 8gb seagate (mandrake 10.0)
128mb ram + 256mb (type?)

I don't use audio on this computer but i do use the internet, and while booting eth0 fails every boot

however... i can create a "new" connection in the Mandrake control center and that will fix the internet until I reboot.

All advice help ideas are welcome and appreciated

Last edited by Power_Penguin; 04-15-2004 at 11:58 AM.
 
Old 04-16-2004, 02:11 PM   #2
zowey
Member
 
Registered: Feb 2004
Location: Croatia
Distribution: slackware 10.1, debian sarge, knoppix, ubuntu 7.04
Posts: 67

Rep: Reputation: 15
can you write error message?
 
Old 04-16-2004, 03:19 PM   #3
Inexactitude
Member
 
Registered: Oct 2003
Distribution: Slackware 12.2, Ubuntu 9.04
Posts: 477

Rep: Reputation: 30
I've noticed something with mandrake 10. For me at least, it detects my nic during installation, I was able to get online the first time. Then it stopped loading my modules. Try running modprobe tilip, and see if that will get you online. I don't why it stops loading them, but for reloading the modules worked.
 
Old 04-17-2004, 12:39 AM   #4
AutOPSY
Member
 
Registered: Mar 2004
Location: US
Distribution: Redhat 9 - Linux 2.6.3
Posts: 836

Rep: Reputation: 31
you need to veiw your modules.conf file, or type lsmod to see if the module for the device is being loaded on boot, this is 1 main reason networks don't work at boot time.
 
Old 04-17-2004, 06:52 AM   #5
Godmother
LQ Newbie
 
Registered: Jan 2004
Location: Tampere, Finland
Distribution: Mandrake 10.0
Posts: 8

Rep: Reputation: 0
I have the same problem. My eth0 fails at boot and it won't work even if I create a new connection. I have a LAN-connection to SDSL with HomePNA-card and I use DHCP.

Still I can see data running through eth0 when I monitor my connections. But I can't get to Internet.

This is what dmesg says:

--------------------------------------------------------------------------------
pcnet32.c:v1.27b 01.10.2002 tsbogend@alpha.franken.de
pcnet32: PCnet/Home 79C978 at 0xd800, 00 30 be 00 2a 24 assigned IRQ 19.
eth0: registered as PCnet/Home 79C978
pcnet32: 1 cards_found.
8139too Fast Ethernet driver 0.9.27
eth1: RealTek RTL8139 at 0xe1944800, 00:10:a7:16:b3:4c, IRQ 17
eth1: Identified 8139 chip type 'RTL-8100B/8139D'
NET: Registered protocol family 17
mtrr: 0xe0000000,0x8000000 overlaps existing 0xe0000000,0x1000000
atkbd.c: Unknown key released (translated set 2, code 0x7a on isa0060/serio0).
atkbd.c: This is an XFree86 bug. It shouldn't access hardware directly.
NET: Registered protocol family 10
Disabled Privacy Extensions on device c035fa20(lo)
IPv6 over IPv4 tunneling driver
cdrom: This disc doesn't have any tracks I recognize!
cdrom: This disc doesn't have any tracks I recognize!
eth0: no IPv6 routers present
--------------------------------------------------------------------------------

...probably something wrong with IPv6, but what?
 
Old 04-17-2004, 07:16 AM   #6
Godmother
LQ Newbie
 
Registered: Jan 2004
Location: Tampere, Finland
Distribution: Mandrake 10.0
Posts: 8

Rep: Reputation: 0
And here's what ifconfig says...

eth0 Link encap:Ethernet HWaddr 00:30:BE:00:2A:24
inet6 addr: fe80::230:beff:fe00:2a24/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:629 errors:2 dropped:0 overruns:0 frame:2
TX packets:5 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:54897 (53.6 Kb) TX bytes:378 (378.0 b)
Interrupt:19 Base address:0xd800

lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:118 errors:0 dropped:0 overruns:0 frame:0
TX packets:118 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:7702 (7.5 Kb) TX bytes:7702 (7.5 Kb)

... and I'm not sure how to interpret it, cos I'm a n00b.
 
  


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
eth0 fails at boot... fowlerlfc Linux - Hardware 3 06-02-2004 10:52 PM
Mandrake 10 fails eth0 MysteriousRevC Mandriva 18 05-22-2004 01:39 PM
Mandrake 10 eth0 fails on boot and no display Storm660 Mandriva 5 04-22-2004 04:02 PM
eth0 fails at boot up jaysturm Linux - Networking 11 02-27-2004 05:09 PM
eth0 fails during OS boot TP Linux - General 1 02-15-2001 04:33 PM

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

All times are GMT -5. The time now is 02:13 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