LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
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-16-2004, 11:40 AM   #1
Seventh
Member
 
Registered: Dec 2003
Location: Boston, MA
Distribution: Redhat / Debian
Posts: 269

Rep: Reputation: 30
What's the latest unstable?


Potato? Woody? Sarge?

It's been almost 3 weeks now, and I've gone through absolute hell trying to get this (bleep, bleep) Broadcom adapter to work on my Dell D800. Kernels, libs, dependencies, a good 30-40 installs, threads, googles..

2.6.2 Has (supposedly) native TG3 support that works for the broadcom card. I won't go into why I don't just compile that kernel (because I have, about 40 times) onto my current install.

So I'm looking to grab an ISO of the latest unstable anything, that might, via the base install, have tg3 support. (woody doesn't). I don't really care what the security issues are, if it's called "The version that will make your dog die, your hair catch on fire and summon a swarm of bees to attack you in your office Build", I'm just looking to figure out (without downloading countless more files in addition to the almost 6 gigs of junk I've stacked up so far) which is the latest version, and hopefully to install from an ISO rip of it.

Thanks in advance.

- S7
 
Old 02-16-2004, 02:53 PM   #2
m_yates
Senior Member
 
Registered: Aug 2003
Location: Upstate
Distribution: Debian, Mint, Mythbuntu
Posts: 1,249

Rep: Reputation: 101Reputation: 101
Debian unstable is the latest version of Debian and does come with a 2.6 kernel I believe. The installer doesn't work great (in my opinion) though.

For easy installation with the 2.6.2 kernel, why not download the Mandrake 10.0 beta ISO? It has an easy installer and comes with kernel 2.6.2.
 
Old 02-16-2004, 03:38 PM   #3
Seventh
Member
 
Registered: Dec 2003
Location: Boston, MA
Distribution: Redhat / Debian
Posts: 269

Original Poster
Rep: Reputation: 30
It's gotta be Debian for the project I'm working on, unfortunately.

So there's an actual release called just "Debian Unstable"? Can you possibly toss me a link where I can DL the ISO? Everywhere I go I seem to simply get raw FTP's with tons of files, but nothing clearly denoting that "This is the newest, download this, noob!".
 
Old 02-16-2004, 04:18 PM   #4
m_yates
Senior Member
 
Registered: Aug 2003
Location: Upstate
Distribution: Debian, Mint, Mythbuntu
Posts: 1,249

Rep: Reputation: 101Reputation: 101
Here are the Debian sid (unstable) CD images:

ftp://ftp.fsn.hu/pub/CDROM-Images/de...nofficial/sid/

There are 13 CDs, but you don't need all of them to install. You can read the installation instructions from www.debian.org. or http://http.us.debian.org/debian/dis...ALLATION-HOWTO

I'll caution you though, the new installer doesn't work great. It is under heavy development (as usual). You may find it a lot easier to install using a Knoppix CD and then compile your own 2.6 kernel. Or if you can wait a few weeks, a Knoppix CD with a 2.6 kernel is coming.

Good luck!

Last edited by m_yates; 02-16-2004 at 04:20 PM.
 
Old 02-16-2004, 04:24 PM   #5
mctavish
LQ Newbie
 
Registered: Feb 2004
Location: Australia
Distribution: Debian unstable
Posts: 19

Rep: Reputation: 0
There is no installer for unstable.

There is an installer for Sarge/Testing. I heard it was a bit dodgy for a while but its probably improved by now. I believe it is a net installer where you install a small stub installation and download must stuff over the net.

People who run unstable get there by a variety of indirect means, eg installing woody or one of a plethora of debian based distros like bonzai (aka miniwoody), lord sutches creation, mepis, libranet etc and then apt-getting to unstable.

<edit> m_yates, I stand corrected.</edit>

Last edited by mctavish; 02-16-2004 at 04:28 PM.
 
Old 02-16-2004, 05:42 PM   #6
Seventh
Member
 
Registered: Dec 2003
Location: Boston, MA
Distribution: Redhat / Debian
Posts: 269

Original Poster
Rep: Reputation: 30
Aah, I see.

Really all I need is a base, bare-bones system on a Dell D800, with (most importantly) the Broadcom adapter working, and XWindows (which I've pre-done my homework for, and will cross my fingers about).

I tried woody, but ran into a ton of issues with the 2.2.x (I believe) kernel. So I went to 2.4, which built fine but gave me a ton of strange errors trying to insmod the bcm5700.o file for the broadcom.

Then I read that 2.6.2 had native tg3, which supported the Broadcom. So I said "Hooray, I'll run that!"

And now I'm here:

http://www.linuxquestions.org/questi...hreadid=145266

With that kernel, though I must admit that it seems that eth0 comes up. Gives me hope, if I can ever get it to boot.

Been a bit of a pain getting this guy installed, as you can imagine. If the Sarge release has a net install that supports my Broadcom, I'll be a happy guy.
 
Old 02-16-2004, 07:42 PM   #7
m_yates
Senior Member
 
Registered: Aug 2003
Location: Upstate
Distribution: Debian, Mint, Mythbuntu
Posts: 1,249

Rep: Reputation: 101Reputation: 101
Seventh,

Here is an idea: Extract a debian kernel image and use that config file for compiling your own kernel. Just go to www.debian.org and find the 2.6.2 kernel image file from unstable and save it to your hard drive, then:

dpkg -x kernel-image-2.6.2*.deb /tmp
cp /tmp/boot/config-2.6.2* /usr/src/linux/.config
cd /usr/src/linux
make menuconfig

Now you can make a few tweaks to the configuration and save it before compiling your own kernel. At least that way you know you are starting with a working configuration file. I've always run into trouble configuring a kernel from scratch. ....In fact, I like this idea so much I might try upgrading from my 2.4.24 kernel
 
Old 02-16-2004, 08:53 PM   #8
eaglegst
Member
 
Registered: Dec 2003
Location: Australia
Distribution: Woody, Sarge, Sid
Posts: 83

Rep: Reputation: 15
Why not get 2.6 from www.kernel.org and compile it to fit your need?
You do not really need unstable unless you want to experience those latest softwares.
I believe woody can get most of your jobs/projects done without problem.
 
Old 02-17-2004, 07:11 AM   #9
m_yates
Senior Member
 
Registered: Aug 2003
Location: Upstate
Distribution: Debian, Mint, Mythbuntu
Posts: 1,249

Rep: Reputation: 101Reputation: 101
I was suggesting compiling the kernel from www.kernel.org, just using the config file from the kernel in the debian unstable tree. The problem is kernel configuration from scratch is difficult, but you can make a few system specific tweaks to the kernel configuration file if you start with a working configuration.
 
  


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
is ubuntu unstable less unstable than debian unstable? lefty.crupps Ubuntu 9 10-14-2005 01:38 PM
synaptic 0.57.5 breaks; latest unstable, watch updates & upgrades Nix_Hard MEPIS 1 10-06-2005 07:55 PM
Unstable is really unstable... shorty_boy Debian 22 09-16-2005 01:46 PM
is it a better idea to migrate from the latest apache 1.3 to the latest apache 2.0? kublador Slackware 5 08-30-2004 04:06 PM
Install Latest Unstable gamehack Debian 2 06-18-2004 02:51 AM

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

All times are GMT -5. The time now is 08:10 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