Page 1 of 2 12 LastLast
Results 1 to 10 of 11

Thread: New to linus. Ubuntu 8.04 Toshiba A215-S5818

  1. #1
    Join Date
    Jun 2008
    Beans
    4

    New to linus. Ubuntu 8.04 Toshiba A215-S5818

    I have the Toshiba A215-S5818. I was doing a little digging and saw where others had similar problems, though different machines, with getting their Atheros wireless card to work.

    My card is showing as a AR242x 802.11abg Wirless PCI express adapter [168c:001c] ---whatever all this means lol.

    I know when I start Ubuntu it says that it's using drivers for this card. It shows the box is checked and gives the idea that everything is running fine. However when I click "edit wireless networks" there are no wireless networks shown. I'll admit I'm an idiot and doing my best to learn here so please don't tar and feather me just yet. Either A) I'm missing some place where I can simply click a "refresh" style button to bring up the wireless networks or B) This card isn't working.

    Any help would be very welcomed.

    Duck

  2. #2
    Join Date
    Jun 2008
    Beans
    4

    Re: New to linus. Ubuntu 8.04 Toshiba A215-S5818

    bump* I'm really hoping someone here can help me get this going or I'm going to have to go back to vista.

  3. #3
    Join Date
    May 2005
    Location
    /home/m3r1k/
    Beans
    93
    Distro
    Ubuntu 8.10 Intrepid Ibex

    Re: New to linus. Ubuntu 8.04 Toshiba A215-S5818

    I don't know for sure the support of madwifi with an AR242x series card, but I know that for mine (an AR5418) I have to compile a new version of madwifi (the drivers that support atheros cards) in order for it to work. Perhaps you should try that?

    http://ubuntuforums.org/showthread.p...atheros+ar5418

    Above is the link I used to troubleshoot my wireless.
    Ubuntu User Number #18102

  4. #4
    Join Date
    Jul 2007
    Location
    Saint-Petersburg, Russia
    Beans
    79

    Re: New to linus. Ubuntu 8.04 Toshiba A215-S5818

    First, try to see your networks in Administration->Network->Wireless Connection.
    If this don't go, you definitely have troubles with your cadr driver.

    Disable your current driver and try the following.
    Install "ndiswrapper" application from Add/Remove, possible, that it will work. Ndiswrapper makes a linux wireless driver of a windows one. Be guided by the application.
    If you have any troubles, post here.

    Have luck!

  5. #5
    Join Date
    Jan 2008
    Location
    North Alabama
    Beans
    111
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: New to linus. Ubuntu 8.04 Toshiba A215-S5818

    I had trouble with network manager (the default network management applet) and wireless connections. I installed wicd [http://www.ubuntugeek.com/wicd-wired...r-ubuntu.html] and it works great now. I use it on all my laptops.
    “We cannot defend freedom abroad by deserting it at home.”
    -Thomas Jefferson

  6. #6
    Join Date
    Nov 2007
    Location
    PA
    Beans
    189
    Distro
    Ubuntu 11.10 Oneiric Ocelot

    Re: New to linus. Ubuntu 8.04 Toshiba A215-S5818

    I have a similar model to you. Here is what you need.
    First disable Atheros Hardware Access Layer [HAL]:
    Go to System>Administration>Hardware Drivers and uncheck Atheros Hardware Access Layer then reboot.

    This will download the drivers.
    Code:
    wget http://snapshots.madwifi.org/special/madwifi-nr-r3366+ar5007.tar.gz
    Then untar it. And open it.
    Code:
    tar xfz madwifi-nr-r3366+ar5007.tar.gz
    cd madwifi-nr-r3366+ar5007
    Then compile the C files.
    Code:
    sudo make
    Then install them.
    Code:
    sudo make install
    Then you want wifi to start every time you boot.
    Code:
    sudo gedit /etc/modules
    KEEP THE STUFF THAT IS ALREADY THERE and add this line.
    Code:
    #Wifi Driver
    modprobe ath_pci
    Then reboot
    Code:
    sudo reboot

  7. #7
    Join Date
    Dec 2005
    Location
    What a weird trip.....
    Beans
    4,678
    Distro
    Ubuntu 12.04 Precise Pangolin

    Cool Re: New to linus. Ubuntu 8.04 Toshiba A215-S5818

    Quote Originally Posted by ToiletDucky View Post
    New to linus.
    I'll bet he's happy.
    If at first you don't succeed - just buy the company and tell them to make the one you want.

  8. #8
    Join Date
    Jun 2008
    Beans
    4

    Re: New to linus. Ubuntu 8.04 Toshiba A215-S5818

    Quote Originally Posted by Promaster91 View Post
    I have a similar model to you. Here is what you need.
    First disable Atheros Hardware Access Layer [HAL]:
    Go to System>Administration>Hardware Drivers and uncheck Atheros Hardware Access Layer then reboot.

    This will download the drivers.
    Code:
    wget http://snapshots.madwifi.org/special/madwifi-nr-r3366+ar5007.tar.gz
    Then untar it. And open it.
    Code:
    tar xfz madwifi-nr-r3366+ar5007.tar.gz
    cd madwifi-nr-r3366+ar5007
    Then compile the C files.
    Code:
    sudo make
    Then install them.
    Code:
    sudo make install
    Then you want wifi to start every time you boot.
    Code:
    sudo gedit /etc/modules
    KEEP THE STUFF THAT IS ALREADY THERE and add this line.
    Code:
    #Wifi Driver
    modprobe ath_pci
    Then reboot
    Code:
    sudo reboot
    Goldmaster thank you very much for the help. If I may ask does it matter where I put the #Wifi Driver part/modprobe ath_pci part? I did everything you stated then I restarted my laptop. I unplug the cord and left click on the network icon in the top right and there is no sign of anything available. I right click and only have the "edit wireless networks" option but there are no wireless networks showing.

    When that didn't work, or at least isn't working yet, I tried the windows driver option with the converter. Still no joy.
    Last edited by ToiletDucky; June 4th, 2008 at 08:05 PM.

  9. #9
    Join Date
    Jun 2008
    Beans
    4

    Re: New to linus. Ubuntu 8.04 Toshiba A215-S5818

    I reinstalled ubuntu and for some reason keep getting an Error2 while trying the run the above commands.

    make[3]: *** [/home/chance/madwifi-ng-r3366+ar5007/ath_hal/uudecode] Error 1
    make[2]: *** [/home/chance/madwifi-ng-r3366+ar5007/ath_hal] Error 2
    make[1]: *** [_module_/home/chance/madwifi-ng-r3366+ar5007] Error 2
    make[1]: Leaving directory `/usr/src/linux-headers-2.6.24-18-generic'
    make: *** [modules] Error 2
    Last edited by ToiletDucky; June 5th, 2008 at 12:38 AM.

  10. #10
    Join Date
    Nov 2007
    Location
    PA
    Beans
    189
    Distro
    Ubuntu 11.10 Oneiric Ocelot

    Re: New to linus. Ubuntu 8.04 Toshiba A215-S5818

    Try rebooting and then install the drivers.
    Also try to run these two commands in your terminal.
    Code:
    sudo ath_pci
    sudo wlan_scan_sta

Page 1 of 2 12 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
  •