View Poll Results: Did it work for you?

Voters
1762. You may not vote on this poll
  • Yes

    1,051 59.65%
  • No

    487 27.64%
  • I have this card, but it's already working

    69 3.92%
  • I have this card, but I don't care if it works

    19 1.08%
  • I have a different card

    136 7.72%
Page 93 of 199 FirstFirst ... 43839192939495103143193 ... LastLast
Results 921 to 930 of 1981

Thread: HOWTO: Broadcom 4318 Wireless Cards

  1. #921
    Join Date
    Dec 2006
    Beans
    26

    Re: HOWTO: Broadcom 4318 Wireless Cards

    Quote Originally Posted by compwiz18 View Post
    Oh! I know what the problem is

    easy fix: just gotta compile some stuff...don't worry, not hard:

    • download --> Attachment 21980
    • extract using GUI or terminal
    • open terminal
    • navigate to directory in terminal
    • type make
    • type sudo make install
    • reboot
    • use the internet


    if you have trouble, ask!
    that worked up until i ran the command "sudo make install"

    i then got this

    dennis@mystery-laptop:~/Desktop/ndiswrapper-1.33$ sudo make install
    Password:
    make -C driver install
    make[1]: Entering directory `/home/dennis/Desktop/ndiswrapper-1.33/driver'
    Can't find kernel build files in /lib/modules/2.6.18.5/build;
    give the path to kernel build directory with
    KBUILD=<path> argument to make
    make[1]: *** [prereq_check] Error 1
    make[1]: Leaving directory `/home/dennis/Desktop/ndiswrapper-1.33/driver'
    make: *** [install] Error 2
    dennis@mystery-laptop:~/Desktop/ndiswrapper-1.33$
    is this because i used the kernel you had compiled already?

    how do i fix it?

  2. #922
    Join Date
    May 2006
    Beans
    Hidden!
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: HOWTO: Broadcom 4318 Wireless Cards

    Did you also install the kernel headers from the download site? This problem can also come from installing the headers and the image in the wrong order I believe, although that is unconfirmed - and I don't know what the so-called "correct order" is, so if you installed both, uninstall everything and install them in the opposite order.
    Last edited by compwiz18; January 1st, 2007 at 11:05 PM.

  3. #923
    Join Date
    Dec 2006
    Beans
    26

    Re: HOWTO: Broadcom 4318 Wireless Cards

    Quote Originally Posted by compwiz18 View Post
    Did you also install the kernel headers from the download site?
    yes i did

    should i try with the other kernel you uploaded?
    Last edited by birdman3131; January 1st, 2007 at 11:01 PM.

  4. #924
    Join Date
    May 2006
    Beans
    Hidden!
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: HOWTO: Broadcom 4318 Wireless Cards

    Quote Originally Posted by birdman3131 View Post
    yes i did

    should i try with the other kernel you uploaded?
    I edited my post above, reread it - I would retype but I'm too lazy I didn't notice you'd replied until I'd finished editing it

  5. #925
    Join Date
    Sep 2006
    Beans
    15

    Re: HOWTO: Broadcom 4318 Wireless Cards

    hi, i fllow that guide a works for me, only i have to install ndiswrapper, copy the broadcom driver from xp partition to my home folder on edgy, after that a run ndiswrapper and load the driver.

    now i run that lines:

    sudo rmmod bcm43xx
    sudo rmmod ndiswrapper
    sudo modprobe ndiswrapper
    sudo ifdown eth1
    sudo ifup eth1
    sudo dhclient

    .....and wirelesscard works fine


    ......but i have to wrote those lines every boot, can i do something to system make it for me?, i mean, that wirelesscard broadcom works from the beginning of sesssion

    thx

  6. #926
    Join Date
    May 2006
    Beans
    Hidden!
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: HOWTO: Broadcom 4318 Wireless Cards

    Quote Originally Posted by zes View Post
    hi, i fllow that guide a works for me, only i have to install ndiswrapper, copy the broadcom driver from xp partition to my home folder on edgy, after that a run ndiswrapper and load the driver.

    now i run that lines:

    sudo rmmod bcm43xx
    sudo rmmod ndiswrapper
    sudo modprobe ndiswrapper
    sudo ifdown eth1
    sudo ifup eth1
    sudo dhclient

    .....and wirelesscard works fine


    ......but i have to wrote those lines every boot, can i do something to system make it for me?, i mean, that wirelesscard broadcom works from the beginning of sesssion

    thx
    You can put those lines in /etc/rc.local - put them at the top, and they will be run automatically at boot.

  7. #927
    Join Date
    Dec 2006
    Beans
    26

    Re: HOWTO: Broadcom 4318 Wireless Cards

    Quote Originally Posted by compwiz18 View Post
    I edited my post above, reread it - I would retype but I'm too lazy I didn't notice you'd replied until I'd finished editing it
    i believe that i installed the kernel then headers so ill try the other way

  8. #928
    Join Date
    Sep 2006
    Beans
    15

    Re: HOWTO: Broadcom 4318 Wireless Cards

    i will try now......

  9. #929
    Join Date
    Sep 2006
    Beans
    15

    Re: HOWTO: Broadcom 4318 Wireless Cards

    hi, again

    donŕ works here is my rc.local:

    sudo rmmod bcm43xx
    sudo rmmod ndiswrapper
    sudo modprobe ndiswrapper
    sudo ifdown eth1
    sudo ifup eth1
    sudo dhclient

    #!/bin/sh -e
    #
    # rc.local
    #
    # This script is executed at the end of each multiuser runlevel.
    # Make sure that the script will "exit 0" on success or any other
    # value on error.
    #
    # In order to enable or disable this script just change the execution
    # bits.
    #
    # By default this script does nothing.

    exit 0


    do i something wrong?

    thx

  10. #930
    Join Date
    Sep 2006
    Beans
    15

    Re: HOWTO: Broadcom 4318 Wireless Cards

    how change execution perimission on that file forever?

Page 93 of 199 FirstFirst ... 43839192939495103143193 ... LastLast

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •