From owner-freebsd-questions@FreeBSD.ORG Wed Dec 21 16:09:11 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A337D16A41F for ; Wed, 21 Dec 2005 16:09:11 +0000 (GMT) (envelope-from lorenl@alzatex.com) Received: from hosea.tallye.com (joel.tallye.com [216.99.199.78]) by mx1.FreeBSD.org (Postfix) with ESMTP id F04B743D46 for ; Wed, 21 Dec 2005 16:09:10 +0000 (GMT) (envelope-from lorenl@alzatex.com) Received: from hosea.tallye.com (localhost.localdomain [127.0.0.1]) by hosea.tallye.com (8.12.8/8.12.10) with ESMTP id jBLG96WM027942 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 21 Dec 2005 08:09:06 -0800 Received: (from sttng359@localhost) by hosea.tallye.com (8.12.8/8.12.8/Submit) id jBLG95fI027940; Wed, 21 Dec 2005 08:09:05 -0800 Date: Wed, 21 Dec 2005 08:09:05 -0800 From: "Loren M. Lang" To: Keith Bottner Message-ID: <20051221160905.GA27642@alzatex.com> References: <20051209162735.574015bc@frankie.konav201.local> <014901c5ff28$2174bac0$1801a8c0@Stile> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="45Z9DzgjV8m4Oswq" Content-Disposition: inline In-Reply-To: <014901c5ff28$2174bac0$1801a8c0@Stile> User-Agent: Mutt/1.4.1i X-GPG-Key: ftp://ftp.tallye.com/pub/lorenl_pubkey.asc X-GPG-Fingerprint: B3B9 D669 69C9 09EC 1BCD 835A FAF3 7A46 E4A3 280C X-Virus-Scanned: ClamAV version 0.87, clamav-milter version 0.87 on hosea.tallye.com X-Virus-Status: Clean Cc: 'Robert Marella' , 'FreeBSD Questions' Subject: Re: Detect hardware changes X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Dec 2005 16:09:11 -0000 --45Z9DzgjV8m4Oswq Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Dec 12, 2005 at 08:27:06AM -0600, Keith Bottner wrote: > >=20 > > -----Original Message----- > > From: Loren M. Lang [mailto:lorenl@alzatex.com] > > Sent: Friday, December 09, 2005 9:06 AM > > To: Peter Giessel > > Cc: Keith Bottner; 'FreeBSD Questions' > > Subject: Re: Detect hardware changes > >=20 > > On Thu, Dec 08, 2005 at 12:02:25PM -0900, Peter Giessel wrote: > > > On 12/8/2005 11:51, Keith Bottner seems to have typed: > > > > skc0@pci2:9:0: class=3D0x020000 card=3D0x00241737 chip=3D0x1032173= 7=20 > > > > rev=3D0x10 hdr=3D0x00 > > > > vendor =3D 'Linksys' > > > > device =3D 'EG1032 Gigabit Ethernet' > > > > class =3D network > > > > subclass =3D ethernet > > >=20 > > > Looks like this should be supported using the nge driver. > >=20 > > No, actually the sk driver, look at the first line of pciconfig=20 > > output. ifconfig -a should list a network card called skc0 which you=20 > > just need to configure. If all you need is dhcp then just run=20 > > dhclient skc0. Add the device to rc.conf for it to work on boot. > > Use man rc.conf for help or copy the line for the xl0 network card you= =20 > > already have. > >=20 > > > _______________________________________________ > > > freebsd-questions@freebsd.org mailing list=20 > > > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > > > To unsubscribe, send any mail to > > "freebsd-questions-unsubscribe@freebsd.org" > > >=20 > >=20 > > ipconfig -a doesn't show the skc0 device which I believe is my=20 > > ultimate problem. Can I infer from your earlier message that this=20 > > means the sk module is not being loaded or is not available? How can I= =20 > > check to see if the loadable module is installed? > >=20 > > Thanks, > >=20 > > Keith > > > > Hello Keith > > > > skc0 is the controller. You should see sk0 in ifconfig -a. > > > > Can you please show us the output of ifconfig -a and rc.conf.=20 > > > > Thank you > > Robert >=20 > Ifconfig does not show skc0 but here is the output for completeness: Did you try ifconfig -a? Also, any lines on sk0 or skc0 from the output of dmesg would be helpful. >=20 > xl0: flags=3D8843 mtu 1500 > options=3D9 > inet 192.168.1.217 netmask 0xffffff00 broadcast 192.168.1.255 > inet6 fe80::2b0:d0ff:fe16:3d30%xl0 prefixlen 64 scopeid 0x1=20 > ether 00:b0:d0:16:3d:30 > media: Ethernet autoselect (100baseTX ) > status: active > lo0: flags=3D8049 mtu 16384 > inet 127.0.0.1 netmask 0xff000000=20 > inet6 ::1 prefixlen 128=20 > inet6 fe80::1%lo0 prefixlen 64 scopeid 0x2=20 >=20 > And rc.conf is: >=20 > defaultrouter=3D"192.168.1.1" > hostname=3D"gsdev.bltmobile.com" > ifconfig_xl0=3D"inet 192.168.1.217 netmask 255.255.255.0" > ifconfig_skc0=3D"inet 10.0.130.204 netmask 255.255.255.0" > linux_enable=3D"YES" > moused_enable=3D"YES" > sshd_enable=3D"YES" > usbd_enable=3D"YES" > postgresql_enable=3D"YES" >=20 > Anything else that I can send that will help? >=20 > Keith >=20 >=20 >=20 >=20 > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.o= rg" >=20 --=20 I sense much NT in you. NT leads to Bluescreen. Bluescreen leads to downtime. Downtime leads to suffering. NT is the path to the darkside. Powerful Unix is. Public Key: ftp://ftp.tallye.com/pub/lorenl_pubkey.asc Fingerprint: CEE1 AAE2 F66C 59B5 34CA C415 6D35 E847 0118 A3D2 =20 --45Z9DzgjV8m4Oswq Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (GNU/Linux) iD8DBQFDqX4hbTXoRwEYo9IRAmQdAJ9304YJlfXUcMvEZ/Ml8EMJ02yMzwCfQW/H O+wb3R5WYiX5bXip+6N1j0A= =XaQz -----END PGP SIGNATURE----- --45Z9DzgjV8m4Oswq--