nixCraft Linux Forum

nixCraft

Linux / UNIX Tech Support Forum

NIC Installation

This is a discussion on NIC Installation within the Computer Networking and Internet/broadband forums, part of the The Lounge category; Hi, I am trying to install Silan 92031 Fast Ethernet Adapter on my Linux System (RHEL5). I am not able ...


Go Back   nixCraft Linux Forum > The Lounge > Computer Networking and Internet/broadband

Linux answers from nixCraft.


Computer Networking and Internet/broadband Talk about computer networking, wireless networking at work or home. Share tips related to networking and broadband Internet.

Reply

 

LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 16-12-2008, 12:13 AM
Junior Member
User
 
Join Date: Dec 2008
OS: Redhat
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
rasikakharat is on a distinguished road
Default NIC Installation

Hi,

I am trying to install Silan 92031 Fast Ethernet Adapter on my Linux System (RHEL5). I am not able to load its driver. I tried doing the steps mentioned in the Driver CD, but it did not work.

The same Lan card is working fine in Win XP.

Could somebody help me with this. As I am a beginner in Linux, I am not able to find out what is the problem.

Below is the readme file for the driver installation. However I am not able to load the driver with these steps.
*************************************************
** Silan SC92031 PCI Fast Ethernet Adapter **
** **
** LINUX driver **
*************************************************
Introduction:
=============
The instructions are for linux driver installation. You must
compile the source code to generate sc92031.o and use insmod command to
insert sc92031.o as module.
Contents of the Subdirectory:
=============================
readme.txt This file.
sc92031.c The linux core driver source code file
Makefile Makefile for generating driver object file

Kernel Supported
================
This driver support linux kernel version 2.4.x/2.5.x now.
Installation
============
1) Create a temporary directory:
# mkdir /temp
2) Change to the temporary directory:
#cd /temp
3) Copy driver (sl_linux.tgz) from CD-ROM to the temporary directory, and follow the commands:
# mount -t iso9660 /dev/cdrom /mnt
# cp /mnt/sl_linux.tgz /temp
4) untar the archive file:
# tar xzvf sl_linux.tgz
# cd sc92031

5) Compile the driver source files and it will generate sc92031.o, and
copy it to correct driver installation path (The installation directory
is different in different kernel versions. In 2.4.x kernel, the path is
/lib/modules/KERNEL_VERSION/kernel/drivers/net/, and in 2.2.x kernel,
the path is /lib/modules/KERNEL_VERSION/net/)
# make install
6) Check configuration file (/etc/modules.conf or /etc/conf.modules,it
depend on your Linux distribution) for loading kernel modules. Make sure
there is the following content in the configuration file, where # is
interface number :
alias eth# sc92031

7) Reboot now:
shutdown -r now
Install your driver module (If the driver module is in the wrong place,
an error message will appear, and say that can't find the driver
module):
insmod sc92031.o
Use ifconfig command to assign the IP address, where # is network
interface number:
ifconfig eth# <IP>
9) Check the interface works:
ping <remote_host_IP>
Uninstallation
==============
Please enter the following commands to uninstall your driver:
# make uninstall
Module Parameter:
=================
The following parameters can be set when we install the driver module. You can add this parameters when
you execute 'insmod' command to install the driver
# insmod sc92031.o work_node =0x00
work_mode
work_mode is used for setting the speed and duplex mode of NIC.Value is as followed:
AUTOSELECT 0x00
M10-HALF 0x01
M10-FULL 0x02
M100-HALF 0x04
M100-FULL 0x08

If you want to use other modes,it can be changed by the following steps:
# ifdown eth0
# rmmod sc92031
# insmod sc92031.o work_mode= ****
Reply With Quote
  #2 (permalink)  
Old 06-05-2009, 05:53 PM
Junior Member
User
 
Join Date: May 2009
Location: Mumbai
OS: RHEL 5
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
pravinuttam is on a distinguished road
Default Hi ,

My name is pravin kharat I am from mumbai. nice to see same sirname. what r u doing? pls post reply .I am RHEL5 user. I am a windows system admin. I am looking for the solution will post reply as soon as i get it

Regards

Pravin
Reply With Quote
  #3 (permalink)  
Old 06-05-2009, 05:58 PM
Junior Member
User
 
Join Date: May 2009
Location: Mumbai
OS: RHEL 5
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
pravinuttam is on a distinguished road
Default what error did u get

Hi
What error did u get when u tried to install driver.
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)

 
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
Linux Php 5.2.6 installation tanweernoor Coding in General 9 06-12-2008 06:46 AM
Installation hung up at 85% alleykat Getting started tutorials 1 01-11-2007 09:51 AM
CGI::Carp installation kostas11 Getting started tutorials 5 07-09-2007 11:15 PM
New HDD Installation surmandal Linux software 1 31-07-2007 04:53 AM
NMS installation zafar466 Linux software 1 16-03-2007 12:38 AM


All times are GMT +5.5. The time now is 09:01 PM.


Powered by vBulletin® Version 3.8.5 - Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.2
©2005-2010 nixCraft. All rights reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38