Announcement

Collapse
No announcement yet.

Wifi

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

    Wifi

    Hi everyone after working with windows all my life as an IT until now I decided to migrate 100% to GNU/linux Kubuntu and I am Experimenting issues with WIFI. My Lap is an AMD Sempron Mobile Presario v3317la how can I solve this issue.

    In the Configure - KDE Control Module

    When I enable it there is no change Can some please guide through the troubleshooting on verifying drivers and performance of such device.

    Best Regards
    Juan Carlos M.C.

    #2
    Re: Wifi

    I am not an expert by any means, just have a little experience; sometimes graphics drivers, if they become corrupted, can inhibit your ability to connect to the internet when running the GUI. What graphics driver are you using? Can you update your computer when running the GUI (sudo apt-get update && sudo apt-get upgrade)? If not, can you update your computer in safe graphics mode?

    Also, try these instructions; they should help. (Click the link)

    Keep us (forum members) posted on your progress
    Asus G1S-X3:
    Intel Core2 Duo T7500, Nvidia GeForce 8600M GT, 4Gb PC2-5300, 320Gb Hitachi 7k320, Linux ( )

    Comment


      #3
      Re: Wifi

      Hi

      If you could find out which wifi card your laptop has, then maybe somebody could help.
      What issues are you experiencing?

      I use network-manager and knetworkmanager on my laptop. Only issues I have with that solution is that the networkmanager daemon sometimes hangs and needs a restart after resuming from a suspend to ram. (IPW bg2200 card)

      Try to open a konsole and type the command "iwconfig" if the module(driver) is loaded it should appear.

      Comment


        #4
        Re: Wifi

        Can you post the output of lspci

        Open a console, type in lspci and copy and paste here. that will allow us to see what wireless controller you have, and therefore tell you how to install the drivers.

        Comment


          #5
          Re: Wifi

          I think his laptop has this configuration:

          802.11g 2200BG man:8086 dev:4220
          mini-PCI chipset: IPW2200 driver: ipw2200
          http://ipw2200.sourceforge.net/

          It should be supported. I found this command to be useful if you know part of the chipset name:

          dmesg | grep ipw2200 -> will return more info on your wireless if it is the correct configuration above.

          I googled your laptop brand and that is the wireless setup that was returned. I am just assuming that particular laptop is available only with that wireless.

          Someone familiar with that chipset and wireless card can hopefully offer more info.

          Comment


            #6
            Re: Wifi

            This is how it displays the information you requested

            0:00.0 RAM memory: nVidia Corporation C51 Host Bridge (rev a2)
            00:00.1 RAM memory: nVidia Corporation C51 Memory Controller 0 (rev a2)
            00:00.2 RAM memory: nVidia Corporation C51 Memory Controller 1 (rev a2)
            00:00.3 RAM memory: nVidia Corporation C51 Memory Controller 5 (rev a2)
            00:00.4 RAM memory: nVidia Corporation C51 Memory Controller 4 (rev a2)
            00:00.5 RAM memory: nVidia Corporation C51 Host Bridge (rev a2)
            00:00.6 RAM memory: nVidia Corporation C51 Memory Controller 3 (rev a2)
            00:00.7 RAM memory: nVidia Corporation C51 Memory Controller 2 (rev a2)
            00:02.0 PCI bridge: nVidia Corporation C51 PCI Express Bridge (rev a1)
            00:03.0 PCI bridge: nVidia Corporation C51 PCI Express Bridge (rev a1)
            00:05.0 VGA compatible controller: nVidia Corporation C51 PCI Express Bridge (rev a2)
            00:09.0 RAM memory: nVidia Corporation MCP51 Host Bridge (rev a2)
            00:0a.0 ISA bridge: nVidia Corporation MCP51 LPC Bridge (rev a3)
            00:0a.1 SMBus: nVidia Corporation MCP51 SMBus (rev a3)
            00:0a.3 Co-processor: nVidia Corporation MCP51 PMU (rev a3)
            00:0b.0 USB Controller: nVidia Corporation MCP51 USB Controller (rev a3)
            00:0b.1 USB Controller: nVidia Corporation MCP51 USB Controller (rev a3)
            00:0d.0 IDE interface: nVidia Corporation MCP51 IDE (rev f1)
            00:0e.0 IDE interface: nVidia Corporation MCP51 Serial ATA Controller (rev f1)
            00:10.0 PCI bridge: nVidia Corporation MCP51 PCI Bridge (rev a2)
            00:10.1 Audio device: nVidia Corporation MCP51 High Definition Audio (rev a2)
            00:14.0 Bridge: nVidia Corporation MCP51 Ethernet Controller (rev a3)
            00:18.0 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] HyperTransport Technology Configuration
            00:18.1 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Address Map
            00:18.2 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] DRAM Controller
            00:18.3 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Miscellaneous Control
            01:00.0 Network controller: Broadcom Corporation Dell Wireless 1390 WLAN Mini-PCI Card (rev 01)
            03:09.0 FireWire (IEEE 1394): Ricoh Co Ltd Unknown device 0832
            03:09.1 Generic system peripheral [0805]: Ricoh Co Ltd R5C822 SD/SDIO/MMC/MS/MSPro Host Adapter (rev 19)
            03:09.2 System peripheral: Ricoh Co Ltd Unknown device 0843 (rev 01)
            03:09.3 System peripheral: Ricoh Co Ltd R5C592 Memory Stick Bus Host Adapter (rev 0a)
            03:09.4 System peripheral: Ricoh Co Ltd xD-Picture Card Controller (rev 05)

            Thanks in advance
            Hope this helps me solve mi issue
            Best regards

            el chaman

            Comment


              #7
              Re: Wifi

              Okay, that is not the one I guessed at.

              So, this info is for you:
              Dell 802.11g Wireless 1390 man: 14e4 dev: 4311 Mini-PCI Bcm43xx

              Check your device and make sure it corresponds with the above by using this command:
              dmesg | grep 1390

              That should give you the chipset info for the Wireless 1390 device (Dell).

              You can also try this command:
              lspci -n

              I suggest you check out this site:
              http://bcm43xx.berlios.de/

              That website leads to:
              https://help.ubuntu.com/community/Wi...Driver/bcm43xx

              Comment

              Working...
              X