Announcement

Collapse
No announcement yet.

No Internet

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    No Internet

    Problem: Netbook Mini, is unable to see Wireless Networks. Drivers are successfully installed and the WLAN is Active. Ideas on how to fix please post
    ---------------------------------------------------------------------------------------------------------
    * What release of Kubuntu you are using.
    Not, Netbook Remix
    * If Kubuntu is installed, is it installed 'inside' of Windows (Wubi installation).
    N/A
    * What version of KDE you are using.
    N/A
    * What version of Grub you are using.
    Unknown (Version in Netbook remix 10)
    * What other Operating Systems are installed.
    None


    Information about your PC: HP Mini

    * Type (Desktop or laptop)
    Laptop Mini
    * CPU (Central Processor Unit) make (Intel, AMD, ?) and whether 32-bit, 64-bit, or ?
    Unknown Most likely Intel 32x
    * GPU (Graphics Processor Unit) manufacturer and model
    Unknown Most likely Nivida Integrated Chip
    * RAM (how much installed)
    2000mb
    * HDs (number of and type internal - number of and type external)
    1 Internal
    * Optical Drives (number of and type internal - number of and type external)
    None
    * Number of NIC and Type
    1 Wireless

    #2
    Re: No Internet

    A lot of folks find that wicd does a better job of handling wireless connectivity -- here's how to remove knetworkmanager and install wicd: http://kubuntuforums.net/forums/inde...opic=3112334.0

    Comment


      #3
      Re: No Internet

      Open a terminal and type

      lscpi

      In the list if you see "realtek" then you might need another driver other than the one that came with kubuntu.

      Mine did a similar thing where the interface showed up BUT it did not see any networks. I will add the following info in case you do so you don't have to wait for another response:

      If you see "realtek" for your wilreless, you will have to go to this and add the ppa repo to kpackagekit to your sources.

      https://launchpad.net/~matt-price/+archive/mattprice

      and hard wire LAN to add the rtl8192se-dkms package.

      Code:
      killall -9 knetworkmanager
      sudo service network-manager stop
      sudo rmmod rtl8192se
      sudo rm /var/lib/NetworkManager/NetworkManager.state
      sudo apt-get update && sudo apt-get -y install rtl8192se-dkms
      sudo depmod -a 
      sudo modprobe rtl8192se
      sudo service network-manager start
      Then go to the Kmenu >> system >> networkmanager

      You should be able to connect. If not, reboot and try.

      I thought this was ironed out in the last few upgrades, but maybe it hasn't. I left the ppa enabled and I am still using the above version of the driver because it works.

      You will find it will go "down" on occasion

      Code:
       
      sudo rmmod rtl8192se
      sudo modprobe rtl8192se

      Comment

      Working...
      X