Unix Technical Forum

Which modules responds for network card??? newbie need help :)

This is a discussion on Which modules responds for network card??? newbie need help :) within the Slackware Linux Support forums, part of the Unix Operating Systems category; --> Hi guys, if going about Slackware I'm totaly newbie. So maybe You can help me. I hew to know ...


Go Back   Unix Technical Forum > Unix Operating Systems > Slackware Linux Support

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 02-20-2008, 09:22 PM
Kajtek
 
Posts: n/a
Default Which modules responds for network card??? newbie need help :)

Hi guys,
if going about Slackware I'm totaly newbie. So maybe You can help me.
I hew to know which network card kernel module is linked witch
interface, or another word which kernel module have my netwrok card. I
was trying to use modprobe -l | grep eth and then modinfo, but result
was poor. Also trying Debian's modconf, but unfortunately not working
on Slackware.
Thanks for help.
Regards
Kajtek

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 02-20-2008, 09:23 PM
Paulo Costa
 
Posts: n/a
Default Re: Which modules responds for network card??? newbie need help :)


"Kajtek" <gkajtek@gmail.com> escreveu na mensagem
news:1174375595.680836.244350@p15g2000hsd.googlegr oups.com...
> Hi guys,
> if going about Slackware I'm totaly newbie. So maybe You can help me.
> I hew to know which network card kernel module is linked witch
> interface, or another word which kernel module have my netwrok card. I
> was trying to use modprobe -l | grep eth and then modinfo, but result
> was poor. Also trying Debian's modconf, but unfortunately not working
> on Slackware.
> Thanks for help.
> Regards
> Kajtek
>


Hi there;

I can be wrong, but I think "netconfig" which runs as part of the slackware
install routine usually modifies "/etc/rc.d/rc.modules" to reflect a probed
ethernet card. You can try to run "netconfig" from the command line and then
"/etc/rc.d/rc.inet1 restart" to see if it works automagically.
Otherwise: let us know which network card you have in your box. Having
identified which module to load all there is to do is to remove the "#" in
the corresponding line in "/etc/rc.d/rc.modules".
All this assuming you're using the stock 2.4.33.3 kernel that ships with
Slackware...

Cheers
Paulo Costa


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 02-20-2008, 09:23 PM
Thomas Overgaard
 
Posts: n/a
Default Re: Which modules responds for network card??? newbie need help :)


Kajtek wrote :

> which kernel module have my netwrok card.


Is it something like this your after?
# ethtool -i eth0
--
Thomas O.

This area is designed to become quite warm during normal operation.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 02-20-2008, 09:24 PM
Kajtek
 
Posts: n/a
Default Re: Which modules responds for network card??? newbie need help :)


> Is it something like this your after?
> # ethtool -i eth0


It was good idea, thak you.
I get e1000 but have no modules whih have similar name. So i suppose
that driver for my network card is compiled into kernel.
Any way, have You idea how can I change my interface. Because I have 2
cards and I want to switch eth0 to eth1 and eth1 to eth0.
can I use ethtool for this purposses?
With best regards.
Kajtek

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 02-20-2008, 09:24 PM
korgman
 
Posts: n/a
Default Re: Which modules responds for network card??? newbie need help :)

On 2007-03-21, Kajtek <gkajtek@gmail.com> wrote:
> cards and I want to switch eth0 to eth1 and eth1 to eth0.


Configure MAC address in udev _if_ you have kernel 2.6

--
Please excuse my english writing!
Slackware 11
Knowledge report: One year, still plenty to learn
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 02-20-2008, 09:24 PM
William Hunt
 
Posts: n/a
Default Re: Which modules responds for network card??? newbie need help :)

On Wed, 21 Mar 2007, Kajtek wrote:
>> Is it something like this your after?
>> # ethtool -i eth0

>
> It was good idea, thak you.
> I get e1000 but have no modules whih have similar name. So i suppose
> that driver for my network card is compiled into kernel.
> Any way, have You idea how can I change my interface. Because I have 2
> cards and I want to switch eth0 to eth1 and eth1 to eth0.
> can I use ethtool for this purposses?


ethtool won't do that.

I've used the /etc/rc.d/rc.netdevice file to control the sequence
of device names. whichever is listed first is eth0, second is
eth1, etc...

I've used the kernel boot prompt to control the sequence of
device names. see the bootprompt howto and the lilo docs
for 'append' statement.

IIRC i've also changed the device sequence by swapping the
physical location of the card ... not sure tho.

HTH
--
William Hunt, Portland Oregon USA
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 02-20-2008, 09:26 PM
Chewer@gmail.com
 
Posts: n/a
Default Re: Which modules responds for network card??? newbie need help :)

On Mar 20, 3:26 am, "Kajtek" <gkaj...@gmail.com> wrote:
> Hi guys,
> if going about Slackware I'm totaly newbie. So maybe You can help me.
> I hew to know which network card kernel module is linked witch
> interface, or another word which kernel module have my netwrok card. I
> was trying to use modprobe -l | grep eth and then modinfo, but result
> was poor. Also trying Debian's modconf, but unfortunately not working
> on Slackware.
> Thanks for help.
> Regards
> Kajtek


Kajtek,
I am running Slackware 11 on a Dell D820 laptop. At first, I
couldn't get my ethernet card to be recognized. Here is what I did
to get it working:
In Kde, I selected 'Control center', then 'Internet and Network',
then 'Network Settings'. I got a message saying that my operating
system was not supported, and a list of a lot of Linux versions for me
to pick from. I tried using the Slackware versions that were listed,
but none would work. Finally, I selected "Free bsd 5", and after that
my ethernet card was working fine.
I hope that this may help you.
Good luck,
Steve

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 09:51 AM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0
www.UnixAdminTalk.com