|
|
 |
« Reply #15 on: June 26, 2009, 10:17:37 AM » |
|
I know for a fact that the chip can hit wire speed on both netperf (server TX side) and iperf (client TX side). So something went wrong with this.
So there seems to be a choice that needs to be done - more functionality? or more performance?
|
|
|
|
|
Logged
|
|
|
|
|
ykmag
Newbie
Karma: 0
Posts: 12
|
 |
« Reply #16 on: June 30, 2009, 06:37:40 AM » |
|
Having upgraded to 2.6.30, mono doesn't work any more. Is there any features in the kernel left out that causes this?
|
|
|
|
|
Logged
|
|
|
|
|
|
|
 |
« Reply #17 on: June 30, 2009, 07:38:14 AM » |
|
hmm... nothing i can think of what kind of failure do you observe?
|
|
|
|
|
Logged
|
|
|
|
|
ykmag
Newbie
Karma: 0
Posts: 12
|
 |
« Reply #18 on: June 30, 2009, 07:51:28 AM » |
|
When running mono --help all looks normal, when running mono ./hello (a hello world app) it replies: Segmentation fault All worked well prior to upgrade.
|
|
|
|
|
Logged
|
|
|
|
|
cbxbiker61
Global Moderator
Sr. Member
   
Karma: 37
Posts: 488
|
 |
« Reply #19 on: June 30, 2009, 02:06:54 PM » |
|
I just compiled Mono 2.4.2 with the 2.6.30 kernel. It runs a helloworld app just fine.
|
|
|
|
|
Logged
|
|
|
|
|
ykmag
Newbie
Karma: 0
Posts: 12
|
 |
« Reply #20 on: June 30, 2009, 02:11:04 PM » |
|
Thats good, I was runing mono-2.0-devel. I will try to compile 2.4.2 and try again. Any particular build issues with mono?
|
|
|
|
|
Logged
|
|
|
|
|
cbxbiker61
Global Moderator
Sr. Member
   
Karma: 37
Posts: 488
|
 |
« Reply #21 on: June 30, 2009, 07:25:52 PM » |
|
I use a build script to build mono.
tidbits from script.
libtoolize aclocal autoconf [[ -x libtool ]] || ln -s /usr/bin/libtool . ./configure --enable-static ...
|
|
|
|
|
Logged
|
|
|
|
|
cbxbiker61
Global Moderator
Sr. Member
   
Karma: 37
Posts: 488
|
 |
« Reply #22 on: July 01, 2009, 04:21:50 PM » |
|
A new 2.6.30 version (3) has been replaced which supports the kirkwood hardware watchdog. The module name is kirkwood_wdt. A patch is available in /2.6.30/patches. I cranked together the driver from a copy of a driver I wrote for different hardware.
Report any bugs here please.
|
|
|
|
|
Logged
|
|
|
|
|
|