Networking Forums

Networking Forums > Computer Networking > Linux Networking > Driver Search

Reply
Thread Tools Display Modes

Driver Search

 
 
Nolan
Guest
Posts: n/a

 
      09-01-2005, 08:51 AM
Hey there everyone....I've been googling for about two days for a Realtek
NIC driver for Kernel 2.6

Any suggestions??

maybe I'm just blind and am looking in all the wrong places..

Realtek's site only has Kernel 2.4

Thanks,
Nolan

Ubuntu Distro


 
Reply With Quote
 
 
 
 
Michael Heiming
Guest
Posts: n/a

 
      09-01-2005, 08:46 PM
In comp.os.linux.networking Nolan <(E-Mail Removed)>:
> Hey there everyone....I've been googling for about two days for a Realtek
> NIC driver for Kernel 2.6


> Any suggestions??


> maybe I'm just blind and am looking in all the wrong places..


# modprobe -l | grep 8139
/lib/modules/2.6.13-mh/kernel/drivers/net/8139too.ko
/lib/modules/2.6.13-mh/kernel/drivers/net/8139cp.ko

The driver should be on your box already presuming default distro
kernel.

--
Michael Heiming (X-PGP-Sig > GPG-Key ID: EDD27B94)
mail: echo (E-Mail Removed) | perl -pe 'y/a-z/n-za-m/'
#bofh excuse 102: Power company testing new voltage spike
(creation) equipment
 
Reply With Quote
 
Nolan
Guest
Posts: n/a

 
      09-01-2005, 08:58 PM
Yep... those are there... but ubuntu cannot decect my nic card... is there
some step I missed?

Nolan
(recent linux convert)

"Michael Heiming" <michael+(E-Mail Removed)> wrote in message
news:hu5ku2-(E-Mail Removed)...
> In comp.os.linux.networking Nolan <(E-Mail Removed)>:
>> Hey there everyone....I've been googling for about two days for a Realtek
>> NIC driver for Kernel 2.6

>
>> Any suggestions??

>
>> maybe I'm just blind and am looking in all the wrong places..

>
> # modprobe -l | grep 8139
> /lib/modules/2.6.13-mh/kernel/drivers/net/8139too.ko
> /lib/modules/2.6.13-mh/kernel/drivers/net/8139cp.ko
>
> The driver should be on your box already presuming default distro
> kernel.
>
> --
> Michael Heiming (X-PGP-Sig > GPG-Key ID: EDD27B94)
> mail: echo (E-Mail Removed) | perl -pe 'y/a-z/n-za-m/'
> #bofh excuse 102: Power company testing new voltage spike
> (creation) equipment



 
Reply With Quote
 
Michael Heiming
Guest
Posts: n/a

 
      09-02-2005, 05:52 AM
In comp.os.linux.networking Nolan <(E-Mail Removed)>:

> "Michael Heiming" <michael+(E-Mail Removed)> wrote in message
> news:hu5ku2-(E-Mail Removed)...
>> In comp.os.linux.networking Nolan <(E-Mail Removed)>:
>>> Hey there everyone....I've been googling for about two days for a Realtek
>>> NIC driver for Kernel 2.6

>>
>>> Any suggestions??

>>
>>> maybe I'm just blind and am looking in all the wrong places..

>>
>> # modprobe -l | grep 8139
>> /lib/modules/2.6.13-mh/kernel/drivers/net/8139too.ko
>> /lib/modules/2.6.13-mh/kernel/drivers/net/8139cp.ko
>>
>> The driver should be on your box already presuming default distro
>> kernel.


> Yep... those are there... but ubuntu cannot decect my nic card... is there
> some step I missed?


If the system can see the NIC, '/sbin/lspci', just stick the
alias into /etc/modprobe.conf ("alias eth0 8139too") or whatever
ubuntu uses, check the distro manual run 'depmod -a' and see if
you can load the driver and configure the NIC manual (ifconfig).

--
Michael Heiming (X-PGP-Sig > GPG-Key ID: EDD27B94)
mail: echo (E-Mail Removed) | perl -pe 'y/a-z/n-za-m/'
#bofh excuse 18: excess surge protection
 
Reply With Quote
 
Nolan
Guest
Posts: n/a

 
      09-02-2005, 06:34 AM
There is no 'lspci' in the /sbin/ directory... so I'm assuming that means
that the system doesn't realize it's there... any further suggestions?
"Michael Heiming" <michael+(E-Mail Removed)> wrote in message
news:eu5lu2-(E-Mail Removed)...
> In comp.os.linux.networking Nolan <(E-Mail Removed)>:
>
>> "Michael Heiming" <michael+(E-Mail Removed)> wrote in message
>> news:hu5ku2-(E-Mail Removed)...
>>> In comp.os.linux.networking Nolan <(E-Mail Removed)>:
>>>> Hey there everyone....I've been googling for about two days for a
>>>> Realtek
>>>> NIC driver for Kernel 2.6
>>>
>>>> Any suggestions??
>>>
>>>> maybe I'm just blind and am looking in all the wrong places..
>>>
>>> # modprobe -l | grep 8139
>>> /lib/modules/2.6.13-mh/kernel/drivers/net/8139too.ko
>>> /lib/modules/2.6.13-mh/kernel/drivers/net/8139cp.ko
>>>
>>> The driver should be on your box already presuming default distro
>>> kernel.

>
>> Yep... those are there... but ubuntu cannot decect my nic card... is
>> there
>> some step I missed?

>
> If the system can see the NIC, '/sbin/lspci', just stick the
> alias into /etc/modprobe.conf ("alias eth0 8139too") or whatever
> ubuntu uses, check the distro manual run 'depmod -a' and see if
> you can load the driver and configure the NIC manual (ifconfig).
>
> --
> Michael Heiming (X-PGP-Sig > GPG-Key ID: EDD27B94)
> mail: echo (E-Mail Removed) | perl -pe 'y/a-z/n-za-m/'
> #bofh excuse 18: excess surge protection



 
Reply With Quote
 
Bill Marcum
Guest
Posts: n/a

 
      09-02-2005, 08:43 AM
On Fri, 02 Sep 2005 06:34:42 GMT, Nolan
<(E-Mail Removed)> wrote:
> There is no 'lspci' in the /sbin/ directory... so I'm assuming that means
> that the system doesn't realize it's there... any further suggestions?


which lspci
It's in /usr/bin on my Ubuntu system. If you don't have it, install
pciutils.



 
Reply With Quote
 
Michael Heiming
Guest
Posts: n/a

 
      09-02-2005, 09:04 AM
In comp.os.linux.networking Nolan <(E-Mail Removed)>:
> "Michael Heiming" <michael+(E-Mail Removed)> wrote in message
>> In comp.os.linux.networking Nolan <(E-Mail Removed)>:
>>> "Michael Heiming" <michael+(E-Mail Removed)> wrote in message
>>>> In comp.os.linux.networking Nolan <(E-Mail Removed)>:


>>>>> Hey there everyone....I've been googling for about two days
>>>>> for a Realtek NIC driver for Kernel 2.6

[..]

>>>> # modprobe -l | grep 8139
>>>> /lib/modules/2.6.13-mh/kernel/drivers/net/8139too.ko
>>>> /lib/modules/2.6.13-mh/kernel/drivers/net/8139cp.ko
>>>>
>>>> The driver should be on your box already presuming default
>>>> distro kernel.

>>
>>> Yep... those are there... but ubuntu cannot decect my nic
>>> card... is there some step I missed?

>>
>> If the system can see the NIC, '/sbin/lspci', just stick the
>> alias into /etc/modprobe.conf ("alias eth0 8139too") or
>> whatever ubuntu uses, check the distro manual run 'depmod -a'
>> and see if you can load the driver and configure the NIC
>> manual (ifconfig).


> There is no 'lspci' in the /sbin/ directory... so I'm assuming that means
> that the system doesn't realize it's there... any further suggestions?


Hardly believable that you don't have 'lspci' available, what
kind of distro is that, not installing this important tool? Best
idea to install it asap.

BTW
I'd be delighted if you could stop top-posting, in order to avoid
I'd need to edit on reply to make the mess readable again.

--
Michael Heiming (X-PGP-Sig > GPG-Key ID: EDD27B94)
mail: echo (E-Mail Removed) | perl -pe 'y/a-z/n-za-m/'
#bofh excuse 195: We only support a 28000 bps connection.
 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

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 On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
The search for the elusive driver - Gemtek WL-316H TBerk Wireless Internet 1 04-07-2008 12:31 PM
New Search Engine Launched - Ogleo.com - An Integrated Search Engine Shaine Wireless Internet 1 01-27-2007 03:42 PM
Changing from orinoco driver to wlan or hostap driver Rick Bilonick Linux Networking 1 01-31-2005 11:03 AM
Search for driver NowiresNeeded Accesspoint Sander Wireless Internet 13 12-17-2004 12:43 AM
during boot Ndis2 driver & Network Transport Driver not found elgordo Windows Networking 0 08-24-2004 08:26 AM



1 2 3 4 5 6 7 8 9 10 11