View Single Post
  #6   (View Single Post)  
Old 1st September 2008
disappearedng disappearedng is offline
Shell Scout
 
Join Date: May 2008
Posts: 128
Default

I did the following:

1) #kld_load if_sis
2) edited my /boot/loader.conf and /etc/rc.conf with
"if_sis_load="YES""

Plugged in my line into the new network card, but there is still no internet connection.

This is my ifconfig when I have a network cable connected to my new network card with the procedures above executed:
Code:
msk0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
	options=19a<TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM,TSO4>
	ether 00:17:31:c1:b2:eb
	inet6 fe80::217:31ff:fec1:b2eb%msk0 prefixlen 64 scopeid 0x1 
	inet 192.168.1.67 netmask 0xffffff00 broadcast 192.168.1.255
	media: Ethernet autoselect (none)
	status: no carrier
lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> metric 0 mtu 16384
	inet6 ::1 prefixlen 128 
	inet6 fe80::1%lo0 prefixlen 64 scopeid 0x2 
	inet 127.0.0.1 netmask 0xff000000 
sis0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
	options=8<VLAN_MTU>
	ether 00:0f:b5:f5:cc:9e
	inet6 fe80::20f:b5ff:fef5:cc9e%sis0 prefixlen 64 scopeid 0x3 
	media: Ethernet autoselect (100baseTX <full-duplex>)
	status: active
also my pciconf
Code:
sis0@pci0:1:9:0:	class=0x020000 card=0xf3111385 chip=0x0020100b rev=0x00 hdr=0x00
    vendor     = 'National Semiconductors'
    device     = 'DP83815/16 Fast Ethernet Adapter (MacPhyter/MacPhyter-II)'
    class      = network
    subclass   = ethernet
I noticed that under sis0, there is no "inet". Why not? (i know that this means that it has no internet address, but why not?)
Also, I tried shutting my marvell driver down. (it's msk)
so I did the following
Code:
#kldunload if_msk
kldunload: can't find file if_msk
What is wrong here?

Last edited by disappearedng; 1st September 2008 at 05:43 AM.
Reply With Quote