CentOS 5 Hardware :: Marvell 88SE6121 SATA II / PATA Controller

Sep 29, 2009

On an Asus P5Q motherboard, CentOS 5.3 x64. (Separate thread as the other one has turned into just a discussion on my lm_sensors issue). The motherboard's primary SATA controller is the Intel P45 chipset. 6 ports, set to AHCI in BIOS, and all works a charm. Attached are 6 x SATA drives (2 x OS, 3 x data RAID5, 1 x backup). There is also a Marvell chip that provides PATA and also an underlying SATA chip (2 ports) that can do what Asus call Drive Xpert (stripe or mirror RAID) or be set to just standard SATA ports.

It's a SIL5723 behind what CentOS sees as "03:00.0 IDE interface: Marvell Technology Group Ltd. 88SE6121 SATA II Controller (rev b2)". Physically the Marvell has only a single optical drive attached to its PATA interface. CentOS has loaded marvell_pata (I assume for the PATA side of it) but I have no /dev/cdrom or /dev/dvd so no optical drive CentOS is trying to use 'ahci' for the Marvell's SATA ports. Dmesg tells me that when it 'sees' them as it boots:

scsi6 : ahci
scsi7 : ahci
scsi8 : ahci
ata7: SATA max UDMA/133 abar m1024@0xfeaffc00 port 0xfeaffd00 irq 16
ata8: SATA max UDMA/133 abar m1024@0xfeaffc00 port 0xfeaffd80 irq 16
ata9: DUMMY

It attempts to read SATA drives attached to it, but it just errors trying to access them on boot (e.g. "ata7: failed to recover some devices, retrying in 5 secs" etc). I need the extra SATA ports, and I could really do with having a usable CDROM drive. I found a driver for the Marvell 88SE6121 from Asus. But the latest driver in that is for what it calls "RHEL 50.2" and the script fails with a "Generic Protection Error". That driver looks for kernel "2.6.18-92.el5" in its base_ver variable in the script. Changing the base ver to -128 doesn't help. I have uploaded the driver for if [URL]. Is that modifiable to work on 5.3 / soon to be 5.4?

View 12 Replies


ADVERTISEMENT

Fedora Installation :: After Preupgrade: F15 Doesn't Recognize Sata Disks Connected Through Marvell Controller

May 31, 2011

I upgraded F14 to F15; However, F15 no longer recognizes my 3 sata disks connected through Marvell controller. The controller is an integrated Marvell chipset 88SE6480. The controller has its own manufacturer driver but it was intended for RHEL 5.4 (mv64xx) and installation of this driver fails to generate mv64xx driver.

View 3 Replies View Related

Fedora Hardware :: Sata III Controller Marvell 88SE9182 Can't Be Detected (on Rampage III Extreme Black)

Aug 24, 2011

I bought a Rampage III Extreme Black Edition wich has a SATA III controller (Marvell 88SE9182). I try to install Fedeora Core 15, but FC15 just dont recognize any of my HDs placed in SATA III ports. Has any fellow succeed installing linux on this SATA Controller?

View 8 Replies View Related

CentOS 5 :: Installing The SATA RAID Controller?

Mar 19, 2009

I'm working on a new server and it has an Nvidia SATA array controller with 2 250Gb SATA drives configured in a hardware array. When the first screen comes up I'm entering the option Linux DD for it to prompt me for the drivers but nothing ever happens. The screen says that it's loading a SATA driver for about 15 minutes and then the screen clears and has a plus sign cursor on a black screen. What am I doing wrong? The only driver that came with the HP server are for Redhat 4 and 5 and SUSE, will any of those actually work?

View 7 Replies View Related

Red Hat :: Adaptec Embedded SATA HostRAID Controller 7e On CentOS

Jan 10, 2010

I have been trying for a few days to install CentOS 5.4 on an IBM x306 and I cannot get it to properly handle the Adaptec Embedded SATA HostRAID Controller. I have been working with Linux for a few years, but this is new territory for me. I typically use Debian-based distros, but I did some research on the IBM site and found out that RHEL is a supported OS for this machine. So, I decided to give Cent a try. I have some experience with Fedora, so it's not totally foreign to me.

Anyway, I'm a bit confused. Using the IBM RAID utility, I set up a mirrored pair of 1GB SATA HDDs. When I run the Cent installer, it sees the pair as a single array. I am able to partition the array and complete the install, but when I boot into the OS, it sees the drives as 2 separate devices, sda and sdb. I can pull either one of the drives and boot with a single disk, but it doesn't seem to behave as a mirrored pair. If I make changes on sda, they are not replicated to sdb. Also, I can't use the cli or GParted to format the existing space on the array. I get an error either way. I believe this is because Cent doesn't have a driver for the RAID controller, but I don't see why it would work in the installer, but not the installed OS.

My next approach was to start over and attempt to run "linux dd" at the start of the installation. I tried to find the driver for the controller on the IBM site so I could load it when prompted, but couldn't find a newer version than RHEL 4 Update 3 (I'm assuming this would coordinate with CentOS 4.3). I tried it anyway, but when I select the floppy during the setup, it tells me it's not for this version of CentOS. I read several times that there are .img files that might help me in the 'Images' directory of disk one, but I only see diskboot.img, minstg2.img, and stage2.img. I don't think any of these are what I'm looking for. I thought there was supposed to be a drvblock.img or driverdisk.img.

View 3 Replies View Related

Hardware :: Give Centos Drivers For Embedded SATA Raid Controller On HP Proliant?

Feb 5, 2010

I forced my workplace to forgo windows and opt for linux for web and mail server. I'm setting up Centos 5.4 on it and I ran into a problem. The server machine is a HP Proliant DL120 G5 (quad core processor, 4GB Ram, two SATA drives, 150GB each attached to the hardware RAID Controller on board). RAID is enabled in the BIOS.I pop in the Centos disk and go through the installation process.

When I get to the stage where I partition my hard drive,it is showing one hard drive, not as traditional sda.but as mapper/ddf1_4035305a86a354a45.I looked around and figured that I need to give Centos the raid drivers. I downloaded it from:

[URL]

I follow the instructions and download the aarahci-1.4.17015-1.rhel5.i686.dd.gz file and unzipped it using gunzip. Then on another nix system, i do this:

dd if=aarahci-1.4.17015-1.rhel5.i686.dd of=/dev/sdb bs=1440k Note that I am using a usb floppy drive, hence the sdb. After that, during centos setup, i type: linux updates dd

It asks me where the driver is located. I tell it and the installation continues in the graphical mode. But I still get mapper/ddf1_4035305a86.a354a45 as my drive. I tried to continue to install centos on it. It was successfull but when i do a "df -h" it gives me /dev/mapper/ddf1_4035305a86......a354a45p1 as /boot

/dev/mapper/ddf1_4035305a86......a354a45p2 as /
/dev/mapper/ddf1_4035305a86......a354a45p3 as /var
/dev/mapper/ddf1_4035305a86......a354a45p4 as /external
/dev/mapper/ddf1_4035305a86......a354a45p5 as /swap
/dev/mapper/ddf1_4035305a86......a354a45p6 as /home

Well i know why it's giving these, because i set it up that way, but i was hoping it would somehow change to the normal /dev/sda, /dev/sdb. That means that the driver i provided did not work. I have another IBM server (5U) with raid scsi drive and it shows the usual /dev/sda. It also has hardware raid. So i know that there is something wrong with the /dev/mapper/ddf1_4035305a86......a354a45p1 format.

First, is there any way that I can put the aarahci-1.4.17015-1.rhel5.i686.dd (floppy image) on a CD?. I really need to set this up with raid. I know i could simply disable raid in bios and then i would get two normal hard drives sda and sdb. But it has to be a raid setup. Any way to slipstream the driver into the centos dvd? The hp link i provided above, under installation instructions, there are some instructions titled "Important". But I couldn't get it to work.

View 2 Replies View Related

OpenSUSE Hardware :: DVD ROM - Switch From SATA To PATA?

Sep 3, 2010

I am out of SATA headers on my motherboard. The only way I can free one up is by switching my SATA DVD ROM to a PATA. How much trouble with this create with software that is linked to the DVD ROM? Will openSUSE 11.3 handle this gracefully or will I just be creating problems?

View 2 Replies View Related

Ubuntu :: Jumper Settings For PATA CD And DVD And And SATA HDD?

Oct 30, 2010

A friend wants to dump his Windows XP system so that I can install Ubuntu 10.04. His PC has a PATA CD R/W drive and a PATA DVD R/W drive on the only single channel. It has a SATA HDD. The PC BIOS will not allow me to change the order of drives to boot from, only shows the CD R/W drive first then the SATA HDD and will only boot from the HDD. I tried getting the PC to boot from the CD or DVD drive so that I could install Ubuntu from a live Ubuntu CD by disconnecting the power to the HDD, This did not work.

With a live Ubuntu flash drive connected the BIOS does not allow me to change the boot order to boot from the flash drive. I was able to boot from a live Ubuntu flash drive by disconnecting the HDD power. I then quickly hot plugged the power to the HDD so that the Ubuntu installation process could use it. But the installation of Ubuntu did not proceed, probably because it was too late to have the HDD recognised. I suspect that the jumper settings on the CD and DVD drive are such that they are unbootable.

View 2 Replies View Related

Ubuntu Servers :: SATA/PATA - Permission Denied

Apr 18, 2010

I'm currently running Karmic on a old Dell Pentium 4, and I am having trouble copying files to this box from my laptop which is running Linux Mint Helena. I am able to see and connect to the shared directory on the Dell, copy and execute files from there, but cannot write to it. The permissions have been set to 777 on the shared directory and sub directories within that. The older Dell has a PATA hard disk, 300gb, while my newer laptop has a SATA hard disk. I've read that this can be a problem, and permissions may not be recognized? I'm not able to connect to the laptop from the Dell, neither of the administrator logins work, though I maybe need to do this as root?

Here is the smb.conf file I am running on both machines:

I want to be able to write to my server, not just read and execute. I am also not able to write to the server when logged on to a windows machine on the same network.

View 2 Replies View Related

Hardware :: SATA And PATA Devices In Same Desktop Tower?

Nov 1, 2010

My IBM IntelliStation M Pro desktop tower has IDE hardware: CD burner and CD player. My computer (which is ~ 6 years old I think) has an unused SATA power plug end and an unused SATA data transfer port so I thought I'd buy a SATA DVD burner/CD burner combo to replace the PATA CD burner. But I read the following line at Wikipedia and wonder exactly what it means:

en.wikipedia.org/wiki/Serial_ATA "Backward and forward compatibility- SATA and PATA At the device level, SATA and PATA (Parallel AT Attachment) devices remain completely incompatible�they cannot be interconnected......" What does that 'interconnected' really mean? Can I have my 2 IDE hard drives and my IDE CD player play nicely with a SATA DVD burner/CD combo burner? [My OS is MEPIS 8.5]

View 8 Replies View Related

Software :: Using Command-line To Tell If A Drive Is 3.5/2.5 And Ide/sata/pata?

Jul 22, 2011

Anyone know if there is a way of detecting if a hard drive is 3.5/2.5 and ide/sata/pata from within a script?

View 3 Replies View Related

OpenSUSE Hardware :: Install Sata And Clone Pata Hard Drive?

May 20, 2010

I recognize the obvious need to back up the contents and follow a certain duty of care before attempting to clone my failing pata 250g HD to a 1 tera byte sata. What problems if any could come up when cloning from a failing pata to a sata HD? I'd like to make the switch to sata for many reasons if possible. It is indicated that the HP d530 sff here supports both types.

View 2 Replies View Related

OpenSUSE :: KDE-new & Recent Devices-widget-bad Behavior After Optical PATA-SATA Swap

Feb 2, 2011

openSUSE 11.3, 2.6.34.7-0.7-desktop, KDE 4.4.x, 3.0-P4, 2.5g mem. I replaced PATA-OEM optical drive with SATA-OEM works fine with all apps outside of and except with this widget. No problems until the swap. I have performed some updates and I have not put the PATA drive back in to see if the behavior changed because it was failing. It could be an update but the optical drive swap is my first suspect. This now. If I hover cursor over notifier widget icon "last plugged in device" will pop up with accurate last device until a click on the widget icon and selection of action for the recently plugged in device. Selected actions work fine ... once.

