LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 01-21-2006, 10:44 AM   #1
opiea
Member
 
Registered: Mar 2004
Location: Ortonville, MI
Distribution: Ubuntu 7.04 Feisty Fawn
Posts: 30

Rep: Reputation: 15
Need Network Driver


I have a Uli PCI Fast Ethernet Controller (onboard) and I need drivers for it for Fedora Core 4 x86_64 but I can't find them.
 
Old 01-21-2006, 10:52 AM   #2
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
this would *appear* to be a tulip variant, so try that driver.
 
Old 01-21-2006, 12:38 PM   #3
opiea
Member
 
Registered: Mar 2004
Location: Ortonville, MI
Distribution: Ubuntu 7.04 Feisty Fawn
Posts: 30

Original Poster
Rep: Reputation: 15
I'll give it a try then post the results
 
Old 01-21-2006, 01:28 PM   #4
opiea
Member
 
Registered: Mar 2004
Location: Ortonville, MI
Distribution: Ubuntu 7.04 Feisty Fawn
Posts: 30

Original Poster
Rep: Reputation: 15
When I try to install the tulip drivers with "sudo install -m 644 pci-scan.c tulip.c /lib/modules/(my kernel)/kernel/net/ I get "install too few arguments"

I'm running Ubuntu 5.10
 
Old 01-21-2006, 01:37 PM   #5
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
why are you trying to install it? you'll already have it in your kernel.
 
Old 01-21-2006, 01:42 PM   #6
opiea
Member
 
Registered: Mar 2004
Location: Ortonville, MI
Distribution: Ubuntu 7.04 Feisty Fawn
Posts: 30

Original Poster
Rep: Reputation: 15
The Tulip driver site says I need to either install it on the kernel or as a module. I don't know if it's in my kernel and if so how do I tell it to use it. Soz i'm sort of a n00b lol
 
Old 01-21-2006, 01:44 PM   #7
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
just run "modproe tulip". the tulip driver has been a staple of any default kernel for about 8 years now, you WILL have it...
 
Old 01-21-2006, 01:57 PM   #8
opiea
Member
 
Registered: Mar 2004
Location: Ortonville, MI
Distribution: Ubuntu 7.04 Feisty Fawn
Posts: 30

Original Poster
Rep: Reputation: 15
I'll try modpoe tulip but isn't it modprobe tulip lol?
 
Old 01-21-2006, 02:07 PM   #9
opiea
Member
 
Registered: Mar 2004
Location: Ortonville, MI
Distribution: Ubuntu 7.04 Feisty Fawn
Posts: 30

Original Poster
Rep: Reputation: 15
I did modprobe tulip and it didn't work, network still doesn't work
 
Old 01-21-2006, 02:11 PM   #10
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
that won't magically start your network, it will just load the driver. you'd then use system-config-network on fc4 to sort that out.
 
Old 01-21-2006, 02:12 PM   #11
MS3FGX
LQ Guru
 
Registered: Jan 2004
Location: NJ, USA
Distribution: Slackware, Debian
Posts: 5,852

Rep: Reputation: 361Reputation: 361Reputation: 361Reputation: 361
You would still need to actually setup the network interface, loading the kernel module just adds support for it in the kernel.

Does the NIC show up when you run ifconfig?
 
Old 01-21-2006, 02:44 PM   #12
opiea
Member
 
Registered: Mar 2004
Location: Ortonville, MI
Distribution: Ubuntu 7.04 Feisty Fawn
Posts: 30

Original Poster
Rep: Reputation: 15
no and I did try to setup the network interface
 
Old 01-21-2006, 02:49 PM   #13
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
if you set it up then it must exist.... run "dmesg" and check at the end for evidence of tulip loading up.
 
Old 01-21-2006, 07:13 PM   #14
opiea
Member
 
Registered: Mar 2004
Location: Ortonville, MI
Distribution: Ubuntu 7.04 Feisty Fawn
Posts: 30

Original Poster
Rep: Reputation: 15
My friends told me Xandros was decent so I switched to that. It can find it and configures it to "Eth0 (Ali)" but then can't get DHCP and the network light failes to activate.
 
Old 01-21-2006, 09:02 PM   #15
opiea
Member
 
Registered: Mar 2004
Location: Ortonville, MI
Distribution: Ubuntu 7.04 Feisty Fawn
Posts: 30

Original Poster
Rep: Reputation: 15
Yeah Xandros sucks lol... anyway in Ubuntu it finds the device but the kernel doesn't have tulip in it. I can't figure out how to install tulip as a module because once I get that working I can install the Uli driver I got for tulip and it should work... I just can't install tulip lol
 
  


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
Network driver and Video card driver sniperbooger Linux - Software 2 11-10-2005 09:39 PM
My network card needs a driver..HELP! john8775 Linux - Networking 4 03-10-2005 12:06 AM
Conflict between network driver and PCMCIA driver dhave Slackware 2 10-06-2004 05:30 AM
Network driver question kwisi Red Hat 1 10-03-2004 10:29 AM
How to compile a network driver. vsuresh25 Linux - General 1 08-31-2001 09:22 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 01:07 AM.

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