[zd1211-devs] Information about how to load drivers in Linux kernels

2007-04-16 Thread Javier Gracia Castro
Hi everybody, I am very new at Linux and embedded systems. I have ported a 2.6.20 linux kernel with a provided ext2 file system (uClibc 0.9.28 and Busybox v1.1.2) to the board AT91RM9200-EK. I want to add a wireless extension to the system with an USB Wi-Fi device based on the chipset zd121

Re: [zd1211-devs] Information about how to load drivers in Linux kernels

2007-04-16 Thread Daniel Drake
Javier Gracia Castro wrote: > Finally, I have enabled all these options not as modules, but built in > the kernel itself. You can't build zd1211rw into the kernel at the moment. It tries to load the firmware before the filesystem is available, which fails for obvious reasons. You need to build

Re: [zd1211-devs] Information about how to load drivers in Linux kernels

2007-04-16 Thread Tomas Klas
Daniel Drake wrote: > > You can't build zd1211rw into the kernel at the moment. It tries to load > the firmware before the filesystem is available, which fails for obvious > reasons. You need to build it as a module. > > Daniel > Alternatively, it is possible to plug-in USB stick (or enable

[zd1211-devs] dhclient stopped working

2007-04-16 Thread Lucio Crusca
Hello all, I'm afraid I'm off topic here, because I'm not a developer, however I couldn't manage to find a users mailing list. If you are aware of any, please point me there. I've been using three zd1211 USB adapters since r59 of the old driver. Then 2.6.18 came along and the old driver stoppe

Re: [zd1211-devs] dhclient stopped working

2007-04-16 Thread Ulrich Kunitz
On 07-04-16 23:56 Lucio Crusca wrote: Lucio please add to the script the following. > #!/bin/bash -x killall dhclient # Might not be what you want if you have several # dhclients running in parallel. > modprobe zd1211rw # Shouldn't be needed if udev is configured