Then it no longer updates the new or retains the previous DVD/CD (or any USB external drive when connected) entry. Closing after viewing but with out selecting an action results in an empty list also. The menu remains empty there after and only removal of the widget and reinstall makes the devices appear again ... once. Then the behavior repeats if the widget is removed and reinstalled. I was wondering if this is likely to be a udev/rules.d problem related to the swap of the optical drives? The 70-persistant-cd.rules file shows two cd's after the swap:

[Code]...

If I delete or rename the 70-persistant-cd.rules file in udev/rules.d will it truly be recreated at boot and might it this fix the issue? Should I look elsewhere first at some var logs for errors? Reinstall 11.3 and let auto detect and config sort it out is also and option but I'd rather not, heh.

View 2 Replies View Related

General :: Finding A Tool That Will Detect Whether Having A SATA Or A PATA Hard Drive Interface?

May 18, 2010

Is there a tool for Ubuntu that will detect whether I have a SATA or a PATA hard drive interface, even if there's no hard drive inserted?

View 3 Replies View Related

Hardware :: SATA / PATA Fake RAID Highpoint 1640 Slow In Writing

Oct 20, 2010

I've been, for some years, an happy user of Highpoint HPT374 based RAID cards, using RAID 5 with decent performances (constantly around 90 MB/sec in read, and 60 MB/sec in write ). Old Athlon mobo , with 2.6.8 kernel. Now the mobo is dead, so I've got an Asrock A330GC (dual proc with 4giga ram), installed Debian with kernel 2.6.26 and moved the controller and disks , and the performances have dropped to a painful 9 MB/sec in write, measured with dd of a huge file (interrupted with kill -USR1 [pidof dd]).

Read performances are still around 90MB/sec, using hdparm -t , repeated many times , figures are constantly around 90MB/sec. I suspect some libata issue , in old kernel the raid was seen as hdb, now is sdb, some driver(s) of the PATA disks may be responsible. I've used the driver, from Highpoint v2.19 , the latest driver is broken (causes kernel oops during format of raid), I've informed Highpoint.

Here some info :
hdparm -i /dev/sdb :
HDIO_GET_IDENTITY failed: invalid argument .

lspci :
00:00.0 Host bridge: Intel Corporation 82945G/GZ/P/PL Memory Controller Hub (rev 02)
00:02.0 VGA compatible controller: Intel Corporation 82945G/GZ Integrated Graphics Controller (rev 02)
00:1b.0 Audio device: Intel Corporation 82801G (ICH7 Family) High Definition Audio Controller (rev 01)
00:1c.0 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 1 (rev 01)
00:1c.1 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 2 (rev 01) .....

View 2 Replies View Related

Fedora Installation :: Moving FC10 From SATA To PATA - Unable To Access Resume Device

Jan 26, 2010

I'm trying to move an existing FC10 install (created by someone else) from a 160GB WD1600AAJS SATA disk to a 160GB WD1600AAJB PATA disk (cursed trend of horizontally mounting SATA connectors at the end of the motherboard means the latest rev mobo doesn't fit in our enclosure!). I've used DD to copy the disk image from one to the other, but when attempting to boot, I get the following error:

Code:

Unable to access resume device (UUID=946f216f-0c24-4b02-a996-f42059970de7)
mount: error mounting /dev/root on /sysroot as ext3: no such file or directory

That particular UUID maps to sda2, which is the swap partition. Interestingly, both the SATA and PATA disk come up as /dev/sda on the motherboard. I kind of grok that the UUIDs are substitutes for directly naming the disks, and that they're referred to in fstab, initrd-2.6.27.12-170.2.5.fc10.i686.img, and in /dev/disk/by-* I'm guessing the problem is that the GUIDs (at least the one for swap) are no longer the same. How are they assigned to the partitions during boot?

I tried doing

Code:

swapoff -a
mkswap /dev/sda2
swapon -a

and put that new GUID in fstab and into initrd-* (using some steps I found elsewhere on how to gunzip/rezip it).At that point, I get a kernel panic on boot

Code:

Kernel panic - not syncing: CFS: Unable to mount root fs on unknown-block(0,0)

So I'm guessing that the other UUUDs have changed as well and I need to update them. How would I figure out what they are? I suppose I could change the references to /dev/sda*, but I didn't build this original image and I'm thinking whoever did had a good reason to go with UUIDs.

View 10 Replies View Related

Hardware :: PATA Socket Was Replaced With SATA Socket / Transfer Rate Of The Harddisk Would Be SATA Transfer Rate?

Jul 4, 2010

My friend bought an old hard drive. He noticed something with the hard drive that it was just replaced with a SATA socket. So meaning, the SATA socket was soldered to the PATA hard disk to replace the PATA socket to SATA socket to make it a SATA.

Now the question is:

1. Does the Transfer Rate of the harddisk (that has been replaced from PATA socket to SATA socket) would be SATA transfer rate? OR would still be PATA transfer rate?

View 4 Replies View Related

CentOS 5 :: Eucalyptus Node Controller And Cloud Controller Apps Won't Bind To IP

Jun 18, 2010

I can not get the node or cloud controllers to startup using the init.d scripts. I have a fresh install of CentOS 5.4 with Eucalyptus 1.6.2 I have compiled Eucalyptus and all packages using the RPM supplied from Eucalyptus and utilizing yum installer. I do not currently have any processes or applications listening currently on the ports on the boxes as well. I think it may be a permissions issue or something because I get a "permission denied error", but I am not sure if it is Eucalyptus or CentOS. It looks as if it is not binding to the address on the interface of the NIC. It may be something else however. I have the Node controller, Cloud controller, and Cluster controller on seperate physical boxes. When I try to run either the cloud controller or the node controller I get this message:

Cloud Controller:

[root@cluster-cont ~]# /etc/init.d/eucalyptus-cc start
Starting Eucalyptus cluster controller: (13)Permission denied: make_sock: could not bind to address [::]:8774
(13)Permission denied: make_sock: could not bind to address 0.0.0.0:8774

[code]...

View 2 Replies View Related

Debian Hardware :: Sata-controller: Find Out Which One Build In Pc?

Sep 1, 2011

I have a computer and I need to know whether its Sata-controller supports hotplugging. Therefore I (think I) need to know which Sata-controller is used in my computer. Can anyone tell me how I can find that piece of info?

ps. Some info on the environment: It is running an AMD Geode processor which only support IDE and therefore the board has a Pata to Sata converter build in. When I do 'lspci' it only shows the IDE connection:
root@voyage:/etc# lspci

00:01.0 Host bridge: Advanced Micro Devices [AMD] CS5536 [Geode companion] Host Bridge (rev 33)
00:01.2 Entertainment encryption device: Advanced Micro Devices [AMD] Geode LX AES Security Block
00:06.0 Ethernet controller: VIA Technologies, Inc. VT6105M [Rhine-III] (rev 96)
00:07.0 Ethernet controller: VIA Technologies, Inc. VT6105M [Rhine-III] (rev 96)
00:08.0 Ethernet controller: VIA Technologies, Inc. VT6105M [Rhine-III] (rev 96)
00:09.0 Ethernet controller: VIA Technologies, Inc. VT6105M [Rhine-III] (rev 96)

[Code]...

View 2 Replies View Related

OpenSUSE Hardware :: ATI SB700/SB800 SATA Controller

Jul 3, 2009

I wonder if this is a regression, I have seen info that this bug had been in the SB600 and worked around with 2.6.26:

Here's my lspci:

uname:

This is happening on three out of three SATA disks in the system and, even though I can't explain how, seems to have caused data loss on the mdraid they support.

It would be great if someone has a good idea on this one.

adding smartctl -a, just in case

After scanning selected spans, do NOT read-scan remainder of disk. If Selective self-test is pending on power-up, resume after 0 minute delay.

View 5 Replies View Related

Fedora Hardware :: Gigabyte GA-H55M-UD2H SATA Controller

Aug 18, 2010

A friend of mine bought a prebuilt system from a local computer store that has the Gigabyte GA-H55M-UD2H motherboard and he says he can boot Fedora off the CD but cannot install it as it doesn't detect the harddrive.

I assume it can't detect the SATA Controller as I am pretty sure hard drives use a universal driver so the only way for it not to detect the hard drive is if the controller is not detected.

I was wondering if anyone here has this motherboard and has this problem.

I think I gave him a Fedora 12 CD. (EDIT: It's Fedora 11 judging by the filename of the ISO I have on my Desktop...)

I myself haven't used Linux in a while since I completed my Linux course and this game I play needs Windows, but I am trying not to play that game as much anymore though because of free time issues... I have an Ubuntu Dualboot but have become used to Windows again. I am gonna try using Linux in a VM to get accustomed to it again, this way I can play with different versions/distros and still have the Windows 7 host as a fallback is something doesn't work...

View 2 Replies View Related

Hardware :: Stop Or Work Around Onboard SATA Raid Controller

Jun 12, 2010

I bought a used server and it's in great working condition, but I've got a 2-part problem with the onboard raid controller. I don't have or use RAID and want to figure out how to stop or work around the onboard SATA raid controller. First some motherboard specs.: Arima HDAMA 40-CMO120-A800 [URL]... The 4-port integrated Serial ATA Integrated SiliconImage Sil3114 raid controller is the problem.

Problem 1: When I plug in my SATA server hard drive loaded with Slackware 12.2 and linux kernel 2.6.30.4, the onboard raid controller recognizes the one drive and allows the OS to boot. Slackware gets stuck looking for a raid array and stops at this point -........

View 11 Replies View Related

General :: Can Tools Do Work Of High-end (expensive) SATA Controller?

Jan 28, 2010

I'm not all that familiar with what it is that the expensive SATA cards do, other than providing on-board cache and many ports, but all things considered what can't a CPU and lot's-o-RAM do that an expensive SATA card can?This assumes, of course, that you weren't planning on using the CPU to run other applications (i.e. a SAN type setup).

View 11 Replies View Related

Ubuntu Servers :: Mdadm RAID 6 Array With Si 3132 SATA Controller ?

Mar 12, 2010

I've recently started having an issue with an mdadm RAID 6 array that been operational for about 2500 hours.

Intermittently during write operations the array stalls, dropping to almost 0 write speed for 10-30 seconds. When this occur one or both of the 2 drives attached to a 2 port Silicon Image si3132 SATA-II controller "locks up" with its activity light locked on. This just started occurring within the last week and didn't seem to coincide with any update that i noticed. The array has just recently passed 12.5% full. The size of the write does not seem to make any difference and it seems completely random. Some times copying a 5 GB dataset results in no slow down other times a torrent downloading to the array at 50kb/sec does cause a slow down and vise versa.

The array consists of 8 WD 1.5TB drives, 6 attached to the ICH9R south bridge, and 2 attached to a si3132 based PCI express card. The array is formatted as a single ext4 partition.

Checking SMART data for all drives shows no errors. Testing read speed with hdparm reports what i would expect (100mb/sec for each drive, ~425mb/sec for the array).

The only thing i did notice is that udma6 is enabled for all the ICH9R drives while only udma5 is enabled for the si3132 drives. Write cache is enabled for all the disks. Attempting to set the si3132 drive to udma6 results in an IO error from hdparm.

The si3132 drive is using the sata_sil24 driver. Nothing of interest appears in the kern or syslog. During this time top shows very high wait time.

The s13132 controller appears to have the original firmware from 2006 loaded, there are some firmware updates available on the Silicon Image website for this controller that now appear to offer separate firmwares for RAID operation (some sort of hybrid controller/software thing the controller supports) and a separate firmware for standard IDE use.

Has anyone had similar issues with this controller? Is a firmware update a reasonable course of action? If so which firmware is best supported by the linux driver?

I know i'm not using its raid features but i've dealt with controllers that needed to be in raid mode for ahci to be active and for linux to work well with them. I'm bit ify at the idea of just trying it and finding out as it could knock 2 disks of my array out of action.

View 2 Replies View Related

OpenSUSE Install :: Error 11.2 On Raid 0 / EM2001 2 Poorts PCI Controller SATA Fails?

Mar 1, 2010

I want to stop using Windows because it sucks so i have downloaded all kind of distibutions from Linux. They give all the same error because it seems Linux has problems with Fakeraid. Now i have running OpenSuse in VmWare 7.0.1 but i want it as the only OS.

The installation goes fine but in the end it gives a Grub error because it cannot create the bootloader. It seems to be a common problem and i have done all the steps that i could find on Google.

I have two raid controllers. One is integrated in the mainboard from Asrock ALiveNF7G-HD720p R5.0 and OpenSuse sees it as a Jmicron controller.I have bought also a EM2001 2 Poorts PCI Controller SATA card with two harddisks in Raid 0 because Linux failed to install on the JMicron. On the EM2001 2 Poorts PCI Controller SATA it also fails with the same error.

I want OpenSuse 11.2 working on Raid 0. I know it must be some simple commands in the terminal through a live cd to correct the bootloader and do it manualy by Linux users but i'm a Windows user.

Can somewhone please tell me the exact steps and commands to install Linux on Raid 0 Fakeraid?

View 4 Replies View Related

General :: Dell Inpeirion 1545 Hard Drives Are Attached To A SATA Controller?

Jan 8, 2010

I am using Dell Inspirion 1545 core 2 duo T6600, 3 gb ram,320 gb sata hddand in my bios i got 4 option (1) disable which disable sata and hdd is not detected (2) ATA where in my M$ is working(3) AHCI which mode will work. also i am using vm-ware to installed redhat linux 5.my hdd did not detected. do u need any information tell me i will post it on the same any command out put or log by which we can solve this problem.

View 1 Replies View Related

CentOS 5 Networking :: Ethernet Configuration For Marvell 88e8059 Chip

Sep 4, 2010

I have built-in-motherboard Ethernet with this MArvell 88e8059 chip. During CentOS 5.5 install it didnt find it. then i found some page here on forums which said how to install sk98lin driver, and several people reported it working after that. Their chips were 8056 and others.. So i decided that should probably work in my case too, i installed it, and then i could see it in Network COnfiguration manager.

But during reboot, it cannot obtain IP information, and in Network Config manager it is "Inactive", setting it to Active fails to obtain IP again...

View 7 Replies View Related

OpenSUSE Install :: Find Hard Drives On System - Motherboard With Two SATA Controller Chips

Aug 2, 2010

I just finished a build of a new GNU/Linux boxen with openSUSE 11.2. I have a MSI Big Bang Xpower X58 motherboard which has two SATA controller chips, one is the standard Intel ICH10R chip for SATA 3.0 Gb/s and one is the Marvell 9128 chip for SATA 6.0 Gb/s. The BIOS recognizes the Western Digital Caviar Black 6.0 Gb/s drive on either SATA controller chips, /however/ I am unable to install (and boot) when the drive is connected to the Marvell controlled ports. As you can guess, I'd like to boot from the faster interface!

1. The BIOS allows me to select the Western Digital drive as a secondary boot device, so I know, at least at the BIOS level, it's there. This is true whether I have the drive connected to the Intel or Marvell ports. (The DVD drive is the primary boot device.)

2. When trying to install openSUSE 11.2 from DVD, the installer says that it can't find any hard drives on my system when I have the drive connected to the Marvell port. The installer finds the drive fine when it is connected to the Intel port.

3. I installed everything with the drive connected to the Intel port. I switched the drive to the Marvell port afterward and the system refuses to boot completely, stalling at some point where it starts to look for other filesystem partitions. This led me to conclude that perhaps the problem is with openSUSE and not hardware weirdness with the system having two separate SATA controllers?

View 9 Replies View Related

Hardware :: Can SATA 3 (SATA III) Hard Disk Be Run On Motherboard Which Only Support SATA II

Aug 13, 2010

Can SATA 3 (SATA III) Hard disk be run on motherboard which only supports SATA II, except sacrificing the speed (throughput)?

View 2 Replies View Related

CentOS 5 Hardware :: JMicron JMC250 Ethernet Controller Not Working On Centos 5.5?

Oct 29, 2010

I've installed a new fresh Centos 5.5 ..and after a lot of work..something starts to work (X now works with the new ATI HD5145 using ATI drivers) but i've a serious problemThe ethernet controller JMC250 JMicron PCI EXPR. doesent work at all so my notebook is out of the world !!!Here is some infos:rpm -q centos-release

centos-release-5-5.el5.centos
rpm -qa kernel* | sort
kernel-devel-2.6.18-194.el5

[code]....

View 6 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved