Page 3 of 5 FirstFirst 12345 LastLast
Results 21 to 30 of 48

Thread: Ubuntu ! Wireless driver need help

  1. #21
    Join Date
    Mar 2011
    Beans
    57

    Cool Re: Ubuntu ! Wireless driver need help

    it just started to work !!!!!!!!!!!!!!!!!!!!!!!!!!!!! (:

    how do we make sure it stays working ??? u said amend some thing??

    and then i need your help with something else if you have the time

    TY

  2. #22
    Join Date
    Aug 2005
    Location
    South Carolina, USA
    Beans
    26,047
    Distro
    Ubuntu Development Release

    Re: Ubuntu ! Wireless driver need help

    Awesome! We need to get the 'unblock all' to run as the computer is booting. Please do:
    Code:
    sudo gedit /etc/rc.local
    Add a new line above exit 0
    Code:
    rfkill unblock all
    Proofread, save and close gedit. You should be all set.

    What else can I help you with?
    "Oh, Ubuntu, you are my favorite Linux-based operating system" --Dr. Sheldon Cooper, B.Sc., M.Sc., M.A., Ph.D., Sc.D.

  3. #23
    Join Date
    Mar 2011
    Beans
    57

    Re: Ubuntu ! Wireless driver need help

    im not going to do the next steps for the reason is that i ended up reinstalling the Ubuntu again and i didn't have to do any codes to get it to work !!!!! PPPPP

    and yea the other 2 installs never got it to work and that one that we did all the codeing on it made then wirless work as soon as the new format was over !! yaya thanks so much


    also i have a USB 300mbps wirless N card that i use and it is a
    Realtek RTL8191s

    and when i plug that thing in it says that it is disconnected ??

  4. #24
    Join Date
    Aug 2005
    Location
    South Carolina, USA
    Beans
    26,047
    Distro
    Ubuntu Development Release

    Re: Ubuntu ! Wireless driver need help

    and when i plug that thing in it says that it is disconnected ??
    Are you looking for help getting it going?
    "Oh, Ubuntu, you are my favorite Linux-based operating system" --Dr. Sheldon Cooper, B.Sc., M.Sc., M.A., Ph.D., Sc.D.

  5. #25
    Join Date
    Mar 2011
    Beans
    57

    Cool Re: Ubuntu ! Wireless driver need help

    yea there is no buttons on the device anywhere and the cd says its Linux compat and it still wont work at all and when i had windows 7 on this it worked nice

    and i still need my internal card to still work (:

  6. #26
    Join Date
    Aug 2005
    Location
    South Carolina, USA
    Beans
    26,047
    Distro
    Ubuntu Development Release

    Re: Ubuntu ! Wireless driver need help

    and i still need my internal card to still work (:
    I thought it did.
    i ended up reinstalling the Ubuntu again and i didn't have to do any codes to get it to work !!!!!
    I'm confused.

    By the way, why do you need two working wireless cards? Just to torture me??
    "Oh, Ubuntu, you are my favorite Linux-based operating system" --Dr. Sheldon Cooper, B.Sc., M.Sc., M.A., Ph.D., Sc.D.

  7. #27
    Join Date
    Mar 2011
    Beans
    57

    Re: Ubuntu ! Wireless driver need help

    okay .. catch you up lol



    the card in my laptop does work..
    My usb card doesn't work.. it is an Realtek RTL8191s

  8. #28
    Join Date
    Aug 2005
    Location
    South Carolina, USA
    Beans
    26,047
    Distro
    Ubuntu Development Release

    Re: Ubuntu ! Wireless driver need help

    Please post:
    Code:
    lsusb
    "Oh, Ubuntu, you are my favorite Linux-based operating system" --Dr. Sheldon Cooper, B.Sc., M.Sc., M.A., Ph.D., Sc.D.

  9. #29
    Join Date
    Mar 2011
    Beans
    57

    Cool Re: Ubuntu ! Wireless driver need help

    shawn@shawn-pc-pc:~$ lsusb
    Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 002 Device 002: ID 0bda:8172 Realtek Semiconductor Corp. RTL8191S WLAN Adapter
    Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    Bus 001 Device 002: ID 0bda:0158 Realtek Semiconductor Corp. USB 2.0 multicard reader
    Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    shawn@shawn-pc-pc:~$


    i think this is what u wanted me to do

  10. #30
    Join Date
    Aug 2005
    Location
    South Carolina, USA
    Beans
    26,047
    Distro
    Ubuntu Development Release

    Re: Ubuntu ! Wireless driver need help

    ID 0bda:8172 Realtek Semiconductor Corp. RTL8191S WLAN Adapter
    This device works with the module r8192s_usb. There is a firmware bug.

    http://www.mail-archive.com/ubuntu-b...sg2620217.html

    With an internet connection, remove the device and do:
    Code:
    sudo mkdir /lib/firmware/RTL8192SU/
    wget http://launchpadlibrarian.net/37387612/rtl8192sfw.bin.gz
    gunzip rtl8192sfw.bin.gz
    sudo mv rtl8192sfw.bin /lib/firmware/RTL8192SU/
    Plug the device back in and you should be all set.

    Network Manager will have difficulty connecting with two active wireless devices in place.
    "Oh, Ubuntu, you are my favorite Linux-based operating system" --Dr. Sheldon Cooper, B.Sc., M.Sc., M.A., Ph.D., Sc.D.

Page 3 of 5 FirstFirst 12345 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
  •