Hello.

I have now found this info about no wireless driver 
in fimage  "fimage_705_v100.tgz"  after days of trying to make 
"
        plug the adaptator
        insmod rt2570
        ifconfig rausb0 192.168.0.55
        route add default gw 192.168.0.1 rausb0
        route del default gw 192.168.0.1 eth0
        ifconfig eth0 down
"
to work.
A "Christian" said in the text belowe:
> If you need a working fimage for a quick test let me know. Then I 
> can send it to you via eMail.

I would love to make a quick test.  :)

Does anybody have a fimage with Wireless Extension inside 
fimage_716_v100.tar.gz to send me?

I also have a Linksys WUSB54GC and is it possible to get that driver 
to work in the fimage with fimage_716_v100.tar.gz 

I found this link but I dont dare to even try it because i dont 
understand half of it.

http://passivemode.net/updates/2006/5/29/linksys-wusb54gc-linux.html

[EMAIL PROTECTED]

Regards Magi



--- In [email protected], "fisch8051" <[EMAIL PROTECTED]> wrote:
>
> Hi Rémy,
> 
> I think the problem is the nonexistence of Wireless Extension 
inside 
> the fimage_705_v100.tgz.
> The best way is to create your own fimage.
> I made the following steps to create a propper working fimage:
>  1 switch to Kernel 2.6.12
>  2 change the standard C library to uClibc
>  3 enabled the Wireless Extensions
>    (change to directory: /devboard-R2_01$)
>    # . ./init_env
>    # make -C packages/os/linux-2.6 menuconfig
>    enable under Networking support ---> Wireless LAN (non-hamradio) 
>    ---> [*] Wireless LAN drivers (non-hamradio) & Wireless 
Extensions
>  4 unpack rt25usb.tar.gz in /devboard-R2_01/apps
>    (From: How to install the Ralink driver from the sources)
>    - switch to /devboard-R2_01$/apps/rt25usb
>    # make
>    # make install
>  5 unpack wireless_tools27.tar.gz
>    (From: How to install the Ralink driver from the sources)
>    - switch to /devboard-R2_01$/apps/wireless_tools27
>    # make
>    # make install
>  6 I inserted in the Makfile (/devboard-R2_01/Makefile) behind 
the   
>    entry "packages/devices/ttyusb":
>    apps/wireless_tools27 \
>    apps/rt25usb
>    ( "\" is essential in the line above!!!)
> 
>   7 #make (in /devboard-R2_01$)
>   8 uploade the new fimage
>   9 Inside the Terminal:
>     # insmod rt2570.ko
>     # dmesg 
>     # iwconfig -v
>  
> After this you can set all needed parameters. 
> For example: # iwconfig rausb0 essid abc
> 
> If you need a working fimage for a quick test let me know. Then I 
> can send it to you via eMail.
> 
> Best Regards,
> Christian
> 
> --- In [email protected], "remytache" <remytache@> wrote:
> >
> > HI,
> > 
> > I use one usb key wifi with RT2500 (OVISLINK EVO-W54USB)
> > I installed the image "fimage_705_v100.tgz" on my fox board. 
> > I added the pack "wireless_tools27.tar.gz". 
> > The procedure is as follows: 
> > insmod rt2500.ko 
> > lsmod (to check) 
> > ....
> > 
> > All seems correctly installed. I do not manage to configure the 
> wifi. 
> > iwconfig says to me that rausb0 is not a connection wifi. Which 
is 
> the 
> > exact procedure to make function the wifi on the fox board. 
> > 
> > Regards
> > 
> > Rémy
> >
>


Reply via email to