Results 1 to 5 of 5

Thread: WL-138g on Linux

  1. #1

    WL-138g on Linux

    Hi all,

    is possible running ASUS WL-138g on Linux? Have somebody any experiences? Thank you for comments!

    -- likeapear

  2. #2
    Join Date
    Nov 2003
    Location
    Eindhoven
    Posts
    2,407
    supplies us with some more information:

    chipset brand
    chipset type

    i know that the WL107g is capable of running at linux but that's a pcmcia card..

    My little Asus Collection: Too much to fit inhere, my 2 babies:WL500w 1.9.2.7-10(OLEG) VX2SE Yellow Lamborghini notebook



    WL500g Forum Asus Files OpenDir

    Asusforum.NL -- Asusforum.DE -- Asusforum.RU -- Asusforum.PL -- Asusforum.NET -- Asusforum.EU -- Asusforum.BE -- Asusforum.ES -- Asusforum.INFO

  3. #3
    Marvell 88W8310

  4. #4
    Join Date
    Nov 2003
    Location
    Eindhoven
    Posts
    2,407

    Post

    okay i'm not familiar with NDISWRAPPER but it seems to work as reported in the following link:

    http://www.linuxquestions.org/questions/history/187399

    i'll take a quote from the text that looks most interresting:

    1. check to see if wireless tools are installed.
    rpm -q wireless-tools
    2. install wireless-tools if above returned "package wireless-tools not installed.
    3. Find out what kernel you are running:
    uname -r
    4. install the "kernel-source" found in step 3.
    5. you'll need unshield to unpack the cab files.
    http://prdownloads.sourceforge.net/s...c.rpm?download
    as root:
    rpmbuild --rebuild unshield*
    cd /usr/src/RPM/RPMS/i586
    rpm -ivh unshield*
    6. download ndiswrapper and wireless card driver to use.(g510 does indeed use the same Marvel chipset so the WL-138G drivers work beautifully)
    7. unzip the Marvel driver.
    8. cd into Marvel driver folder. unpack cab files with:
    unshield data1.cab
    note: note the path to mrv8k51.inf, you'll need if for ndiswrapper
    9. follow instructions in INSTALL file of ndiswrapper source. note: I had to issue the acpi=on command before configuration would be successful.

    acpi=on
    modprobe ndiswrapper
    iwconfig wlan0 mode Managed
    iwconfig wlan0 key restricted yourkey
    iwconfig wlan0 essid yournetworkname
    ifconfig wlan0 up
    10. iwconfig should now show that ESSID and the KEY is set.
    11. if working then set the alias in modprobe.conf
    ndiswrapper -m
    12. now setup ifcfg-wlan0 found in /etc/sysconfig/network-scripts ( all items must have a value, most can be gotten from the wireless router/access point you are using) HWADDR can be found by issuing dmesg and you will get something like:
    wlan0: ndiswrapper ethernet device xx:xx:xx:xx:xx:xx using driver mrv8k51.sys
    The xx:xx:xx:xx:xx:xx pattern is your hardware mac addresse.

    DEVICE=wlan0
    BOOTPROTO=dhcp
    MODE=Managed
    KEY=
    ESSID=
    CHANNEL=
    IPADDR=
    NETMASK=
    NETWORK=
    BROADCAST=
    onBOOT=yes
    HWADDR=
    MII_NOT_SUPPORTED=no
    NEEDHOSTNAME=yes

    8. in harddrake-conf under network-internet/manage connections, make sure that wlan0 is set to startup at boot time.

    Above method has worked to set up two of my mandrake 10.0 computers with dwl-g510. It is actually faster than my hardwired connection was!
    Last edited by Antiloop; 06-07-2004 at 00:00. Reason: fixed url in quoting

    My little Asus Collection: Too much to fit inhere, my 2 babies:WL500w 1.9.2.7-10(OLEG) VX2SE Yellow Lamborghini notebook



    WL500g Forum Asus Files OpenDir

    Asusforum.NL -- Asusforum.DE -- Asusforum.RU -- Asusforum.PL -- Asusforum.NET -- Asusforum.EU -- Asusforum.BE -- Asusforum.ES -- Asusforum.INFO

  5. #5
    Join Date
    Nov 2003
    Location
    Eindhoven
    Posts
    2,407
    btw if you get it to work,

    can you make a little howto + files, and zip that to me
    so i can put it on the site for download for other people who are willing to use it ?

    My little Asus Collection: Too much to fit inhere, my 2 babies:WL500w 1.9.2.7-10(OLEG) VX2SE Yellow Lamborghini notebook



    WL500g Forum Asus Files OpenDir

    Asusforum.NL -- Asusforum.DE -- Asusforum.RU -- Asusforum.PL -- Asusforum.NET -- Asusforum.EU -- Asusforum.BE -- Asusforum.ES -- Asusforum.INFO

Similar Threads

  1. 138g+Win98SE
    By t1De in forum WL-138g [Marvell Chipset]
    Replies: 0
    Last Post: 16-08-2005, 10:28
  2. WPA for WL-138g & W2k
    By MilesBehind in forum WL-138g [Marvell Chipset]
    Replies: 5
    Last Post: 05-05-2005, 21:03
  3. WPA for WL-138g & Windows 98se
    By Daskie in forum WL-138g [Marvell Chipset]
    Replies: 1
    Last Post: 27-03-2005, 08:59
  4. WL-138g Driver v2.3.0.19
    By Antiloop in forum WL-138g [Marvell Chipset]
    Replies: 3
    Last Post: 16-10-2004, 09:07
  5. Is it possible to set MAC address of a WL-138g in XP
    By erik_bies in forum WL-138g [Marvell Chipset]
    Replies: 4
    Last Post: 19-09-2004, 00:36

Posting Permissions

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