LinuxQuestions.org
Review your favorite Linux distribution.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian
User Name
Password
Debian This forum is for the discussion of Debian Linux.

Notices


Reply
  Search this Thread
Old 02-25-2007, 07:08 PM   #1
hkl8324
Member
 
Registered: Aug 2003
Location: Hong Kong, China
Distribution: Ubuntu 10.04
Posts: 234

Rep: Reputation: 30
Can I use Ubuntu Live CD to do a net-install of debian?


I was using ubuntu before my main harddisk failed, after buying a brand new harddisk, I want to come back to debian testing again to test it a bit. The problem is that I am using Intel pro wireless 2100 network card and my wired network card is broken, plus pure debian net-install disc dont have the ipw2100 module, so I cant use the pure debian net-install disc. And Ubuntu live-cd comes with the ipw2100 kernel module, if somehow I could use the Ubuntu live-cd to net-install debian, that will be great. But how?

If someone know how to do that, please drop some comments.

Thanks

Last edited by hkl8324; 02-25-2007 at 07:11 PM.
 
Old 02-25-2007, 07:17 PM   #2
rickh
Senior Member
 
Registered: May 2004
Location: Albuquerque, NM USA
Distribution: Debian-Lenny/Sid 32/64 Desktop: Generic AMD64-EVGA 680i Laptop: Generic Intel SIS-AC97
Posts: 4,250

Rep: Reputation: 62
Ubuntu ain't Debian. I don't think you can make it work. Your obvious solution is to download the Debian Netinstall disk and plug your laptop in via a regular ethernet connection for the time it takes to get the installation completed. If for some reason, you don't have an ethernet connection in your house, check with public libraries, etc. to see if they can provide you with one for an hour or so.
 
Old 02-25-2007, 07:53 PM   #3
hkl8324
Member
 
Registered: Aug 2003
Location: Hong Kong, China
Distribution: Ubuntu 10.04
Posts: 234

Original Poster
Rep: Reputation: 30
I mean my network card inside my laptop is broken. So I cannot connect to any wired network (unless I give HP (this is a compaq laptop) $$$ to fix it)

(I can acess the internet using windows (because I have ipw2100 windows driver) does it help?)
Thanks anyway

Last edited by hkl8324; 02-25-2007 at 07:56 PM.
 
Old 02-25-2007, 08:29 PM   #4
rickh
Senior Member
 
Registered: May 2004
Location: Albuquerque, NM USA
Distribution: Debian-Lenny/Sid 32/64 Desktop: Generic AMD64-EVGA 680i Laptop: Generic Intel SIS-AC97
Posts: 4,250

Rep: Reputation: 62
It's going to be a bit tricky. Especially since the modules are non-free software and in Debian's contrib repo rather than Main. The point there is that they won't be included in any of the regular installation CDs. Also, Debian's repos don't include any firmware, which I think you may also need to download from somewhere else. You could use Windows to download the packages you need and then dpkg to install them. First however, you'll need to have the tools to compile the source modules, and I'm not sure which Debian install CD would include those. I would guess it would be on the first couple CDs.

As I said, it could be done, I think I could do it myself, but it would require lots of experimentation and playing around. I certainly don't feel qualified to lay you out a step by step process. Maybe you could connect a wired ethernet via a USB port. Not really sure how well that will work either tho.
 
Old 02-25-2007, 09:31 PM   #5
JimBass
Senior Member
 
Registered: Oct 2003
Location: New York City
Distribution: Debian Sid 2.6.32
Posts: 2,100

Rep: Reputation: 49
Etch comes with kernel 2.6.18.3, and according to this page, it comes with the module built for Etch, which solves the requirement of a C compiler being needed for the install.

http://www.thinkwiki.org/wiki/Ipw2100

They also have good instructions on there about where to install the firmware. You will have to get the firmware files yourself, there is no way around that. You can put them on a usb stick, add them to the deb install CD, whatever, as long as your box can read them.

Beyond that, you may want to get the iwconfig package for Debian, which will allow you to connect to WEP protected networks, if that is how your wireless is protected.

