Hi everybody.. here I go with my first post on the AVR32:
I've been using some modules, specially the at32_abdac to make use of the integrated DAC. I already modified setup.c in the kernel source tree to make the module work.
I tried modprobe at32_abdac throught the RS232 console (/dev/ttyS0) and everything is fine. I can measure some frequency at the DAC's output when I do cat something > /dev/dsp (I still have to make the low pass filter and amplifier).
Now, modprobe won't load the module(s) if I execute it by logging in through telnet or ssh (dropbear). Any clues?
This is strange since "whoami" shows "root" in every console. Maybe the bootargs being "console=ttyS0"??
Also, what do I do if I want kernel messages (like printk's ) to be displayed in all open consoles? I think that's when console=xxxx comes up in the boot args, but i'm still not sure.
thanks,
Carlos
EDIT: when I run modprobe from ssh or telnet I get "failed to load module"