Results 1 to 10 of 10

Thread: Need help installing wireless card!!!

  1. #1
    Join Date
    Aug 2009
    Beans
    178

    Exclamation Need help installing wireless card!!!

    I am very new to Linux and the Ubuntu system, and I need some major help installing my Belkin Wireless-G Desktop Card F5D7000 (ver. 7000) using MadWifi v0.9.4 . I can't seem to even get past the beginning, earliest step in the installation! Can someone please guide me through it?! I am running Ubuntu 7.10, installed right off of a requested disk from Canonical.

    Please help me! Thanks.

  2. #2
    Join Date
    May 2009
    Location
    /eu/uk/sco/fife/st_a/home
    Beans
    458
    Distro
    Ubuntu 9.10 Karmic Koala

    Smile Re: Need help installing wireless card!!!

    Hey! Don't worry!

    Go to Applications > Accessories > Terminal and enter the following commands:

    Code:
    sudo lshw -c network
    iwconfig
    ifconfig
    Post the outputs of them when you're done

    Thanks

  3. #3
    Join Date
    Jul 2009
    Beans
    61

    Re: Need help installing wireless card!!!

    For one thing i think you should try to get up and running on a newer version of ubuntu, 9.04 perhaps? Ubuntu 9.04. Now maybe you have a really old card, and madwifi works on it, but im pretty sure that you need ath5k or ath9k driver on your distro, Give us the results of the commands above and i will help you further.


    MadHatter21

  4. #4
    Join Date
    Aug 2009
    Beans
    3

    Re: Need help installing wireless card!!!

    Do you have the .INF file for the driver of your wireless card? If not google the driver & then try to install it from Application -> Add/Remove Progs -> System Tools -> Check Windows wireless drivers & you are good to go..

  5. #5
    Join Date
    Aug 2009
    Beans
    178

    Re: Need help installing wireless card!!!

    Quote Originally Posted by The Toxic Mite View Post
    Hey! Don't worry!

    Go to Applications > Accessories > Terminal and enter the following commands:

    Code:
    sudo lshw -c network
    iwconfig
    ifconfig
    Post the outputs of them when you're done

    Thanks
    Do I have to have MadWifi installed to do this?? If so, how do I install it? I can't even understand how to install MadWifi!

  6. #6
    Join Date
    Aug 2009
    Beans
    178

    Re: Need help installing wireless card!!!

    Quote Originally Posted by MadHatter21 View Post
    For one thing i think you should try to get up and running on a newer version of ubuntu, 9.04 perhaps? Ubuntu 9.04. Now maybe you have a really old card, and madwifi works on it, but im pretty sure that you need ath5k or ath9k driver on your distro, Give us the results of the commands above and i will help you further.


    MadHatter21
    Ubuntu 9.04 won't run on my computer. I've tried it numerous times. Once I figure everything out, I will probably upgrade to 8.04 LTS.

  7. #7
    Join Date
    May 2009
    Location
    /eu/uk/sco/fife/st_a/home
    Beans
    458
    Distro
    Ubuntu 9.10 Karmic Koala

    Wink Re: Need help installing wireless card!!!

    Quote Originally Posted by jeb800e View Post
    Do I have to have MadWifi installed to do this?? If so, how do I install it? I can't even understand how to install MadWifi!
    You don't need to have madwifi on your computer to do those commands.

  8. #8
    Join Date
    Aug 2009
    Beans
    178

    Re: Need help installing wireless card!!!

    Umm... is this method legal, The Toxic Mite? lol

  9. #9
    Join Date
    Aug 2009
    Beans
    178

    Re: Need help installing wireless card!!!

    This is what I got in the Terminal:

    Code:

    jeb@Ubuntu-Linux:~$ sudo lshw -c network
    [sudo] password for jeb:
    Hardware Lister (lshw) - B.02.10
    usage: lshw [-format] [-options ...]
    lshw -version


    -version print program version (B.02.10)


    format can be
    -html output hardware tree as HTML
    -xml output hardware tree as XML
    -short output hardware paths
    -businfo output bus information


    options can be
    -class CLASS only show a certain class of hardware
    -C CLASS same as '-class CLASS'
    -disable TEST disable a test (like pci, isapnp, cpuid, etc. )
    -enable TEST enable a test (like pci, isapnp, cpuid, etc. )
    -quiet don't display status


    jeb@Ubuntu-Linux:~$ iwconfigiwconfig
    bash: iwconfigiwconfig: command not found
    jeb@Ubuntu-Linux:~$ iwconfig
    lo no wireless extensions.


    eth0 no wireless extensions.


    jeb@Ubuntu-Linux:~$ ifconfig
    eth0 Link encap:Ethernet HWaddr 00:01:80:5F:75:50
    UP BROADCAST MULTICAST MTU:1500 Metric:1
    RX packets:0 errors:0 dropped:0 overruns:0 frame:0
    TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:1000
    RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
    Base address:0xb000 Memory:f8100000-f8120000


    lo Link encap:Local Loopback
    inet addr:127.0.0.1 Mask:255.0.0.0
    UP LOOPBACK RUNNING MTU:16436 Metric:1
    RX packets:0 errors:0 dropped:0 overruns:0 frame:0
    TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:0
    RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)


    jeb@Ubuntu-Linux:~$

  10. #10
    Join Date
    May 2009
    Location
    /eu/uk/sco/fife/st_a/home
    Beans
    458
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: Need help installing wireless card!!!

    Quote Originally Posted by jeb800e View Post
    This is what I got in the Terminal:

    Code:
    You seriously need to upgrade Ubuntu.

    http://www.ubuntu.com/getubuntu/download

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
  •