On 22.12.2011 18:18, Dr. Lyman Hazelton wrote: > Hi! First post to this list. Was directed here from FreeBSD Forums. > > I'm trying to get FreeBSD running on a FitPC2. <snip> > > I have heard that at least one other user has gotten the FitPC2 to work with > the re driver, so, at least in theory, it should work. Question is how? Hello,
I am the happy owner of a FitPC2i which (as far as I know) is identical to the FitPC2 with an extra ethernet nic, and a WLAN nic. I haven't had any problems with the nics, but I am running an older version of FreeBSD which may explain the difference: [tykling@fitfw ~]$ uname -rmsi FreeBSD 8.1-STABLE-201010 i386 GENERIC This is the verbose dmesg messages for re0 and re1 on my machine: ---------------------------------------------------------------- [tykling@fitfw ~]$ grep ^re /var/run/dmesg.boot real memory = 2147483648 (2048 MB) re0: <RealTek 8168/8111 B/C/CP/D/DP/E PCIe Gigabit Ethernet> port 0x2000-0x20ff mem 0xd8100000-0xd8100fff,0xd8500000-0xd850ffff irq 16 at device 0.0 on pci2 re0: Reserved 0x1000 bytes for rid 0x18 type 3 at 0xd8100000 re0: MSI count : 1 re0: attempting to allocate 1 MSI vectors (1 supported) re0: using IRQ 256 for MSI re0: Using 1 MSI messages re0: Chip rev. 0x3c000000 re0: MAC rev. 0x00400000 re0: bpf attached re0: Ethernet address: 00:01:c0:08:25:1f re0: [MPSAFE] re0: [FILTER] re1: <RealTek 8168/8111 B/C/CP/D/DP/E PCIe Gigabit Ethernet> port 0x3000-0x30ff mem 0xd8200000-0xd8200fff,0xd8600000-0xd860ffff irq 17 at device 0.0 on pci3 re1: Reserved 0x1000 bytes for rid 0x18 type 3 at 0xd8200000 re1: MSI count : 1 re1: attempting to allocate 1 MSI vectors (1 supported) re1: using IRQ 257 for MSI re1: Using 1 MSI messages re1: Chip rev. 0x3c000000 re1: MAC rev. 0x00400000 re1: bpf attached re1: Ethernet address: 00:01:c0:08:25:20 re1: [MPSAFE] re1: [FILTER] [tykling@fitfw ~]$ grep ^rge /var/run/dmesg.boot rgephy0: <RTL8169S/8110S/8211B media interface> PHY 1 on miibus0 rgephy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseT, 1000baseT-FDX, auto rgephy1: <RTL8169S/8110S/8211B media interface> PHY 1 on miibus1 rgephy1: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseT, 1000baseT-FDX, auto [tykling@fitfw ~]$ ---------------------------------------------------------------- I am very happy with the machine, except for an acpi problem which makes it hang at reboot. shutdown -p turns the machine off as expected, but shutdown -r hangs right after "Stopping other CPUs..." when it should reboot. I reported this to acpi@ but never found a solution. I use it as home firewall, so I practically never reboot it, so I learned to live with it :) Good luck with getting your problem solved! Best regards Thomas Steen Rasmussen _______________________________________________ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"