On Wed, Mar 07, 2007 at 12:10:08PM -0500, ext Michael Matalon wrote: > Ok.. I have compiled a simple program to read RSSI now and it works using > the new driver that was inserted. Here is a new issue that I am expericeing: > > Everytime I reboot, the n800 reverts to the old driver that doesn't contain > the Prism headers. Does anyone know why this happens? Can't seem to figure > out why it would revert to the old driver. Every time I reboot I have to run > the following commands again: > > *move compiled cx3110.ko file to device and rmmod old driver* > > rmmod /mnt/initfs/lib/modules/2.6.18-omap1/cx3110x.ko > > *install your driver:* > > > insmod /whereeveryourdriveris/cx3110x.ko > chroot /mnt/initfs /usr/bin/wlan-cal > > Am I doing something that doesn't stay permanent?
Yes, you're inserting a module. Modules aren't permanent, by their very definition: they're out of the kernel. You can move it over the cx3110x.ko in the initfs if you want it to stay permanent. The kernel can't guess where your new one might be.
signature.asc
Description: Digital signature
_______________________________________________ maemo-developers mailing list [email protected] https://maemo.org/mailman/listinfo/maemo-developers
