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

как быть с сетевой картой, EEPROM c ошибками?

Добавлено: 2008-08-07 6:34:06
weec

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

em0: <Intel(R) PRO/1000 Network Connection 6.9.5> port 0xec00-0xec3f mem 0xfebc0000-0xfebdffff,0xfeb80000-0xfebbffff irq 19 at device 2.0 on pci2
em0: The EEPROM Checksum Is Not Valid
device_attach: em0 attach returned 5

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

em0@pci0:2:2:0: class=0x020000 card=0x10018086 chip=0x10268086 rev=0x01 hdr=0x00
    vendor     = 'Intel Corporation'
    device     = '82545GM Gigabit Ethernet Controller'
    class      = network
    subclass   = ethernet

Re: как быть с сетевой картой, поврежден EEPROM?

Добавлено: 2008-08-07 6:39:04
zingel

Re: как быть с сетевой картой, поврежден EEPROM?

Добавлено: 2008-08-07 6:49:06
weec
спасибо, попробую

да, в Linux есть патч для обхода контрольной суммы в процессе инициализации устройства (eeprom_bad_csum_allow)
есть ли подобный под FreeBSD?

Re: как быть с сетевой картой, поврежден EEPROM?

Добавлено: 2008-08-07 8:13:23
Alex Keda
заменить?

Re: как быть с сетевой картой, поврежден EEPROM?

Добавлено: 2008-08-07 8:18:32
zingel
вобщем то из man ifconfig

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

 rxcsum, txcsum
             If the driver supports user-configurable checksum offloading,
             enable receive (or transmit) checksum offloading on the inter-
             face.  Some drivers may not be able to enable these flags inde-
             pendently of each other, so setting one may also set the other.
             The driver will offload as much checksum work as it can reliably
             support, the exact level of offloading varies between drivers.

     -rxcsum, -txcsum
             If the driver supports user-configurable checksum offloading,
             disable receive (or transmit) checksum offloading on the inter-
             face.  These settings may not always be independent of each
             other.

Re: как быть с сетевой картой, поврежден EEPROM?

Добавлено: 2008-08-07 8:27:24
Alex Keda
нет. это не то.
это контрольные суммы пакетов, а у него слетела прошивка.

Re: как быть с сетевой картой, поврежден EEPROM?

Добавлено: 2008-08-07 8:34:25
zingel
ну тогда сделать как рекомендует интел

Re: как быть с сетевой картой, EEPROM c ошибками?

Добавлено: 2008-08-08 11:00:06
weec
сбросил установки и все заработало
спасибо