General > GadgetPC

Debian files corupt?

<< < (2/3) > >>

vitaliy:
you have to install modules

mkdir lib/modules/2.6.30.4
install -c -m 0644 {type your folder on FAT drive}/ftdi_sio.ko /lib/modules/2.6.30.4/ftdi_sio.ko
depmod -a
/sbin/modprobe ftdi_sio

isbric:
thanks that works just fine.

however my wifi adapter is not supported, i need to know how i can build the driver for my usb wifi.

how do i crosscompile it, or shuld i try to compile it on the gadgetpc?

vitaliy:
if you have the driver sources you can cross-compile under Vmware Ubuntu

isbric:
Ok, so my usb wifi is a Zyxel G-202 using the ZD1211RW driver.

i got the firmware installed, also the kernelversion does support this wifi card.

i have been trying to build the module from the VMware with no luck.

what steps is needed to add this module and have it compiled into a .ko file?

vitaliy:
There is a typical scenario to build ili9325.ko module ( framebuffer driver) under Ubutntu_ARM ( Vmware image BiPOM provides)

mini@mini-max:~$ . ~/sh/driver.sh
mini@mini-max:~/linux/drivers$ cd ili9325
mini@mini-max:~/linux/drivers/ili9325$ make
make -C /home/mini/linux/linux-2.6.30.4 SUBDIRS=/home/mini/linux/drivers/ili9325 modules
make[1]: Entering directory `/home/mini/linux/linux-2.6.30.4\'
  CC [M]  /home/mini/linux/drivers/ili9325/ili9325.o
  Building modules, stage 2.
  MODPOST 1 modules
  CC      /home/mini/linux/drivers/ili9325/ili9325.mod.o
  LD [M]  /home/mini/linux/drivers/ili9325/ili9325.ko
make[1]: Leaving directory `/home/mini/linux/linux-2.6.30.4\'
mini@mini-max:~/linux/drivers/ili9325$

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version