New source for rtl8180-2400a driver for LinkSys WPC wireless

What works, and doesn't, for you. Be specific, and please include Puppy version.
Post Reply
Message
Author
kirk
Posts: 1553
Joined: Fri 11 Nov 2005, 19:04
Location: florida

New source for rtl8180-2400a driver for LinkSys WPC wireless

#1 Post by kirk »

Here's a patched source for the rtl8180-2400a. It seems it quit working with the 2.6.17 kernel, but somebody patched it. I was able to build this on in 212beta2.
Attachments
rtl8180-sa2400-dev-fix.for.2.6.17.tar.gz
Source
(104.6 KiB) Downloaded 611 times
rtl8180-pup212.tar.gz
binary compiled in 212beta2
(65.92 KiB) Downloaded 561 times

User avatar
GatorDog
Posts: 138
Joined: Tue 12 Sep 2006, 16:43

Re: New source for rtl8180-2400a

#2 Post by GatorDog »

Using rtl8180-pup212.tar.gz I have a LinkSys WPC11 V4 wireless
card working. Dell Latitude PIII laptop running Puppy 2.13

Wireless card works as soon as Puppy is booted. :D

Download rtl8180-pup212.tar.gz;
Select it in Rox filer and unzip it.

Move these files to /usr/bin (there's probably a better place).
ieee80211_cryupt-r8180.ko
ieee80211_cryupt_wep-r8180.ko
ieee80211-r8180.ko
r8180.ko
module_load

Add the following to /etc/rc.d/rc.local

Code: Select all

#this file called from rc.local0
#you can edit this file
#When firewall is installed, will append lines to this file...

cd /usr/bin
/usr/bin/module_load
iwconfig wlan0 essid YourESSID mode managed ap xx:xx:xx:xx:xx:xx
#      ap xx.xx.xx.xx.xx.xx is your wireless access point
ifconfig wlan0 up
rm /etc/dhcpc/dhcpcd-wlan0.pid
dhcpcd -t 30 -h puppypc wlan0

mechmike
Posts: 100
Joined: Tue 29 Nov 2005, 16:43
Location: Pelham, AL
Contact:

#3 Post by mechmike »

I wonder if Rarsa could add this to his fabulous networking wizard... Sure would be nice if this could be in the next final Puppy release...

tempestuous
Posts: 5464
Joined: Fri 10 Jun 2005, 05:12
Location: Australia

#4 Post by tempestuous »

The rtl8180-sa2400 driver for Realtek (as contributed by kirk) has been in Puppy ever since version 2.12.
See http://www.puppyos.net/news/comments.ph ... 116-041013
To load this driver, do this -

modprobe r8180

Then you should be able to use the Network Wizard.
This driver supports standard WEP encryption, but not WPA encryption.

Post Reply