Announcement

Collapse
No announcement yet.

Another Wireless Post HP dv8000z

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

    Another Wireless Post HP dv8000z

    So.... I have a hp dv8000z laptop installed solely with kubuntu 9.04 . I am unable to get the wireless adapter to work. The drivers for the adapter are not installed. I downloaded the drivers and setup the ndiswrapper according to this article:

    http://www.linlap.com/wiki/configuri...in+ubuntu+8.10

    I was able to get the drivers extracted and installed but after I do this command sudo ndiswrapper -l it shows:

    bcmwl5 : driver installed
    device (14E4:4318) present (alternate driver: ssb)

    I then type in sudo modprobe ndiswrapper and it does nothing. it just goes to the next line like nothing happened. I don't know if that is what is supposed to happen. I then try sudo iwlist scan and my terminal shows:

    lo Interface doesn't support scanning.

    eth0 Interface doesn't support scanning.

    wmaster0 Interface doesn't support scanning.

    wlan0 Interface doesn't support scanning : Network is down

    pan0 Interface doesn't support scanning.

    I am assuming that the "Network is down" is the problem but I am not sure where to go from here. I did download the wireless detector application and ran it and I do have the correct driver package install for my machine.

    when i run the wireless detector it shows:

    Scanning for PCI Cards...
    Found - Broadcom Corporation BCM4318 [AirForce One 54g] 802.11g Wireless LAN Co[14e4:4318]

    Scanning for USB Cards...


    and that is it. the driver package that I installed was called sp33008.exe and I got that from hp's website.

    Any help would be greatly appreciated

    #2
    Re: Another Wireless Post HP dv8000z

    Search this forum!
    "Installing drivers for Broadcom AirForceOne (bcm4318)"
    http://kubuntuforums.net/forums/inde...opic=3101765.0
    "A problem well stated is a problem half solved." --Charles F. Kettering
    "Sometimes the questions are complicated and the answers are simple."--Dr. Seuss

    Comment


      #3
      Re: Another Wireless Post HP dv8000z

      just a thought...try
      Code:
      sudo modprobe -r ssb
      modprobe ndiswrapper
      see if that works...this will probably have the effect of disabling your wired connection unless you reenable the ssb module, or reboot.

      mm0

      P.S. I will also say that I don't think you need to use ndiswrapper with the broadcom 4318, but there is a specific way of loading it that worked for me, until I replaced it...

      see here, post #8 is what worked for me.
      Dell Inspiron 1720 Laptop<br />Intel T9300 Core2Duo Processor @ 2.5Ghz<br />4 GB Ram | 1920 X 1200 Resolution<br />2 X 160 GB SATA HD Internal<br />Nvidia GeForce 8600M Graphics Adapter<br />Using Kubuntu 9.10

      Comment


        #4
        Re: Another Wireless Post HP dv8000z

        Alternative (simpler?) approach here: http://ohioloco.ubuntuforums.org/sho....php?p=4793983

        (From http://kubuntuforums.net/forums/inde...opic=3102470.0)
        "A problem well stated is a problem half solved." --Charles F. Kettering
        "Sometimes the questions are complicated and the answers are simple."--Dr. Seuss

        Comment

        Working...
        X