Страница 1 из 1

10G Supermicro сетевая и FreeBSD 10.3

Добавлено: 2017-09-21 12:11:59
AleZ
FreeBSD 10.3-RELEASE
Сетевая AOC-STGN-I2C, на чипе Intel 82599, поставил драйвера ix-3.2.15, подключил в loader.conf.
dmesg

Код: Выделить всё

pci1: <network, ethernet> at device 0.0 (no driver attached)
pci1: <network, ethernet> at device 0.1 (no driver attached)
pciconf

Код: Выделить всё

none4@pci0:1:0:0:       class=0x020000 card=0x10fb1b52 chip=0x00018086 rev=0x01 hdr=0x00
    vendor     = 'Intel Corporation'
    class      = network
    subclass   = ethernet
    bar   [10] = type Prefetchable Memory, range 64, base 0xdfd80000, size 524288, enabled
    bar   [18] = type I/O Port, range 32, base 0xe020, size 32, enabled
    bar   [20] = type Prefetchable Memory, range 64, base 0xdfe04000, size 16384, enabled
none5@pci0:1:0:1:       class=0x020000 card=0x10fb1b52 chip=0x00018086 rev=0x01 hdr=0x00
    vendor     = 'Intel Corporation'
    class      = network
    subclass   = ethernet
    bar   [10] = type Prefetchable Memory, range 64, base 0xdfd00000, size 524288, enabled
    bar   [18] = type I/O Port, range 32, base 0xe000, size 32, enabled
    bar   [20] = type Prefetchable Memory, range 64, base 0xdfe00000, size 16384, enabled
Кто-то пользовался такими картами? Работают на FreeBSD?

10G Supermicro сетевая и FreeBSD 10.3

Добавлено: 2017-09-21 19:36:49
guest
AleZ писал(а):FreeBSD 10.3-RELEASE
Сетевая AOC-STGN-I2C, на чипе Intel 82599, поставил драйвера ix-3.2.15, подключил в loader.conf.
dmesg

Код: Выделить всё

pci1: <network, ethernet> at device 0.0 (no driver attached)
pci1: <network, ethernet> at device 0.1 (no driver attached)
pciconf

Код: Выделить всё

none4@pci0:1:0:0:       class=0x020000 card=0x10fb1b52 chip=0x00018086 rev=0x01 hdr=0x00
    vendor     = 'Intel Corporation'
    class      = network
    subclass   = ethernet
    bar   [10] = type Prefetchable Memory, range 64, base 0xdfd80000, size 524288, enabled
    bar   [18] = type I/O Port, range 32, base 0xe020, size 32, enabled
    bar   [20] = type Prefetchable Memory, range 64, base 0xdfe04000, size 16384, enabled
none5@pci0:1:0:1:       class=0x020000 card=0x10fb1b52 chip=0x00018086 rev=0x01 hdr=0x00
    vendor     = 'Intel Corporation'
    class      = network
    subclass   = ethernet
    bar   [10] = type Prefetchable Memory, range 64, base 0xdfd00000, size 524288, enabled
    bar   [18] = type I/O Port, range 32, base 0xe000, size 32, enabled
    bar   [20] = type Prefetchable Memory, range 64, base 0xdfe00000, size 16384, enabled
Кто-то пользовался такими картами? Работают на FreeBSD?
попадос - это Coraid:
chip=0x00018086

можно попробовать продать через Ebay..?
прошить в нее firmware от Intel не получится, только писать в coraid, которые попросят
денег и еще чего-нибудь.

imho, на свалку, тому кто надул или заказывал - дюлей.

10G Supermicro сетевая и FreeBSD 10.3

Добавлено: 2017-09-25 13:48:58
AleZ
да, уже понял что попадос, такие дела (

10G Supermicro сетевая и FreeBSD 10.3

Добавлено: 2017-10-10 11:39:36
Demis
AleZ писал(а):да, уже понял что попадос, такие дела (
Сам не сталкивался, но вообще интересно конечно, чисто из познавательных соображений. Вроде как на https://www.persy.com/public_html/fck_i ... GN-i2S.pdf написано:

Код: Выделить всё

OS Support:
- Windows® Vista SP2, 2003 SP2, 2008 SP2 
- RedHat EL, SuSe SLES 
- FreeBSD
И на https://www.manualslib.com/manual/11737 ... =24#manual тоже расписано:

Код: Выделить всё

Installing Drivers on FreeBSD
Follow the instructions below to install the drivers in FreeBSD kernel 4.8 or later.
In the instructions below, x.x.x is the driver version as indicated in the name of the
drive tar file.
Note: You must have kernel sources installed in order to compile the
driver module.
1. Move the base driver tar file to the dirctory of your choice. For example, use
/home/username/ixgb or /usr/local/src/ixgb.
2. Untar/unzip the archive:
tar xfz ixgb-x.x.x directory
3. To install man page:
cd ixgb-x.x.x
gzip -c ixgb.4 > /usr/share/man/man4/ixgb.4.gz
4. To load the driver onto a running system, perform the following steps:
cd ixgb-x.x.x
make
or
cd ixgb-x.x.x/src
make load
5. To assign an IP address to the interface, enter the following:

10G Supermicro сетевая и FreeBSD 10.3

Добавлено: 2017-10-10 12:23:31
guest
Demis писал(а):
AleZ писал(а):да, уже понял что попадос, такие дела (
Сам не сталкивался, но вообще интересно конечно, чисто из познавательных соображений. Вроде как на https://www.persy.com/public_html/fck_i ... GN-i2S.pdf написано:

Код: Выделить всё

OS Support:
- Windows® Vista SP2, 2003 SP2, 2008 SP2 
- RedHat EL, SuSe SLES 
- FreeBSD
И на https://www.manualslib.com/manual/11737 ... =24#manual тоже расписано:

Код: Выделить всё

Installing Drivers on FreeBSD
Follow the instructions below to install the drivers in FreeBSD kernel 4.8 or later.
In the instructions below, x.x.x is the driver version as indicated in the name of the
drive tar file.
Note: You must have kernel sources installed in order to compile the
driver module.
1. Move the base driver tar file to the dirctory of your choice. For example, use
/home/username/ixgb or /usr/local/src/ixgb.
2. Untar/unzip the archive:
tar xfz ixgb-x.x.x directory
3. To install man page:
cd ixgb-x.x.x
gzip -c ixgb.4 > /usr/share/man/man4/ixgb.4.gz
4. To load the driver onto a running system, perform the following steps:
cd ixgb-x.x.x
make
or
cd ixgb-x.x.x/src
make load
5. To assign an IP address to the interface, enter the following:
нижнее снимет все вопросы и расширит познания:

https://ru.wikipedia.org/wiki/ATA_over_Ethernet