LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
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 07-09-2007, 09:31 PM   #1
dario21
LQ Newbie
 
Registered: Mar 2007
Posts: 2

Rep: Reputation: 0
Problems installing advantek nic as a second card


I plugged in the card and is recognized as a device
The OS is Fedora Core 5 (2.6.15-1.2054_FC5smp). The drivers CD comes with the linux drivers for compiling but they can't be compiled, sends out several compilation errors. Anyway, it seems fedora brings with the driver (sundance.ko).

Here it is the lspci
#lspci
00:00.0 Host bridge: Intel Corporation E7220/E7221 Memory Controller Hub (rev 05)
00:01.0 PCI bridge: Intel Corporation E7220/E7221 PCI Express Root Port (rev 05)
00:1c.0 PCI bridge: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) PCI Express Port 1 (rev 03)
00:1d.0 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #1 (rev 03)
00:1d.1 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #2 (rev 03)
00:1d.2 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #3 (rev 03)
00:1d.3 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #4 (rev 03)
00:1d.7 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB2 EHCI Controller (rev 03)
00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev d3)
00:1f.0 ISA bridge: Intel Corporation 82801FB/FR (ICH6/ICH6R) LPC Interface Bridge (rev 03)
00:1f.1 IDE interface: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) IDE Controller (rev 03)
00:1f.3 SMBus: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) SMBus Controller (rev 03)
01:00.0 PCI bridge: Intel Corporation 6702PXH PCI Express-to-PCI Bridge A (rev 09)
01:00.1 PIC: Intel Corporation 6700/6702PXH I/OxAPIC Interrupt Controller A (rev 09)
02:01.0 Ethernet controller: Sundance Technology Inc / IC Plus Corp IC Plus IP100A Integrated 10/100 Ethernet MAC + PHY (rev 31)
02:03.0 SCSI storage controller: LSI Logic / Symbios Logic 53c1030 PCI-X Fusion-MPT Dual Ultra320 SCSI (rev 07)
0a:01.0 Ethernet controller: Intel Corporation 82541GI/PI Gigabit Ethernet Controller (rev 05)
0a:03.0 VGA compatible controller: ATI Technologies Inc Rage XL (rev 27)
-----

"modprobe -v sundance" sends no output, it looks as ok.
"insmod" send this message
#insmod sundance
insmod: can't read 'sundance': No such file or directory
-----

#lsmod

Module Size Used by
ip_conntrack_netbios_ns 6977 0
xt_state 6209 5
ip_conntrack 54040 2 ip_conntrack_netbios_ns,xt_state
nfnetlink 10457 1 ip_conntrack
iptable_filter 7105 1
ip_tables 16389 1 iptable_filter
autofs4 22981 1
hidp 24001 2
rfcomm 42709 0
l2cap 31681 10 hidp,rfcomm
bluetooth 52901 5 hidp,rfcomm,l2cap
sunrpc 140925 1
ipt_REJECT 9536 1
xt_tcpudp 7233 7
x_tables 16965 4 xt_state,ip_tables,ipt_REJECT,xt_tcpudp
video 18885 0
button 10577 0
battery 13253 0
ac 8901 0
ipv6 246433 60
lp 16265 0
parport_pc 29413 1
parport 38281 2 lp,parport_pc
nvram 12617 0
ehci_hcd 33229 0
sg 36317 0
uhci_hcd 33233 0
sundance 26369 0
mii 9281 1 sundance
e1000 103853 0
i2c_i801 12365 0
i2c_core 24897 1 i2c_i801
dm_snapshot 20205 0
dm_zero 6209 0
dm_mirror 24081 0
dm_mod 54745 6 dm_snapshot,dm_zero,dm_mirror
ext3 121929 2
jbd 57173 1 ext3
mptspi 13385 2
mptscsih 37137 1 mptspi
sd_mod 20545 3
scsi_mod 129641 4 sg,mptspi,mptscsih,sd_mod
mptbase 53089 2 mptspi,mptscsih
-----
Here we have the alias entry in the modprobe.conf,in spite of that I've read there is no need for in this version, anyway I added the line
#cat /etc/modprobe.conf
alias eth0 e1000
alias scsi_hostadapter mptbase
alias scsi_hostadapter1 mptspi
alias eth1 sundance
#alias eth1 /lib/modules/2.6.15-1.2054_FC5smp/kernel/drivers/net/sundance
#
I tested the last commented line and there is no change
-----
This is when I try ifup
ifup eth1
El dispositivo sundance eth1 no parece estar presente, retrasando la inicialización.
# ifconfig
eth0 Link encap:Ethernet HWaddr 00:14:38:B8:6A:68
inet addr:200.93.44.46 Bcast:200.93.63.255 Mask:255.255.224.0
inet6 addr: fe80::214:38ff:feb8:6a68/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:356069 errors:0 dropped:0 overruns:0 frame:0
TX packets:356038 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:177513685 (169.2 MiB) TX bytes:80331800 (76.6 MiB)
Base address:0x5400 Memory:dd300000-dd320000

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:106252 errors:0 dropped:0 overruns:0 frame:0
TX packets:106252 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:17801985 (16.9 MiB) TX bytes:17801985 (16.9 MiB)

# ifconfig eth1 up
eth1: unknown interface: No such device
-----
This is the network config. files
This were autogenerated
# pwd
/etc/sysconfig/networking/devices
#cat ifcfg-eth1
# Advantek
DEVICE=eth1
BOOTPROTO=none
IPADDR=192.168.0.2
NETMASK=255.255.255.0
ONBOOT=yes
TYPE=Ethernet
USERCTL=no
IPV6INIT=no
PEERDNS=yes
HWADDR=00:06:4f:48:52:62
GATEWAY=192.168.0.2
#
# cat ifcfg-eth0
DEVICE=eth0
ONBOOT=yes
BOOTPROTO=dhcp

I did this as redhat knowledge base says
# pwd
/etc/sysconfig/network-scripts
# cat ifcfg-eth1
DEVICE=eth1
IPADDR=192.168.0.2
NETMASK=255.255.255.0
ONBOOT=yes
#
# cat ifcfg-eth1
DEVICE=eth1
IPADDR=192.168.0.2
NETMASK=255.255.255.0
ONBOOT=yes
#
# cat ifcfg-eth0
DEVICE=eth0
ONBOOT=yes
BOOTPROTO=dhcp

-----

The first nic works perfectly, even it's a web/php/postgres server

What am I missing, what am I doing wrong

thanks in advance
 
  


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
Problem installing my NIC card webspiderhuman Linux - Networking 2 07-26-2006 01:02 PM
second nic card problems shr3k Slackware - Installation 3 06-07-2004 11:19 AM
NIC problems with Mandrake 9.1 and Linksys card dbc001 Linux - Hardware 5 01-13-2004 09:44 AM
NIC card and CD-Rom Problems mccoyd Linux - Newbie 2 01-28-2003 06:31 PM
NIC card setup problems netless Linux - Networking 6 10-22-2001 10:34 AM

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

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