Announcement

Collapse
No announcement yet.

How do I install downloaded BCM4312 nic driver?

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

    #16
    Re:How do I install downloaded BCM4312 nic driver?

    You can connect manually using wpa_supplicant. I've got a wireless connection at work that has to be scripted.

    Here's what I use -

    wpa_supplicant -Dwext -ieth1 -c/home/wizard/scripts/work_wpa.conf -B

    dhclient eth1

    Now yours will be different, but here's what the connect script itself looks like -

    network={
    ssid="SSID-goes-here"
    scan_ssid=1
    proto=WPA
    key_mgmt=WPA-PSK
    psk="wpa-key-goes-here"
    }

    As I said yours will be different but

    sudo iwlist eth1 scan

    will give you all the information you need to connect. Reading up on wpa_supplicant would help too.

    Good luck!

    we see things not as they are, but as we are.
    -- anais nin

    Comment


      #17
      Re:How do I install downloaded BCM4312 nic driver?

      OK before I embark on that, I just wanted to show you what I see. I just don't get why I can't connect... it just looks like everything should work!
      Attached Files

      Comment


        #18
        Re:How do I install downloaded BCM4312 nic driver?

        OK. In KNetworkManage I had the network set to WEP instead of WPA/WPA2. Problem solved! It's embarassing, I know, but hey, I'm writing this from my laptop running Kubuntu!

        Many thanks for the effort, please excuse the fact that I am totally new to this! You guys are great.

        Comment


          #19
          Re:How do I install downloaded BCM4312 nic driver?



          We've all been there - done that!
          Using Kubuntu Linux since March 23, 2007
          "It is a capital mistake to theorize before one has data." - Sherlock Holmes

          Comment


            #20
            Re: How do I install downloaded BCM4312 nic driver?

            More than once!
            "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