Via VT6122 Gigabit NIC in FC2 and/or FC3

James Pifer jep at obrien-pifer.com
Thu May 5 00:29:04 UTC 2005


Anyone have any luck installing a Via VT6122 Gigabit card in FC2? I'm
trying to get it installed and having some problems. I downloaded some
drivers that are suppose dot work with FC2. The install process is at
the bottom. 

Also, anyone know if FC3 will recognize this card? I have another one to
put in a machine running FC3. Not sure what I'll come up against on that
one. Actually, if FC3 supports the card I'd be willing to upgrade the
FC2 machine to FC3. 

Any help is appreciated. 

Thanks,
James

[root at storage velocityget]# make clean
rm -f velocity_main.o velocity_proc.o velocity_wol.o velocityget.o
velocityget.ko velocityget.mod.c velocityget.mod.o *~


[root at storage velocityget]# 
[root at storage velocityget]#
[root at storage velocityget]# make
make -C /lib/modules/2.6.9-1.11_FC2/build
SUBDIRS=/install/VIAGigabit/velocityget modules
make[1]: Entering directory `/lib/modules/2.6.9-1.11_FC2/build'
  CC [M]  /install/VIAGigabit/velocityget/velocity_main.o
/install/VIAGigabit/velocityget/velocity_main.c:61: warning:
`MODULE_PARM_' is deprecated (declared at include/linux/module.h:552)
/install/VIAGigabit/velocityget/velocity_main.c:66: warning:
`MODULE_PARM_' is deprecated (declared at include/linux/module.h:552)
/install/VIAGigabit/velocityget/velocity_main.c:75: warning:
`MODULE_PARM_' is deprecated (declared at include/linux/module.h:552)
/install/VIAGigabit/velocityget/velocity_main.c:86: warning:
`MODULE_PARM_' is deprecated (declared at include/linux/module.h:552)
/install/VIAGigabit/velocityget/velocity_main.c:102: warning:
`MODULE_PARM_' is deprecated (declared at include/linux/module.h:552)
/install/VIAGigabit/velocityget/velocity_main.c:109: warning:
`MODULE_PARM_' is deprecated (declared at include/linux/module.h:552)
/install/VIAGigabit/velocityget/velocity_main.c:118: warning:
`MODULE_PARM_' is deprecated (declared at include/linux/module.h:552)
/install/VIAGigabit/velocityget/velocity_main.c:127: warning:
`MODULE_PARM_' is deprecated (declared at include/linux/module.h:552)
/install/VIAGigabit/velocityget/velocity_main.c:141: warning:
`MODULE_PARM_' is deprecated (declared at include/linux/module.h:552)
/install/VIAGigabit/velocityget/velocity_main.c:157: warning:
`MODULE_PARM_' is deprecated (declared at include/linux/module.h:552)
/install/VIAGigabit/velocityget/velocity_main.c:164: warning:
`MODULE_PARM_' is deprecated (declared at include/linux/module.h:552)
/install/VIAGigabit/velocityget/velocity_main.c:176: warning:
`MODULE_PARM_' is deprecated (declared at include/linux/module.h:552)
/install/VIAGigabit/velocityget/velocity_main.c:182: warning:
`MODULE_PARM_' is deprecated (declared at include/linux/module.h:552)
  CC [M]  /install/VIAGigabit/velocityget/velocity_proc.o
  CC [M]  /install/VIAGigabit/velocityget/velocity_wol.o
  LD [M]  /install/VIAGigabit/velocityget/velocityget.o
  Building modules, stage 2.
  MODPOST
  CC      /install/VIAGigabit/velocityget/velocityget.mod.o
  LD [M]  /install/VIAGigabit/velocityget/velocityget.ko
make[1]: Leaving directory `/lib/modules/2.6.9-1.11_FC2/build'


[root at storage velocityget]#
[root at storage velocityget]#
[root at storage velocityget]# make install
make -C /lib/modules/2.6.9-1.11_FC2/build
SUBDIRS=/install/VIAGigabit/velocityget modules
make[1]: Entering directory `/lib/modules/2.6.9-1.11_FC2/build'
  Building modules, stage 2.
  MODPOST
make[1]: Leaving directory `/lib/modules/2.6.9-1.11_FC2/build'
mkdir -p /lib/modules/2.6.9-1.11_FC2/kernel/drivers/net
install -m 644 -o root velocityget.ko
/lib/modules/2.6.9-1.11_FC2/kernel/drivers/net
/sbin/depmod -a || true


[root at storage velocityget]#
[root at storage velocityget]#
[root at storage velocityget]# cat /etc/modprobe.conf
alias eth0 sis900
alias eth1 velocityget
alias snd-card-0 snd-intel8x0
install snd-intel8x0 /sbin/modprobe --ignore-install snd-intel8x0 &&
/usr/sbin/alsactl restore >/dev/null 2>&1 || :
remove snd-intel8x0 { /usr/sbin/alsactl store >/dev/null 2>&1 || : ; };
/sbin/modprobe -r --ignore-remove snd-intel8x0
alias usb-controller ehci-hcd
alias usb-controller1 ohci-hcd


[root at storage velocityget]#
[root at storage velocityget]#
[root at storage velocityget]#  insmod velocityget
insmod: can't read 'velocityget': No such file or directory


[root at storage velocityget]#
[root at storage velocityget]#
[root at storage velocityget]#  ls -l
/lib/modules/2.6.9-1.11_FC2/kernel/drivers/net
total 3156
-rwxr--r--  1 root root  13076 Jan  2 16:38 3c501.ko
-rwxr--r--  1 root root  10640 Jan  2 16:38 3c503.ko
-rwxr--r--  1 root root  33036 Jan  2 16:38 3c505.ko
-rwxr--r--  1 root root  13064 Jan  2 16:38 3c507.ko
-rwxr--r--  1 root root  21292 Jan  2 16:38 3c509.ko
-rwxr--r--  1 root root  23412 Jan  2 16:38 3c515.ko
-rwxr--r--  1 root root  47748 Jan  2 16:38 3c59x.ko
-rwxr--r--  1 root root  26548 Jan  2 16:38 8139cp.ko
-rwxr--r--  1 root root  33548 Jan  2 16:38 8139too.ko
-rwxr--r--  1 root root  23952 Jan  2 16:38 82596.ko
-rwxr--r--  1 root root  14572 Jan  2 16:38 8390.ko
-rwxr--r--  1 root root   8652 Jan  2 16:38 ac3200.ko
-rwxr--r--  1 root root 249484 Jan  2 16:38 acenic.ko
-rwxr--r--  1 root root  28880 Jan  2 16:38 amd8111e.ko
drwxr-xr-x  2 root root   4096 Jan  6 10:48 appletalk
-rwxr--r--  1 root root  15216 Jan  2 16:38 atp.ko
-rwxr--r--  1 root root  28408 Jan  2 16:38 b44.ko
drwxr-xr-x  2 root root   4096 Jan  6 10:48 bonding
-rwxr--r--  1 root root  19380 Jan  2 16:38 cs89x0.ko
-rwxr--r--  1 root root  14688 Jan  2 16:38 de600.ko
-rwxr--r--  1 root root  22088 Jan  2 16:38 de620.ko
-rwxr--r--  1 root root  21884 Jan  2 16:38 depca.ko
-rwxr--r--  1 root root 136080 Jan  2 16:38 dgrs.ko
-rwxr--r--  1 root root  27688 Jan  2 16:38 dl2k.ko
-rwxr--r--  1 root root   5116 Jan  2 16:38 dummy.ko
drwxr-xr-x  2 root root   4096 Jan  6 10:48 e1000
-rwxr--r--  1 root root  47744 Jan  2 16:38 e100.ko
-rwxr--r--  1 root root   7860 Jan  2 16:38 e2100.ko
-rwxr--r--  1 root root  37508 Jan  2 16:38 eepro100.ko
-rwxr--r--  1 root root  19728 Jan  2 16:38 eepro.ko
-rwxr--r--  1 root root  18792 Jan  2 16:38 eexpress.ko
-rwxr--r--  1 root root  23796 Jan  2 16:38 epic100.ko
-rwxr--r--  1 root root   9980 Jan  2 16:38 eql.ko
-rwxr--r--  1 root root  16196 Jan  2 16:38 eth16i.ko
-rwxr--r--  1 root root   7544 Jan  2 16:38 ethertap.ko
-rwxr--r--  1 root root  23564 Jan  2 16:38 ewrk3.ko
-rwxr--r--  1 root root  23044 Jan  2 16:38 fealnx.ko
-rwxr--r--  1 root root  23104 Jan  2 16:38 forcedeth.ko
-rwxr--r--  1 root root  26564 Jan  2 16:38 hamachi.ko
-rwxr--r--  1 root root  26136 Jan  2 16:38 hp100.ko
-rwxr--r--  1 root root   8384 Jan  2 16:38 hp.ko
-rwxr--r--  1 root root   8056 Jan  2 16:38 hp-plus.ko
drwxr-xr-x  2 root root   4096 Jan  6 10:48 irda
drwxr-xr-x  2 root root   4096 Jan  6 10:48 ixgb
-rwxr--r--  1 root root  20156 Jan  2 16:38 lance.ko
-rwxr--r--  1 root root  15068 Jan  2 16:38 lp486e.ko
-rwxr--r--  1 root root   6568 Jan  2 16:38 mii.ko
-rwxr--r--  1 root root  35444 Jan  2 16:38 natsemi.ko
-rwxr--r--  1 root root  12188 Jan  2 16:38 ne2k-pci.ko
-rwxr--r--  1 root root  11952 Jan  2 16:38 ne.ko
-rwxr--r--  1 root root   4872 Jan  2 16:38 netconsole.ko
-rwxr--r--  1 root root  17932 Jan  2 16:38 ni52.ko
-rwxr--r--  1 root root  19016 Jan  2 16:38 ni65.ko
-rwxr--r--  1 root root  27800 Jan  2 16:38 ns83820.ko
drwxr-xr-x  2 root root   4096 Jan  6 10:48 pcmcia
-rwxr--r--  1 root root  38284 Jan  2 16:38 pcnet32.ko
-rwxr--r--  1 root root  20928 Jan  2 16:38 plip.ko
-rwxr--r--  1 root root  15268 Jan  2 16:38 ppp_async.ko
-rwxr--r--  1 root root   8016 Jan  2 16:38 ppp_deflate.ko
-rwxr--r--  1 root root  43232 Jan  2 16:38 ppp_generic.ko
-rwxr--r--  1 root root  17448 Jan  2 16:38 pppoe.ko
-rwxr--r--  1 root root   6168 Jan  2 16:38 pppox.ko
-rwxr--r--  1 root root  14060 Jan  2 16:38 ppp_synctty.ko
-rwxr--r--  1 root root  24364 Jan  2 16:38 r8169.ko
-rwxr--r--  1 root root  46020 Jan  2 16:38 s2io.ko
-rwxr--r--  1 root root  42688 Jan  2 16:38 sb1000.ko
-rwxr--r--  1 root root  12016 Jan  2 16:38 seeq8005.ko
-rwxr--r--  1 root root  24012 Jan  2 16:38 sis900.ko
drwxr-xr-x  2 root root   4096 Jan  6 10:48 sk98lin
drwxr-xr-x  2 root root   4096 Jan  6 10:48 skfp
-rwxr--r--  1 root root   9100 Jan  2 16:38 slhc.ko
-rwxr--r--  1 root root  19956 Jan  2 16:38 slip.ko
-rwxr--r--  1 root root  13092 Jan  2 16:38 smc9194.ko
-rwxr--r--  1 root root   9772 Jan  2 16:38 smc-ultra.ko
-rwxr--r--  1 root root  27300 Jan  2 16:38 starfire.ko
-rwxr--r--  1 root root  25776 Jan  2 16:38 sundance.ko
-rwxr--r--  1 root root  41552 Jan  2 16:38 sungem.ko
-rwxr--r--  1 root root   8756 Jan  2 16:38 sungem_phy.ko
-rwxr--r--  1 root root  29156 Jan  2 16:38 sunhme.ko
-rwxr--r--  1 root root  94624 Jan  2 16:38 tg3.ko
-rwxr--r--  1 root root  42332 Jan  2 16:38 tlan.ko
drwxr-xr-x  2 root root   4096 Jan  6 10:48 tokenring
drwxr-xr-x  2 root root   4096 Jan  6 10:48 tulip
-rwxr--r--  1 root root  11412 Jan  2 16:38 tun.ko
-rwxr--r--  1 root root  82452 Jan  2 16:38 typhoon.ko
-rwxr--r--  1 root root 861442 May  4 20:17 velocityget.ko
-rwxr--r--  1 root root  29040 Jan  2 16:38 via-rhine.ko
-rwxr--r--  1 root root   9792 Jan  2 16:38 wd.ko
drwxr-xr-x  6 root root   4096 Jan  6 10:48 wireless
-rwxr--r--  1 root root  20760 Jan  2 16:38 yellowfin.ko
-rwxr--r--  1 root root  17020 Jan  2 16:38 znet.ko
[root at storage velocityget]#






More information about the fedora-list mailing list