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


ADVERTISEMENT

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

General :: 3TB SATA Hard Drives Will Work Into An Old System

May 14, 2011

I have a 3 year old PC with 4 internal SATA ports. My old SATA hard drives, all smaller than 2TB, work fine. If I buy a 3TB SATA hard drive, will it work in Linux? Will Linux with GRUB be able boot from such a hard drive without a BIOS upgrade? With a BIOS upgrade? It's fine for me to upgrade my Linux to the newest kernel.

View 1 Replies View Related

General :: Merge Four 230GB SATA Hard Drives On An Already Running Fedora 9 OS?

Dec 18, 2010

I recently finished installing Fedora 9 on a Prolient ML 330 G6 Server, but i configured the SATA hard drives to be viewed as four seperate hard drives. I was asked to merge the drives to be seen as one 800GB hard drive, my biggest fear is that we had set up Samba to share folders between fedora 9 giving specific users access to specific files saved on the Prolient server, will those settings be lost.And could you call that a File Server or do you have to enter any more settings And also if anyone could point me to a tutorial on Logical Volume Management and Raid specifically for fedora 9

View 10 Replies View Related

Ubuntu :: How To Spin Down Sata Hard Drives

Aug 13, 2011

(Ubuntu 10.10) I went to System->Preferences->Power Management and checked spin down hard disks whet possible. I have two internal sata hard drives. One is for the OS and the other is for media. Neither Hard disk is being spun down. Is there something else I need to do?

View 5 Replies View Related

General :: How To Install WiFi Driver On Dell 1545

May 13, 2011

I'm an experienced user in Windows but a complete novice in Linux. I have a dual boot with ubuntu and 7 ultimate, the thing is that Ubuntu doesn't recognize my wi-fi card. Windows Device Manager tells me that my card is "Dell Wireless 1397 WLAN Minicard" made by Broadcom. I don't know if my problem is with a driver or incompatible hardware, the ISO is perfect because I already installed linux on every computer in my house.

View 6 Replies View Related

General :: How To Install RedHat 9.2 On Dell Inspiron 1545

Jun 10, 2010

How can I install Linux Red Hat 9.2 on my new dell Inspiron 1545. When I want to installed it, it will get to a stage and will ask me of drivers. But on my desktop I don't have such problem.

View 12 Replies View Related

Fedora Hardware :: WD Caviar Blue 500 GB SATA Hard Drives?

Mar 31, 2011

My new WD Caviar Blue 500 GB SATA 6 Gb/s Hard Drive (WD5000AAKX) is not being detected on Fedora 14 live.

View 8 Replies View Related

Ubuntu Installation :: Two Hard Drives Vista On SATA Empty IDE

Jul 21, 2010

I have two drives one is a 500 gig SATA drive running Vista SP 2 now the other Maxtor 160 Gig drive is empty. I would like to install Ubuntu on that drive. Now I just though of installing from the setup however would this screw up my Vista partition ?

View 1 Replies View Related

Ubuntu :: 640GB Sata Hard Drives - Put Into A Raid 5 Configuration?

Jan 7, 2011

I have three 640GB sata hard drives that I would like to put into a raid 5 configuration. I would like to opt for a software raid 5 so its hardware independent. I was trying to follow these instructions, but they seem a bit dated.

View 2 Replies View Related

Hardware :: UUID Not Resetting With USB Enclosured SATA Hard Drives?

Jan 11, 2011

I have three Linksys NSLU2s each running nearly identical setups: SlugOSBE 5.3 with two USB SATA hard drives in enclosures. One partition on each drive is used for software RAID 1. The third NSLU2 which has two identical 500gb Western Digital Blue Scorpion SATA drives and two identical USB enclosures (Flexmate) is giving me issues. The second hard drive keeps getting booted from the RAID array - looking into it I noticed that, for some reason, Linux is reading both RAID partitions as having an identical UUID. I thought maybe that was the issue so I've set about trying to fix it.

SlugOSBE doesn't have tune2fs, so I removed the drives and used tune2fs to create new UUIDs for both partitions (which usually show up as /dev/sda3 and /dev/sdb3) on my Kubuntu 10.10 machine. tune2fs reports the correct new UUID under Kubuntu. But when I plug the drives back in to the NSLU2, it still shows the old UUID for both drives. I've deleted /etc/blkid.tab, but that doesn't seem to do anything.

View 1 Replies View Related

Debian Configuration :: Fstab Configuration And Timeout - Automatically Continues Booting Even If The Hard Drives Are Not Attached?

Aug 3, 2011

I have a PC104 running debian. I have 3 hard drives (in addition to the one booting) mounted in fstab by UUID. I use the options defaults,error=remount-ro. However, this means that when I boot with the hard drives not attached, I have to press Ctrl-D to bypass when the boot discovers the drives are missing. Is there a timeout commandoption I can add to fstab so that it automatically continues booting even if the hard drives are not attached? I could not find anything on a timeout command. (I tried adding timeout=1000 but no-random guess)

View 5 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

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

Server :: File Server Machine To Store All Data So Being That Have Got Four Identical SATA Hard Drives?

Jan 25, 2011

I've got 4 identical 1 TB drives and would like to use them in a software RAID configuration on my home server. I'm running Debian Linux using 'mdadm' utility to manage the software RAID. I don't know how much I've read is fact or dated or even false so I decided I would ask here to get help from people who know more about this than I do. This is essentially just a file server machine to store all my data so being that I've got four identical SATA hard drives, I was thinking about doing RAID level 5. I guess I'll start here and ask if that is the recommended level of RAID. I think RAID level 5 will be fine for my general server usage. My second issue is partitioning the four individual drives to get maximum performance / space from them. Basically just asking here how would you or you recommend I partition the drives? I was thinking about doing three seperate partitions per drive:

/dev/sda1 = 4 GB (swap)/dev/sda2 = 1 GB (/boot)/dev/sda3 = 995 GB (/)Now from that partition schema above, obviously all the types will be 'fd' for RAID and the partition for /boot is going to be bootable. My confusion is that I read Grub doesn't support booting from RAID 5 since Grub can't handle disk assembly. If /dev/sdx2 (sda2, sdb2, sdc2, sdd2) are partitioned for /boot (bootable), how would you guys configure this RAID to match up equally? I don't think I do a RAID level 1 on 4 identical partitions, right?

View 1 Replies View Related

Ubuntu :: Dell 1545 With 10.04 - Installing Windows XP?

Sep 25, 2010

I have to install a Windows XP on my laptop. I started to install Windows, but after the first step (before booting Windows from hard disk) I received Disk Error at booting time. I reinstalled grub and everything is fine with Ubuntu, but I can't boot the Windows partition to finish installing this OS.

[Code]...

View 6 Replies View Related

Ubuntu :: Dell Inspiron 1545 Integrated Webcam?

Apr 2, 2010

i was just wondering if anyone could help me with my webcam. I'm unsure if it was detected during the instalation and do not know how to turn it on if it was.

View 5 Replies View Related

Ubuntu :: 10.04 On VM On Dell 1545 - Interface With Lexmark Printer?

Sep 23, 2010

I have Dell 1545 pre-loaded with Ubuntu 9.04. It has Oracle VM VirtualBox installed, for which I run Ubuntu 10.04. I have downloaded drivers for Ubuntu 10.04 to interface with Lexmark X6650, and can easily print documents from Ubuntu 10.04. However, I cannot figure out how to access the scan function.

View 7 Replies View Related

Red Hat / Fedora :: Install 12 On Dell Inspiron 1545 Laptop?

May 12, 2010

I am using Ubuntu right now. But I wanted to install Fedora 12 on my Dell inspiron 1545 laptop. My questions are can I use a live cd if available for fedora 12 and then install it on my laptop like we can do for ubuntu. Are all the drivers available automatically installed during installation.

The problem I faced my last installation with fedora 11 was that I could not get the wireless installed and I was unsuccessful in installing the wireless drivers using ndis wrapper or b43-legacy or something.

Can you give me a detailed link which could allow me to install the wireless drivers and also the video drivers for my laptop. The problem I am facing with my ubuntu 10.04 is that it is slow, the flash plugin is worst i guess, some of the flash videos are very slow.

Taking all of these into account can someone suggest me a good operating system. I am pretty much interested in learning linux rather than just using it like a windows operating system. I am considering, fedora 12, suse 11.2, linuxmint, centos, mandriva. Which one could be a best possible for my installation.

As I am not willing to purchase a dvd for these linux flavors can I use my flashdrive to install.

View 7 Replies View Related

Debian :: ScreenSaver Not Working On Dell Inspiron 1545 With Lenny?

Jun 11, 2010

As the title says the option in the SCREENSAVER(Power Management Preferences)Put display to sleep when inactive for is not working. I have selected 2 minutes, and even after 1 hour it will not shutdown the display.

View 3 Replies View Related

Fedora :: Kernel 2.6.30.5-43 Update Broken On Dell 1545 Notebook?

Sep 24, 2009

The kernel-PAE-2.6.30.5-43 upgrade will not boot on my Dell 1545 notebook. The initialization stops and the systems freezes right at the point that the login prompt should appear. I do not have invidia drivers. I have Intel video drivers. Also there is a loud 'pop' in the sound system early in the initialization sequence. For the time being, I have removed the 2.6.30.5-43 upgrade via yum.

View 8 Replies View Related

Ubuntu Networking :: Wireless Not Working - Dell Inspiron 1545?

Feb 22, 2010

I'm running Ubuntu 9.10, Dell Inspiron 1545. I have the NDISwrapper installed, and the driver shows up in "Hardware Drivers" as activated (Broadcom STA wireless driver) it also shows up in "Windows Wireless Drivers" (bcmwl6) but it still won't allow me to connect wirelessly.

View 9 Replies View Related

Ubuntu Networking :: Wireless Is Not Working-Dell Inspiron 1545

Jun 6, 2010

I am having trouble in getting the wireless up in Ubunto 10.04. Under Wireless Networks it says "wireless disabled". I have a dual boot with Windows 7, installed Ubunto with the help of Wubi installer. My laptop is Dell Inspiron 1545, with a 64 bit architecture.I have already done checking and enabling the wireless driver by going to System- Administration-Hardware Drivers and choosing Broadcom STA driver.

View 7 Replies View Related

Ubuntu Networking :: Re-enable Wireless On Dell Inspiron 1545?

Jun 12, 2010

I've got a Dell Inspiron 1545 with wireless card Dell wireless 1397 802.11g. It was working fine with Windows and Ubuntu 9.04 (I've got the two OS installed alongside). But as soon as I upgraded my Ubuntu to version 10.4 I realised it lost its wireless connection! I updated the system, the hardware driver for Broadcom STA wireless driver is activated and in use (according to Ubuntu Hardware drivers checker) but the fact is that I can only connect on the Internet if I hook the net cable on it, when I run the mouse over internet connection icon at the topright side of the monitor I see "no network" message and when I left click on it the option "wireless network" it's disabled and gray. How can I get my wireless card back working?

View 1 Replies View Related

General :: No Hard Found, When Installing RHEL5 On SATA 3 Hard?

Mar 20, 2011

I tried installing Red Hat linux on my Sata hard disk . As soon as the hardware detection phase starts it generates the error "No hardware detected".roblem? (I have also tested RHLE 5, CentOS 5.4, but none of them detect the hard disk and I can not install anyone).I have installed Windows 7 on one of my disks and I have not any problem with it.I also changed storage configuration in Bios as AHCI, IDE,

My Hardware config is as below:
Mainboard: ASUS P6X58D premium,
CPU: core i7 950,
HDD: two 1 TB WD SATA3
Ram: 6 GB (3*2 GB cruciall[/U][/U][/B]

View 4 Replies View Related

Fedora Networking :: 12 On Dell Inspiron 1545 And No Wireless / Activate The Card?

Jan 15, 2010

I have install 64bit version of Fedora 12 on a new Dell Inspiron 1545 with a Dell 1397 wireless card. It actually uses a Broadcom BCM4312 chip.

I have install the following rpms:

Code:
broadcom-wl-5.10.91.9.3-1.fc12.noarch
kmod-wl-2.6.31.9-174.fc12.x86_64-5.10.91.9.3-3.fc12.11.x86_64
kmod-wl-5.10.91.9.3-3.fc12.11.x86_64
code....

what I do not understand is the state of the card as unavailable. how I can activate this card?

View 2 Replies View Related

Ubuntu Networking :: Neither Wired Nor Wireless Working Dell Inspiron 1545

Jul 27, 2011

I just installed Ubuntu 10.04.1 on my Dell Inspiron 1545 laptop, but I can't connected to the Internet with a wired or wireless connection. I have a BT Home Hub 2 wireless router. I can connect to the Internet when running Windows Vista, but not with Ubuntu.

I tried installing the Broadcom STA driver off of the live disk, which initially seemed to work. However, I still couldn't connect to the Internet and when I clicked on System > Administration > Hardware Drivers, there weren't any proprietary drivers to install or that had been installed. Also, when I reboot, Ubuntu tries to connect to my network automatically but always fails. That's what makes me think that a driver has been installed, but just isn't the right one or isn't working.

View 9 Replies View Related

CentOS 5 Hardware :: Ethernet Driver For Dell Inpiron Laptop 1545?

Oct 7, 2009

get the Ethernet driver for dell laptop 1545. I am using Centos 5.3

View 9 Replies View Related

General :: Megaraid Controller On Dell 2850 (kernel Panic)

Jul 2, 2010

megaraid controller and Dell2850, all that I can see on thi screenshot:

[URL]

All drives successfuly passed verifing from LSI controllers (Ctrl+A at startup), also I tried to boot from rescue llive cd and mount all the morrored drives and check it by fsck - ok.

View 5 Replies View Related

Ubuntu Networking :: Dell 1545 - Wireless Connection Drops After A Couple Of Minutes?

Apr 10, 2010

I have a Dell 1545 laptop with ubuntu 9.1 32-bit installed (the 64-bit had a bug with the wireless drivers which is why I have not used it). Initially, the laptop worked well with the wireless (a sky router with WPA security) but now, the wireless signal drops after a couple of minutes of usage. I have to reboot the laptop or sometimes reboot the router as well to regain the wireless signal. I am using the Broadcom STA proprietary wireless driver.

I have an older dell inspiron 6400 as well with the same OS and driver and it works perfectly without any problems for hours / days.

View 9 Replies View Related







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