Find the answer to your Linux question:
Results 1 to 4 of 4
I am gunna install debian on my system, however I would like to be able to get all of the packages off the net so I don't have to dowload ...
  1. #1
    Linux User yourname3232's Avatar
    Join Date
    Aug 2005
    Location
    Pacific Northwest, USA
    Posts
    262

    Network Install

    I am gunna install debian on my system, however I would like to be able to get all of the packages off the net so I don't have to dowload two outdated DVD's, however I have a wireless internet connection. Is there any way for me to perform a net install with a wireless connection? Oh, and I have already fould a linux driver for my wireless card so no need for ndiswrapper.
    Registered GNU/Linux User #399198
    'Experience is something you don't get until just after you need it.' -Steven Wright

  2. #2
    Linux Engineer Zelmo's Avatar
    Join Date
    Jan 2006
    Location
    Riverton, UT, USA
    Posts
    1,001
    That's a tough one. You need to be able to load the driver module into the running kernel before acquiring a network connection. That involves copying the module to /lib/modules/<uname -r>/kernel/drivers/net during setup, and then doing a "modprobe <driver_name>" to make the kernel load it. The tricky part is finding the time to do that before the system needs to start up the network connection.
    Stand up and be counted as a Linux user!

  3. #3
    Linux User yourname3232's Avatar
    Join Date
    Aug 2005
    Location
    Pacific Northwest, USA
    Posts
    262
    Hummm, this looks kinda tricky. I may just install and update after if nobody else has any ideas.
    Registered GNU/Linux User #399198
    'Experience is something you don't get until just after you need it.' -Steven Wright

  4. #4
    Linux User
    Join Date
    Apr 2005
    Location
    Ohio
    Posts
    326
    personally I would "plug in" and do the netinstall.
    after that's complete I would worry about the wireless connection.
    far...out

Posting Permissions

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