LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
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 05-26-2003, 02:05 PM   #1
R_Shackleford
Member
 
Registered: May 2003
Location: Earth
Distribution: Slackware
Posts: 76

Rep: Reputation: 15
PCI ethernet card


Does anyone know if the Siemens Speedstream 1020 PCI 10/100 ethernet card is Linux compatible? The label on the box claims that it is compatible with Linux, *nix, and BSD, but the company provides no support. My card is not recognized even after recompiling the kernel. (I did not see this specific card listed during make config ) Is there a generic driver which might work with this card. Any assistance is greatly appreciated.
 
Old 05-26-2003, 07:05 PM   #2
trickykid
LQ Guru
 
Registered: Jan 2001
Posts: 24,149

Rep: Reputation: 269Reputation: 269Reputation: 269
Re: PCI ethernet card

Quote:
Originally posted by R_Shackleford
Does anyone know if the Siemens Speedstream 1020 PCI 10/100 ethernet card is Linux compatible? The label on the box claims that it is compatible with Linux, *nix, and BSD, but the company provides no support. My card is not recognized even after recompiling the kernel. (I did not see this specific card listed during make config ) Is there a generic driver which might work with this card. Any assistance is greatly appreciated.
If you find out what chipset the card uses, it might help us determine what module is used to support your NIC.
 
Old 05-26-2003, 08:11 PM   #3
fancypiper
LQ Guru
 
Registered: Feb 2003
Location: Sparta, NC USA
Distribution: Ubuntu 10.04
Posts: 5,141

Rep: Reputation: 60
Is it installed? If so, look for it in what you get when you command:

cat /proc/pci

and do a google/post again if you can't figure it out.
 
Old 05-27-2003, 07:43 AM   #4
R_Shackleford
Member
 
Registered: May 2003
Location: Earth
Distribution: Slackware
Posts: 76

Original Poster
Rep: Reputation: 15
Thanks for the suggestions. I am away from that machine at the moment, but I will see if I can find chipset specs tonight. As to "is it installed?" , the card is not recognized during installation of the OS, (I am dual booting a M$ product as well, and it is recognized there - but I am trying to migrate completed away from Redmond software) nor is it recognized during the network setup portion of the install. As I stated originally, I found no Siemens PCI ethernet card option when I recompiled my kernel.
 
Old 05-27-2003, 12:34 PM   #5
fancypiper
LQ Guru
 
Registered: Feb 2003
Location: Sparta, NC USA
Distribution: Ubuntu 10.04
Posts: 5,141

Rep: Reputation: 60
Quote:
Originally posted by R_Shackleford
As to "is it installed?"
I meant was "is it plugged into the pci slot in the computer".

I call the rest of the stuff "configuring".
 
Old 05-29-2003, 07:25 PM   #6
R_Shackleford
Member
 
Registered: May 2003
Location: Earth
Distribution: Slackware
Posts: 76

Original Poster
Rep: Reputation: 15
Hey fancypiper,
I didn't mean to sound beligerent. When I saw your last reply, I had to laugh. Yes, as a matter of fact, the card is indeed fully inserted into what was previously a vacant PCI slot. However, I am still away from that machine. My job requires that I travel, and in many locations my ISP does not provide local access numbers for dialup with my laptop. Hopefully, I will be able to address this network card issue when I am safely back at my domicile on Friday afternoon. Thanks for not taking offense at my "As I stated..." comment. I know that from time to time there are those users on some forums who don't know how to install parts. Rest assured I am not one of them. I do have formal training as an electronics technician. Computers are a hobby for me, and Linux is an addiction. I have dabbled with several Mandrake releases and one Red Hat release. But I really wanted to learn Linux, so I installed Slackware. I have a Gentoo release, but I haven't been so bold as to attempt it yet. I also have FreeBSD 4.6, but I can't seem to get Xwindows to run on it...Alas, that is a different forum entirely. Thanks to everyone for their patience and politeness. There are some truly outstanding people on this board.
 
Old 05-29-2003, 08:13 PM   #7
fancypiper
LQ Guru
 
Registered: Feb 2003
Location: Sparta, NC USA
Distribution: Ubuntu 10.04
Posts: 5,141

Rep: Reputation: 60
You never know what/who you are dealing with here if you have been following some of the threads here.

You should find the info you need to finish configuring your kernel with the info from

cat /proc/pci

A handy CD to have laying around to see what modules/configs etc. work is the KNOPPIX Linux Live CD. Stick it in and switch to a virtual terminal (control-alt-F2) and command:

lsmod

That will return a list of modules that their hardware probe found and configured. Then you can look at the ones offered in the kernel that uses that module.

HTH

Last edited by fancypiper; 05-29-2003 at 10:36 PM.
 
Old 05-29-2003, 10:05 PM   #8
awdoyle
Member
 
Registered: Aug 2002
Location: Portland, OR
Distribution: Xubuntu
Posts: 135

Rep: Reputation: 15
Fancy - not able to pull a match with your KNOPPIX Linux Live CD link.
Andrew
 
Old 05-29-2003, 10:38 PM   #9
fancypiper
LQ Guru
 
Registered: Feb 2003
Location: Sparta, NC USA
Distribution: Ubuntu 10.04
Posts: 5,141

Rep: Reputation: 60
I fixed it (I think)

KNOPPIX Linux Live CD

# Cheap CDs
Discount Linux CDs
Linux Central
Cheapbytes
TuxCDs
ComputerHelperGuy

Last edited by fancypiper; 05-29-2003 at 10:39 PM.
 
Old 05-31-2003, 03:29 PM   #10
R_Shackleford
Member
 
