Thread Tools
Old March 17, 2004, 18:49   #331
Asher
Apolytoners Hall of Fame
President of the OT
 
Asher's Avatar
 
Local Time: 12:46
Local Date: November 2, 2010
Join Date: Nov 1999
Location: Calgary, Alberta
Posts: 40,843
Quote:
Originally posted by Q Cubed
asher, you do realize that not everyone has the brand-spankin' new setup that you do, right?

i've yet to find a piece of modern hardware that linux doesn't work flawlessly with--and thus far, all the computers i've placed it on have ranged from a p2/266 to a p4/2.0.

not everyone has a sata raid setup.
Not talking about the SATA RAID -- I put in a regular IDE drive. That works.

What doesn't work is my video card -- at all. Max I can do is 1024x768 generic VESA. No thanks.

And for some reason, every distro I've tried so far results in kernel panics or random lockups. x86 OR AMD64.
__________________
"I'll never doubt you again when it comes to hockey, [Prince] Asher." - Guynemer
Asher is offline  
Old March 17, 2004, 18:50   #332
Q Classic
Emperor
 
Q Classic's Avatar
 
Local Time: 13:46
Local Date: November 2, 2010
Join Date: Apr 1999
Location: The cities of Orly and Nowai
Posts: 4,228
well, except for samba, which is its own special case. stupid SMB/CIFS issues, too.

the lack real ati drivers is hardly the fault of 'linux'. ati, after about a year after others, has just released its closed-source drivers for XFree 3.3. nvidia had them soon after 3.3 came out, and released ones compatible with 2.6 within two weeks of 2.6's release.
__________________
B♭3
Q Classic is offline  
Old March 17, 2004, 18:51   #333
Q Classic
Emperor
 
Q Classic's Avatar
 
Local Time: 13:46
Local Date: November 2, 2010
Join Date: Apr 1999
Location: The cities of Orly and Nowai
Posts: 4,228
Quote:
(BTW, since I formatted my windows partition and re-installed it, I lost my dual boot. How can I restore it?)
well, what did you use to load linux, lilo or grub? and what did you install? gentoo, redhat/fedora, suse, lycoris, debian...
__________________
B♭3
Q Classic is offline  
Old March 17, 2004, 18:51   #334
Asher
Apolytoners Hall of Fame
President of the OT
 
Asher's Avatar
 
Local Time: 12:46
Local Date: November 2, 2010
Join Date: Nov 1999
Location: Calgary, Alberta
Posts: 40,843
Quote:
Originally posted by Q Cubed
well, except for samba, which is its own special case. stupid SMB/CIFS issues, too.

the lack real ati drivers is hardly the fault of 'linux'. ati, after about a year after others, has just released its closed-source drivers for XFree 3.3. nvidia had them soon after 3.3 came out, and released ones compatible with 2.6 within two weeks of 2.6's release.
I'm not saying it's the fault of "linux", but it's a terrible pain in the ass to use Linux when hardware just doesn't work in it.

ATI has a larger marketshare than Nvidia now, so this isn't a small thing.
__________________
"I'll never doubt you again when it comes to hockey, [Prince] Asher." - Guynemer
Asher is offline  
Old March 17, 2004, 18:52   #335
Q Classic
Emperor
 
Q Classic's Avatar
 
Local Time: 13:46
Local Date: November 2, 2010
Join Date: Apr 1999
Location: The cities of Orly and Nowai
Posts: 4,228
and again, it's not the fault of linux. it's ati's fault for not releasing drivers for the platform. you think plenty of other linux users haven't been peeved at ati's rather slow release of any drivers for things not windows?
__________________
B♭3
Q Classic is offline  
Old March 17, 2004, 18:53   #336
Spiffor
Civilization III Democracy GamePtWDG LegolandApolytoners Hall of Fame
 
Spiffor's Avatar
 
Local Time: 20:46
Local Date: November 2, 2010
Join Date: Nov 2001
Location: jihadding against Danish Feta
Posts: 6,182
Quote:
Originally posted by Q Cubed
well, what did you use to load linux, lilo or grub? and what did you install? gentoo, redhat/fedora, suse, lycoris, debian...
RedHat 9, with grub as the dual-boot software. I didn't touch my Linux partition, it merely seems Windows overruled the orders to start the dual boot.
__________________
"I have been reading up on the universe and have come to the conclusion that the universe is a good thing." -- Dissident
"I never had the need to have a boner." -- Dissident
"I have never cut off my penis when I was upset over a girl." -- Dis
Spiffor is offline  
Old March 17, 2004, 18:54   #337
Q Classic
Emperor
 
Q Classic's Avatar
 
Local Time: 13:46
Local Date: November 2, 2010
Join Date: Apr 1999
Location: The cities of Orly and Nowai
Posts: 4,228
other than a situation which i've created, i've never had a lockup or kernel panic in linux.

then again, my windows install is also rock-stable. it's not hard to do, even when you do use experimental/non-whql drivers.
__________________
B♭3
Q Classic is offline  
Old March 17, 2004, 19:04   #338
Q Classic
Emperor
 
Q Classic's Avatar
 
Local Time: 13:46
Local Date: November 2, 2010
Join Date: Apr 1999
Location: The cities of Orly and Nowai
Posts: 4,228
when you install windows, it overwrites the mbr.

here's what you do. download a livecd, like gentoo, or whatever, or a floppy, like tomsrtbt, and then boot into linux.

this won't be your kernel, but the cd's.

then, at the command prompt, mount your linux drive type:


mount /dev/hdax /mnt/a_directory

chroot /mnt/a_directory /bin/bash
env-update


where x is the partition number (if the partition is second, with your windows being first, you'd be going into /dev/hda2) and a_directory is the name of the folder you're mounting it to. if you use the gentoo livecd, make it "gentoo". if it's something like knoppix or gnoppix (go into the cli first...), mount it to something else, if you want.

this first mounts your drive, then changes the root path from the cd to your linux partition.

then, since you have grub, type in
grub
to open up the grub program. it'll give you a blank screen with a basic prompt. type:

root (hdy,x)

setup (hdy)

quit

this will set up grub again on the mbr. y is the hard drive number minus 1: your first hd would be hd0.

if you had a boot partition, make sure that while in the first case you boot into the regular linux drive, mounted at / , for grub, you point it to the boot partition, mounted at /boot . if you didn't have a boot partition, ignore that last bit. i think red hat wants you to install a boot partition, that's what i recall anyway.

hopefully, your grub.conf file will not have been messed with. if it is, ask me again, but this should take care of you.
__________________
B♭3
Q Classic is offline  
Old March 17, 2004, 19:12   #339
Spiffor
Civilization III Democracy GamePtWDG LegolandApolytoners Hall of Fame
 
Spiffor's Avatar
 
Local Time: 20:46
Local Date: November 2, 2010
Join Date: Nov 2001
Location: jihadding against Danish Feta
Posts: 6,182
Thanks

I'm too tired to do this now, but I'll print your post
__________________
"I have been reading up on the universe and have come to the conclusion that the universe is a good thing." -- Dissident
"I never had the need to have a boner." -- Dissident
"I have never cut off my penis when I was upset over a girl." -- Dis
Spiffor is offline  
Old March 17, 2004, 19:14   #340
Agathon
Mac
Emperor
 
Agathon's Avatar
 
Local Time: 03:46
Local Date: November 3, 2010
Join Date: Dec 2002
Location: Wal supports the CPA
Posts: 3,948
See - I said that there were plenty of helpful folks on the net. And lo, one appears.
__________________
Only feebs vote.
Agathon is offline  
Old March 17, 2004, 20:09   #341
Asher
Apolytoners Hall of Fame
President of the OT
 
Asher's Avatar
 
Local Time: 12:46
Local Date: November 2, 2010
Join Date: Nov 1999
Location: Calgary, Alberta
Posts: 40,843
Quote:
Originally posted by Q Cubed
and again, it's not the fault of linux. it's ati's fault for not releasing drivers for the platform. you think plenty of other linux users haven't been peeved at ati's rather slow release of any drivers for things not windows?
and again, I'm not saying it's the "fault" of Linux, but it's an undeniable pain in the ass and obvious obstruction to USING Linux. I don't care whose fault it is, all I know is it's a major problem.
__________________
"I'll never doubt you again when it comes to hockey, [Prince] Asher." - Guynemer
Asher is offline  
Old March 17, 2004, 20:10   #342
Asher
Apolytoners Hall of Fame
President of the OT
 
Asher's Avatar
 
Local Time: 12:46
Local Date: November 2, 2010
Join Date: Nov 1999
Location: Calgary, Alberta
Posts: 40,843
Quote:
Originally posted by Q Cubed
other than a situation which i've created, i've never had a lockup or kernel panic in linux.
Gentoo 2004.0 AMD64 kernel panics on the initial boot.
Mandrake and Fedora hard-lock during the install (AMD64 and x86).
Debian x86 hard-locks on initial boot.
__________________
"I'll never doubt you again when it comes to hockey, [Prince] Asher." - Guynemer
Asher is offline  
Old March 17, 2004, 20:37   #343
Agathon
Mac
Emperor
 
Agathon's Avatar
 
Local Time: 03:46
Local Date: November 3, 2010
Join Date: Dec 2002
Location: Wal supports the CPA
Posts: 3,948
Maybe your computer sucks.
__________________
Only feebs vote.
Agathon is offline  
Old March 17, 2004, 20:38   #344
Asher
Apolytoners Hall of Fame
President of the OT
 
Asher's Avatar
 
Local Time: 12:46
Local Date: November 2, 2010
Join Date: Nov 1999
Location: Calgary, Alberta
Posts: 40,843
I think it has more to do with the quality of the installation and configuration software in Linux, combined with the craptastic quality of Linux drivers.

My computer is too sexy for the likes of Linux.
__________________
"I'll never doubt you again when it comes to hockey, [Prince] Asher." - Guynemer
Asher is offline  
Old March 17, 2004, 20:40   #345
Agathon
Mac
Emperor
 
Agathon's Avatar
 
Local Time: 03:46
Local Date: November 3, 2010
Join Date: Dec 2002
Location: Wal supports the CPA
Posts: 3,948
Maybe Gentoo's inbuilt 1337 detection software finds you unworthy.
__________________
Only feebs vote.
Agathon is offline  
Old March 17, 2004, 20:56   #346
Asher
Apolytoners Hall of Fame
President of the OT
 
Asher's Avatar
 
Local Time: 12:46
Local Date: November 2, 2010
Join Date: Nov 1999
Location: Calgary, Alberta
Posts: 40,843
Maybe.

Here's the latest Gentoo in all its glory.
Attached Thumbnails:
Click image for larger version

Name:	gentoo.jpg
Views:	36
Size:	45.8 KB
ID:	67435  
__________________
"I'll never doubt you again when it comes to hockey, [Prince] Asher." - Guynemer
Asher is offline  
Old March 17, 2004, 23:47   #347
Q Classic
Emperor
 
Q Classic's Avatar
 
Local Time: 13:46
Local Date: November 2, 2010
Join Date: Apr 1999
Location: The cities of Orly and Nowai
Posts: 4,228
well, i'll just say gentoo 2004 has yet to have a kernel panic on me. ymmv. i don't know what went wrong with the installation, as i assume you read the manual, but...

===

as far as the ati drivers: it may be trouble for you, but:
1. ati uses closed-source drivers to take full advantage of their chip. the onus is on them to provide good working drivers.
2. the open-source movement, when it writes drivers for closed-source hardware, often has to go by a guess-and-check method to write drivers. which is why a) ati's cards need to wait for ati's drivers for full effect; b) why samba/cifs is such a ***** to set up; c) why ntfs write support can only really be used with the 'captive' drivers. this is again, not the fault of the open-source movement. it certainly sounds like you're blaming them for failing to write drivers that work for hardware that they frankly don't know the deep details about.

as far as other hardware, linux drivers are again reliant on people who have that hardware; which is why you might not be able to find drivers for, say, a gigabit lom made by, say, linksys, if no developer has that hardware. i personally have no hardware that fails to work with linux; alsa/kernel 2.6 works with my santa cruz card as well as windows does; that was the last sticking point, as the kernel in 2.4 did, but in single channel low quality.

the drivers i've been using have never had trouble.

and asher, linux drivers are not the only ones that are craptastic. wasn't it microsoft and its whql that revealed that over half of all system crashes were as a result of non-microsoft written, closed-source, windows drivers?

===

finally, what do you need the drivers for anyway? i can guarantee you that most people in linux don't use it for gaming (one thing which i believe is holding linux back, actually); if they're rendering stuff, they're probably using server farms, and so they probably don't care about those.

i mean, i'm sorry that linux doesn't have the drivers availible for you, but it's not the oss movement's fault, but rather ati's for being so asstasstic about their delivery. yes, it is a hassle, but as long as you can see the screen and have graphics working on a basic level, you can do most of the stuff you need to.

no, linux is not ready for every tom, dick, and harry, and definitely not ready for grandma sue. the system install process for most is rather onerous (redhat's anaconda is one of the better ones), and the package management process isn't stellar either (rpm, apt, and tgz, for instance, aren't great. portage has great potential, but it's still a work in progress). but as far as a desktop system for someone who's willing to learn it, it's come a long way and is hardly a 'joke'.
__________________
B♭3
Q Classic is offline  
Old March 17, 2004, 23:47   #348
Nubclear
NationStatesCall to Power II Democracy GameInterSite Democracy Game: Apolyton TeamRise of Nations MultiplayerACDG The Human HiveNever Ending StoriesACDG The Free DronesACDG The Cybernetic ConsciousnessGalCiv Apolyton EmpireACDG3 SpartansC4DG Team Alpha CentauriansCiv4 SP Democracy GameDiplomacyAlpha Centauri PBEMCivilization IV PBEMAlpha Centauri Democracy GameACDG Peace
PolyCast Thread Necromancer
 
Nubclear's Avatar
 
Local Time: 18:46
Local Date: November 2, 2010
Join Date: Jul 2002
Location: We are all Asher now.
Posts: 1,437
Danger! Danger! Kernel panic! Danger!
Nubclear is offline  
Old March 17, 2004, 23:51   #349
Asher
Apolytoners Hall of Fame
President of the OT
 
Asher's Avatar
 
Local Time: 12:46
Local Date: November 2, 2010
Join Date: Nov 1999
Location: Calgary, Alberta
Posts: 40,843
Personally I consider any desktop that refuses to run at any hardware-accelerated fashion and at a maximum of 1024x768 to be a joke.

You may think differently, but you don't have the hardware I do.

To be a serious contender, the OS must be able to support new hardware decently, if not as well as Windows.

I'm not "blaming" Linux, it's just a MAJOR problem with using Linux, and I don't see it getting any better.
__________________
"I'll never doubt you again when it comes to hockey, [Prince] Asher." - Guynemer
Asher is offline  
Old March 17, 2004, 23:58   #350
Asher
Apolytoners Hall of Fame
President of the OT
 
Asher's Avatar
 
Local Time: 12:46
Local Date: November 2, 2010
Join Date: Nov 1999
Location: Calgary, Alberta
Posts: 40,843
The video card I'm using isn't even "new", the Radeon 9500/9600/9700/9800 family has been out for about 1.5 years. That's a lot of time in the computer world...

BTW: I manually built the kernel and got Gentoo to boot. I'm playing with emerging xfree and kde right now.
__________________
"I'll never doubt you again when it comes to hockey, [Prince] Asher." - Guynemer
Asher is offline  
Old March 18, 2004, 00:01   #351
Q Classic
Emperor
 
Q Classic's Avatar
 
Local Time: 13:46
Local Date: November 2, 2010
Join Date: Apr 1999
Location: The cities of Orly and Nowai
Posts: 4,228
i'll agree that the desktop you mention is less than stellar, however: that's a limitation of the x windowing system, not linux. the linux kernel itself really doesn't do much outside of provide the environment that xwindows plays in, and it's xwindows which isn't running the way that it should. wait for xouvert or ywindows, but those are a good ways off. ticks me off too, because xfree86 really has just fallen apart and seems to be filled with shitheads.

as far as the hardware concerned: i stand by everything i said. i've had plenty of issues with hardware in the past; the sound card lasted until alsa was integrated into 2.6; before then, it was things like the firewire card, the tv card... it's not oss's fault; they don't have the resources to write drivers for everything--particularly things they don't have or use--especially when the manufacturer refuses to make details public. tough beans, but that's the way it is. it's a problem, yes, but it's often because those companies are being *****es rather than the oss movement.

you're right in other respects though: plug-and-play is nowhere near as good as it could be. again, much of it is because of what i said above.

i see desktop linux as a valid option arriving in the next few years. why? most common hardware has decent support, and if you're looking for a system that can do wordprocessing and other basic, office tasks, linux can do that. hell, that's what most people use their windows and mac computers for. if you need it for games, well, you'll have to wait longer.
__________________
B♭3
Q Classic is offline  
Old March 18, 2004, 00:06   #352
Q Classic
Emperor
 
Q Classic's Avatar
 
Local Time: 13:46
Local Date: November 2, 2010
Join Date: Apr 1999
Location: The cities of Orly and Nowai
Posts: 4,228
Quote:
The video card I'm using isn't even "new", the Radeon 9500/9600/9700/9800 family has been out for about 1.5 years. That's a lot of time in the computer world.
again, ati just released the radeon drivers for xfree 3.3 in the last two months. xfree 3.3 has been out for a year. xfree 3.4 has just been released--less than a month after ati's driver release. all the changes in driver reqs for 3.4 have been published for at least six months. people who don't know anything about the innards of a particular card who want to write drivers for it, probably from scratch, or even drivers for the 8000 series, when they have real jobs elsewhere... well, it probably would take longer than a year.

so who's fault is it for not making their hardware work with linux? not the oss developers, but ati. the oss movement at least met it halfway by publishing all requirements and creating a basic driver that could work with it; not very different from what microsoft does with its windows.

Quote:
BTW: I manually built the kernel and got Gentoo to boot. I'm playing with emerging xfree and kde right now.
did you use the genkernel script? no wonder. genkernel, frankly, is ****. it's a long way from being actually useful.
__________________
B♭3
Q Classic is offline  
Old March 18, 2004, 00:08   #353
Asher
Apolytoners Hall of Fame
President of the OT
 
Asher's Avatar
 
Local Time: 12:46
Local Date: November 2, 2010
Join Date: Nov 1999
Location: Calgary, Alberta
Posts: 40,843
Q^3, again let me say I'm not trying to state blame.

All I'm saying is, no matter whose at fault, it's a terrible situation and a pain in the ass.
__________________
"I'll never doubt you again when it comes to hockey, [Prince] Asher." - Guynemer
Asher is offline  
Old March 18, 2004, 00:16   #354
Q Classic
Emperor
 
Q Classic's Avatar
 
Local Time: 13:46
Local Date: November 2, 2010
Join Date: Apr 1999
Location: The cities of Orly and Nowai
Posts: 4,228
it is a pain in the ass. and i'm saying that there are just some things it can't do yet through no fault of their own.

note that i didn't disagree with you in saying that desktop linux isn't quite there yet; i merely disagree with you on calling it a 'joke'.
__________________
B♭3
Q Classic is offline  
Old March 18, 2004, 00:16   #355
joncha
MacNationStates
Emperor
 
joncha's Avatar
 
Local Time: 03:46
Local Date: November 3, 2010
Join Date: Jan 2003
Location: Communist Party of Apolyton
Posts: 7,173
Wow. Apolyton already has a really high geek factor. No need kick it up a notch, guys.
__________________
If Tehben spits eggs at you, jump on them and throw them back. ~ WTF is Eventis? ~ Belgium Doesn't Exist!

And just in case a disputant, calls you to dispute about their claims,
Do not, then, dispute on them, except by way of an external dispute.
joncha is offline  
Old March 18, 2004, 00:19   #356
Q Classic
Emperor
 
Q Classic's Avatar
 
Local Time: 13:46
Local Date: November 2, 2010
Join Date: Apr 1999
Location: The cities of Orly and Nowai
Posts: 4,228
OMFG OMFG OSX HAS A FREEBSD CORE WITH MACH OMFG OMFG THAT'S SO FSCKING KEWL OMFG OMFG MACH'S A MICROKERNEL WHICH IS KEWL AND THAT MAKES IT BETTER THAN WINDOZE FROM MICRO$OFT EXCEPT IF ITS NT BECAUSE NT IS A MICROKERNEL TOO AND THAT'S WHY FREEBSD IS BETTER THAN LINUX BECAUSE FREEBSD USES A MICROKERNEL AND LINUX HAS A MONOLITHIC KERNEL OMFG OMFG OMFG
__________________
B♭3
Q Classic is offline  
Old March 18, 2004, 00:31   #357
joncha
MacNationStates
Emperor
 
joncha's Avatar
 
Local Time: 03:46
Local Date: November 3, 2010
Join Date: Jan 2003
Location: Communist Party of Apolyton
Posts: 7,173
Well, gosh, you sure set me straight.
__________________
If Tehben spits eggs at you, jump on them and throw them back. ~ WTF is Eventis? ~ Belgium Doesn't Exist!

And just in case a disputant, calls you to dispute about their claims,
Do not, then, dispute on them, except by way of an external dispute.
joncha is offline  
Old March 18, 2004, 00:33   #358
Agathon
Mac
Emperor
 
Agathon's Avatar
 
Local Time: 03:46
Local Date: November 3, 2010
Join Date: Dec 2002
Location: Wal supports the CPA
Posts: 3,948
I miss kernel panics. I only ever had one, and that was over 3 years ago.
__________________
Only feebs vote.
Agathon is offline  
Old March 18, 2004, 00:35   #359
Agathon
Mac
Emperor
 
Agathon's Avatar
 
Local Time: 03:46
Local Date: November 3, 2010
Join Date: Dec 2002
Location: Wal supports the CPA
Posts: 3,948
What kind of idiot uses the term "FSCKING". That's so lame it deserves a website mocking it.

fscking -y I say.
__________________
Only feebs vote.
Agathon is offline  
Old March 18, 2004, 00:36   #360
Asher
Apolytoners Hall of Fame
President of the OT
 
Asher's Avatar
 
Local Time: 12:46
Local Date: November 2, 2010
Join Date: Nov 1999
Location: Calgary, Alberta
Posts: 40,843
Own goal?

fsck is a *nix command.
__________________
"I'll never doubt you again when it comes to hockey, [Prince] Asher." - Guynemer
Asher is offline  
 

Bookmarks

Thread Tools

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 On
HTML code is On

Forum Jump


All times are GMT -4. The time now is 14:46.


Design by Vjacheslav Trushkin, color scheme by ColorizeIt!.
Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Apolyton Civilization Site | Copyright © The Apolyton Team