Yes,
I had to do that as well.
Incidentally, are you using the zd1211.o module? I've been hacking at it
all day, and finally got it recompiled without the hordes of warnings
saying "before wait 2" about 300 times.
The module will not insert properly into the running TS9 kernel unless
the div64.o stub (located at arch/arm/lib/div64.o) is compiled in
statically using:
arm-9tdmi-linux-gnu-ld -static -r $zd2111_home/src/*.o \
$ts9_kerel_home/linux24/arch/arm/lib/div64.o -o zd1211.o
If you're interested I can post the module somewhere.
~/Chris
Ollie Eisman wrote:
> Chris,
>
> I now get the following error:
>
> $ udhcpc -i wlan0
> info, udhcpc (v0.9.9-pre) started
> error, FATAL: couldn't listen on socket, Address
> family not supported by protocol
>
> It looks like I need to turn on CONFIG_PACKET in the
> kernel. Did you have to do this as well?
>
> Thanks for the help.
>
> Ollie
>
> --- Christopher Friedt <>
> wrote:
>
>
>>Hey Ollie,
>>
>>DHCP is straight forward to get working with the
>>wireless utility
>>iwconfg. However, as far as I am aware, this
>>particular utility ony
>>supports WEP protocol. For WPA you need
>>wpa-supplicant.
>>
>>Assuming that you have all relevent modules loaded
>>and your wireless
>>device is wlan0, you can type in:
>>
>>'ifconfig wlan0 up' to first bring it up, and then
>>... iwconfig stuff ...
>>udhcpc -i wlan0 to pick up a DHCP assigned address.
>>
>>Please note, that if you require a key and specific
>>SSID, then use:
>>iwconfig wlan0 essid <SSID> key <s:KEY|KEY>
>>for the "... iwconfig stuff ... " above.
>>
>>try to check up on the documentation for iwconfig if
>>you have any
>>problems, but that is the correct order.
>>
>>~/Chris
>>
>>Ollie Eisman wrote:
>>
>>>Hi
>>>
>>>I just received a TS-7260 board with the Prismq
>>>WUA-11g usb wifi adapter available from TS. I am
>>>using the stock TS-linux in flash that comes with
>>
>>the
>>
>>>board.
>>>
>>>I searched the archives and was able to get the
>>
>>wifi
>>
>>>working with a static IP using instructions
>>
>>provided
>>
>>>by Dave Cramer:
>>>
>>>
>>
>>http://groups.yahoo.com/group/ts-7000/message/2036.
>>
>>>The problem is with DHCP. I can't seem to get
>>
>>wifi to
>>
>>>work as a DHCP client no matter what permutation
>>
>>of
>>
>>>settings I try. Has anyone been able to do this
>>
>>and,
>>
>>>if so, could you provide a summary of what needs
>>
>>to be
>>
>>>done?
>>>
>>>Many thanks,
>>>Ollie
>>>
>
>
>
> __________________________________________________
> Do You Yahoo!?
> Tired of spam? Yahoo! Mail has the best spam protection around
> http://mail.yahoo.com
>
>
>
>
>
> Yahoo! Groups Links
>
>
>
>
>
>
>
>
>
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/ts-7000/
<*> To unsubscribe from this group, send an email to:
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|