Author Topic: Installation freezes loading 'sata_nv' module  (Read 6252 times)

archived

  • Hello, I'm new here
  • Posts: 0
    • View Profile
Installation freezes loading 'sata_nv' module
« on: April 18, 2006, 06:19:34 pm »
I've downloaded the kickstart  cd 2.0.0.39 iso and tried to install it using the default installation on a new PC.

In the "detecting hardware to find CD-ROM drives" section the installation freezes whilst trying to load the 'sata_nv' module (NVIDIA Corporation nForce Ck804 SATA)

I can provide more details on the hardware I am using if that will help resolve the issue.

As a wild stab in the dark, is it anything to do with the S-ATA HDD + ATAPI CDROM issues? http://plutohome.com/support/phpbb2/viewtopic.php?t=356

Is this a new bug that needs reporting?

archived

  • Hello, I'm new here
  • Posts: 0
    • View Profile
Installation freezes loading 'sata_nv' module
« Reply #1 on: April 18, 2006, 07:34:21 pm »
I've been reading some forum posts and noticed that this is a known issue http://plutohome.com/support/phpbb2/viewtopic.php?t=586

Is this a problem with the motherboard itself or just SATA hard disks?

Is there a known fix?

Thanks

archived

  • Hello, I'm new here
  • Posts: 0
    • View Profile
Installation freezes loading 'sata_nv' module
« Reply #2 on: April 19, 2006, 02:07:30 am »
Hi tola

as you can read in several threads of this forum your issue is a known one and it is not exactly related to SATA itself, but rather to some combination of SATA chipset and certain mobos.

Same chipset (or at least requesting same module) has been reported to work flawlessly with some mobos and freezing up installation in with other mobos.

For instance I have a mobo Epox 9NPA+ ULTRA with nVidia 4 chipset (sata_nv required) and 2 SATA hd, and I was able to install a regular hybrid on top of it.

The only thing I had to do was playing a bit with BIOS settings (disable anything that has to do with APIC), and use boot option like noapic nolapic.

Nevertheless there were other guys that didn't succeed at all.

There's no rule of thumb (unfortunately) and there's no official list of working hardware either. It's likely to be a "trial and error" thing ...

Googling around I've read that in some cases booting in expert mode and manually modprobing modules did the trick, but again this may not be applicable to your situation.

In this forum we are trying to share info like this, in order to have at least some directions on the hardware to use (or to avoid).

So please post some details about your hardware config, maybe other Pluto users could help you find a way out.

Regards
Marco

archived

  • Hello, I'm new here
  • Posts: 0
    • View Profile
Installation freezes loading 'sata_nv' module
« Reply #3 on: April 20, 2006, 02:52:35 pm »
Quote from: "MarcoZan"
your issue is a known one and it is not exactly related to SATA itself, but rather to some combination of SATA chipset and certain mobos.


Do you think I'm having problems because I'm using a SATA hard disk? Is disabling SATA and using an IDE hard disk likely to work for the time being?

Quote from: "MarcoZan"

The only thing I had to do was playing a bit with BIOS settings (disable anything that has to do with APIC), and use boot option like noapic nolapic.


At first look I can't see anything in the BIOS that mentions APIC (I assume you're talking about the interrupt controller).

If I boot with "linux26 noapic nolapic" it still freezes loading the sata_nv module

Quote from: "MarcoZan"

Googling around I've read that in some cases booting in expert mode and manually modprobing modules did the trick


Ooh, that sounds like fun!

Quote from: "MarcoZan"

please post some details about your hardware config, maybe other Pluto users could help you find a way out.


I'm using a K8 Triton series motherboard with an nForce4-4X chipset, and AMD64 processor, one SATA hard disk and one IDE hard disk. I also have an ATI X600 Pro graphics card.

The system runs fine under Ubuntu (apart from the graphics card which requires non free drivers to not crash unless I use vesa) and Debian Sarge seems to have problems with the built-in Ethernet and possibly SATA. As Pluto is based on Debian I guess that explains the problems with the motherboard.

What should I try next?

Thanks for the help.

tola

archived

  • Hello, I'm new here
  • Posts: 0
    • View Profile
Installation freezes loading 'sata_nv' module
« Reply #4 on: April 20, 2006, 03:45:36 pm »
To answer my own question (again) disabling SATA worked.

During installation it was unable to find a network device and grub decided not to co-exist with Windows XP* but it completed the installation as a hybrid.

When I went to boot for the first time it froze trying to load the DCERouter, in  /var/log/pluto/DCERouter.newlog there's an error:

Code: [Select]

05  04/20/06 12:54:50.969     Plugin 24 activated
01  04/20/06 12:54:50.969     Cannot Initialize plug-in for device: 24  <--error
10  04/20/06 12:54:50.969     Registering 0 plug-ins
10  04/20/06 12:54:50.969     Plug-ins loaded


Anyone any idea what this means?

Edit: It looks like device 24 is the MythTV plugin.

Under "DCERouter Status" when I kill it when it freezes is says "Not responding on socket. Probably dead."

There's actually a lot of DCERouter errors, especially "devices" failing to load. Could all this be caused by a lack of network connection? There's a lot of network unreachable errors and Device 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 22, 24 fail to load (nearly all of them).

One thing I wasn't sure about in the installation options was that I told it to access to the Internet, even though I knew it can't find network drivers. The problem is going to be getting the network drivers!

* There are also Ubuntu and Windows XP installations on the hard disk, it recognised Ubuntu but not Windows

archived

  • Hello, I'm new here
  • Posts: 0
    • View Profile
Installation freezes loading 'sata_nv' module
« Reply #5 on: April 20, 2006, 04:26:22 pm »
Hi tola

first of all I would try to install a standard Debian from an official ISO (i.e not Pluto ISO) and also to make a dist upgrade to kernel 2.6.15-2. This way you can find out whether your box actually can bear a Debian distro with SATA hd or not. This is what I made (and also other guys here did the same), and in my case Debian installer reached the end without a glitch.

Given this (let's suppose that your system can work with  Debian Sarge + SATA) I would try the following:

    1. install pluto using your IDE hd (disabling SATA disk)
    2. try to integrate your SATA disk to the system and see if this way you can use it (i.e if modules are loading without freezing up the box).
    3. if everything is ok try to copy your system from IDE disk to SATA disk and after playing a bit with grub try to boot your system from SATA disk and see what happen.


Actually this was my "B plan" in case my new mobo and my SATA disk were giving me this kind of troubles.

It's a rough idea, didn't go deeper in details/feasibility because in the end I didn't need it.

Hope anyway you can use it somehow.

Regards.
Marco

archived

  • Hello, I'm new here
  • Posts: 0
    • View Profile
Installation freezes loading 'sata_nv' module
« Reply #6 on: April 20, 2006, 04:51:50 pm »
Hi MarcoZan,

Please see my edits above. By disabling SATA I can get Pluto to install for the time being but now I have the problem that I don't have network drivers. Do you think all the problems with DCERouter are caused by this?

I will probably see if I can get anything working with plain Debian Sarge.

I've always wanted my home systems to be Debian based but before I found Pluto I was considering basing it on Ubuntu Server rather than Debian Sarge because Debian isn't really designed for cutting edge multimedia stuff, it's more for rock solid servers running file/mail/web services.

Has anyone had any success building Pluto on an Ubuntu base?

The ideal situation would be to use hardware compatible with Pluto but that's not really a great solution for me because I'm kind of stuck with what I've got for the time being.

Anyway, I'll see what I can knock together in Debian.

Cheers

tola