LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
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 11-16-2005, 11:42 AM   #16
krtaeous
LQ Newbie
 
Registered: Nov 2005
Location: Miami
Distribution: Fedora, OS X
Posts: 6

Original Poster
Rep: Reputation: 0

Okay, things have gone from bad to what the f*ck! I decided to reinstall FC4 fresh. it found my network card, called it eth0, and I was right back where I began - a seemingly valid DHCP configuration but no functionality.

After a couple of reboots, during the boot process, I suddenly get a message that says, "eht0 does not appear to be present"

Also, my sound card creates some "fatal error" during the boot process.

So I went sorting through the output of dmesg and found...

tulip: Unknown parameter 'irq'
tulip: Unknown parameter 'irq'
snd_intel8x0: Unknown parameter `'
snd_intel8x0: Unknown parameter `'
snd_intel8x0: Unknown parameter `'

Does this relate to modprobe.conf? The first line says:

alias eth0 tulip

what is tulip? there is no man for it.

also the last line of modprobe.conf says:

options tulip irq=15

Any thoughts? Maybe I should just try Debian?
 
Old 11-17-2005, 05:25 AM   #17
linuxamateur-two-too
LQ Newbie
 
Registered: Nov 2005
Location: Basel Suisse
Posts: 18

Rep: Reputation: 0
Tulip is evidently the chip on your networkcard. (not the former computer Tulip). The most recent driver, dated 11 nov 2005 can be found at the Linux Arkiv via

http://sourceforge.net/forum/forum.php?forum_id=400090 and should soon be in every distros update-site (?)
 
Old 11-17-2005, 09:51 AM   #18
sigsegv
Senior Member
 
Registered: Nov 2004
Location: Third rock from the Sun
Distribution: NetBSD-2, FreeBSD-5.4, OpenBSD-3.[67], RHEL[34], OSX 10.4.1
Posts: 1,197

Rep: Reputation: 47
The tulip driver is standard equipment in the kernel (lots of cards use the tulip chipset).

If you want to see all the options for the driver, do modinfo tulip and that will (should) spit out all the available flags for the module.

You can see if that option is the problem by running the following commands:

Code:
rmmod tulip
modprobe tulip
service network restart
The first command removes the module from the kernel. The second one loads it again, but this time without the irq=15 option. Then you restart the network to get a dhcp lease and all that good stuff.

If it doesn't work with no options, you'll need to read the docs for the driver and figure out what options it does need (they should be in the "Documentation" directory under the kernel source somewhere).
 
Old 11-17-2005, 12:23 PM   #19
Darin
Senior Member
 
Registered: Jan 2003
Location: Portland, OR USA
Distribution: Slackware, SLAX, Gentoo, RH/Fedora
Posts: 1,024

Rep: Reputation: 45
Quote:
TX packets:0 errors:7 dropped:0 overruns:0 carrier:7
That sticks out as something important. I've had problems with some network cards due to BIOS issues, aside from mii-tool and checking cabling, you could try one of these kernel paramaters:

apic
acpi=noirq
pci=noapic
pci=bios

they go in your /boot/grub/grub.conf file, at the end of the kernel line that should have the word quiet in it.

kernel (hd0,2)/vmlinuz-2.4.308 root=/dev/hda2 ro quiet

becomes:

kernel (hd0,2)/vmlinuz-2.4.308 root=/dev/hda2 ro quiet pci=noapic

*Note your kernel line will be different than this, just add the line to the end of it.
 
Old 11-17-2005, 12:29 PM   #20
lagu2653
Member
 
Registered: Jun 2005
Distribution: Lubuntu 16.04 LTS
Posts: 104

Rep: Reputation: 15
I have SUSE. I had to set up the standard route to the IP-address of my router and I had to enter my two name-servers.

Last edited by lagu2653; 11-17-2005 at 12:33 PM.
 
Old 11-20-2005, 03:07 PM   #21
krtaeous
LQ Newbie
 
Registered: Nov 2005
Location: Miami
Distribution: Fedora, OS X
Posts: 6

Original Poster
Rep: Reputation: 0
Unhappy

thanks for all the tips guys, but this thing still doesn't work!

i tried adding those arguments to my grub.conf (btw, the system didn't seem to like pci=apic)

i tried rmmod tulip and restarting the network.

nothing seems to work. i've got a lot on my plate right now, so I'm afraid i have to give up for now...
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
PPP establish can ping the gateway router but unable to ping the host deepalalla Linux - Networking 0 11-18-2004 09:10 AM
Can not ping router oigeli Linux - Networking 3 09-15-2004 02:21 PM
Can't ping router! kalleanka Linux - Networking 2 05-27-2004 01:50 AM
can ping self but not router 78silversc Linux - Networking 16 04-23-2003 02:05 AM
cant ping router johnharry Linux - Networking 3 02-17-2003 01:24 PM

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

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