2.4.18bf24 kernel and APM question

2003-11-19 Thread Keith Hooper
OK I've got Debian Woody 3.0 installed on my old Toshiba Tecra 700ct laptop.
Took some tinkering but I've got it fully functional. I originally installed
it with the 2.4.18bf24 stock kernel that came with Woody. Everything worked
though I had to add one tweak to get the pcmcia to work. Now I upgraded and
compiled my own custom 2.4.22 (and a test 2.4.19 with same results) kernel.
I did this because the bf24 kernel tries to load a scsi driver that
conflicts with the scsi controller on the deskstation V that I also have.
Now The new kernel fixed the problem with the pcmcia (don't need the fix I
used with 2.4.18bf) but now the apm doesn't power down the laptop with
shutdown. I've done quite a bit of digging and have found that at sometime
the apm module in the kernels no longer powers down machines as a feature.
And I've looked at both the bf24 kernel config file from Woody and my custom
2.4.22 config file and all the apm features are set identically. So I have a
couple questions. Has anyone got a possible work-around for this to get apm
to power down again? And what did the developers do to get the 2.4.18bf24
kernel to power down machines with apm? Did they have to patch the kernel
with a special apm patch or was powerdown still available with the 2.4.18
kernel and they lost it when the 2.4.19 kernel came out? I don't even know
where to find this info.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: 2.4.18bf24 kernel and APM question

2003-11-19 Thread John Peter
Keith Hooper wrote:

OK I've got Debian Woody 3.0 installed on my old Toshiba Tecra 700ct laptop.
Took some tinkering but I've got it fully functional. I originally installed
it with the 2.4.18bf24 stock kernel that came with Woody. Everything worked
though I had to add one tweak to get the pcmcia to work. Now I upgraded and
compiled my own custom 2.4.22 (and a test 2.4.19 with same results) kernel.
I did this because the bf24 kernel tries to load a scsi driver that
conflicts with the scsi controller on the deskstation V that I also have.
Now The new kernel fixed the problem with the pcmcia (don't need the fix I
used with 2.4.18bf) but now the apm doesn't power down the laptop with
shutdown. I've done quite a bit of digging and have found that at sometime
the apm module in the kernels no longer powers down machines as a feature.
And I've looked at both the bf24 kernel config file from Woody and my custom
2.4.22 config file and all the apm features are set identically. So I have a
couple questions. Has anyone got a possible work-around for this to get apm
to power down again? And what did the developers do to get the 2.4.18bf24
kernel to power down machines with apm? Did they have to patch the kernel
with a special apm patch or was powerdown still available with the 2.4.18
kernel and they lost it when the 2.4.19 kernel came out? I don't even know
where to find this info.
 

Keith,

I may not be able to help you more than this but I can tell you that
my 2.4.22 kernel is using APM and is doing power down just fine.
I am going to atach the config file and maybe you can sort out
what is wrong with your configuration or if it is a bug or incompatibility
with your laptop (they are allways harder to properly  configure).
Good luck

John
#
# Automatically generated make config: don't edit
#
CONFIG_X86=y
# CONFIG_SBUS is not set
CONFIG_UID16=y

#
# Code maturity level options
#
CONFIG_EXPERIMENTAL=y

#
# Loadable module support
#
CONFIG_MODULES=y
CONFIG_MODVERSIONS=y
CONFIG_KMOD=y

#
# Processor type and features
#
# CONFIG_M386 is not set
# CONFIG_M486 is not set
# CONFIG_M586 is not set
# CONFIG_M586TSC is not set
# CONFIG_M586MMX is not set
# CONFIG_M686 is not set
CONFIG_MPENTIUMIII=y
# CONFIG_MPENTIUM4 is not set
# CONFIG_MK6 is not set
# CONFIG_MK7 is not set
# CONFIG_MK8 is not set
# CONFIG_MELAN is not set
# CONFIG_MCRUSOE is not set
# CONFIG_MWINCHIPC6 is not set
# CONFIG_MWINCHIP2 is not set
# CONFIG_MWINCHIP3D is not set
# CONFIG_MCYRIXIII is not set
# CONFIG_MVIAC3_2 is not set
CONFIG_X86_WP_WORKS_OK=y
CONFIG_X86_INVLPG=y
CONFIG_X86_CMPXCHG=y
CONFIG_X86_XADD=y
CONFIG_X86_BSWAP=y
CONFIG_X86_POPAD_OK=y
# CONFIG_RWSEM_GENERIC_SPINLOCK is not set
CONFIG_RWSEM_XCHGADD_ALGORITHM=y
CONFIG_X86_L1_CACHE_SHIFT=5
CONFIG_X86_HAS_TSC=y
CONFIG_X86_GOOD_APIC=y
CONFIG_X86_PGE=y
CONFIG_X86_USE_PPRO_CHECKSUM=y
CONFIG_X86_F00F_WORKS_OK=y
CONFIG_X86_MCE=y
# CONFIG_TOSHIBA is not set
# CONFIG_I8K is not set
CONFIG_MICROCODE=m
CONFIG_X86_MSR=m
CONFIG_X86_CPUID=m
CONFIG_NOHIGHMEM=y
# CONFIG_HIGHMEM4G is not set
# CONFIG_HIGHMEM64G is not set
# CONFIG_HIGHMEM is not set
CONFIG_MATH_EMULATION=y
CONFIG_MTRR=y
# CONFIG_BIGPHYS_AREA is not set
# CONFIG_SMP is not set
CONFIG_X86_UP_APIC=y
CONFIG_X86_UP_IOAPIC=y
CONFIG_X86_LOCAL_APIC=y
CONFIG_X86_IO_APIC=y
# CONFIG_X86_TSC_DISABLE is not set
CONFIG_X86_TSC=y

#
# General setup
#
CONFIG_NET=y
CONFIG_PCI=y
# CONFIG_PCI_GOBIOS is not set
# CONFIG_PCI_GODIRECT is not set
CONFIG_PCI_GOANY=y
CONFIG_PCI_BIOS=y
CONFIG_PCI_DIRECT=y
CONFIG_ISA=y
CONFIG_PCI_NAMES=y
# CONFIG_EISA is not set
# CONFIG_MCA is not set
# CONFIG_HOTPLUG is not set
# CONFIG_PCMCIA is not set
# CONFIG_HOTPLUG_PCI is not set
CONFIG_SYSVIPC=y
CONFIG_BSD_PROCESS_ACCT=y
CONFIG_SYSCTL=y
CONFIG_KCORE_ELF=y
# CONFIG_KCORE_AOUT is not set
CONFIG_BINFMT_AOUT=m
CONFIG_BINFMT_ELF=y
CONFIG_BINFMT_MISC=m
CONFIG_PM=y
CONFIG_APM=m
# CONFIG_APM_IGNORE_USER_SUSPEND is not set
# CONFIG_APM_DO_ENABLE is not set
CONFIG_APM_CPU_IDLE=y
# CONFIG_APM_DISPLAY_BLANK is not set
CONFIG_APM_RTC_IS_GMT=y
# CONFIG_APM_ALLOW_INTS is not set
# CONFIG_APM_REAL_MODE_POWER_OFF is not set

#
# ACPI Support
#
# CONFIG_ACPI is not set
# CONFIG_OPTIMISE_SIZE is not set

#
# Memory Technology Devices (MTD)
#
# CONFIG_MTD is not set

#
# Parallel port support
#
CONFIG_PARPORT=m
CONFIG_PARPORT_PC=m
CONFIG_PARPORT_PC_CML1=m
# CONFIG_PARPORT_SERIAL is not set
CONFIG_PARPORT_PC_FIFO=y
CONFIG_PARPORT_PC_SUPERIO=y
# CONFIG_PARPORT_AMIGA is not set
# CONFIG_PARPORT_MFC3 is not set
# CONFIG_PARPORT_ATARI is not set
# CONFIG_PARPORT_GSC is not set
# CONFIG_PARPORT_SUNBPP is not set
# CONFIG_PARPORT_OTHER is not set
CONFIG_PARPORT_1284=y

#
# Plug and Play configuration
#
# CONFIG_PNP is not set
# CONFIG_ISAPNP is not set

#
# Block devices
#
CONFIG_BLK_DEV_FD=y
# CONFIG_BLK_DEV_XD is not set
# CONFIG_PARIDE is not set
# CONFIG_BLK_CPQ_DA is not set
# CONFIG_BLK_CPQ_CISS_DA is not set
# CONFIG_CISS_SCSI_TAPE is not set
# CONFIG_BLK_DEV_DAC960 is not set
# 

Re: 2.4.18bf24 kernel and APM question

2003-11-19 Thread Cage
Unfortunately it won't help. I already have those options enabled. I'm 
going to look at acpi one more time tomorrow. Your kernel obviously 
isn't for the Tecra 700ct since your's is compiled for a piii. The 700ct 
is just a classic pentium. It's a known issues with thoshibas and not 
powering down.

John Peter wrote:
Keith Hooper wrote:

OK I've got Debian Woody 3.0 installed on my old Toshiba Tecra 700ct 
laptop.
Took some tinkering but I've got it fully functional. I originally 
installed
it with the 2.4.18bf24 stock kernel that came with Woody. Everything 
worked
though I had to add one tweak to get the pcmcia to work. Now I 
upgraded and
compiled my own custom 2.4.22 (and a test 2.4.19 with same results) 
kernel.
I did this because the bf24 kernel tries to load a scsi driver that
conflicts with the scsi controller on the deskstation V that I also have.
Now The new kernel fixed the problem with the pcmcia (don't need the 
fix I
used with 2.4.18bf) but now the apm doesn't power down the laptop with
shutdown. I've done quite a bit of digging and have found that at 
sometime
the apm module in the kernels no longer powers down machines as a 
feature.
And I've looked at both the bf24 kernel config file from Woody and my 
custom
2.4.22 config file and all the apm features are set identically. So I 
have a
couple questions. Has anyone got a possible work-around for this to 
get apm
to power down again? And what did the developers do to get the 2.4.18bf24
kernel to power down machines with apm? Did they have to patch the kernel
with a special apm patch or was powerdown still available with the 2.4.18
kernel and they lost it when the 2.4.19 kernel came out? I don't even 
know
where to find this info.
 

Keith,

I may not be able to help you more than this but I can tell you that
my 2.4.22 kernel is using APM and is doing power down just fine.
I am going to atach the config file and maybe you can sort out
what is wrong with your configuration or if it is a bug or incompatibility
with your laptop (they are allways harder to properly  configure).
Good luck

John



#
# Automatically generated make config: don't edit
#
CONFIG_X86=y
# CONFIG_SBUS is not set
CONFIG_UID16=y
#
# Code maturity level options
#
CONFIG_EXPERIMENTAL=y
#
# Loadable module support
#
CONFIG_MODULES=y
CONFIG_MODVERSIONS=y
CONFIG_KMOD=y
#
# Processor type and features
#
# CONFIG_M386 is not set
# CONFIG_M486 is not set
# CONFIG_M586 is not set
# CONFIG_M586TSC is not set
# CONFIG_M586MMX is not set
# CONFIG_M686 is not set
CONFIG_MPENTIUMIII=y
# CONFIG_MPENTIUM4 is not set
# CONFIG_MK6 is not set
# CONFIG_MK7 is not set
# CONFIG_MK8 is not set
# CONFIG_MELAN is not set
# CONFIG_MCRUSOE is not set
# CONFIG_MWINCHIPC6 is not set
# CONFIG_MWINCHIP2 is not set
# CONFIG_MWINCHIP3D is not set
# CONFIG_MCYRIXIII is not set
# CONFIG_MVIAC3_2 is not set
CONFIG_X86_WP_WORKS_OK=y
CONFIG_X86_INVLPG=y
CONFIG_X86_CMPXCHG=y
CONFIG_X86_XADD=y
CONFIG_X86_BSWAP=y
CONFIG_X86_POPAD_OK=y
# CONFIG_RWSEM_GENERIC_SPINLOCK is not set
CONFIG_RWSEM_XCHGADD_ALGORITHM=y
CONFIG_X86_L1_CACHE_SHIFT=5
CONFIG_X86_HAS_TSC=y
CONFIG_X86_GOOD_APIC=y
CONFIG_X86_PGE=y
CONFIG_X86_USE_PPRO_CHECKSUM=y
CONFIG_X86_F00F_WORKS_OK=y
CONFIG_X86_MCE=y
# CONFIG_TOSHIBA is not set
# CONFIG_I8K is not set
CONFIG_MICROCODE=m
CONFIG_X86_MSR=m
CONFIG_X86_CPUID=m
CONFIG_NOHIGHMEM=y
# CONFIG_HIGHMEM4G is not set
# CONFIG_HIGHMEM64G is not set
# CONFIG_HIGHMEM is not set
CONFIG_MATH_EMULATION=y
CONFIG_MTRR=y
# CONFIG_BIGPHYS_AREA is not set
# CONFIG_SMP is not set
CONFIG_X86_UP_APIC=y
CONFIG_X86_UP_IOAPIC=y
CONFIG_X86_LOCAL_APIC=y
CONFIG_X86_IO_APIC=y
# CONFIG_X86_TSC_DISABLE is not set
CONFIG_X86_TSC=y
#
# General setup
#
CONFIG_NET=y
CONFIG_PCI=y
# CONFIG_PCI_GOBIOS is not set
# CONFIG_PCI_GODIRECT is not set
CONFIG_PCI_GOANY=y
CONFIG_PCI_BIOS=y
CONFIG_PCI_DIRECT=y
CONFIG_ISA=y
CONFIG_PCI_NAMES=y
# CONFIG_EISA is not set
# CONFIG_MCA is not set
# CONFIG_HOTPLUG is not set
# CONFIG_PCMCIA is not set
# CONFIG_HOTPLUG_PCI is not set
CONFIG_SYSVIPC=y
CONFIG_BSD_PROCESS_ACCT=y
CONFIG_SYSCTL=y
CONFIG_KCORE_ELF=y
# CONFIG_KCORE_AOUT is not set
CONFIG_BINFMT_AOUT=m
CONFIG_BINFMT_ELF=y
CONFIG_BINFMT_MISC=m
CONFIG_PM=y
CONFIG_APM=m
# CONFIG_APM_IGNORE_USER_SUSPEND is not set
# CONFIG_APM_DO_ENABLE is not set
CONFIG_APM_CPU_IDLE=y
# CONFIG_APM_DISPLAY_BLANK is not set
CONFIG_APM_RTC_IS_GMT=y
# CONFIG_APM_ALLOW_INTS is not set
# CONFIG_APM_REAL_MODE_POWER_OFF is not set
#
# ACPI Support
#
# CONFIG_ACPI is not set
# CONFIG_OPTIMISE_SIZE is not set
#
# Memory Technology Devices (MTD)
#
# CONFIG_MTD is not set
#
# Parallel port support
#
CONFIG_PARPORT=m
CONFIG_PARPORT_PC=m
CONFIG_PARPORT_PC_CML1=m
# CONFIG_PARPORT_SERIAL is not set
CONFIG_PARPORT_PC_FIFO=y
CONFIG_PARPORT_PC_SUPERIO=y
# CONFIG_PARPORT_AMIGA is not set
# CONFIG_PARPORT_MFC3 is not set
# CONFIG_PARPORT_ATARI is not set
# CONFIG_PARPORT_GSC is not set
# CONFIG_PARPORT_SUNBPP is