POV-Ray : Newsgroups : povray.off-topic : Linux & drivers Server Time
7 Sep 2024 11:27:11 EDT (-0400)
  Linux & drivers (Message 4 to 13 of 43)  
<<< Previous 3 Messages Goto Latest 10 Messages Next 10 Messages >>>
From: Invisible
Subject: Re: Linux & drivers
Date: 4 Sep 2008 11:34:38
Message: <48c0000e$1@news.povray.org>
>> I discovered that many if not most live CDs can be coaxed into seeing 
>> the drives by manually executing a modprobe command. (No, I have no 
>> idea which one... and it wouldn't help you anyway.)
>>
> 
> That's what I ran across - I just didn't have the energy to dig into 
> which one.
> 
> I guess I should learn it sometime as this PC is going to have this 
> issue for a while and I plan on doing some fun Linux things with it.

IIRC, most live CDs failed to find either my harddrives or my NIC. To 
fix it, you have to say something like

   modprobe nv_forcedeth
   modprobe nv_sata

and then they both work again. I figured this out by searching several 
billion manpages, discovering where kernal modules (such as device 
drivers) are stored, and then listing the contents of the folder and 
looking for anything that sounded like it might work.

Hard to fix? No. User-friendly? No!

I still have no idea what "force deth" actually means...

-- 
http://blog.orphi.me.uk/
http://www.zazzle.com/MathematicalOrchid*


Post a reply to this message

From: Tom Austin
Subject: Re: Linux & drivers
Date: 4 Sep 2008 12:04:40
Message: <48c00718$1@news.povray.org>
Invisible wrote:
>>> I discovered that many if not most live CDs can be coaxed into seeing 
>>> the drives by manually executing a modprobe command. (No, I have no 
>>> idea which one... and it wouldn't help you anyway.)
>>>
>>
>> That's what I ran across - I just didn't have the energy to dig into 
>> which one.
>>
>> I guess I should learn it sometime as this PC is going to have this 
>> issue for a while and I plan on doing some fun Linux things with it.
> 
> IIRC, most live CDs failed to find either my harddrives or my NIC. To 
> fix it, you have to say something like
> 
>   modprobe nv_forcedeth
>   modprobe nv_sata
> 
> and then they both work again. I figured this out by searching several 
> billion manpages, discovering where kernal modules (such as device 
> drivers) are stored, and then listing the contents of the folder and 
> looking for anything that sounded like it might work.
> 
> Hard to fix? No. User-friendly? No!
> 
> I still have no idea what "force deth" actually means...
> 

I find that I can get into Linux fairly easily and remember quite a bit, 
but when i step back from the guts for a while I have to figure things 
out again.  Granted it all seems familiar and doesn't take as long, but 
it's hard to remember exactly what everything does when you mess with it 
once in a while.


Post a reply to this message

From: Fredrik Eriksson
Subject: Re: Linux & drivers
Date: 4 Sep 2008 13:10:18
Message: <op.ugyvbgqh7bxctx@e6600>
On Thu, 04 Sep 2008 17:34:37 +0200, Invisible <voi### [at] devnull> wrote:
>
> I still have no idea what "force deth" actually means...

It makes more sense as "forced eth", even though the idea of a module that  
forces death is somewhat amusing...

Apparently, the ambiguity is at least partially intentional.



-- 
FE


Post a reply to this message

From: Orchid XP v8
Subject: Re: Linux & drivers
Date: 4 Sep 2008 13:43:50
Message: <48c01e56@news.povray.org>
Tom Austin wrote:

> I find that I can get into Linux fairly easily and remember quite a bit, 
> but when i step back from the guts for a while I have to figure things 
> out again.  Granted it all seems familiar and doesn't take as long, but 
> it's hard to remember exactly what everything does when you mess with it 
> once in a while.

I know what you mean...

At one time I installed Gentoo Linux. (As in, that Linux that doesn't 
come with an installer and has to be manually compiled from source and 
installed piece by piece.) Now I have _no clue_ how I did it.

-- 
http://blog.orphi.me.uk/
http://www.zazzle.com/MathematicalOrchid*


Post a reply to this message

From: Darren New
Subject: Re: Linux & drivers
Date: 4 Sep 2008 13:56:22
Message: <48c02146$1@news.povray.org>
Tom Austin wrote:
> And all I wanted - fdisk

What does fdisk give you that diskpart doesn't?

-- 
Darren New / San Diego, CA, USA (PST)


Post a reply to this message

From: Jim Henderson
Subject: Re: Linux & drivers
Date: 4 Sep 2008 15:28:06
Message: <48c036c6$1@news.povray.org>
On Thu, 04 Sep 2008 16:12:22 +0100, Invisible wrote:

> My motherboard uses the nVidia nForce 4 chipset, and as a result many
> Linux live CDs can't see any of the SATA drives. However, they all find
> the PATA ones just fine.

Weird, my HP system here has that same chipset on it, and the live discs 
do OK with it - SATA drive works beautifully with openSUSE 11.0 running 
on it, too.

Jim


Post a reply to this message

From: Tom Austin
Subject: Re: Linux & drivers
Date: 4 Sep 2008 15:40:01
Message: <48c03991@news.povray.org>
Orchid XP v8 wrote:

> I know what you mean...
> 
> At one time I installed Gentoo Linux. (As in, that Linux that doesn't 
> come with an installer and has to be manually compiled from source and 
> installed piece by piece.) Now I have _no clue_ how I did it.
> 


I usually do a Linux From Scratch for most things.

While I do the automated build, it at least keeps me in touch with the 
roots of what is going on.


Post a reply to this message

From: Tom Austin
Subject: Re: Linux & drivers
Date: 4 Sep 2008 15:42:17
Message: <48c03a19$1@news.povray.org>
Darren New wrote:
> Tom Austin wrote:
>> And all I wanted - fdisk
> 
> What does fdisk give you that diskpart doesn't?
> 

I know how to use it and get to it easier than thru the XP recovery console.

I actually tried to get to it, but was prompted for an XP installation 
to recover before I got to a prompt that I could use.

I figured that at that point I would rather learn how to get Linux 
running on my machine because I plan on messing around with it later.



Tom


Post a reply to this message

From: Darren New
Subject: Re: Linux & drivers
Date: 4 Sep 2008 16:47:12
Message: <48c04950$1@news.povray.org>
Tom Austin wrote:
> I know how to use it and get to it easier than thru the XP recovery 
> console.

Diskpart runs for me from the XP command line. Oh, I see what you mean. 
You had nothing at all on the machine. OK.

> I actually tried to get to it, but was prompted for an XP installation 
> to recover before I got to a prompt that I could use.

Yeah, I can see where that would slow you down. :-) BartPE is a good 
cure if you do that sort of thing regularly.

> I figured that at that point I would rather learn how to get Linux 
> running on my machine because I plan on messing around with it later.

Yeah. And live CDs are certainly easier to find for Linux than Windows.

I just thought there might have been functionality missing or something 
that I didn't know about in fdisk.

-- 
Darren New / San Diego, CA, USA (PST)


Post a reply to this message

From: Warp
Subject: Re: Linux & drivers
Date: 4 Sep 2008 20:53:14
Message: <48c082fa@news.povray.org>
Darren New <dne### [at] sanrrcom> wrote:
> Yeah. And live CDs are certainly easier to find for Linux than Windows.

  Does Windows support creating so-called live CDs at all (maybe through
extensive hacking)? I know you can create recovery boot disks from Windows,
but if I'm not completely mistaken, those just basically create a DOS disk
with some text-based utilities. You *could* call that a "live CD", but
not really, IMO.

  Of course even if Windows had full support, there's always the pesky
limiation that it's commercial software which is illegal to distribute
without permission. There really are certain situations where free
software does have its advantages.

-- 
                                                          - Warp


Post a reply to this message

<<< Previous 3 Messages Goto Latest 10 Messages Next 10 Messages >>>

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.