[patch] cx3110x and wpa_supplicant

Kalle Valo kalle.valo at nokia.com
Mon Oct 13 15:29:06 EEST 2008


ext Tobias Käster <tobilebtewigdankjesuschristus at gmail.com> writes:

> hi.
> i am a little bit noob at this stuff.....i wanted to use wpa_supplicant in
> my univerity....an read that i had to patch the driver first....but i have
> no idea how to.....
> .
> i want to ask if you mail mit the patched driver file may??.

I can say that it's not simple. You have to do something like this:

o get cx3110x sources and unpack them

o patch cx3110x

  patch -p1 < my-patch.patch

o get kernel sources

o compile kernel

  make <nokia something>_defconfig
  make

o compile cx3110x:

  make KERNEL_SRC_DIR=../path/to/my/kernel/sources

o copy cx3110x.ko to n800/n810

o remove old driver:

  rmmod cx3110x

o load new driver:

  insmod cx3110x.ko

o initialise driver:

  chroot /mnt/initfs /sbin/wlan-cal

Now the new driver is in use. If you want to use the new driver
permantly, you have to copy it to the initfs partition.

The above instructions are from memory and I'm sure they are full of
errors. But at least you should get the basic idea.

-- 
Kalle Valo


More information about the cx3110x-devel mailing list