Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
By apinta10 at 2006-06-26 11:33
|
Hello I wanted to submit a simple how to for installing 2 wirless cards.
1. PCMCIA RT2500 card - used a source for it and compiled it as a module.
First I used all with my default kernel on Ubuntu 6.06 LTS. Works great. No dubts!
Unpack source RT61_Linux_STA_Drv1.0.4.0.tar.gz
As root! Any folder.
However there are 2 Files for Rt61 - source code and firmware. I dint copy firmware. So it worked without. You can try both.
there is a *Configure file. Tryed to execute it it didnt work as it should.
$: make
So we made a module! (Kernel HEADERS, sources are NEEDED)!
Modpost was made.
modprobe rt61
insert the card.
$:dmesg
check for ra0:
or type: dmesg | grep ra0
it will come.
$: iwconfig
it should list the card without connecting to any SSID.
so type:
$: iwconfig ra0 essid -network name-
$: iwconfig
to check it.
$: ifconfig - it won't be listed > ra0
$: ifconfig ra0 up - activate ra0 (leds will blink - youll be connected to AP, OPEN AP, NO KEY and Encription, I used MAC address filtering for my Wireless, So I dont use encryption)
$: ifconfig - check for ra0 again (there wont be ip address i think... i didnt get it at first)...
$: dhclient ra0 - to activate DHCP client to get an IP from the router... (router needs to have DHCP server activated)....
$: ifconfig - to check again...
$: ping www.google.com - you should get reply...
2. Siemens USB Adapter 108
I lost two weeks settings this up. First i had slackware 10.1 coudn't make it work. So I installed ubuntu.
Ubuntu has intergrated Ndiswrapper 1.8 inside its kernel. And it is enough to push this card to make its job.
Now...
copy WindowsXP drivers to one folder in linux.
/home/s108 - example
since ndiswrapper does work in Ubuntu we need to install 2 files.
athfmwdl.inf i think its called and
net5523.inf
YOU NEED TO COPY ALL FILES IN FOLDER FROM WINDOWS XP DRIVERS.
ndiswrapper -i athfmwdl.inf
ndiswrapper -i net5523.inf
ndiswrapper -l (you should get, driver installed, present) - plug in after you installed
modprobe ndiswrapper - type this ALWAYS after you installed something (you'll get errors if you do earlier)
dmesg
look for ndiswrapper and wlan0 - if wlan0 is not listed type again dmesg (loads few seconds later)
iwconfig
iwconfig wlan0 essid -network-
ifconfig
This card should start atomatically and get ip address and all after you plugged it in!
|
|
|
All times are GMT -5. The time now is 08:47 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|
Only problem I had was that Ubuntu doesn't download ndiswrapper correctly, I had to do that by hand. First though delete the old one from the system. Instructions are on their web site.
The RT2500 is probably the easiest and best card to set up on Linux with native drivers.
Are you saying that Ubuntu should support my device out of the box? How can I get it to work without using ndiswrapper?
i followed the instructions mentioned in the first link but the Siemens Gigaset 108 USB Adapter does not initialise. See output below.
The only difference is that i used the *.inf files that were provided with my adapter. Is "net5523.inf" a later version? Any other suggestions?
Thanks all for any help!
Result dmesg: