LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 12-29-2005, 05:30 AM   #1
Carpo
Member
 
Registered: Aug 2003
Location: Somewhere
Distribution: Gentoo (for now)
Posts: 364

Rep: Reputation: 30
acpi and sata


i have a asus p4c800 E Deluxe mobo with sata drives - now i can get them to be seen by slack if i do not compile acpi either as a module or built in - is this a known issue or am i doing something wrong when compiling.

If there is any information i need to give just ask - would have already posted some but didnt know what to post (hehe).

Many hours of reading forums and blogs helped me find the answer but would like to have acpi and sata working at the same time
 
Old 12-30-2005, 01:51 PM   #2
Finlay
Senior Member
 
Registered: Mar 2003
Location: Seattle
Distribution: Slackware ?-14.1
Posts: 1,029

Rep: Reputation: 47
what kernel are you starting with to do the recompile?
have you tried the test26 kernel? That has acpi support compiled in with all the pieces compiled as modules.
 
Old 12-30-2005, 10:41 PM   #3
Bruce Hill
HCL Maintainer
 
Registered: Jun 2003
Location: McCalla, AL, USA
Distribution: Arch, Gentoo
Posts: 6,940

Rep: Reputation: 129Reputation: 129
That's a Promise RAID controller. Which chipset?
You can determine that by issuing "/sbin/lspci"

The ACPI and SATA support shouldn't be related.
For SATA in a 2.6.x.y kernel you'll need:
Code:
CONFIG_BLK_DEV_SD=y
CONFIG_CHR_DEV_SG=y
# CONFIG_BLK_DEV_IDE_SATA is not set
CONFIG_SCSI_SATA=y
# CONFIG_SCSI_SATA_AHCI is not set
# CONFIG_SCSI_SATA_SVW is not set
# CONFIG_SCSI_SATA_NV is not set
# CONFIG_SCSI_SATA_PROMISE is not set
# CONFIG_SCSI_SATA_QSTOR is not set
# CONFIG_SCSI_SATA_SX4 is not set
# CONFIG_SCSI_SATA_SIL is not set
# CONFIG_SCSI_SATA_SIS is not set
# CONFIG_SCSI_SATA_ULI is not set
CONFIG_SCSI_SATA_VIA=y
# CONFIG_SCSI_SATA_VITESSE is not set
Change the SATA_VIA to whatever Promise chipset
you have on that board...either the SATA_PROMISE
or SATA_SX4 choice above.
 
Old 12-31-2005, 08:10 AM   #4
Carpo
Member
 
Registered: Aug 2003
Location: Somewhere
Distribution: Gentoo (for now)
Posts: 364

Original Poster
Rep: Reputation: 30
@finlay - yes i tried test26.s - it frooze at the select keyboard map - it didnt want to pick up the 2 usb keyboards i have so installed 2.4 sata.i - which seemed to pick up my bluetooth KB the sata drives - but didnt support the chipset on the board

@chinaman - i have checked and have a via chip promise and intel chip on there - littl ebit confusing but i will try as you suggest and select via and promise - should they be compiled as part of the kernel or as modules, at the moment i have them as built in, after removing acpi it found the sata drives and bluetooth kb and mouse were picked up

i will have a mess about and report back (when my hangover has gone )
 
Old 12-31-2005, 08:30 AM   #5
Bruce Hill
HCL Maintainer
 
Registered: Jun 2003
Location: McCalla, AL, USA
Distribution: Arch, Gentoo
Posts: 6,940

Rep: Reputation: 129Reputation: 129
Please post the output of /sbin/lspci
 
Old 12-31-2005, 09:11 AM   #6
lord-fu
Member
 
Registered: Apr 2005
Location: Ohio
Distribution: Slackware && freeBSD
Posts: 676

Rep: Reputation: 30
Quote:
it frooze at the select keyboard map
Hello, I may be pointing you in the wrong direction, but booting the bareacpi.i kernel fixed an issue I was having very closely related to yours. This was on a fresh install, but I did freeze at finding keyboard map.
Again apologies if I point you in the wrong direction.
 
Old 01-01-2006, 04:51 AM   #7
Carpo
Member
 
Registered: Aug 2003
Location: Somewhere
Distribution: Gentoo (for now)
Posts: 364

Original Poster
Rep: Reputation: 30
00:00.0 Host bridge: Intel Corporation 82875P/E7210 Memory Controller Hub (rev 02)
00:01.0 PCI bridge: Intel Corporation 82875P Processor to AGP Controller (rev 02)
00:03.0 PCI bridge: Intel Corporation 82875P/E7210 Processor to PCI to CSA Bridge (rev 02)
00:1d.0 USB Controller: Intel Corporation 82801EB/ER (ICH5/ICH5R) USB UHCI Controller #1 (rev 02)
00:1d.1 USB Controller: Intel Corporation 82801EB/ER (ICH5/ICH5R) USB UHCI Controller #2 (rev 02)
00:1d.7 USB Controller: Intel Corporation 82801EB/ER (ICH5/ICH5R) USB2 EHCI Controller (rev 02)
00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev c2)
00:1f.0 ISA bridge: Intel Corporation 82801EB/ER (ICH5/ICH5R) LPC Interface Bridge (rev 02)
00:1f.1 IDE interface: Intel Corporation 82801EB/ER (ICH5/ICH5R) IDE Controller (rev 02)
00:1f.2 IDE interface: Intel Corporation 82801EB (ICH5) SATA Controller (rev 02)
00:1f.3 SMBus: Intel Corporation 82801EB/ER (ICH5/ICH5R) SMBus Controller (rev 02)
00:1f.5 Multimedia audio controller: Intel Corporation 82801EB/ER (ICH5/ICH5R) AC'97 Audio Controller (rev 02)
01:00.0 VGA compatible controller: nVidia Corporation nv40 [GeForce 6800 Ultra] (rev a1)
02:01.0 Ethernet controller: Intel Corporation 82547EI Gigabit Ethernet Controller (LOM)
03:0a.0 Ethernet controller: Linksys Gigabit Network Adapter (rev 10)
03:0b.0 Multimedia audio controller: Creative Labs SB Audigy (rev 04)
03:0b.1 Input device controller: Creative Labs SB Audigy MIDI/Game port (rev 04)
03:0b.2 FireWire (IEEE 1394): Creative Labs SB Audigy FireWire Port (rev 04)

@chinaman - as asked for one output of lspci, after finding the manual i know that the promise chip habdles normal raid - so im guessing its the ICH5 chip as it says above - i have that as built into the kernel atm.

so i can see sata - as long as i dont have acpi in and now bluetooth kb and mouse randomly work when they want too
 
Old 01-01-2006, 08:51 AM   #8
Bruce Hill
HCL Maintainer
 
Registered: Jun 2003
Location: McCalla, AL, USA
Distribution: Arch, Gentoo
Posts: 6,940

Rep: Reputation: 129Reputation: 129
Asus website does indeed list the Intel ICH5R chipset,
just as your PCI device output states:
Code:
00:1f.2 IDE interface: Intel Corporation 82801EB (ICH5) SATA Controller (rev 02)
The module for that SATA controller should be SCSI_ATA_PIIX.
You should have it built-in, IMO.

This is what I have for ACPI on this Asus board:
Code:
# Power management options (ACPI, APM)
# ACPI (Advanced Configuration and Power Interface) Support
CONFIG_ACPI=y
CONFIG_ACPI_BOOT=y
CONFIG_ACPI_INTERPRETER=y
# CONFIG_ACPI_SLEEP is not set
# CONFIG_ACPI_AC is not set
# CONFIG_ACPI_BATTERY is not set
CONFIG_ACPI_BUTTON=y
CONFIG_ACPI_VIDEO=y
# CONFIG_ACPI_HOTKEY is not set
CONFIG_ACPI_FAN=y
CONFIG_ACPI_PROCESSOR=y
CONFIG_ACPI_THERMAL=y
# CONFIG_ACPI_ASUS is not set
# CONFIG_ACPI_IBM is not set
# CONFIG_ACPI_TOSHIBA is not set
CONFIG_ACPI_BLACKLIST_YEAR=0
# CONFIG_ACPI_DEBUG is not set
CONFIG_ACPI_BUS=y
CONFIG_ACPI_EC=y
CONFIG_ACPI_POWER=y
CONFIG_ACPI_PCI=y
CONFIG_ACPI_SYSTEM=y
# CONFIG_ACPI_CONTAINER is not set
but I must tell you. I have 4 different Asus
motherboards, and have not gotten ACPI to work
properly with any Linux kernel on any of them.

If you have ACPI and the SATA controller built
properly, and they conflict as you stated, I'd
guess that's a kernel bug. Perhaps you can search
Google <Linux> and the Linux Kernel Mailing List
for more information, or post to LKML.

Last edited by Bruce Hill; 01-01-2006 at 08:56 AM.
 
Old 01-01-2006, 10:41 AM   #9
Carpo
Member
 
Registered: Aug 2003
Location: Somewhere
Distribution: Gentoo (for now)
Posts: 364

Original Poster
Rep: Reputation: 30
seeing as im fairly new to linux i think i put all the options under acpi to built in - wonder if thats the cause, i will remove all other sata drivers from kenerl apart from the one i need and will change the acpi to as per your post above.

if all that works i just have to get bluetooth working - never rains but it pours
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Slackware 10.1 sata.i dosn't support my sata controller kryptobs2000 Slackware 7 12-05-2007 06:25 PM
Linux support: pci sata card vs integrated sata Synesthesia Linux - Hardware 2 10-17-2005 03:27 PM
SATA, VIA, FC2, ACPI and "lost interrupt" emonk Linux - Hardware 5 06-23-2004 02:12 PM
acpi (no /proc/acpi)??? JimDog Linux - Newbie 2 01-25-2004 12:14 AM
kernel 2.4.20 & acpi-20021212-2.4.20.diff => no /proc/acpi Tinkster Linux - Software 5 03-24-2003 01:56 PM

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

All times are GMT -5. The time now is 08:27 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