LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Wireless Networking (https://www.linuxquestions.org/questions/linux-wireless-networking-41/)
-   -   Newbie to Linux using Lindows OS trying to install wireless usb nic (https://www.linuxquestions.org/questions/linux-wireless-networking-41/newbie-to-linux-using-lindows-os-trying-to-install-wireless-usb-nic-151373/)

patejl 02-27-2004 08:31 PM

Newbie to Linux using Lindows OS trying to install wireless usb nic
 
Hey, I am new to linux and I am trying to set up a Linksys WUSB 11 v 2.6 wireless network adapter. Can anyone help me out with finding the right driver and how to install it.

patejl

gsxst2 02-28-2004 11:59 PM

I have the same problem. From what I have learned there is no solution yet.
Sorry

beyer42 02-29-2004 02:13 AM

http://at76c503a.berlios.de/
use latest CVS tarball.

The big thing is having to recompile the kernel. You will need the development tools (C compiler) and the kernel source packages installed.

from the top level directory of the kernel source /usr/src/linux-<version> you will do

make mrproper -> done just once

make menuconfig -> brings up menu to set options to add
support for "Wireless LAN (non-hamradio)"

make depend

make modules

make modules_install

make install -> also installs boot images, etc.


Be sure to save off your original .config file before running any makes, this is a text file that contains the kernel configuration settings that are used to build the kernel and altered by make menuconfig.


On the make menuconfig:

Go to:
Network Device support −−>
then Select:
Wireless LAN (non−hamradio) −−−>
Then Choose the options, so that it looks like below, or something as close to this. [*] Wireless LAN (non−hamradio)


I usually have problems with unable to read LABEL on the root device when trying to reboot with the recompiled kernel, which is usually fixed by adding support for RAM disk support under Device Drivers -> Block Devices -> Ram disk support and setting the RAM disk size to 8192 (what works for me on Redhat).

The Berlios driver works well for me for both 2.6 and 2.8 versions.

Hope this helps get you pointed in the right direction, I remember seeing some decent howto's that include the kernel configuration steps, but I can't seem to find them now. Ask questions if you have any trouble.


All times are GMT -5. The time now is 10:24 PM.