LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware > Slackware - Installation
User Name
Password
Slackware - Installation This forum is for the discussion of installation issues with Slackware.

Notices


Reply
  Search this Thread
Old 02-28-2007, 11:19 AM   #1
BobTheSlackUser
Member
 
Registered: Feb 2007
Distribution: Slackware, Linux From Scratch
Posts: 50

Rep: Reputation: 2
Slack 11.0 not seeing HD when installing on a Dell 1501


Hey Guys,

I hope you can help me with this, but as you can tell from my subject description, Slackware 11 cannot recognize my hard drive when I’m trying to install. My computer is a new Dell Inspiron 1501 (can I just say that Truelife is a horrible invention) and I want to get away from Microsoft Vista as soon as I can.

I DO have a good lead on what the problem is however. If you go to this site (http://ubuntu1501.blogspot.com/search/label/sada) you’ll see that this dude was able to get Ubuntu to recognize his hard drive by adding the line:

pci=nomsi

to his boot prompt. I think this may be the solution to my problem.

Now, here's where I come to the part that I’m ashamed to admit: I don’t know the syntax I should use on Slackware for it to implement the pci=nomsi option. I’ve tried several ways of using this option at the Slackware Boot: prompt, but nothing has worked. But, I never tried copying down this other dudes exact syntax (I’m at work now, so I can’t try it this instant anyway) since I figured it was Ubuntu specific – maybe that was wrong.

Anyway, if anyone could tell me the syntax to use I’d appreciate it! By the way, I’ve already tried booting to most of the different kernel versions that comes with Slackware (like "huge," the "scsis" and so on) to no avail – just so you’ll know.

Thanks again!

Bob

P.S. What does pci=nomsi tell Linux to do anyway?
 
Old 02-28-2007, 02:30 PM   #2
bioe007
Member
 
Registered: Apr 2006
Location: lynnwood, wa - usa
Distribution: archlinux
Posts: 654

Rep: Reputation: 30
nomsi = no message signal interrupts -> MSI

I can't remember exactly how slack installs, to pass this option during slackware boot, when given chance to select kernel, pick:
Code:
huge26.s pci=nomsi
or, slack might first have you pick a kernel, then select options to pass, in which case you just select huge26.s, then at the 'options to pass' prompt, type 'pci=nomsi
 
Old 02-28-2007, 05:49 PM   #3
BobTheSlackUser
Member
 
Registered: Feb 2007
Distribution: Slackware, Linux From Scratch
Posts: 50

Original Poster
Rep: Reputation: 2
Thanks bioe! I'll try that as soon as I get home tonight and post what happened.
 
Old 02-28-2007, 08:14 PM   #4
BobTheSlackUser
Member
 
Registered: Feb 2007
Distribution: Slackware, Linux From Scratch
Posts: 50

Original Poster
Rep: Reputation: 2
DANG!! That didn't solve it. Heck, it seemed like that was the right answer. Oh well, there is a silver lining however. Bioe was right about how to send boot params to slackware. I was able to view the screen dump (when the system boots) and note that the "huge" kernel does recognise the command, but the regular "saia" kernal does not.

So, heck, at least I learned something. But I'm still no closer to solving this problem. Does anyone out there have any ideas?

Bob
 
Old 02-28-2007, 09:03 PM   #5
BobTheSlackUser
Member
 
Registered: Feb 2007
Distribution: Slackware, Linux From Scratch
Posts: 50

Original Poster
Rep: Reputation: 2
Wow, now I'm really stumped.

I just tried the boot parameter "acpi=force irqpoll" which is the last suggestion I could find on the Internet, and, alas, it doesn't work.

I guess I could switch to trying Ubuntu, but I've used slack for a few years now (NOT an expert by ANY means) and I'm used to it, so I really don't want to trade up.

Ah well, if anyone can help, please do so.

Bob
 
Old 02-28-2007, 09:22 PM   #6
H_TeXMeX_H
LQ Guru
 
Registered: Oct 2005
Location: $RANDOM
Distribution: slackware64
Posts: 12,928
Blog Entries: 2

Rep: Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301
Did you try:

acpi=force irqpoll pci=nomsi

?
 
Old 03-01-2007, 07:57 AM   #7
onebuck
Moderator
 
Registered: Jan 2005
Location: Central Florida 20 minutes from Disney World
Distribution: Slackware®
Posts: 13,925
Blog Entries: 44

Rep: Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159
Quote:
Originally Posted by BobTheSlackUser
Hey Guys,

I hope you can help me with this, but as you can tell from my subject description, Slackware 11 cannot recognize my hard drive when I’m trying to install. My computer is a new Dell Inspiron 1501 (can I just say that Truelife is a horrible invention) and I want to get away from Microsoft Vista as soon as I can.

Hi,

Boot using the Slackware 11 cd1 with the huge26 kernel. Once you boot;

Code:
#dmesg                #see what is going on at boot
#lspci -vv            #see what is recognized.
Please post the output of the above command. You can redirect the output to a file by 'lspci -vv >mylspci'. This file could be directed to the floppy or other media. I'm not sure what you have on the Dell. You should also post the hardware configuration of your machine. Post in the vbcode, use the # on reply and place the post between the tags. This would also help diagnose.

I think most Dell 1501 use a sata for hd media. By doing the 'lspci -vv' you will see the hardware recognized by the kernel. The 'dmesg' would present us with information to see the boot, we then can see what needs to be done.
 
Old 03-01-2007, 06:03 PM   #8
BobTheSlackUser
Member
 
Registered: Feb 2007
Distribution: Slackware, Linux From Scratch
Posts: 50

Original Poster
Rep: Reputation: 2
Thanks for all your help guys!


H_TeXMeX_H
I did try that last night, again, with no luck. But thanks for the suggestion!

Onebuck
That is a great idea, and thanks fro being willing to help me in that much detail. Just so you'll know, however, today is my birthday and right now my wife is waiting by the door to take me to dinner, so I'll try to get that screen dump done tonight after we get back. But if I can't squeeze it in tonight I'll definitely get it posted tomorrow.

Thanks again!

Bob
 
Old 03-01-2007, 10:14 PM   #9
H_TeXMeX_H
LQ Guru
 
Registered: Oct 2005
Location: $RANDOM
Distribution: slackware64
Posts: 12,928
Blog Entries: 2

Rep: Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301
Happy Birthday man !
 
Old 03-01-2007, 11:48 PM   #10
bioe007
Member
 
Registered: Apr 2006
Location: lynnwood, wa - usa
Distribution: archlinux
Posts: 654

Rep: Reputation: 30
yeah, happy b-day...

Quote:
my wife is waiting by the door to take me to dinner
hopefully for your sake you'll have no energy to get the screen dump today
 
Old 03-02-2007, 06:20 PM   #11
creativename
Member
 
Registered: Oct 2006
Posts: 41

Rep: Reputation: 15
I would be much obliged if someone could answer his question, I also have a Dell Inspiron 1501, and have been struggling with the same problem. When I installed Slackware on my Dell Dimension 3000, I didn't have any problem. I think it's because the 1501 uses "sda" type drives and the 3000 uses "hda" type drives (which both probably have better names). It should be possible...

Last edited by creativename; 03-02-2007 at 06:23 PM.
 
Old 03-02-2007, 08:15 PM   #12
H_TeXMeX_H
LQ Guru
 
Registered: Oct 2005
Location: $RANDOM
Distribution: slackware64
Posts: 12,928
Blog Entries: 2

Rep: Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301
you mean SATA vs. IDE ... yeah, technically, any kernel that supports sata should boot ... huge26.s, sata.i, test26.s, etc.
 
Old 03-02-2007, 09:55 PM   #13
BobTheSlackUser
Member
 
Registered: Feb 2007
Distribution: Slackware, Linux From Scratch
Posts: 50

Original Poster
Rep: Reputation: 2
Oh, the sad paths assumption can take you -- the embarasment, the folly.

Dudes,

I have sovled the problem of Slackware not seeing the HD on the 1501. The truth is that Slack always did see the Hard Disk (whenever I used the "Huge26" Kernal in the past) it was "cfdisk" that could not -- for whatever reason.

As you can guess I've always used "cfdisk" to set up my partitions. I just figured it was a menu driven form of "fdisk." So they should all see the same things, right? Well, apparently NOT.

If one uses the "Huge26" Kernal, and the stndard line "fdisk /dev/sda" you'll see the HD just fine. Something else I learned is that the HD in the 1501 is a form of scsi drive (yet none of the scsi Kernals will let you see it, even with fdisk), thus the use of sda for a device specification.

Anyway, creativename, use the huge26 Kernal and fdisk and you should be on your way. If you have any problem using fdisk just post it here and I'll try to help.

Everyone: thank you for the help you did offer! And we'll see you around the forum.

Bob
 
Old 03-02-2007, 10:45 PM   #14
H_TeXMeX_H
LQ Guru
 
Registered: Oct 2005
Location: $RANDOM
Distribution: slackware64
Posts: 12,928
Blog Entries: 2

Rep: Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301
This is important ... I'll remember it. Use fdisk for SATA drives when installing.

Glad you found the answer
 
Old 03-03-2007, 04:44 AM   #15
creativename
Member
 
Registered: Oct 2006
Posts: 41

Rep: Reputation: 15
Quote:
Originally Posted by BobTheSlackUser
Anyway, creativename, use the huge26 Kernal and fdisk and you should be on your way. If you have any problem using fdisk just post it here and I'll try to help.

Bob
I'll be giving that a shot, thanks!
 
  


Reply



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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Hibernate on SuSE 10.2 on Dell 1501 rhunnicutt Linux - Laptop and Netbook 1 02-14-2007 01:38 PM
Kanotix Dell Inspiron 1501 and Earthlink Dial up Help Please!? leviathon713 Linux - Laptop and Netbook 0 02-08-2007 09:11 PM
Installing Slack on Dell laptop dotancohen Slackware - Installation 8 01-01-2007 02:56 AM
Linux on Acer Aspire 1501 LCE keysman Linux - Laptop and Netbook 1 04-02-2004 04:28 PM
Dell laptop and Slack Alex_jacobson Slackware 5 12-21-2003 01:47 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware > Slackware - Installation

All times are GMT -5. The time now is 01:14 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration