BiPOM Forum

General => GadgetPC => Topic started by: Brytano15 on February 18, 2010, 10:15:06 pm

Title: Installing a New Wireless Adapter
Post by: Brytano15 on February 18, 2010, 10:15:06 pm
I have ordered 2 WUA-1340 Wireless Adapters. i got it to work, but because of shoddy manufacturing both don\'t work Now.(I would not recommend D-link to anybody)

Now since those don\'t work, and rather not order from D-Link this time around. Knowing that I will not being able to just plug in a new WUSB Adapter.

How would I go about installing a new WUSB?

Do you suggest a certain brand or specific model found commonly in local stores?

Title: Re: Installing a New Wireless Adapter
Post by: vitaliy on February 19, 2010, 02:31:42 am
You can try any model if a corresponding Linux driver is available.
If Linux driver is not available from a manufacturer
as the 1st step it is necessary to check VID/PID of the new adapter. Then, check Internet to see if somebody uses it under Linux.
If so,   there is a big chance to get it working with GadgetPC.
Title: Re: Installing a New Wireless Adapter
Post by: Brytano15 on March 02, 2010, 03:27:03 pm
I found a guide to get it to work but the guide didn\'t work with out compiling it on my gadgetpc. The problem is when I try compiling or installing it the gadgetcp freezes. I have tried a few things. Is there a way to compile the Makefiles into a package maybe? I just can\'t get it onto the gadgetpc.
Title: Re: Installing a New Wireless Adapter
Post by: vitaliy on March 02, 2010, 03:35:53 pm
1. You can cross-compile under Ubuntu. We provide a virtual machine image on bipomftp.
2. If you have Debian on GadgetPC you can compile using native GCC
Title: Re: Installing a New Wireless Adapter
Post by: Brytano15 on March 04, 2010, 12:13:42 pm
It is a makefile for drivers. It has to be installed on the native device.
Title: Re: Installing a New Wireless Adapter
Post by: ehagerup1 on March 04, 2010, 03:29:30 pm
When you say it freezes, what is the last line displayed on bash?  Keep in mind these things are really quite slow, compiling of drivers on them may take hours (it did for some of the ones I tried), if you have any other way of connecting it to the net try having a second SSH terminal open with top so you can see what is going on.  It may also be running out of ram (there is only 32M) if you haven\'t enabled swap.  When it freezes, does it still respond to the kill interrupt (control - c)?  It is not to common for base installs of Debian to "freeze" doing anything.  Also as always you check the sys logs?
Title: Re: Installing a New Wireless Adapter
Post by: Brytano15 on March 04, 2010, 10:11:42 pm
I have tried the default command, but no the terminal connection is completely closed. I have an idea not surely possible, I want to compile the drivers on another computer and install them with some kind of distro file on my gadgetpc.
Title: Re: Installing a New Wireless Adapter
Post by: ehagerup1 on March 05, 2010, 09:29:24 pm
" I want to compile the drivers on another computer and install them with some kind of distro file on my gadgetpc."

That\'s what a cross compiler is.  Have you tried compiling on the Ubuntu virtual yet?  Usually most drivers will compile straight to a kernel object which can be loaded with insmod.  Perhaps if you let us know what wireless card and driver you are trying to work with we can be of more help.