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 ...
- 02-15-2006 #1
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
- 02-16-2006 #2
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!
- 02-16-2006 #3
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
- 02-16-2006 #4Linux 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


Reply With Quote
