Page 1 of 2 12 LastLast
Results 1 to 10 of 13

Thread: how to install wireless drivers offline?

  1. #1
    Join Date
    Feb 2010
    Beans
    5

    how to install wireless drivers offline?

    I have ubuntu 9.10 on a netbook, and I'd like to install the drivers for the wireless card. I found instructions for my specific model, which involve using apt-get. But I have no internet on the netbook until I get the wireless to work... Is there any way of getting the files under windows and tell apt-get to use those files instead of connecting to the internet? Thanks.

  2. #2
    Join Date
    Apr 2009
    Beans
    2,601

    Re: how to install wireless drivers offline?

    What is your specific wireless model? If not known you can find out with lspci (LSPCI in lowercase) in the terminal.

  3. #3
    Join Date
    Feb 2010
    Beans
    5

    Re: how to install wireless drivers offline?

    Quote Originally Posted by bkratz View Post
    What is your specific wireless model? If not known you can find out with lspci (LSPCI in lowercase) in the terminal.
    # lspci | grep Network
    03:00.0 Network controller: Broadcom Corporation BCM4312 802.11b/g (rev 01)

  4. #4
    Join Date
    Oct 2005
    Location
    Adelaide, South Australia
    Beans
    746
    Distro
    Ubuntu 11.10 Oneiric Ocelot

    Re: how to install wireless drivers offline?

    I hate it when people don't answer the original question.

    Original Posters question is :
    How to make APT use local debs to install stuff that was obtained from another computer.

    Answer :

    dpkg -i debfilename.


    my netbook (hp mini 311-1018tu) also has a broadcom 4312 wireless chip, I managed to get bluetooth and wifi working with ndiswrapper (i assume ndiswrapper is what you need apt-get for ).

    Show me the guide you talk about, maybe i can offer some observations.

    also helps if you describe the netbook manufacturer, make & model.
    Last edited by airtonix; February 6th, 2010 at 02:25 PM.
    Fear is the mindkiller....
    The little death that obliterates...

  5. #5
    Join Date
    Apr 2009
    Beans
    2,601

    Re: how to install wireless drivers offline?

    Quote Originally Posted by airtonix View Post
    I hate it when people don't answer the original question.

    Original Posters question is :
    How to make APT use local debs to install stuff that was obtained from another computer.

    Answer :

    dpkg -i debfilename.
    Well that could be because there is a better way. In his case the files he needs are available on the installation disk!


    To the OP see this thread

    http://ubuntuforums.org/showthread.php?t=1368699

  6. #6
    Join Date
    Nov 2008
    Location
    S.H.I.E.L.D. 6-1-6
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: how to install wireless drivers offline?

    you dont need to use ndiswrapper.
    The broadcom STA site says that that chipset is supported by the (wl) drivers.

    Download these on a windows machine
    http://archive.ubuntu.com/ubuntu/poo...buntu1_all.deb
    http://archive.ubuntu.com/ubuntu/poo...untu5_i386.deb

    and transfer it to your netbook (assuming netbook is 32 bit...)
    install them in order (from first link to last)
    Last edited by sandyd; February 6th, 2010 at 02:57 PM.
    Don't waste your energy trying to change opinions ... Do your thing, and don't care if they like it.

  7. #7
    Join Date
    Feb 2010
    Beans
    5

    Re: how to install wireless drivers offline?

    Quote Originally Posted by airtonix View Post
    dpkg -i debfilename.


    my netbook (hp mini 311-1018tu) also has a broadcom 4312 wireless chip, I managed to get bluetooth and wifi working with ndiswrapper (i assume ndiswrapper is what you need apt-get for ).

    Show me the guide you talk about, maybe i can offer some observations.

    also helps if you describe the netbook manufacturer, make & model.
    Thanks! Mine is a compaq mini 311, it's the very same hardware as the hp. Actually I wanted apt-get to install bcmwl-kernel-source, as I read somewhere that would do the trick. I'll try Carlee's suggestion.

  8. #8
    Join Date
    Apr 2009
    Beans
    2,601

    Re: how to install wireless drivers offline?

    bcml-kernel-source is on the installation cd. Carlee's suggestion is really the best way to accomplish your goal.

  9. #9
    Join Date
    Nov 2008
    Location
    S.H.I.E.L.D. 6-1-6
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: how to install wireless drivers offline?

    Quote Originally Posted by bkratz View Post
    bcml-kernel-source is on the installation cd. Carlee's suggestion is really the best way to accomplish your goal.
    i didnt think dkms was tho.
    Don't waste your energy trying to change opinions ... Do your thing, and don't care if they like it.

  10. #10
    Join Date
    Apr 2009
    Beans
    2,601

    Re: how to install wireless drivers offline?

    Quote Originally Posted by carlee View Post
    i didnt think dkms was tho.



    You are right, that is one of the reasons I think your solution is the best.

Page 1 of 2 12 LastLast

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
  •