LinuxQuestions.org
Review your favorite Linux distribution.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 01-05-2005, 12:44 AM   #1
monkeyking
LQ Newbie
 
Registered: Jan 2005
Posts: 20

Rep: Reputation: 0
how I got my rtl8180 wireless working on slack10 (with wep)


Well I had some issues making my rtl8180 card working on slackware 10.
So I thought a little help for those who wont spend ages like I did.
I couldn't get it to use the dhcpcd og the standard route command, so heres what I did.

I had some some trouble getting the latest ndiswrapper working, but 0.8 worked.
I unpacked it and installed with the latest realtek drivers.
Code:
su root
make install
cd ndiswrapper-0.8
ndiswrapper -i net8180.inf
modprobe ndiswrapper
This should install it and I checked, if my kernel would agree.
Code:
dmesg |grep wlan0
Next I used iwlist to see if my access point was found.
Code:
iwlist wlan0 scan
Then I put in the info for my network.
Code:
iwconfig wlan0 mode Managed
iwconfig wlan0 key restricted MY_HEX_KEY
iwconfig wlan0 essid myNet
ifconfig wlan0 up
The dhcpcd command would stuck for ages, and reply with operation failed.
the manually assigment and adding of my access point as gateway would also fail.
So in the end I tried with the pump command provided by knoppix.
For some strange reason this one works.
Code:
pump -i wlan0
I put my pump file in /sbin
Then I tried pinging the outside world
Code:
ping google.com
Thats is.

Making sure that it is beeing loaded at boottime I did like this.
in the bottom of /etc/rc.d/rc.modules, I just added modprobe ndiswrapper, afteer looking at the /etc/rc.d/rc.wireless file, I quickly determent that I should delete every thing and input these commands instead.
Code:
iwconfig wlan0 mode Managed
iwconfig wlan0 key restricted MY_HEX_KEY
iwconfig wlan0 essid myNet
ifconfig wlan0 up
pump -i wlan0
afterwards I made the file executable and hidden.
Code:
chmod a+x rc.wireless
chmod a-r rc.wireless
This worked for me, but I'm still puzzeled why dhcpcd didn't work
 
Old 01-05-2005, 05:38 PM   #2
ringwraith
Senior Member
 
Registered: Sep 2003
Location: Indiana
Distribution: Slackware 15.0
Posts: 1,272

Rep: Reputation: 65
It took me a while to get this card running. I did get it to work without ndiswrapper using the kernel from Slack 9.0, I think it was. I think this is the same method that is in the very lengthy thread on the wireless networking forum.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
suse 10 wireless....working but do I have to enter wep every time? DustoneGT SUSE / openSUSE 7 10-15-2005 05:46 PM
xtreme linux noob-my wireless card rtl8180 not working in suse 9.2 gub Linux - Wireless Networking 6 02-15-2005 08:46 AM
rtl8180 PCI wireless problems AMD-user Mandriva 0 01-15-2005 11:30 AM
Realtek's RTL8180 wireless cards? tricky_linux Linux - Hardware 1 08-31-2004 02:12 AM
rtl8180 Wireless PCMCIA card problems no1knows Linux - Wireless Networking 0 11-12-2003 10:30 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 08:41 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration