Announcement

Collapse
No announcement yet.

Wireless network not working after upgrade too 10.10

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

    #31
    Re: Wireless network not working after upgrade too 10.10

    Originally posted by snowflake_nz
    ...
    Hope this helps somehow
    Yup, it tells me that you are running a clean b43 and dependencies but that your BCM4318 wireless chip won't respond. Your acer-aspire-3680 laptop has drivers available on the web. First, download the ndiswrapper tools from the repository. There are three of them, although the ndisgtk gui tool is not necessary.

    I have to go shopping with my wife. Be back in a while to finish the hunt for the windows drivers and their installation.
    Back...

    A version of the BCM4318 windows driver can be obtained here or here. It is a file named sp34152.exe

    You will have to install the app called "cabextract" from the repository to unpack an zip executable file.

    Open dolphin, use it to create a directory under ~/Downloads called "BCM4318files". Then drag and drop sp34152.exe to that directory. CLick on the BCM4318files directory to give it the focus. Hit the F4 key. That will open a terminal panel in Dolphin in the BCM4318files directory. In that terminal enter

    cabextract sp34152.exe

    This will expand the files contained in sp34152a.exe.
    For this installation, only the *.inf and *.sys files are important. While in the BCM4318files directory
    issue

    ndiswrapper -l (lower case L) which will list any drivers already installed. There should be none.

    Then
    sudo ndiswrapper -i bcmwl5.inf

    ndiswrapper -l to list the drivers again. You should see a response saying
    driver present, device (some hex addr) present
    where the hex addr is an eight digit hexadecimal number separated by a colon reflecting the address of the Broadcom adapter. If a driver is listed but NO device is listed then we need to find another driver.
    If both device and driver are listed then proceed with:
    sudo ndiswrapper -m
    sudo ndiswrapper -ma
    sudo ndiswrapper -mi
    sudo depmod -a

    Then try wicd and see if the scanning shows access points, especially your wireless router!
    If you can't see your wireless router, or no network is available, restart the network...
    sudo networking stop
    sudo networking start
    and try wicd again.






    "A nation that is afraid to let its people judge the truth and falsehood in an open market is a nation that is afraid of its people.”
    – John F. Kennedy, February 26, 1962.

    Comment


      #32
      Re: Wireless network not working after upgrade too 10.10

      LOL, sounds like me . . . send my husband out to do shopping.

      Got the ndiswrapper installed, and skipped the ndisgtk gui.

      Will check in again a bit later - I've got to pick up my little girl from kindy and she wants to check out the gymnastics group too (yay, gymnastics and not ballet!!!)

      Later

      Comment


        #33
        Re: Wireless network not working after upgrade too 10.10

        I edited my previous post and added the necessary info and websites, etc.
        "A nation that is afraid to let its people judge the truth and falsehood in an open market is a nation that is afraid of its people.”
        – John F. Kennedy, February 26, 1962.

        Comment


          #34
          Re: Wireless network not working after upgrade too 10.10

          Okay thanks. Will get stuck into that later this afternoon (New Zealand time)

          Comment


            #35
            Re: Wireless network not working after upgrade too 10.10

            Okay, GreyGeek
            this seems to have solved the problem.
            I'm going to leave this thread open for a day or 2 to make sure. After that I'll mark it as solved.

            I thank you sincerely for all the help thus far. Makes me feel proud to be part of such a great community - even if it's online

            Thank you
            Tanya

            Comment


              #36
              Re: Wireless network not working after upgrade too 10.10

              Hi GreyGeek

              bad news unfortunately. I followed the steps one for one. Rebooted. I even checked for updates. But nothing. It seems that I'll just have to stick to 10.04 and wait for 11.10 to arrive, perhaps better luck then.

              Comment


                #37
                Re: Wireless network not working after upgrade too 10.10

                I followed the steps one for one. Rebooted.
                For "one" what? What happened? What are the failure msgs?
                "A nation that is afraid to let its people judge the truth and falsehood in an open market is a nation that is afraid of its people.”
                – John F. Kennedy, February 26, 1962.

                Comment


                  #38
                  Re: Wireless network not working after upgrade too 10.10

                  Sorry, should've said I followed them closely. Multi-tasking is not for me LOL.
                  The only error msgs I got was with the commands
                  sudo networking stop
                  sudo networking start

                  sudo: networking: command not found (this is for both commands).

                  What I did notice was that the "enable wireless" option isn't enabled. I also can't get to put a tick in the box. It won't let me.
                  EDITED 5 Nov 2010 - I've solved the enabling of wireless by installing bcmwl-kernel-source via kpackage manager.
                  So wireless is enabled now but still not found neither is the light lighting up on my laptop

                  Comment


                    #39
                    Re: Wireless network not working after upgrade too 10.10

                    Originally posted by snowflake_nz

                    The only error msgs I got was with the commands
                    sudo networking stop
                    sudo networking start

                    sudo: networking: command not found (this is for both commands).
                    Try
                    Code:
                    sudo service networking stop
                    Code:
                    sudo service networking start

                    Comment


                      #40
                      Re: Wireless network not working after upgrade too 10.10

                      Hi dibl, how you doing

                      here's the output

                      tanya@acer-aspire-3680:~$ sudo service networking stop
                      [sudo] password for tanya:
                      stop: Unknown instance:
                      tanya@acer-aspire-3680:~$ sudo service networking start
                      networking stop/waiting
                      tanya@acer-aspire-3680:~$

                      Comment


                        #41
                        Re: Wireless network not working after upgrade too 10.10

                        What does

                        Code:
                        sudo ifconfig -a
                        tell us?

                        Comment


                          #42
                          Re: Wireless network not working after upgrade too 10.10

                          tanya@acer-aspire-3680:~$ sudo ifconfig -a
                          eth0 Link encap:Ethernet HWaddr 00:16:36:c8:ed:fc
                          inet addr:192.168.1.2 Bcast:192.168.1.255 Mask:255.255.255.0
                          inet6 addr: fe80::216:36ff:fec8:edfc/64 Scope:Link
                          UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
                          RX packets:7930 errors:0 dropped:0 overruns:0 frame:0
                          TX packets:6366 errors:0 dropped:0 overruns:0 carrier:0
                          collisions:0 txqueuelen:1000
                          RX bytes:8647194 (8.6 MB) TX bytes:1021511 (1.0 MB)
                          Interrupt:16

                          lo Link encap:Local Loopback
                          inet addr:127.0.0.1 Mask:255.0.0.0
                          inet6 addr: ::1/128 Scope:Host
                          UP LOOPBACK RUNNING MTU:16436 Metric:1
                          RX packets:19 errors:0 dropped:0 overruns:0 frame:0
                          TX packets:19 errors:0 dropped:0 overruns:0 carrier:0
                          collisions:0 txqueuelen:0
                          RX bytes:967 (967.0 B) TX bytes:967 (967.0 B)

                          wlan0 Link encap:Ethernet HWaddr 00:19:7d:39:89:47
                          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)
                          Interrupt:18 Memory:d0100000-d0102000

                          tanya@acer-aspire-3680:~$


                          But now after a reboot it seems that I've lost my b43-driver in additional drivers.
                          Oh man, this is frustrating!!!

                          Comment


                            #43
                            Re: Wireless network not working after upgrade too 10.10

                            Originally posted by snowflake_nz
                            tanya@acer-aspire-3680:~$ sudo ifconfig -a
                            .....
                            wlan0 Link encap:Ethernet HWaddr 00:19:7d:39:89:47
                            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)
                            Interrupt:18 Memory:d0100000-d0102000
                            ....
                            But now after a reboot it seems that I've lost my b43-driver in additional drivers.
                            Oh man, this is frustrating!!!
                            You have wlan0!

                            sudo iwlist scanning
                            should show something for wlan0 if the network is up.
                            Run wicd and see if it scans your access point.
                            "A nation that is afraid to let its people judge the truth and falsehood in an open market is a nation that is afraid of its people.”
                            – John F. Kennedy, February 26, 1962.

                            Comment


                              #44
                              Re: Wireless network not working after upgrade too 10.10

                              So I did something right? LOL

                              Output for sudo iwlist scanning:
                              tanya@acer-aspire-3680:~$ sudo iwlist scanning
                              [sudo] password for tanya:
                              lo Interface doesn't support scanning.

                              eth0 Interface doesn't support scanning.

                              wlan0 No scan results


                              Scanning with wicd still says no wireless networks found. It should pick up at least one of the 3 near me that I always saw while using 10.04

                              Comment


                                #45
                                Re: Wireless network not working after upgrade too 10.10

                                What does
                                rfkill list all
                                show. Mine shows:
                                ~$ rfkill list all
                                0: sony-wwan: Wireless WAN
                                Soft blocked: no
                                Hard blocked: no

                                1: hci0: Bluetooth
                                Soft blocked: no
                                Hard blocked: no
                                3: phy1: Wireless LAN
                                Soft blocked: no
                                Hard blocked: no
                                ~$
                                If you "Hard blocked:" is "yes" then your wireless is detected by the driver but turned off. You may have a wifi switch or button on your laptop that was accidentally turned off. Sometimes a function key and a button are required: https://bbs.archlinux.org/viewtopic.php?id=49823

                                OR,
                                What do you have in /etc/network/interfaces about wlan0?
                                Here is what is in mine:
                                auto lo
                                iface lo inet loopback

                                iface wlan0 inet dhcp
                                wireless-essid GreyGeek
                                channel 7
                                auto wlan0
                                "A nation that is afraid to let its people judge the truth and falsehood in an open market is a nation that is afraid of its people.”
                                – John F. Kennedy, February 26, 1962.

                                Comment

                                Working...
                                X