Page 1 of 4 123 ... LastLast
Results 1 to 10 of 32

Thread: RTL8180 Ubuntu Package

  1. #1
    Join Date
    Oct 2004
    Beans
    57

    Talking

    This is the rtl8180-sa2400 package from sourceforge.

    It doesn't compile (easily) on ubuntu, but I finnally got it working.

    Thought I'd share it with everyone who uses that chipset.

    See this website for a list of cards that are known to work.
    http://rtl8180-sa2400.sourceforge.net/

    This was compiled using the 2.6.12-10-386 kernel, I'm not sure if it'll work with any other kernels.

    Make sure to add

    auto wlan0
    iface wlan0 inet dhcp
    to /etc/network/interfaces

    This is my first package, so I hope you enjoy it. Anyone know how I can submit it to the ubuntu respositories?

    This module should load on bootup, but to load it manually:

    insmod /lib/modules/2.6.12-10-386/kernel/net/rtl8180/ieee80211_crypt-r8180.ko
    insmod /lib/modules/2.6.12-10-386/kernel/net/rtl8180/ieee80211_crypt_wep-r8180.ko
    insmod /lib/modules/2.6.12-10-386/kernel/net/rtl8180/ieee80211-r8180.ko
    insmod /lib/modules/2.6.12-10-386/kernel/net/rtl8180/r8180.ko
    Unlike using ndiswrapper, or the provided realtek drivers, this can go into managed/monitor mode.

    I had to use .tar.gz which contains .deb file, since I couldn't upload it otherwise.

    Enjoy!
    Attached Files Attached Files

  2. #2
    Join Date
    Sep 2005
    Beans
    50

    Re: RTL8180 Ubuntu Package

    Quote Originally Posted by Termina
    This is the rtl8180-sa2400 package from sourceforge.

    It doesn't compile (easily) on ubuntu, but I finnally got it working.
    Hi,

    thanks for your package

    I friend of mine has an rtl8180. Using ndiswrapper we've installed it, but after a reinstallation the ndiswrapper doesn't work. It's crazy because we've done tha same things.....but it doesn't work. We'va also tried to compile the source but we couldn't do it.

    Can you tell me....how have you done?

    Thanks a lot
    HP NX6125
    CPU: AMD Turion 64bit
    HardDisk: 80GB HD
    RAM: 512 MB
    Video: Integrated ATI Mobility Radeon X200
    Audio: Conexant AC '97 CODEC, Integrated Sound Blaster Pro-compatible audio

  3. #3
    Join Date
    Oct 2005
    Location
    San Juan, Puerto Rico
    Beans
    16
    Distro
    Ubuntu Breezy 5.10

    Re: RTL8180 Ubuntu Package

    It works for me as intended, flawlessly, but you're right, I use the 686 kernel and it doesn't work.

    Luckily, I keep my previous grub boot kernels.

    EDIT

    Found a windows driver that works on any kernel with ndiswrapper, even at boot!!

    Find my post here:http://ubuntuforums.org/showthread.php?t=96319

    and try it out. But I'd rather use your DEB based driver because it works as it was intended so I can't wait for a new compiled deb
    Last edited by orbinick; November 29th, 2005 at 09:19 PM.

  4. #4
    Join Date
    Nov 2005
    Location
    Finland, Oulu
    Beans
    1,501
    Distro
    Ubuntu 9.10 Karmic Koala

    Talking Re: RTL8180 Ubuntu Package

    Fantastic I think it is working... I will try it when I get a wireless connection to use at the school. Thanks! I have looked everywhere for a driver and I hope this will work.
    Like my avatar? Help us make more and your own! http://launchpad.net/memaker
    Book of Mormon-MP3 or BOOK
    "Microsoft is open-source friendly in the same way that a butcher is friendly to a cow." -- This Guy

  5. #5
    Join Date
    Jul 2005
    Beans
    3
    Distro
    Kubuntu Breezy 5.10

    Re: RTL8180 Ubuntu Package

    It works

    This is really great! I had a problem with ndiswrapper (quite frequent kernel panic, at least one per day ). And this may solve my problem (it isn't up more then 10 minutes, but I hope)

  6. #6
    Join Date
    Apr 2005
    Beans
    645
    Distro
    Dapper Drake Testing/

    Re: RTL8180 Ubuntu Package

    Quote Originally Posted by Termina
    insmod /lib/modules/2.6.12-10-386/kernel/net/rtl8180/ieee80211_crypt-r8180.ko
    insmod /lib/modules/2.6.12-10-386/kernel/net/rtl8180/ieee80211_crypt_wep-r8180.ko
    insmod /lib/modules/2.6.12-10-386/kernel/net/rtl8180/ieee80211-r8180.ko
    insmod /lib/modules/2.6.12-10-386/kernel/net/rtl8180/r8180.ko
    It should be instead:
    Code:
    modprobe ieee80211_crypt-r8180
    modprobe ieee80211_crypt_wep
    modprobe ieee80211-r8180
    modprobe r8180
    but i'm pretty sure that running modprobe r8180 will add the others, i can't confirm it because i dont have this card to try it but you can try it yourself by doing rmmod instead of modprobe in the reversed order to the above modules names
    [My Blog] | [My Sites] | [My Ubuntu Guides]

    doc.gwos.org, the real successor of Ubuntu Guide

  7. #7
    Join Date
    Oct 2004
    Location
    Kingston, On
    Beans
    Hidden!

    Re: RTL8180 Ubuntu Package

    Quote Originally Posted by alesdoc
    Hi,

    thanks for your package

    I friend of mine has an rtl8180. Using ndiswrapper we've installed it, but after a reinstallation the ndiswrapper doesn't work. It's crazy because we've done tha same things.....but it doesn't work. We'va also tried to compile the source but we couldn't do it.

    Can you tell me....how have you done?

    Thanks a lot
    the newset version of ndiswrapper always uses the newest version of the inf file. The INF file that came with your card may be too old for ndiswrapper. that is why it may work fine until you upgrade from, say, hoary to breezy and then it stops working. It should work fine if you use the very latest inf file from realtek.

  8. #8
    Join Date
    Oct 2004
    Location
    Kingston, On
    Beans
    Hidden!

    Re: RTL8180 Ubuntu Package

    Quote Originally Posted by Termina
    This is the rtl8180-sa2400 package from sourceforge.

    It doesn't compile (easily) on ubuntu, but I finnally got it working.

    Thought I'd share it with everyone who uses that chipset.

    See this website for a list of cards that are known to work.
    http://rtl8180-sa2400.sourceforge.net/

    This was compiled using the 2.6.12-10-386 kernel, I'm not sure if it'll work with any other kernels.

    Make sure to add



    to /etc/network/interfaces

    This is my first package, so I hope you enjoy it. Anyone know how I can submit it to the ubuntu respositories?

    This module should load on bootup, but to load it manually:



    Unlike using ndiswrapper, or the provided realtek drivers, this can go into managed/monitor mode.

    I had to use .tar.gz which contains .deb file, since I couldn't upload it otherwise.

    Enjoy!

    I will see if this has been discussed on the ubuntu kernel-team mailing list. It would be a great driver to include in the stock kernel!
    Last edited by az; December 20th, 2005 at 07:33 PM.

  9. #9
    Join Date
    Aug 2005
    Beans
    19

    Re: RTL8180 Ubuntu Package

    When I tried to compile the driver, I got a pointer error. Oddly enough, when I went in and removed the pointer operator, it compiled fine and ran fine too. Any clues on why? :-p

  10. #10
    Join Date
    Apr 2005
    Beans
    33

    Re: RTL8180 Ubuntu Package

    how can we enable the WPA support with this driver? Thanks.

Page 1 of 4 123 ... LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •