Notebookforums
 
 Home 
       
 Forums 
 
 Guides 
   
Old 05-06-2005, 07:28 AM   #151
pavehawk
Registered User

Join Date: Mar 2005
Posts: 6
Credits: -349
 
pavehawk is a n00b, but everyone loves n00bs!
Quote:
Originally Posted by atomicturtle
Just wanted to give the folks with PATA issues and FC3 a heads up. Ive made my first successfull installation iso, its rough at this point, and I've only got a uniprocessor i586 kernel, but I should get some i686/i686 smp kernels working here shortly.......

Any updates scott? You could be holding the biggest breakthrough for this machine... :^)

Pavehawk
pavehawk is offline   Reply With Quote

Old 06-14-2005, 04:28 PM   #152
pavehawk
Registered User

Join Date: Mar 2005
Posts: 6
Credits: -349
 
pavehawk is a n00b, but everyone loves n00bs!
FC4 works with PATA on 9860!!

Burned the x86_64 DVD of FC4, put it in to look at what kernel to start playing with now, and lo-and-behold....IT SEES MY PATA DRIVES!! Now for the long process of the actual install.
pavehawk is offline   Reply With Quote
Old 07-05-2005, 10:05 AM   #153
inittab
Registered User

Join Date: Mar 2005
Posts: 4
Credits: -349
 
inittab is a n00b, but everyone loves n00bs!
Has anyone had success with FC4? On mine it sees my PATA drive spews errors on the install screen and freezes up.
inittab is offline   Reply With Quote
Old 07-10-2005, 03:45 PM   #154
pavehawk
Registered User

Join Date: Mar 2005
Posts: 6
Credits: -349
 
pavehawk is a n00b, but everyone loves n00bs!
FC4 installed with no problems, and is running quite happily. I'm having problems recompiling the kernel to support my nfts external drives, but the precompiled kernel finds/operates all of the hardware (all of it currently supported by linux) without any problems. I am running 2 Seagate 100GB PATA drives in ATA mode. I installed with the x86_64 DVD if it matters.
pavehawk is offline   Reply With Quote
Old 08-12-2005, 06:03 PM   #155
Eingang
Registered User

Join Date: Jan 2004
Posts: 265
Credits: -270
 
Eingang is a n00b, but everyone loves n00bs!
Hi there.... just read this all and I´m confused. Suse9.3 says, RAID ist Software, not Hardware, and to install Linux everything has to be destroyed. So, is there a hardware SCSI RAID Controller in my Notebook or not ??

Okay, as I use 2xSATA RAID Stripe on two partitions, each one with one WindowsXP installation, I can impossibly change anything here. I work with my notebook, no time for jokes.

I tried gentoo liveCD, but it doesn´t recognize graphics. I tried Yoper, but it shows two ATA HDs and I guess, installing means destroying everything.

So please tell me, is there ANY LiveCD you just put in drive, turn on and a fully working system starts up in some minutes ???? Or at least some system I can access my hard drives with ? With sound ? Using my NVidia ? WLAN ?
Eingang is offline   Reply With Quote
Old 04-25-2006, 01:45 PM   #156
heyitsemoman8
Registered User

Join Date: Apr 2006
Posts: 2
Credits: -367
 
heyitsemoman8 is a n00b, but everyone loves n00bs!
hey, can you run Red Hat Linux on the sager?
heyitsemoman8 is offline   Reply With Quote
Old 04-28-2006, 10:21 PM   #157
bsmith
Just a newb.
 
bsmith's Avatar

Join Date: Jun 2003
Location: South Carolina
Posts: 1,492
Credits: 231
 
bsmith is a n00b, but everyone loves n00bs!
You should. Do you mean Fedora Core or RHEL? either way you will need to tweak but it will run.
__________________
Sager 5670 upgraded to 5690 3.06HT, 1G mem, 1x 100G & 1x 40G drives, UXGA LCD, XP Pro dual boot Gentoo 2005.0 from a stage 1, pure udev. I love this beast.
bsmith is offline   Reply With Quote
Old 07-02-2006, 12:25 PM   #158
ledskof
Registered User

Join Date: Sep 2004
Posts: 38
Credits: 211
 
ledskof is a n00b, but everyone loves n00bs!
9860 Pata Pdc 20378

If anyone else was having trouble with this, here's how I got the PATA controller to work in newer kernels where libata was modified to not check for PATA on this card.

ATA_FLAG_SLAVE_POSS is very important and apparently one of the members of the structure that was previously used to set the bit was removed. So you have to set it in the board_2037x section of pdc_port_info.

In the linux kernel source tree open drivers/scsi/sata_promise.c

Look for this section and change to the following:
/* board_2037x */
{
.sht = &pdc_ata_sht,
.host_flags = PDC_COMMON_FLAGS | ATA_FLAG_SLAVE_POSS,
.pio_mask = 0x1f, /* pio0-4 */
.mwdma_mask = 0x07, /* mwdma0-2 */
.udma_mask = 0x7f, /* udma0-6 ; FIXME */
.port_ops = &pdc_sata_ops,
},

Look for this section and change to the following:
case board_2037x:
probe_ent->n_ports = 3;
pdc_ata_setup_port(&probe_ent->port[2], base + 0x300);
break;

If you don't really need PATA, this won't work for you at all. I had my code set to test for SATA and PATA but since you have to set that flag during the pdc_port_info struct declaration anyhow, I think it will completely break SATA anyhow, but maybe not. There's probably a way to set the flag later like they used to do, but I didn't dig deep enough to make it work.

I would write a diff but I've never written one that doesn't care what else is on the lines... so regardless of what version of libata you are using, this will probably work.

If anyone needs this and it isn't working for them, let me know and I'll try to help.

-------------------
Update:
Looks like they put the port_flags back into 2.6.17-mm6 ( I didn't dig to see how far back into the mm patches that they fixed it so I'm just listing the latest ), so that is probably an option as well.

Last edited by ledskof; 07-03-2006 at 02:02 PM.
ledskof is offline   Reply With Quote
Old 03-25-2007, 02:24 PM   #159
Computer_Potato
Still Spudding Around
 
Computer_Potato's Avatar

Join Date: Apr 2003
Posts: 1,152
Credits: 244
 
Computer_Potato has disabled reputation
Ubuntu 5.10 worked great on the 9860 but not 6.10 and 7.04 beta. On 6.10 and 7.04 beta I could never get the sound card to work and the screen resolution is maxed a 1024 X 768. The native resolution is 1680 X 1050.

OpenSuse 10.2 worked great but could never get the sound to work. It was easy to adjust screen resolution to 1680 X 1050.

Mandrivia (it was 3 month ago and don't remember which version) was a big pain as it would not install correctly and screwed up the boot loader so bad it was easier to format my XP Partition and put recent backup in it's place. I told it to install Mandrivia on the second HDD so I'm not sure what went wrong but somehow it corrupted the first HDD. I had checked to make sure the DVD was not corrupted so I will never try Mandrivia again.

Sabayon 3.3 not sure about this one. Sabayon did not recognize the Promise Controller so just tested the Live CD option. Looked nice but no sound and the resolution was stuck at 1024 X 768.
__________________
Computer Potato
9860 - Geforce Go 6800 256MB DDR2 - 16x PCIe - 1G RAM (2X512) DDR2 533Mhz - 3.2 HT - 2 60GB 7200rpm [non-raid] - 1 DVD/CD RW - LCD 17" WSXGA+ - Optional TV Turner Aver 303P - Optional 108 WiFi Gigabyte miniPCI
Computer_Potato is offline   Reply With Quote
Reply

Thread Tools
Display Modes

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 Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
ATI X800 on Sager 9860 with Gentoo Linux snowski Linux Notebooks 4 06-12-2005 09:23 PM
Fedora Core 3 (FC3 - Linux) on Sager 9860 - NVIDIA Setup - TwinView Dual X Mode baez Linux Notebooks 7 05-11-2005 08:13 PM
Fedora Core 3 (FC3 - Linux) on Sager 9860 - NVIDIA Setup - External Screen Only baez Linux Notebooks 0 05-08-2005 05:25 PM
Fedora Core 3 (FC3 - Linux) on Sager 9860 - NVIDIA Setup - Sager Screen Only baez Linux Notebooks 0 05-08-2005 05:09 PM
Fedora Core 3 (FC3 - Linux) on Sager 9860 baez Linux Notebooks 0 05-08-2005 04:52 PM



All times are GMT -6. The time now is 02:40 PM.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Copyright © 2001-2010 NotebookForums LLC