[maemo-developers] WLAN Question
From: Daniel Stone daniel.stone at nokia.comDate: Wed Mar 7 19:18:58 EET 2007
- Previous message: WLAN Question
- Next message: WLAN Question
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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. -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: Digital signature Url : http://lists.maemo.org/pipermail/maemo-developers/attachments/20070307/625ae9c4/attachment.pgp
- Previous message: WLAN Question
- Next message: WLAN Question
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]