Registered: May 2003
Location: Earth
Distribution: Slackware
Posts: 76

Original Poster
Rep: Reputation: 15
O.K.
cat /proc/pci returned this:

Bus 0, device 7, function 0:
Ethernet controller: PCI device 1432:9130 (Edimax Computer Co.) (rev 16).
IRQ 11.
Master Capable. Latency=32. Min Gnt=32.Max Lat=64.
I/O at 0xc800 [0xc8ff].
Non-prefetchable 32 bit memory at 0xdf000000 [0xdf0000ff].

Where do I go from here?

(I am downloading KNOPPIX as we speak. FYI - Chris Perillo from TechTV mentions KNOPPIX in a recent article in CPU magazine.)
 
Old 05-31-2003, 03:45 PM   #11
fancypiper
LQ Guru
 
Registered: Feb 2003
Location: Sparta, NC USA
Distribution: Ubuntu 10.04
Posts: 5,141

Rep: Reputation: 60
Quote:
Originally posted by R_Shackleford
O.K.
cat /proc/pci returned this:

Bus 0, device 7, function 0:
Ethernet controller: PCI device 1432:9130 (Edimax Computer Co.) (rev 16).
IRQ 11.
Master Capable. Latency=32. Min Gnt=32.Max Lat=64.
I/O at 0xc800 [0xc8ff].
Non-prefetchable 32 bit memory at 0xdf000000 [0xdf0000ff].

Where do I go from here?
We now know that the IRQ is 11 and the port is 0xc800, at least.

I would first check the Ethernet HOWTO to see what I might do with that information.

The good old Linux Google search hits may be of help as well.

Last edited by fancypiper; 05-31-2003 at 03:57 PM.
 
Old 05-31-2003, 07:16 PM   #12
R_Shackleford
Member
 
Registered: May 2003
Location: Earth
Distribution: Slackware
Posts: 76

Original Poster
Rep: Reputation: 15
I finally unplugged the card in an effort to find the chipset info.

As it turns out, the chipset is an RMC(Realtek ?) RTL8139C

With this information in hand, I went to the Ethernet HOWTO and found this:

4.31.5. RealTek 8129/8139

Status: Semi-Supported, Driver Name: rtl8139, 8139too

Another PCI single chip ethernet solution from RealTek. A driver for cards based upon this chip was included in the v2.0.34 release of linux. You currently have to answer `Y' when asked if you want experimental drivers for v2.2 kernels to get access to this driver.

Donald says that cards based on this chip are around the same price (or even cheaper in places - 13 bucks!) as a PCI NE2000 clone card, and while the 8139 design is not the best 10/100 board, it is better than a PCI NE2000 clone card.

The 2.4.x kernels have another driver called 8139too which was based on rtl8139 but tries to adress some of the more common problems people were reporting, so you may wish to try that if using a 2.4 kernel.


(I posted this info from the How-to in effort to help those with similar problems who may be viewing this thread)

Should I run make config again to try to find this chipset driver in the kernel configuration? (I have the 2.4.20 kernel)
 
Old 05-31-2003, 09:25 PM   #13
fancypiper
LQ Guru
 
Registered: Feb 2003
Location: Sparta, NC USA
Distribution: Ubuntu 10.04
Posts: 5,141

Rep: Reputation: 60
Yes. If you had rather have a module, change the <*> to <m> and load the module on boot.

# Find running kernel version
uname -r

Here is where it is in make menuconfig:
Network device support --->
Ethernet (10 or 100Mbit) --->[*] EISA, VLB, PCI and on board controllerss[*] Ethernet (10 or 100Mbit)
<*> RealTek RTL-8139 PCI Fast Ethernet Adapter support[*] Support for uncommon RTL-8139 rev. K (automatic channel equalization)[*] Support for older RTL-8129/8130 boards

Last edited by fancypiper; 05-31-2003 at 09:27 PM.
 
Old 05-31-2003, 09:56 PM   #14
R_Shackleford
Member
 
Registered: May 2003
Location: Earth
Distribution: Slackware
Posts: 76

Original Poster
Rep: Reputation: 15
Thanks so much for your assistance! I hope these will be the last questions I have in this thread. What would be the advantage or disadvantage of compiliing this driver as a loadable module? If it is a module, wouldn't I have to manually load it when I want to access my LAN? Would it be more efficient to have it loaded during boot, so that network access is ready at logon?
 
Old 05-31-2003, 10:13 PM   #15
fancypiper
LQ Guru
 
Registered: Feb 2003
Location: Sparta, NC USA
Distribution: Ubuntu 10.04
Posts: 5,141

Rep: Reputation: 60
I compile it into the kernel, myself so that it is there. I don't worry about the kernel size since I don't use a boot floppy.

You can always add it to /etc/modules.conf
Code:
alias eth0 <module>
or modprobe it by putting it in /etc/rc.d/rc.local, the last script run on boot up.

Where to put 'insmod' and 'modprobe' Commands for Start-up

Last edited by fancypiper; 05-31-2003 at 10:17 PM.
 
  


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
SIS 900 PCI ethernet card doesn't work ah_man04 Linux - Networking 10 04-06-2005 03:18 AM
Configuring a PCI ethernet card Burtonsnow Linux - Hardware 4 04-14-2004 08:06 PM
how to set up SMC EZ Card 10/100 ethernet PCI network card mymojo Linux - Networking 2 12-16-2003 02:35 AM
Netgear FA311 Fast Ethernet PCI Card cmack Slackware 2 07-27-2003 11:11 PM
asound pci ethernet card / fealnx.c lost_newbie Linux - Networking 4 06-12-2002 10:33 PM

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

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