LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 07-02-2010, 03:40 PM   #1
hua
Member
 
Registered: Oct 2006
Location: Slovak Republic
Distribution: Slackware 14.2, current
Posts: 461

Rep: Reputation: 78
Slackware 12 and ethernet card RTL 8029


One stupid question. I am really interested to configure my old desktop with Slackware 12 as a router.
But unfortunately I did not found any other ethernet card (second) as Realtek 8029. (I need two ethernet cards according to the howto http://www.stanford.edu/~fenn/linux/ )
It is possible to get up and running this card?

I was googling a lot. I tried to use the ne2k-pci module. It seems that it was loaded successfully, but I cannot see my interface (eth1) with ifconfig.
lspci shows:
Quote:
00:0b:0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8029(AS)
lsmod:
Quote:
ne2k-pci 12768 0 (used by)
ifconfig
Quote:
eth0 (VIA Rhine - working)
lo 127.0.0.1

Last edited by hua; 07-02-2010 at 03:50 PM.
 
Old 07-02-2010, 03:59 PM   #2
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,730

Rep: Reputation: 5920Reputation: 5920Reputation: 5920Reputation: 5920Reputation: 5920Reputation: 5920Reputation: 5920Reputation: 5920Reputation: 5920Reputation: 5920Reputation: 5920
Yes, this card uses the ne2k-pci module ( I assume this is a PCI card)
Look at the output of the lspci command. Is the adapter recognized?
 
Old 07-02-2010, 04:11 PM   #3
hua
Member
 
Registered: Oct 2006
Location: Slovak Republic
Distribution: Slackware 14.2, current
Posts: 461

Original Poster
Rep: Reputation: 78
It seems to me that ... yes. But to tell the truth I don't know exactly which line tells this to me ...
This is the output of the lspci -v
Quote:
00:0b:0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8029(AS)
Subsystem: Realtek Semiconductor Co., Ltd. RTL-8029(AS)
Flags: medium devsel, IRQ 17
I/O ports at bc00 [size=32]
I don't know maybe the module is loaded correctly but I didn't complete some another steps to get the ethernet card up and running ...
 
Old 07-02-2010, 04:33 PM   #4
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,730

Rep: Reputation: 5920Reputation: 5920Reputation: 5920Reputation: 5920Reputation: 5920Reputation: 5920Reputation: 5920Reputation: 5920Reputation: 5920Reputation: 5920Reputation: 5920
Look at the output of the command
lsmod | grep ne2k
or to look at everything just
lsmod
 
Old 07-02-2010, 04:54 PM   #5
hua
Member
 
Registered: Oct 2006
Location: Slovak Republic
Distribution: Slackware 14.2, current
Posts: 461

Original Poster
Rep: Reputation: 78
The output of lsmod | grep ne2k is:
Quote:
ne2k_pci 12768 0
8390 124161 ne2k_pci

Last edited by hua; 07-02-2010 at 04:55 PM.
 
Old 07-02-2010, 04:59 PM   #6
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,730

Rep: Reputation: 5920Reputation: 5920Reputation: 5920Reputation: 5920Reputation: 5920Reputation: 5920Reputation: 5920Reputation: 5920Reputation: 5920Reputation: 5920Reputation: 5920
So far so good.
Post the output of the command /sbin/ifconfig. If you do not see both adapters then try /sbin/ifconfig -a
 
Old 07-02-2010, 05:11 PM   #7
hua
Member
 
Registered: Oct 2006
Location: Slovak Republic
Distribution: Slackware 14.2, current
Posts: 461

Original Poster
Rep: Reputation: 78
Unhappy

And there it is. Its not eth1 but that's OK. The output of the ifconfig -a:
Quote:
eth0 Link encap:Ethernet HWaddr 00:0B:6A:8D:96:3B
inet addr:192.168.1.22 Bcast:192.168.1.255 Mask:255.255.255.0
inet6 addr: fe80::20b:6aff:fe8d:963b/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:141 errors:0 dropped:0 overruns:0 frame:0
TX packets:100 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:12843 (12.5 KiB) TX bytes:27088 (26.4 KiB)
Interrupt:18 Base address:0x2c00

eth3 Link encap:Ethernet HWaddr 00:00:01:00:FD:43
BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
Interrupt:17 Base address:0xbc00

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:5 errors:0 dropped:0 overruns:0 frame:0
TX packets:5 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:560 (560.0 b) TX bytes:560 (560.0 b)
Why eth3 and not eth1?

Thanks
 
  


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
Another problem with RTL-8139/8139C/8139C+ Ethernet network card. PLEASE HELP! baroš Linux - Networking 2 11-10-2009 08:55 AM
rtl 8139D Ethernet card problem firewiz87 Linux - Hardware 5 08-04-2008 07:11 AM
RTL 8029 problem with kernel 2.6.10 ae1 Linux - Networking 1 06-28-2006 01:56 AM
which eth module for RTL-8029 (AS) ? farhan Linux - Networking 0 10-26-2003 06:08 AM
Realtech 8029 network card not recognized! Help plz ! EmpHatic Linux - General 1 03-29-2001 08:21 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

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