Hello:
I was recommened to buy the StarTech ST1000BT32 PCI Network Adapter on another linux forum and have it here today. Unfortunately I cannot seem to get it to be seen by the FC16 OS much less obviously actovated with an IP.
The server is running now with an internal NIC Via-Ehine-II at 100MB Full-Duplex to a 1GB D-Link Switch.
For now this card is installed and I was going to bring it up as eth1 to just make sure the link will come up and it will take an IP etc. before making IT ethi0 and disabling the existing built in eth0 card.
Problem being that I cannot seem to get the driver to load properly at all either by command line lsmod, modprobe etc. or the Netwiork GUI.
IS this card supported under FC16 and what do I need to do here to get it working? I'm hoping its in the stock kernel that comes out or can be made to work easilyt as I prefer not to be custom building a kernel just for a 1GB net card.
Here is what I can do so far and it seems to load but doesn't show up when I do an ifconfig -a
Kernel I'm running is 3.3.5-2.fc16.i686
# ifconfig -a
eth0 Link encap:Ethernet HWaddr 00:13

3:64:87:E1
inet addr:108.76.168.146 Bcast:108.76.168.159 Mask:255.255.255.240
inet6 addr: fe80::213:d3ff:fe64:87e1/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:44697 errors:0 dropped:0 overruns:0 frame:0
TX packets:44759 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:4201829 (4.0 MiB) TX bytes:35252669 (33.6 MiB)
Interrupt:23 Base address:0xc000
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:1256 errors:0 dropped:0 overruns:0 frame:0
TX packets:1256 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:266717 (260.4 KiB) TX bytes:266717 (260.4 KiB)
# depmod -a
# modprobe r8169
WARNING: Deprecated config file /etc/modprobe.conf, all config files belong into /etc/modprobe.d/.
# lsmod | grep r8169
r8169 51125 0
mii 13311 2 r8169,via_rhine
# ifconfig -a
eth0 Link encap:Ethernet HWaddr 00:13

3:64:87:E1
inet addr:108.76.168.146 Bcast:108.76.168.159 Mask:255.255.255.240
inet6 addr: fe80::213:d3ff:fe64:87e1/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:48035 errors:0 dropped:0 overruns:0 frame:0
TX packets:47782 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:4508934 (4.3 MiB) TX bytes:37019110 (35.3 MiB)
Interrupt:23 Base address:0xc000
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:1354 errors:0 dropped:0 overruns:0 frame:0
TX packets:1354 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:286006 (279.3 KiB) TX bytes:286006 (279.3 KiB)
Any and all help is appreciated I'm totally syumped here. I can return the carfds to amazon if needed but it needs to happen fairly quick if thats the issue.