Unfortunately no one can be told what fun_plug is - you have to see it for yourself.
You are not logged in.
Is it possibe to update the DNS-323 to a more recent kernel?
Offline
Anything is possible if you have enough time and ambition. What are you trying to accomplish by updating the kernel?
Cheers!
bspvette
Offline
bspvette86 wrote:
What are you trying to accomplish by updating the kernel?
Basically this: http://dns323.kood.org/forum/t2422-Tell … Stick.html Kernel 2.6.14 should be sufficient.
Offline
fonz wrote:
The firmware kernels provide special interfaces for fan, led, button, spindown, etc. If you upgrade to another kernel version, you most likely break important functions.
So it's obvious I must go the other way to implement the Tellstick. Upgrading kernel was suggested by the Tellstick vendor as an option to modifying ftdi_sio and and older kernel. I don't know exactly what needs be done but my search continues.
Offline
What about making changes to the current kernel and recompiling it?
Offline
fonz wrote:
Works fine.
I know, it's probably not the place to ask such fundamental questions... Where do I start?
Offline
vedeja wrote:
Where do I start?
Cross-compiling the kernel is a lot easier than other packages. You only need cross-binutils and the inital cross-gcc from a toolchain, which is just step 1 from
http://www.eglibc.org/cgi-bin/viewcvs.c … s-building
gcc 4.1 should work fine, gcc3 might require some extra work. don't use 4.3.
uboot requires the kernel in a special format. You need the mkimage program (from uboot package in the dlink sources, I think) for this.
You can use the resulting compiler to cross-compile your new kernel. You should test your kernel before flashing. Use the uboot console (serial cable). If you don't have a serial connection, you can try my dns323-reloaded modules.
Note, however, that without a serial connection, you'll brick your device if the flashed kernel doesn't work.
Offline
Where is the kernel source found?
Offline
Offline
I know I've been spreading questions all over he forum about kernel updates and specific driver (FTDI USB serial driver) implementations.
http://dns323.kood.org/forum/t2329-FTDI_SIO.html
http://dns323.kood.org/forum/t2422-Tell … Stick.html
http://dns323.kood.org/forum/p23316-200 … tml#p23316
But I thought I'd pick it up here.
Now, why does the wiki say "Kernel: Linux-2.6.6 [...] Linux-2.6.12.6"? What is the meaning of 2.6.6 being mentioned? (If it had 2.6.6 my driver issue would be gone.)
Last edited by vedeja (2008-11-28 12:08:07)
Offline
vedeja wrote:
Now, why does the wiki say "Kernel: Linux-2.6.6 [...] Linux-2.6.12.6"? What is the meaning of 2.6.6 being mentioned?
Early firmwares came with 2.6.6. http://dns323.kood.org/
Offline
fonz wrote:
Early firmwares came with 2.6.6. http://dns323.kood.org/
OK. They must have had a good reason for degrading, but it's not helpful.
Offline
fonz wrote:
They upgraded: 2.6.12.6 > 2.6.6
Embarrassing. Thanks for clarifying the maths though. Nevertheless, hhe issue still remains.
Offline