Date: Wed, 21 Dec 2005 08:09:05 -0800 From: "Loren M. Lang" <lorenl@alzatex.com> To: Keith Bottner <keith@barkinglizards.com> Cc: 'Robert Marella' <rmarella@gmail.com>, 'FreeBSD Questions' <freebsd-questions@freebsd.org> Subject: Re: Detect hardware changes Message-ID: <20051221160905.GA27642@alzatex.com> In-Reply-To: <014901c5ff28$2174bac0$1801a8c0@Stile> References: <20051209162735.574015bc@frankie.konav201.local> <014901c5ff28$2174bac0$1801a8c0@Stile>
next in thread | previous in thread | raw e-mail | index | archive | help
--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<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500 > options=3D9<RXCSUM,VLAN_MTU> > 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 <full-duplex>) > status: active > lo0: flags=3D8049<UP,LOOPBACK,RUNNING,MULTICAST> 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--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20051221160905.GA27642>