Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index International Gentoo Users Deutsches Forum (German)
  • Search

Gentoo 2006.0 auf IBM T60p (Lenovo)

Support-Forum
Diskussionen rund um Installation, Betrieb und Anpassungen von Gentoo und dessen Paketen sowie dabei auftretenden (technischen) Problemen.
Deutsches Portal: www.gentoo.de
Post Reply
  • Print view
Advanced search
19 posts • Page 1 of 1
Author
Message
stiwi
Apprentice
Apprentice
Posts: 266
Joined: Thu Mar 20, 2003 10:07 pm
Location: hamburg - germany

Gentoo 2006.0 auf IBM T60p (Lenovo)

  • Quote

Post by stiwi » Mon Apr 10, 2006 10:04 am

Hat schon jemand gentoo auf einem IBM T60p zum laufen gebracht? Ich habe etwas stress mit der Kernel-config. Kann vielleicht jemand eine laufende posten?

Danke
Top
stiwi
Apprentice
Apprentice
Posts: 266
Joined: Thu Mar 20, 2003 10:07 pm
Location: hamburg - germany

  • Quote

Post by stiwi » Tue Apr 11, 2006 10:09 am

ok, um das problem genauer zu beschreiben: nach dem erkennen des cd-laufwerkes und vor dem erkennen der sata festplatte hängt der kernel ungelogen 1 minute und tut nix. danach geht es normal weiter. jemand eine idee? genkernel läuft kimischer weise ohne den hänger. da ist sata aber auch als modul.

kernel 2.6.15-r1
Top
Pumpkin
n00b
n00b
User avatar
Posts: 18
Joined: Sun Dec 14, 2003 10:40 pm
Location: Aachen, Germany

  • Quote

Post by Pumpkin » Tue Apr 11, 2006 11:11 am

hi, hatte das gleiche problem (allerdings bei einem thinkpad r52)

das liegt an dem sata to pata gedöhns...
hab auf den 2-6-16-r1 kernel gewecheslt, nun funktioniert alles problemlos...

MFG
Top
hoschi
Advocate
Advocate
User avatar
Posts: 2517
Joined: Sat Jul 19, 2003 9:08 pm
Location: Ulm, Germany, Europe
Contact:
Contact hoschi
Website

  • Quote

Post by hoschi » Tue Apr 11, 2006 4:37 pm

/usr/src/linux/drivers/scsi/libata-core.c
int atapi_enabled = 1;
Sollte alle eventuellen Probleme mit dem CD-ROM Laufwerk dass am S-ATA Port haengt beheben :)

www.thinkwiki.org
Just you and me strogg!
Top
stiwi
Apprentice
Apprentice
Posts: 266
Joined: Thu Mar 20, 2003 10:07 pm
Location: hamburg - germany

  • Quote

Post by stiwi » Tue May 02, 2006 3:38 pm

seit kernel 2.6.16 ist das problem weg. danke
Top
stiwi
Apprentice
Apprentice
Posts: 266
Joined: Thu Mar 20, 2003 10:07 pm
Location: hamburg - germany

  • Quote

Post by stiwi » Tue May 02, 2006 3:39 pm

axo, wenn jemand konfigurationsprobleme hat. bei mir läuft mitlerweilen fast alles. einfach mich fragen :-)
Top
gentop
l33t
l33t
Posts: 639
Joined: Mon Nov 29, 2004 6:03 pm

  • Quote

Post by gentop » Sat Sep 30, 2006 8:45 am

Moin,

hab auch nen T60p. Hast du suspend2 zum Laufen bekommen?

Gruß,
//gentop
Top
stiwi
Apprentice
Apprentice
Posts: 266
Joined: Thu Mar 20, 2003 10:07 pm
Location: hamburg - germany

  • Quote

Post by stiwi » Sat Sep 30, 2006 6:26 pm

gentop wrote:Moin,

hab auch nen T60p. Hast du suspend2 zum Laufen bekommen?

Gruß,
//gentop
ne, leider noch gar nicht richtig drum gekümmert. muss ich dringend noch machen. hast du die docking station? wenn ja, hast du da dieses usb problem?
Top
Lenz
Veteran
Veteran
User avatar
Posts: 1439
Joined: Thu Jul 17, 2003 9:48 pm
Location: Marburg [HE, D, EU]

  • Quote

Post by Lenz » Sat Sep 30, 2006 7:26 pm

Ich habe einen R52 und Suspend2 (disk und ram) funktioniert problemlos. Ich sehe keinen Grund, warum es beim T60 anders sein sollte. Wenn interesse besteht, könnte ich mal meine hibernate.conf und ram.conf posten.

-- Lenz
.:: Lenz' Signature 1.7b ::.

| Gentoo Linux since v1.4 (08-2003) [Screenshot]
| NetHack Highscore: 5.476.380 Pts., Val-Dwa-Fem-Law, ~ ascended to demigoddess-hood ~
Top
stiwi
Apprentice
Apprentice
Posts: 266
Joined: Thu Mar 20, 2003 10:07 pm
Location: hamburg - germany

  • Quote

Post by stiwi » Sat Sep 30, 2006 7:32 pm

Lenz wrote:Wenn interesse besteht, könnte ich mal meine hibernate.conf und ram.conf posten.
Ja, poste gerne mal.

Danke
Top
Lenz
Veteran
Veteran
User avatar
Posts: 1439
Joined: Thu Jul 17, 2003 9:48 pm
Location: Marburg [HE, D, EU]

  • Quote

Post by Lenz » Sat Sep 30, 2006 9:21 pm

HTH: :twisted:
hibernate.conf wrote:# Example hibernate.conf file. Adapt to your own tastes.
# Options are not case sensitive.
#
# Run "hibernate -h" for help on the configuration items.

# Edited by Lenz




##############################################################################
### Choose your Suspend method. You currently have 3 choices:
###
### suspend2 Software Suspend 2 (requires kernel patches from
### http://www.suspend2.net/)
###
### sysfs_power_state Uses /sys/power/state to suspend (activates pmdisk
### on kernels < 2.6.8, or vanilla swsusp otherwise).
###
### acpi_sleep Uses /proc/acpi/sleep to activate swsusp, or other
### ACPI sleep state supported by your machine.
###
##############################################################################

### suspend2 (for Software Suspend 2)
UseSuspend2 yes
Reboot no
EnableEscape yes
DefaultConsoleLevel 1
Compressor lzf
Encryptor none
# ImageSizeLimit 200
## useful for initrd usage:
SuspendDevice swap:/dev/sda6
## Powerdown method - 3 for suspend-to-RAM, 4 for ACPI S4 sleep, 5 for poweroff
# PowerdownMethod 5
## Any other /proc/software_suspend setting can be set like so:
# ProcSetting expected_compression 50
## Or traditionally like this:
# Suspend2AllSettings 0 0 2056 65535 5
## Or even from the results of hibernate --save-settings with this:
# Suspend2AllSettingsFile /etc/hibernate/suspend-settings.conf
## For filewriter:
# FilewriterLocation /suspend_file 1000
# VerifyFilewriterResume2 yes
# ProcSetting userui_program /sbin/suspend2ui_text

### sysfs_power_state
## To use /sys/power/state to suspend your machine (which may offer
## suspend-to-RAM, suspend-to-disk, standby, etc) comment out all the options
## above for Software Suspend 2, below for acpi_sleep, and uncomment this line.
## You may replace mem with any one of the states from "cat /sys/power/state"
# UseSysfsPowerState mem
# PowerdownMethod shutdown

### acpi_sleep
## To use ACPI to suspend your machine (via /proc/acpi/sleep), comment out
## all the options above for Software Suspend 2 and sysfs, and uncomment this
## line. The number refers to the ACPI sleep state - 3 is suspend-to-RAM and
## 4 is suspend-to-disk.
# UseACPISleep 4

##############################################################################
### Some global settings
##############################################################################

Verbosity 0
LogFile /var/log/hibernate.log
LogVerbosity 1
# AlwaysForce yes
# AlwaysKill yes
# HibernateVT 15
Distribution gentoo
# XDisplay :0

##############################################################################
### Scriptlets
### Scriptlets provide support for doing all sorts of things before and after
### suspending. The defaults settings here should work for most people, but
### you may wish to edit these to taste. Consult "hibernate -h" for help on
### the configuration settings.
##############################################################################

### bootsplash
## If you use bootsplash, also enabling SwitchToTextMode is recommended if
## you use X, otherwise you may end up with a garbled X display.
# Bootsplash on
# BootsplashConfig /etc/bootsplash/default/config/bootsplash-1024x768.cfg

### clock
SaveClock restore-only

### devices
# IncompatibleDevices /dev/dsp /dev/video*

### diskcache
# DisableWriteCacheOn /dev/hda

### fbsplash (enable SwitchToTextMode if you use this)
# FBSplash on
# FBSplashTheme suspend2

### filesystems
# Unmount /mnt/data
# UnmountFSTypes smbfs nfs vfat
# UnmountGraceTime 1
# Mount /mnt/data

### grub
#ChangeGrubMenu yes
#GrubMenuFile /boot/grub/grub.conf
#AlternateGrubMenuFile /boot/grub/grub.hibernate.conf
#BackupGrubMenuFile /boot/grub/grub.hibernate.conf.bak

### hardware_tweaks
IbmAcpi yes
# RadeonTool yes

### lilo
# EnsureLILOResumes yes

### lock (generally you only want one of the following options)
# LockConsoleAs root
# LockXScreenSaver yes
# LockKDE yes
# LockXLock yes
# LockXAutoLock yes

### misclaunch
# OnSuspend 20 echo "Good night!"
# OnResume 20 echo "Good morning!"

### modules
# UnloadModules usb-ohci
# UnloadAllModules yes
# UnloadBlacklistedModules yes
LoadModules auto
# LoadModulesFromFile /etc/modules

### modules-gentoo
# GentooModulesAutoload yes

### network
# DownInterfaces auto
# UpInterfaces auto

### pcmcia
# EjectCards yes

### programs
# IncompatiblePrograms xmms

### services
# RestartServices postfix
# StopServices alsasound
# StartServices aumix

### vbetool
EnableVbetool yes
RestoreVbeStateFrom /var/lib/vbetool/vbestate
VbetoolPost yes
#RestoreVCSAData yes

### xhacks
# SwitchToTextMode yes
# UseDummyXServer yes

### xstatus
## This can be set to gnome, kde or x:
# XStatus gnome
# XSuspendText Preparing to suspend...
# XResumeText Resuming from suspend...
## When using XStatus x, and you have xosd installed:
# XosdSettings --font -misc-fixed-medium-r-semicondensed--*-120-*-*-c-*-*-* --colour=Green --shadow 1 --pos bottom --align center --offset 50




# End of file
ram.conf wrote:# Example ram.conf file for suspending to RAM. Adapt to your own tastes.
# Options are not case sensitive.
#
# Run "hibernate -h" for help on the configuration items.

# Edited by Lenz




### sysfs_power_state
UseSysfsPowerState mem

##############################################################################
### Some global settings
##############################################################################

Verbosity 0
LogFile /var/log/hibernate.log
LogVerbosity 1
# AlwaysForce yes
# AlwaysKill yes
# HibernateVT 15
Distribution gentoo
# XDisplay :0

##############################################################################
### Scriptlets
### Scriptlets provide support for doing all sorts of things before and after
### suspending. The defaults settings here should work for most people, but
### you may wish to edit these to taste. Consult "hibernate -h" for help on
### the configuration settings.
##############################################################################

### bootsplash
## If you use bootsplash, also enabling SwitchToTextMode is recommended if
## you use X, otherwise you may end up with a garbled X display.
# Bootsplash on
# BootsplashConfig /etc/bootsplash/default/config/bootsplash-1024x768.cfg

### clock
SaveClock restore-only

### devices
# IncompatibleDevices /dev/dsp /dev/video*

### diskcache
# DisableWriteCacheOn /dev/hda

### fbsplash (enable SwitchToTextMode if you use this)
# FBSplash on
# FBSplashTheme suspend2

### filesystems
# Unmount /mnt/data
# UnmountFSTypes smbfs nfs vfat
# UnmountGraceTime 1
# Mount /mnt/data

### grub
# ChangeGrubMenu yes
# GrubMenuFile /boot/grub/menu.lst
# AlternateGrubMenuFile /boot/grub/menu-suspended.lst
# BackupGrubMenuFile /boot/grub/menu.lst.hibernate.bak

### hardware_tweaks
IbmAcpi yes
# RadeonTool yes

### lilo
# EnsureLILOResumes yes

### lock (generally you only want one of the following options)
# LockConsoleAs root
# LockXScreenSaver yes
# LockKDE yes
# LockXLock yes
# LockXAutoLock yes

### misclaunch
# OnSuspend 20 echo "Good night!"
# OnResume 20 echo "Good morning!"

### modules
# UnloadModules usb-ohci
# UnloadAllModules yes
# UnloadBlacklistedModules yes
LoadModules auto
# LoadModulesFromFile /etc/modules

### modules-gentoo
# GentooModulesAutoload yes

### network
# DownInterfaces auto
# UpInterfaces auto

### pcmcia
# EjectCards yes

### programs
# IncompatiblePrograms xmms

### services
# RestartServices postfix
# StopServices alsasound
# StartServices aumix

### vbetool
EnableVbetool yes
RestoreVbeStateFrom /var/lib/vbetool/vbestate
#VbetoolPost yes
#RestoreVCSAData yes

### xhacks
#SwitchToTextMode yes
# UseDummyXServer yes

### xstatus
## This can be set to gnome, kde or x:
# XStatus gnome
# XSuspendText Preparing to suspend...
# XResumeText Resuming from suspend...
## When using XStatus x, and you have xosd installed:
# XosdSettings --font -misc-fixed-medium-r-semicondensed--*-120-*-*-c-*-*-* --colour=Green --shadow 1 --pos bottom --align center --offset 50




# End of file
.:: Lenz' Signature 1.7b ::.

| Gentoo Linux since v1.4 (08-2003) [Screenshot]
| NetHack Highscore: 5.476.380 Pts., Val-Dwa-Fem-Law, ~ ascended to demigoddess-hood ~
Top
gentop
l33t
l33t
Posts: 639
Joined: Mon Nov 29, 2004 6:03 pm

  • Quote

Post by gentop » Mon Oct 02, 2006 5:51 pm

OK. Damit funktioniert es - fast! Jetzt sehe ich nach dem Aufwachen zwar wieder meinen gnome-Desktop - allerdings bleibt nach kurzer Zeit so ziemlich jede Anwendung hängen und ich muss den Rechner resetten... Hat noch jemand ne Idee, wie man das ausbügeln könnte?

Gruß,
//Henrik
Top
stiwi
Apprentice
Apprentice
Posts: 266
Joined: Thu Mar 20, 2003 10:07 pm
Location: hamburg - germany

  • Quote

Post by stiwi » Mon Nov 06, 2006 2:04 pm

So, hab es jetzt auch mit dem T60p und Suspend2 versucht. Bekomme das Notebook aber nicht wieder erwacht. Weder im S2RAM noch S2Disk oder S2S4ACPI. Kannst du mal deine funktionierende T60 Hibernateconfg posten und mir sagen welchen Kernel du hast? Ewentuell den auch einmal posten.

Mein Fehler der immer kommt ist:
not syncing: failed to read chunk 0/23065 of the image (-5)
versuche das auf resume=swap:/dev/sda3

Danke
Top
gentop
l33t
l33t
Posts: 639
Joined: Mon Nov 29, 2004 6:03 pm

  • Quote

Post by gentop » Mon Nov 06, 2006 2:44 pm

Moin,
hibernate.conf

Code: Select all

UseSuspend2 yes
Reboot no
EnableEscape yes
DefaultConsoleLevel 1
Compressor lzf
Encryptor none
Verbosity 0
LogFile /var/log/hibernate.log
LogVerbosity 1
Distribution gentoo
SaveClock restore-only
UnloadBlacklistedModules yes
LoadModules auto
SwitchToTextMode yes
ram.conf

Code: Select all

UseSysfsPowerState mem
Verbosity 0
LogFile /var/log/hibernate.log
LogVerbosity 1
Distribution gentoo
SaveClock restore-only
IbmAcpi yes
LoadModules auto
#EnableVbetool yes
#RestoreVbeStateFrom /var/lib/vbetool/vbestate
So richtig funktionieren tut es aber immer noch nicht. Habe nach wie vor obigen Fehler. Hab mich nur seit längerem nicht mehr darum gekümmert.

Gruß,
//gentop
Top
alex00
l33t
l33t
Posts: 747
Joined: Mon Jul 12, 2004 7:33 am
Location: Wien

  • Quote

Post by alex00 » Mon Nov 06, 2006 2:55 pm

stiwi wrote:
gentop wrote:Moin,

hab auch nen T60p. Hast du suspend2 zum Laufen bekommen?

Gruß,
//gentop
ne, leider noch gar nicht richtig drum gekümmert. muss ich dringend noch machen. hast du die docking station? wenn ja, hast du da dieses usb problem?
Um welches USB Problem handelt es sich? Will mir auch ein T60p kaufen und wüsste gerne mehr...gibt es im Netz etwas darüber?
Top
stiwi
Apprentice
Apprentice
Posts: 266
Joined: Thu Mar 20, 2003 10:07 pm
Location: hamburg - germany

  • Quote

Post by stiwi » Mon Nov 06, 2006 7:05 pm

alex00 wrote:
stiwi wrote:
gentop wrote:Moin,

hab auch nen T60p. Hast du suspend2 zum Laufen bekommen?

Gruß,
//gentop
ne, leider noch gar nicht richtig drum gekümmert. muss ich dringend noch machen. hast du die docking station? wenn ja, hast du da dieses usb problem?
Um welches USB Problem handelt es sich? Will mir auch ein T60p kaufen und wüsste gerne mehr...gibt es im Netz etwas darüber?
das t60 ist super. usb problem mit der dockingstation habe ich in den griff bekommen. es war meine maus, die den internen hub gerne mal aufgehängt hat. suspend2 muss ich jetzt noch mal testen.
Top
stiwi
Apprentice
Apprentice
Posts: 266
Joined: Thu Mar 20, 2003 10:07 pm
Location: hamburg - germany

  • Quote

Post by stiwi » Mon Nov 06, 2006 7:05 pm

gentop wrote:Moin,
hibernate.conf

Code: Select all

UseSuspend2 yes
Reboot no
EnableEscape yes
DefaultConsoleLevel 1
Compressor lzf
Encryptor none
Verbosity 0
LogFile /var/log/hibernate.log
LogVerbosity 1
Distribution gentoo
SaveClock restore-only
UnloadBlacklistedModules yes
LoadModules auto
SwitchToTextMode yes
ram.conf

Code: Select all

UseSysfsPowerState mem
Verbosity 0
LogFile /var/log/hibernate.log
LogVerbosity 1
Distribution gentoo
SaveClock restore-only
IbmAcpi yes
LoadModules auto
#EnableVbetool yes
#RestoreVbeStateFrom /var/lib/vbetool/vbestate
So richtig funktionieren tut es aber immer noch nicht. Habe nach wie vor obigen Fehler. Hab mich nur seit längerem nicht mehr darum gekümmert.

Gruß,
//gentop

danke, welchen kernel verwendest du ?
Top
gentop
l33t
l33t
Posts: 639
Joined: Mon Nov 29, 2004 6:03 pm

  • Quote

Post by gentop » Mon Nov 06, 2006 7:43 pm

Den aktuellen Vanilla-Kernel.
//gentop

Edit: natürlich mit suspend2 gepatcht.
Top
stiwi
Apprentice
Apprentice
Posts: 266
Joined: Thu Mar 20, 2003 10:07 pm
Location: hamburg - germany

  • Quote

Post by stiwi » Mon Nov 06, 2006 7:51 pm

gentop wrote:Den aktuellen Vanilla-Kernel.
//gentop

Edit: natürlich mit suspend2 gepatcht.
ok, ich hab suspend2-sources versucht.
Top
Post Reply
  • Print view

19 posts • Page 1 of 1

Return to “Deutsches Forum (German)”

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy

 

 

magic