|
View:
New views
6 Messages
—
Rating Filter:
Alert me
|
|
|
Broadcom NetXtreme II BCM5709 Gigabit Ethernet Dell 610 and DellHi, Does any one find solution to this problem as we have same, try a proposed patch but still have problem? Regards, Eric. _______________________________________________ freebsd-drivers@... mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-drivers To unsubscribe, send any mail to "freebsd-drivers-unsubscribe@..." |
|
|
Re: Broadcom NetXtreme II BCM5709 Gigabit Ethernet Dell 610 and DellI mean :
I have a dell R710 with four : bce: <Broadcom NetXtreme II BCM5709 1000Base-T (C0) card. While running FreeBSD AMD64 7.2-RELEASE I sometimes got strange message from bce but main problem is that if I do a soft reboot (just typing reboot) I then have lots of message like : "if_bce.c Unable to write CTX memory" and then no more network acces. To make it work again I don't have other solution that do a cold reboot (unplug power). I saw other people speaking of this but never find solution. Is there a way to make it work without changing network card? ----- Original Message ----- From: "Eric" <ericd@...> To: <freebsd-drivers@...> Sent: Friday, June 05, 2009 12:19 PM Subject: Broadcom NetXtreme II BCM5709 Gigabit Ethernet Dell 610 and Dell Hi, Does any one find solution to this problem as we have same, try a proposed patch but still have problem? Regards, Eric. _______________________________________________ freebsd-drivers@... mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-drivers To unsubscribe, send any mail to "freebsd-drivers-unsubscribe@..." _______________________________________________ freebsd-drivers@... mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-drivers To unsubscribe, send any mail to "freebsd-drivers-unsubscribe@..." |
|
|
RE: Broadcom NetXtreme II BCM5709 Gigabit Ethernet Dell 610 and DellEric,
We made the driver a loadable module and it seems to work. It is a temporary workaround. -----Original Message----- From: owner-freebsd-drivers@... [mailto:owner-freebsd-drivers@...] On Behalf Of Eric Sent: Friday, June 05, 2009 3:32 AM To: freebsd-drivers@... Subject: Re: Broadcom NetXtreme II BCM5709 Gigabit Ethernet Dell 610 and Dell I mean : I have a dell R710 with four : bce: <Broadcom NetXtreme II BCM5709 1000Base-T (C0) card. While running FreeBSD AMD64 7.2-RELEASE I sometimes got strange message from bce but main problem is that if I do a soft reboot (just typing reboot) I then have lots of message like : "if_bce.c Unable to write CTX memory" and then no more network acces. To make it work again I don't have other solution that do a cold reboot (unplug power). I saw other people speaking of this but never find solution. Is there a way to make it work without changing network card? ----- Original Message ----- From: "Eric" <ericd@...> To: <freebsd-drivers@...> Sent: Friday, June 05, 2009 12:19 PM Subject: Broadcom NetXtreme II BCM5709 Gigabit Ethernet Dell 610 and Dell Hi, Does any one find solution to this problem as we have same, try a proposed patch but still have problem? Regards, Eric. _______________________________________________ freebsd-drivers@... mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-drivers To unsubscribe, send any mail to "freebsd-drivers-unsubscribe@..." _______________________________________________ freebsd-drivers@... mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-drivers To unsubscribe, send any mail to "freebsd-drivers-unsubscribe@..." _______________________________________________ freebsd-drivers@... mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-drivers To unsubscribe, send any mail to "freebsd-drivers-unsubscribe@..." |
|
|
Re: Broadcom NetXtreme II BCM5709 Gigabit Ethernet Dell 610 and DellThanks for your answer Carlos.
I try to do same but still doesn't have network after hot reboot and still have message: bce0: /usr/src/sys/modules/bce/../../dev/bce/if_bce.c(1386); Unable to write CTX.... Here is what I do : - get back source from dvd - Remove MII and bce from my kernel configuration file - make new kernel (make buildkernel) - install new kernel ( make installkernel) - add yes to if_bce on loader.conf - do make then make install on "/usr/src/sys/modules/bce" halt system; shutdown power; boot=> ok Reboot => unable to wriet ctx.... ;=( Any Idea of what to do to make it work? My config is : DELL R710 with Freebsd 7.2 AMD64 Release. Thanks for your help. Eric. ----- Original Message ----- From: "Carlos Pardo" <cpardo@...> To: "Eric" <ericd@...>; <freebsd-drivers@...> Sent: Friday, June 05, 2009 8:09 PM Subject: RE: Broadcom NetXtreme II BCM5709 Gigabit Ethernet Dell 610 and Dell Eric, We made the driver a loadable module and it seems to work. It is a temporary workaround. -----Original Message----- From: owner-freebsd-drivers@... [mailto:owner-freebsd-drivers@...] On Behalf Of Eric Sent: Friday, June 05, 2009 3:32 AM To: freebsd-drivers@... Subject: Re: Broadcom NetXtreme II BCM5709 Gigabit Ethernet Dell 610 and Dell I mean : I have a dell R710 with four : bce: <Broadcom NetXtreme II BCM5709 1000Base-T (C0) card. While running FreeBSD AMD64 7.2-RELEASE I sometimes got strange message from bce but main problem is that if I do a soft reboot (just typing reboot) I then have lots of message like : "if_bce.c Unable to write CTX memory" and then no more network acces. To make it work again I don't have other solution that do a cold reboot (unplug power). I saw other people speaking of this but never find solution. Is there a way to make it work without changing network card? ----- Original Message ----- From: "Eric" <ericd@...> To: <freebsd-drivers@...> Sent: Friday, June 05, 2009 12:19 PM Subject: Broadcom NetXtreme II BCM5709 Gigabit Ethernet Dell 610 and Dell Hi, Does any one find solution to this problem as we have same, try a proposed patch but still have problem? Regards, Eric. _______________________________________________ freebsd-drivers@... mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-drivers To unsubscribe, send any mail to "freebsd-drivers-unsubscribe@..." _______________________________________________ freebsd-drivers@... mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-drivers To unsubscribe, send any mail to "freebsd-drivers-unsubscribe@..." _______________________________________________ freebsd-drivers@... mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-drivers To unsubscribe, send any mail to "freebsd-drivers-unsubscribe@..." |
|
|
Re: Broadcom NetXtreme II BCM5709 Gigabit Ethernet Dell 610 and Dell-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1 Eric wrote: > Does any one find solution to this problem as we have same, try a > proposed > patch but still have problem? Did you tried my driver backport or the latest 7-STABLE? http://lists.freebsd.org/pipermail/freebsd-stable/2009-June/050489.html Note that if you may have to rebuild the kernel if your miibus and/or bce is compiled into kernel which is the usual case. Cheers, - -- Xin LI <delphij@...> http://www.delphij.net/ FreeBSD - The Power to Serve! -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.11 (FreeBSD) iEYEARECAAYFAkotVXUACgkQi+vbBBjt66BUHgCeJa1J/N75nE2p3mVLdslpP1en wR8An09WcVBXoGNCtEsUjNsNRRrH7SvN =etha -----END PGP SIGNATURE----- _______________________________________________ freebsd-drivers@... mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-drivers To unsubscribe, send any mail to "freebsd-drivers-unsubscribe@..." |
|
|
Re: Broadcom NetXtreme II BCM5709 Gigabit Ethernet Dell 610 and DellYes, I try as a module or as static but unfortunatly with same result. ;=(
I also try to change all settings on bios or on managment firmware of the nic but same result. ;=( I try to run Dos diagnostic software to disable the managment firmware but as I'm on AMD64 I can't run dos emulator "doscmd" and server is now on a far datacenter... ;=( ----- Original Message ----- From: "Xin LI" <delphij@...> To: "Eric" <ericd@...> Cc: "Carlos Pardo" <cpardo@...>; <freebsd-drivers@...> Sent: Monday, June 08, 2009 8:16 PM Subject: Re: Broadcom NetXtreme II BCM5709 Gigabit Ethernet Dell 610 and Dell > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Eric wrote: >> Does any one find solution to this problem as we have same, try a >> proposed >> patch but still have problem? > > Did you tried my driver backport or the latest 7-STABLE? > > http://lists.freebsd.org/pipermail/freebsd-stable/2009-June/050489.html > > Note that if you may have to rebuild the kernel if your miibus and/or > bce is compiled into kernel which is the usual case. > > Cheers, > - -- > Xin LI <delphij@...> http://www.delphij.net/ > FreeBSD - The Power to Serve! > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v2.0.11 (FreeBSD) > > iEYEARECAAYFAkotVXUACgkQi+vbBBjt66BUHgCeJa1J/N75nE2p3mVLdslpP1en > wR8An09WcVBXoGNCtEsUjNsNRRrH7SvN > =etha > -----END PGP SIGNATURE----- > _______________________________________________ freebsd-drivers@... mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-drivers To unsubscribe, send any mail to "freebsd-drivers-unsubscribe@..." |
| Free embeddable forum powered by Nabble | Forum Help |