How do I name my network interface?

Teo De Las Heras teoheras at gmail.com
Mon Oct 24 18:17:52 PDT 2005


I have a similar problem with a DFI LanParty Ultra-D with two gigabit
on-board NIC's. I DONT see any 'ethernet' subclass devices listed other than
the one I have working. Is it simply not supported by the Kernel?

The machine in question is dual-booting (with windows), so I can see that
the driver for the card that isn't working is NVIDIA.

Motherboards website:
http://www.dfi.com.tw/Product/xx_product_spec_details_r_us.jsp?PRODUCT_ID=3471&CATEGORY_TYPE=LP&SITE=US

pciconf -lv output
none0 at pci0:0:0: class=0x058000 card=0x00000000 chip=0x005e10de rev=0xa3
hdr=0x00
vendor = 'NVIDIA Corporation'
class = memory
isab0 at pci0:1:0: class=0x060100 card=0xcb8410de chip=0x005010de rev=0xa3
hdr=0x00
vendor = 'NVIDIA Corporation'
class = bridge
subclass = PCI-ISA
none1 at pci0:1:1: class=0x0c0500 card=0xcb8410de chip=0x005210de rev=0xa2
hdr=0x00
vendor = 'NVIDIA Corporation'
class = serial bus
subclass = SMBus
ohci0 at pci0:2:0: class=0x0c0310 card=0xcb8410de chip=0x005a10de rev=0xa2
hdr=0x00
vendor = 'NVIDIA Corporation'
class = serial bus
subclass = USB
none2 at pci0:2:1: class=0x0c0320 card=0xcb8410de chip=0x005b10de rev=0xa3
hdr=0x00
vendor = 'NVIDIA Corporation'
class = serial bus
subclass = USB
pcm0 at pci0:4:0: class=0x040100 card=0xcb8410de chip=0x005910de rev=0xa2
hdr=0x00
vendor = 'NVIDIA Corporation'
class = multimedia
subclass = audio
atapci0 at pci0:6:0: class=0x01018a card=0xcb8410de chip=0x005310de rev=0xa2
hdr=0x00
vendor = 'NVIDIA Corporation'
class = mass storage
subclass = ATA
atapci1 at pci0:7:0: class=0x010185 card=0xcb8410de chip=0x005410de rev=0xa3
hdr=0x00
vendor = 'NVIDIA Corporation'
class = mass storage
subclass = ATA
atapci2 at pci0:8:0: class=0x010185 card=0xcb8410de chip=0x005510de rev=0xa3
hdr=0x00
vendor = 'NVIDIA Corporation'
class = mass storage
subclass = ATA
pcib1 at pci0:9:0: class=0x060401 card=0x00000000 chip=0x005c10de rev=0xa2
hdr=0x01
vendor = 'NVIDIA Corporation'
class = bridge
subclass = PCI-PCI
none3 at pci0:10:0: class=0x068000 card=0xcb8410de chip=0x005710de rev=0xa3
hdr=0x00
vendor = 'NVIDIA Corporation'
class = bridge
pcib2 at pci0:11:0: class=0x060400 card=0x00000040 chip=0x005d10de rev=0xa3
hdr=0x01
vendor = 'NVIDIA Corporation'
class = bridge
subclass = PCI-PCI
pcib3 at pci0:12:0: class=0x060400 card=0x00000040 chip=0x005d10de rev=0xa3
hdr=0x01
vendor = 'NVIDIA Corporation'
class = bridge
subclass = PCI-PCI
pcib4 at pci0:13:0: class=0x060400 card=0x00000040 chip=0x005d10de rev=0xa3
hdr=0x01
vendor = 'NVIDIA Corporation'
class = bridge
subclass = PCI-PCI
pcib5 at pci0:14:0: class=0x060400 card=0x00000040 chip=0x005d10de rev=0xa3
hdr=0x01
vendor = 'NVIDIA Corporation'
class = bridge
subclass = PCI-PCI
hostb0 at pci0:24:0: class=0x060000 card=0x00000000 chip=0x11001022 rev=0x00
hdr=0x00
vendor = 'Advanced Micro Devices (AMD)'
device = 'Athlon 64 / Opteron HyperTransport Technology Configuration'
class = bridge
subclass = HOST-PCI
hostb1 at pci0:24:1: class=0x060000 card=0x00000000 chip=0x11011022 rev=0x00
hdr=0x00
vendor = 'Advanced Micro Devices (AMD)'
device = 'Athlon 64 / Opteron Address Map'
class = bridge
subclass = HOST-PCI
hostb2 at pci0:24:2: class=0x060000 card=0x00000000 chip=0x11021022 rev=0x00
hdr=0x00
vendor = 'Advanced Micro Devices (AMD)'
device = 'Athlon 64 / Opteron DRAM Controller'
class = bridge
subclass = HOST-PCI
hostb3 at pci0:24:3: class=0x060000 card=0x00000000 chip=0x11031022 rev=0x00
hdr=0x00
vendor = 'Advanced Micro Devices (AMD)'
device = 'Athlon 64 / Opteron Miscellaneous Control'
class = bridge
subclass = HOST-PCI
fwohci0 at pci1:9:0: class=0x0c0010 card=0x100615bd chip=0x30441106 rev=0x80
hdr=0x00
vendor = 'VIA Technologies Inc'
device = 'VT6306 VIA Fire II IEEE-1394 OHCI Link Layer Controller'
class = serial bus
subclass = FireWire
skc0 at pci1:10:0: class=0x020000 card=0x100a15bd chip=0x432011ab rev=0x13
hdr=0x00
vendor = 'Marvell Semiconductor (Was: Galileo Technology Ltd)'
device = '88E8001 Gigabit 32-bit Ethernet Controller with Integrated PHY'
class = network
subclass = ethernet
nvidia0 at pci5:0:0: class=0x030000 card=0x00000000 chip=0x014010de rev=0xa2
hdr=0x00
vendor = 'NVIDIA Corporation'
class = display
subclass = VGA


On 10/23/05, Roland Smith <rsmith at xs4all.nl> wrote:
>
> On Sun, Oct 23, 2005 at 10:52:39PM +0200, Andreas Davour wrote:
> > >The "none" only means it's not bound to a driver. You might try the
> > >vr(4) driver, although the 6102 is not mentioned in vr(4).
> >
> > Ok, then "none" makes more sense. It read about the vr driver and it
> > worked! How did you know the vr(4) driver was for Rhine I/II/III
> > controllers? It feels like there's something I have missed...
>
> By using this command: "grep Rhine /usr/src/sys/i386/conf/GENERIC",
> which returned: "device vr # VIA Rhine, Rhine II".
>
> Roland
> --
> R.F.Smith (http://www.xs4all.nl/~rsmith/) Please send e-mail as plain
> text.
> public key: http://www.xs4all.nl/~rsmith/pubkey.txt
>
>
>


More information about the freebsd-questions mailing list