Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Gericom X5 Force aka Twinhead NV1400 : No powerdown?
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
TMiegel
n00b
n00b


Joined: 07 Feb 2003
Posts: 36
Location: Deutschland

PostPosted: Sun Feb 09, 2003 11:08 am    Post subject: Gericom X5 Force aka Twinhead NV1400 : No powerdown? Reply with quote

Ok, first I used the gentoo-2.4.19-kernel-sources with activated ACPI-Management and shutdown -h now worked really fine.
But I could not get my onboard Soundchip Via8233 working with alsa and there were problems with the usb-hostcontroller.

Now I use the 2.4.20-acpi-sources, and it works :D :
- USB and USB2.0
- nice sound with Alsa-Via82xx
- NVdriver for my GeForce4Go 420
- i can readout my battery-status
- ...

But my Laptop won't poweroff correct with shutdown -r now :cry:
Here some code from dmesg
Code:
Linux version 2.4.20-acpi-r9 (root@localhost) (gcc version 3.2.1 20021207 (Gentoo Linux 3.2.1-20021207)) #1 Sat Feb 8 19:11:05 CET 2003
BIOS-provided physical RAM map:
 BIOS-e820: 0000000000000000 - 000000000009fc00 (usable)
 BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved)
 BIOS-e820: 00000000000d0000 - 00000000000d4000 (reserved)
 BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved)
 BIOS-e820: 0000000000100000 - 000000000fff0000 (usable)
 BIOS-e820: 000000000fff0000 - 000000000fff8000 (ACPI data)
 BIOS-e820: 000000000fff8000 - 0000000010000000 (ACPI NVS)
 BIOS-e820: 00000000fff80000 - 0000000100000000 (reserved)
255MB LOWMEM available.
ACPI: have wakeup address 0xc0001000
On node 0 totalpages: 65520
zone(0): 4096 pages.
zone(1): 61424 pages.
zone(2): 0 pages.
ACPI: RSDP (v000 AMI                        ) @ 0x000fb100
ACPI: RSDT (v001 AMIINT VIA_P6   00000.00016) @ 0x0fff0000
ACPI: FADT (v001 AMIINT VIA_P6   00000.00017) @ 0x0fff0030
ACPI: DSDT (v001    VIA   P4X266 00000.04096) @ 0x00000000
ACPI: BIOS passes blacklist
Kernel command line: root=/dev/hda9
Initializing CPU#0
Detected 1791.237 MHz processor.
Console: colour VGA+ 80x25
Calibrating delay loop... 3565.15 BogoMIPS
Memory: 256112k/262080k available (1813k kernel code, 5580k reserved, 606k data, 116k init, 0k highmem)
Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)
Inode cache hash table entries: 16384 (order: 5, 131072 bytes)
Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)
Buffer-cache hash table entries: 16384 (order: 4, 65536 bytes)
Page-cache hash table entries: 65536 (order: 6, 262144 bytes)
CPU: L1 I cache: 0K, L1 D cache: 8K
CPU: L2 cache: 512K
Intel machine check architecture supported.
Intel machine check reporting enabled on CPU#0.
CPU:     After generic, caps: 3febf9ff 00000000 00000000 00000000
CPU:             Common caps: 3febf9ff 00000000 00000000 00000000
CPU: Intel(R) Pentium(R) 4 Mobile CPU 1.80GHz stepping 04
Enabling fast FPU save and restore... done.
Enabling unmasked SIMD FPU exception support... done.
Checking 'hlt' instruction... OK.
POSIX conformance testing by UNIFIX
mtrr: v1.40 (20010327) Richard Gooch (rgooch@atnf.csiro.au)
mtrr: detected mtrr type: Intel
ACPI: Subsystem revision 20021212
PCI: PCI BIOS revision 2.10 entry at 0xfdb51, last bus=1
PCI: Using configuration type 1
    ACPI-0263: *** Info: GPE Block0 defined as GPE0 to GPE15
ACPI: Interpreter enabled
ACPI: Using PIC for interrupt routing
ACPI: System [ACPI] (supports S0 S1 S4 S5)
ACPI: PCI Root Bridge [PCI0] (00:00)
PCI: Probing PCI hardware (bus 00)
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
ACPI: Power Resource [URP1] (off)
ACPI: Embedded Controller [EC0] (gpe 5)
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.AGP_._PRT]
ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 *10 11 12 14 15)
ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 10 *11 12 14 15)
ACPI: PCI Interrupt Link [LNKC] (IRQs 3 10 11, enabled at IRQ 5)
ACPI: PCI Interrupt Link [LNKD] (IRQs 5 6 7, enabled at IRQ 10)
PCI: Probing PCI hardware
PCI: No IRQ known for interrupt pin A of device 00:11.1 - using IRQ 255
PCI: Using ACPI for IRQ routing
PCI: if you experience problems, try using option 'pci=noacpi' or even 'acpi=off'
PCI: Cannot allocate resource region 0 of device 00:11.5
...
...
ACPI: AC Adapter [AC0] (on-line)
ACPI: Battery Slot [BAT0] (battery present)
ACPI: Power Button (FF) [PWRF]
ACPI: Lid Switch [LIDD]
ACPI: Sleep Button (CM) [SLPB]
ACPI: Processor [CPU1] (supports C1, 16 throttling states)
...


Perhaps any code/script that did not change correctly with the new kernel?

Thanks for any suggestions or help!
Back to top
View user's profile Send private message
TMiegel
n00b
n00b


Joined: 07 Feb 2003
Posts: 36
Location: Deutschland

PostPosted: Mon Feb 10, 2003 4:05 pm    Post subject: Reply with quote

Ok, problem solved with the help of firefly (thanks!).

I needed to activate "Power Management support" (not "Advanced Power Management BIOS support") in my kernel-options.

Now my Laptop poweroffs fine.

But no solved problem, without a new one:
No the ehci-hcd.o-Module for USB2.0 fails to load. But i do not need the support :wink: ...
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum