LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
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 06-20-2007, 10:44 AM   #16
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

After you installpkg, did you run '/sbin/lilo' ? You should.

The 'cs:' is the part in which PCMCIA cs driver is probing IO ports.

If the above doesn't work, maybe, try this:
http://lists.infradead.org/pipermail...ch/003302.html

Last edited by H_TeXMeX_H; 06-20-2007 at 10:49 AM.
 
Old 06-20-2007, 10:57 AM   #17
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 Unregistered
Actually I installed back slackware 11.0
After booting up into runlevel 4, I used pkgtool to install:
kernel-generic-2.6.17.13-i486-1.tgz
kernel-modules-2.6.17.13-i486-1.tgz
kernel-source-2.6.17.13-noarch-1.tgz

However, the booting process hangs at "cs: I0 port probe 0x800-0x80f"
Btw, the link you gave me was about an upgrade from slackware 11 to 12 right, how do I solve the current problem?
Hi,

My bad! Sorry.

I just mis read the post. I've been working on 12 posts lately. I moved from one tab to another (yours) and placed the wrong response.

Your problem seems to be the probe of the I/O port. Did you enable acpi?
 
Old 06-20-2007, 03:56 PM   #18
bioe007
Member
 
Registered: Apr 2006
Location: lynnwood, wa - usa
Distribution: archlinux
Posts: 654

Rep: Reputation: 30
You might also try appending your lilo.conf with 'pci=assign-busses':

Code:
image = /boot/bzImage-2.6.19.1b
        root = /dev/sda9
        label = MyNewKernel
        read-only
        vga=normal
        append="resume=/dev/sda6 pci=assign-busses"
..or something like that (sorry I use grub now)

the 'not on the root bridge problem' means (i think) the CPU doesn't have direct access to the pcmcia bus and so the probe gets hung up there.

you can check:
Code:
lspci -v | grep subordinate
lspcmcia -v
cat /proc/ioports
you should see your pcmcia slot(s) have direct access to the primary bus.

of course, I could be completely wrong too ;D
 
Old 06-20-2007, 05:25 PM   #19
Unregistered
Member
 
Registered: Apr 2007
Posts: 63

Original Poster
Rep: Reputation: 15
Hi all, don't have time now, would try the solutions when I get back but don't mind me asking, how do you guys know all this, like the error I got was pcmcia, etc? Usually when I read linux guides they tell me about commands and basic system administration not solving these problems, care to point me out on some reading materials which deal with these issues? I'm looking for information on configuring my box from the text files (/etc), as well as understanding the messages which flow by at startup and any hardware problems and how do I solve them...
 
Old 06-20-2007, 09:50 PM   #20
bioe007
Member
 
Registered: Apr 2006
Location: lynnwood, wa - usa
Distribution: archlinux
Posts: 654

Rep: Reputation: 30
Quote:
how do you guys know all this, like the error I got was pcmcia, etc?
i only know about things I've had to fix or setup (that means I've broken them before ) I still consider myself very much a n00b, except for some things that I've done a lot of times.

I think the best place to start is with the slackbook and or by checking out the 'slacklinks' in my sig. soo much info there, but really for me its been about what I need/want my computer to do, then when I need to learn something I generally start with google, then man/info pages, followed by LQ search and finally posting a thread here.

most problems have already been solved, so I don't want to reinvent the wheel.
 
Old 06-20-2007, 10:14 PM   #21
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
I think google is perhaps the best tool out there for this type of thing. All the answers are there, just need to know what to search. And, of course, you need to be good at solving problems ... you know, be persistent, don't give up, etc.

I know that there's an answer to every problem, because I've found an answer to every problem I've had. And, (almost) every time, I think what if I had given up ? Sometimes I was very very close to giving up ... but I didn't, and now here I am and the problem is solved.

Moral: Never give up. Every problem has a solution.

EDIT: (But not every question is a problem, and not all questions can be answered, mostly because they are nonsense.)

Last edited by H_TeXMeX_H; 06-20-2007 at 10:16 PM.
 
  


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
Acer TravelMate 240 jjbuchan Linux - Laptop and Netbook 5 10-21-2006 04:50 AM
Mandriva 10.0 on Acer Travelmate 2413WLMin(travelmate 2410 series). Wireless... apolishch Linux - Laptop and Netbook 2 06-05-2006 08:03 AM
Acer Travelmate 8104 HELP!! lonecrow Linux - Laptop and Netbook 11 02-13-2006 07:54 AM
Acer Travelmate 4060 flujan Slackware 1 12-23-2005 11:03 AM
ACER Travelmate - NO FLOPPY linuxfond Linux - Hardware 0 05-12-2004 04:17 PM

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

All times are GMT -5. The time now is 05:47 PM.

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