well it runs, but it has am error in it with registration of the ns2l_led driver.
- Code: Select all
<snip>
initcall ns2l_led_init+0x0/0xc returned with preemption imbalance
<snip>
this driver is needed for the leds and it is based on nwsp lite, I copied that from old Lacie gpl code but someting is not correct there. Need to check if a newer version available of this driver. Need to have a closer look.
It reports itself as being a 88F6281 board and not a 88F6192 (=nwsp2-lite or 88F6702 which is the real socket inside)
- Code: Select all
[ 19.848646] Kirkwood: MV88F6281-A1, TCLK=166666667
Tomorrow I will have some time to look at this, but also without the leds driver the firmware should run fine
ps are the leds on ? at leats the blue one and is it blinking with HDD activity ?
For the rest the kernel seems to run ok :bananadance with excption of this
also this part seems to consume quite some time during boot (35 seconds, seems to wait for something)
- Code: Select all
[ 23.979270] i2c i2c-0: mv64xxx: I2C bus locked, block: 1, time_left: 0
[ 25.979267] i2c i2c-0: mv64xxx: I2C bus locked, block: 1, time_left: 0
[ 27.979271] i2c i2c-0: mv64xxx: I2C bus locked, block: 1, time_left: 0
[ 29.979386] i2c i2c-0: mv64xxx: I2C bus locked, block: 1, time_left: 0
[ 31.979265] i2c i2c-0: mv64xxx: I2C bus locked, block: 1, time_left: 0
[ 33.979270] i2c i2c-0: mv64xxx: I2C bus locked, block: 1, time_left: 0
[ 33.985930] Register Driver 'gpio-fan'
[ 33.989958] Register Driver 'lm75'
[ 35.989356] i2c i2c-0: mv64xxx: I2C bus locked, block: 1, time_left: 0
[ 37.989266] i2c i2c-0: mv64xxx: I2C bus locked, block: 1, time_left: 0
[ 39.989271] i2c i2c-0: mv64xxx: I2C bus locked, block: 1, time_left: 0
[ 41.989337] i2c i2c-0: mv64xxx: I2C bus locked, block: 1, time_left: 0
[ 43.989260] i2c i2c-0: mv64xxx: I2C bus locked, block: 1, time_left: 0
[ 45.989269] i2c i2c-0: mv64xxx: I2C bus locked, block: 1, time_left: 0
[ 47.989326] i2c i2c-0: mv64xxx: I2C bus locked, block: 1, time_left: 0
[ 49.989265] i2c i2c-0: mv64xxx: I2C bus locked, block: 1, time_left: 0
[ 49.995766] Register Driver 'lm77'
[ 51.999259] i2c i2c-0: mv64xxx: I2C bus locked, block: 1, time_left: 0
[ 53.999342] i2c i2c-0: mv64xxx: I2C bus locked, block: 1, time_left: 0
[ 55.999265] i2c i2c-0: mv64xxx: I2C bus locked, block: 1, time_left: 0
[ 57.999267] i2c i2c-0: mv64xxx: I2C bus locked, block: 1, time_left: 0
[
These errors take the kernel long to boot almost 1 minute and thats why telnet times out. Normally boot should be finished with standalone kernel in 12 to 20 seconds. But for a first shot it is not bad.. :mrgreen: