FSC Amilo XA2528 - Probleme mit CD/DVD-LW

Ritschie

Ritschie

Leap-User
Hi Leutz,

ich habe ein großes Problem mit diesem FSC Amilo XA2528. Ich bekomme das CD/DVD-Laufwerk einfach nicht zum Laufen.

1. Installation: diese bricht nach dem Laden des Kernel und einiger Treiber bei sämtlichen SuSE-Versionen die ich habe mit dieser Fehlermeldung ab:
Code:
Could not find the opensuse repositiry.
Activating manual setup program
Der Versuch, im manuellen Setup Kernelmodule nachzuladen hat mich nicht weiter gebracht. So ziemlich sämtliche Bootparameter hatten auch keinen Erfolg. Hab auch andere Distris probiert (z.B. Fedora) - auch hier Fehlermeldung bezüglich des CD/DVD-Laufwerks. Einzige Lösung des Problems war für mich ne Netzwerkinstallation.

2. Nun läuft openSUSE 10.3 mit Kernel 2.6.24. Beim Boot mindestens eine Minute lang folgende und ähnliche Fehlermeldungen:
Code:
ata3.00: class mismatch 3 != 1
ata3.00: revalidation failed (errno=-19)
ata3: failed to recover some devices, retrying in 5 secs
ata3: soft resetting port
ata3.00: configured for PIO0
ata3: EH complete
ata3.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x2 frozen
ata3.00: cmd a0/00:00:00:00:20/00:00:00:00:00/a0 tag 0 cdb 0x12 data 36 in
res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
ata3: soft resetting port
Anschließend ist im laufenden Sys kein Laufwerk verfügbar. lspci gibt aus:
Code:
00:00.0 RAM memory: nVidia Corporation C51 Host Bridge (rev a2)
00:00.1 RAM memory: nVidia Corporation C51 Memory Controller 0 (rev a2)
00:00.2 RAM memory: nVidia Corporation C51 Memory Controller 1 (rev a2)
00:00.3 RAM memory: nVidia Corporation C51 Memory Controller 5 (rev a2)
00:00.4 RAM memory: nVidia Corporation C51 Memory Controller 4 (rev a2)
00:00.5 RAM memory: nVidia Corporation C51 Host Bridge (rev a2)
00:00.6 RAM memory: nVidia Corporation C51 Memory Controller 3 (rev a2)
00:00.7 RAM memory: nVidia Corporation C51 Memory Controller 2 (rev a2)
00:02.0 PCI bridge: nVidia Corporation C51 PCI Express Bridge (rev a1)
00:03.0 PCI bridge: nVidia Corporation C51 PCI Express Bridge (rev a1)
00:04.0 PCI bridge: nVidia Corporation C51 PCI Express Bridge (rev a1)
00:09.0 RAM memory: nVidia Corporation MCP51 Host Bridge (rev a2)
00:0a.0 ISA bridge: nVidia Corporation MCP51 LPC Bridge (rev a3)
00:0a.1 SMBus: nVidia Corporation MCP51 SMBus (rev a3)
00:0a.3 Co-processor: nVidia Corporation MCP51 PMU (rev a3)
00:0b.0 USB Controller: nVidia Corporation MCP51 USB Controller (rev a3)
00:0b.1 USB Controller: nVidia Corporation MCP51 USB Controller (rev a3)
[B]00:0d.0 IDE interface: nVidia Corporation MCP51 IDE (rev f1)
00:0e.0 IDE interface: nVidia Corporation MCP51 Serial ATA Controller (rev f1)[/B]
00:10.0 PCI bridge: nVidia Corporation MCP51 PCI Bridge (rev a2)
00:10.1 Audio device: nVidia Corporation MCP51 High Definition Audio (rev a2)
00:14.0 Bridge: nVidia Corporation MCP51 Ethernet Controller (rev a3)
00:18.0 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] HyperTransport Technology Configuration
00:18.1 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Address Map
00:18.2 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] DRAM Controller
00:18.3 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Miscellaneous Control
05:00.0 VGA compatible controller: nVidia Corporation Unknown device 0425 (rev a1)
07:06.0 FireWire (IEEE 1394): VIA Technologies, Inc. IEEE 1394 Host Controller (rev c0)
Laut nVidia Homepage benötigt die Festplatte (SATA) den sata_nv, das Laufwerk (IDE) amd74xx. Als default wird aber ständig pata_amd und sata_nv geladen. Erst nach "brokenmodules=pata_amd" wurde amd74xx geladen. Aber leider wurde auch dann das Laufwerk nicht erkannt. Ich dachte erst, Bug 332266 wäre das Problem. Aber mit "libata.force_cbl=40" komm ich auch nicht weiter.

Im Amilo-Forum hat jemand angeblich das Problem wie folgt beseitigt:
Don't yet know which steps may be skipped, but this should work;

- get Linux kernel version: 2.6.24-rc3

- some of the probably important settings in .config:
Code:

Code:
CONFIG_FUJITSU_LAPTOP=m
CONFIG_IDE=m
CONFIG_BLK_DEV_IDE=m
# CONFIG_BLK_DEV_IDE_SATA is not set
# CONFIG_BLK_DEV_HD_IDE is not set
# CONFIG_BLK_DEV_IDEDISK is not set
CONFIG_IDEDISK_MULTI_MODE=y
CONFIG_BLK_DEV_IDEACPI=y
CONFIG_IDE_GENERIC=m
CONFIG_BLK_DEV_IDEPCI=y
# CONFIG_IDEPCI_SHARE_IRQ is not set
CONFIG_BLK_DEV_AMD74XX=m
CONFIG_BLK_DEV_IDEDMA=y
CONFIG_SCSI=y
CONFIG_SCSI_DMA=y
CONFIG_SCSI_TGT=m
CONFIG_SCSI_NETLINK=y
CONFIG_SCSI_PROC_FS=y
CONFIG_BLK_DEV_SD=y
CONFIG_ATA=y
# CONFIG_ATA_NONSTANDARD is not set
CONFIG_ATA_ACPI=y
CONFIG_SATA_AHCI=y
CONFIG_SATA_NV=y
CONFIG_PATA_ACPI=m
# CONFIG_PATA_AMD is not set
CONFIG_ATA_GENERIC=m
CONFIG_MD=y
CONFIG_BLK_DEV_DM=m
CONFIG_I2C_NFORCE2=m
CONFIG_SND_HDA_CODEC_REALTEK=y
CONFIG_SND_HDA_GENERIC=y
CONFIG_SOUND_PRIME=m
CONFIG_SOUND_OSS=m
CONFIG_HID_SUPPORT=y
CONFIG_HID=m


- compile, etc.

- At first I thought I had to boot with kernel option hda=nodma, but now it works without this. Dunno which option did it.
Der aktuelle Kernel alleine hat mir leider nix gebracht. Das händische Ändern der .config auch nicht. Komm ich vielleicht um das Selberkompillieren nicht herum?

Naja, bin gespannt auf euere Vorschläge.

Gruß,
Ritschie
 
Zuletzt bearbeitet:
Das händische Ändern der .config auch nicht. Komm ich vielleicht um das Selberkompillieren nicht herum?
Die .config beeinflusst den compilervorgang für das neue Kernel.
 
Das händische Ändern der .config auch nicht.

Wundert Dich das wirklich?

Komm ich vielleicht um das Selberkompillieren nicht herum?

Zumindest nicht um das Kompilieren der Module, die zusätzlich aktiviert wurden, die Bauen sich danach ja nicht von alleine.

Die entscheidende Frage ist, ob es sich nur um neue Module handelt, genauer gesagt, ob man diese neuen Features ausschließlich durch neue Module aktivieren kann.

Dazu solltest Du Dich äussern.

Greetz,

RM
 

Ähnliche Themen

Nvidia Hybrid-Grafikkarte: 3D Beschleunigung will nicht

Problem bei der installation einer Sun Netzwerkkarte

X startet nichtmehr

xrandr: cant open display

kein Sound bei sämtlichen Distributionen...

Zurück
Oben