This can all be done fairly easily, as long as you get the firmware and get it onto the machine without using the network card.

Peace,
JimBass
 
Old 02-25-2007, 09:41 PM   #6
Quakeboy02
Senior Member
 
Registered: Nov 2006
Distribution: Debian Linux 11 (Bullseye)
Posts: 3,407

Rep: Reputation: 141Reputation: 141
Come on, man! You're in Hong Kong. Surely a plug-in wired NIC adapter to fit your laptop can't cost more than a few USD over there. Or does your laptop not have a PCMCIA port?
 
Old 02-25-2007, 11:39 PM   #7
hkl8324
Member
 
Registered: Aug 2003
Location: Hong Kong, China
Distribution: Ubuntu 10.04
Posts: 234

Original Poster
Rep: Reputation: 30
Quote:
Originally Posted by JimBass
Etch comes with kernel 2.6.18.3, and according to this page, it comes with the module built for Etch, which solves the requirement of a C compiler being needed for the install.

http://www.thinkwiki.org/wiki/Ipw2100

They also have good instructions on there about where to install the firmware. You will have to get the firmware files yourself, there is no way around that. You can put them on a usb stick, add them to the deb install CD, whatever, as long as your box can read them.

Beyond that, you may want to get the iwconfig package for Debian, which will allow you to connect to WEP protected networks, if that is how your wireless is protected.

This can all be done fairly easily, as long as you get the firmware and get it onto the machine without using the network card.

Peace,
JimBass
Thank you for your info, I am shocked that the kernel already supports my NIC card...I remembered I had to compile the module myself when I last installeed debian (I dont read kernel "what is new" nor distribution release notes )kudos to the kernel devs

I just downloaded the fireware using windows and mounted the windows partition inside the debian base system, copied the firmware to the appropriate directory, and voila! I am using the ipw2100 card inside debian now....

Thank you

Last edited by hkl8324; 02-26-2007 at 04:18 AM.
 
Old 02-25-2007, 11:40 PM   #8
hkl8324
Member
 
Registered: Aug 2003
Location: Hong Kong, China
Distribution: Ubuntu 10.04
Posts: 234

Original Poster
Rep: Reputation: 30
Quote:
Originally Posted by Quakeboy02
Come on, man! You're in Hong Kong. Surely a plug-in wired NIC adapter to fit your laptop can't cost more than a few USD over there. Or does your laptop not have a PCMCIA port?
Why buy something useless?
 
Old 02-25-2007, 11:56 PM   #9
JimBass
Senior Member
 
Registered: Oct 2003
Location: New York City
Distribution: Debian Sid 2.6.32
Posts: 2,100

Rep: Reputation: 49
I'm glad you got it working. Things like that are mainly a function of the kernel, and installing Debian stable is a sure recipe for modern-ish hardware to not be supported. Not that the ipw2100 is fresh off the presses, but the kernel in Sarge is from 2004 or early 2005. It also helps that the card is both widespread, and manufactured by a company that isn't completely hostile towards open source drivers.

I had completely forgotten about downloading it in windows then mounting it, good choice on that.

Peace,
JimBass
 
Old 02-26-2007, 04:20 AM   #10
hkl8324
Member
 
Registered: Aug 2003
Location: Hong Kong, China
Distribution: Ubuntu 10.04
Posts: 234

Original Poster
Rep: Reputation: 30
The is why I like linux...
You can use it without reformatting the harddisk untill the disk die. In windows, it become slower and slower as time goes and you have frequent BSOD after a year that force you to reinstall the whole windows and apps from scratch.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
just got ubuntu live cd and install cd Paxmaster Linux - Distributions 6 03-02-2012 04:03 PM
updating debian etch with ubuntu live CD mariogarcia Debian 15 12-21-2006 07:24 PM
Install Ubuntu from Live CD _mercury Linux - Software 15 06-26-2006 05:06 AM
NIC recognized in debian net install but not after install Cycle Debian 7 12-23-2005 07:52 PM
Debian Net Install BittaBrotha Linux - Distributions 11 05-24-2003 11:20 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian

All times are GMT -5. The time now is 12:17 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration