[Bug 384275] New: CD-ROM not found because of not loaded module. Same module missing in initrd after install -> unuseable system
https://bugzilla.novell.com/show_bug.cgi?id=384275 Summary: CD-ROM not found because of not loaded module. Same module missing in initrd after install -> unuseable system Product: openSUSE 11.0 Version: Beta 1 Platform: x86-64 OS/Version: openSUSE 11.0 Status: NEW Severity: Blocker Priority: P5 - None Component: Installation AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: vodicka.petr@email.cz QAContact: jsrain@novell.com Found By: --- If i try to install OpenSUSE 11 Beta 1 64bit no my home server (Celeron 420, MB Foxconn P4M9007MB - VIA P4M900 chipset, PATA HDD), instalation fails and enters text mode and shows "unable to find cd-rom" (I am using different language, so message will by slightly different). It's because of not loaded module 'ide-generic'. Solution is to load it manually in text mode and choose "Start system installation/upgrade". After this, everything works fine till reboot. It's because of installation does not include module 'ide-generic' to initrd ram disk, so /dev/hda is not accesible for kernel after reboot. In OpenSUSE 10.3 solution would be to boot with DVD and choose "other options" a "start installed system" from graphics menu and after system start add module to /etc/sysconfig/kernel and make new initrd with mkinitrd script. But this is not possible in OpenSUSE 11 anymore because of missing "start installed system" in installation system. I think, that there is no way how to force installation to make initrd with aditional modules, so I had to copy initrd to another PC, unzip it and add 'ide-generic' module manually and modifi modules.dep file. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=384275 Stephan Kulow <coolo@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |coolo@novell.com AssignedTo|bnc-team-screening@forge.provo.novell.com |snwint@novell.com -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=384275 User vodicka.petr@email.cz added comment https://bugzilla.novell.com/show_bug.cgi?id=384275#c1 --- Comment #1 from Petr Vodicka <vodicka.petr@email.cz> 2008-05-01 02:05:31 MST --- I found some more details now. If I enable SATA in BIOS (even I am not using that at all) the IDE controller is detected properly and via82cxxx module (better choice then ide_generic) is loaded into kernel. Everything works fine after that. But I still don't know why IDE controller is not detected when SATA is disabled when it definetely should. And I think that installation utility should offer some choice how to rebuild initrd, because it's really hard to retrieve lifeless system, when something is wrong with modules in ramdisk. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=384275 User snwint@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=384275#c2 Steffen Winterfeldt <snwint@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|snwint@novell.com |kernel-maintainers@forge.provo.novell.com --- Comment #2 from Steffen Winterfeldt <snwint@novell.com> 2008-05-05 03:41:20 MST --- I'll assign this to our kernel team as the root cause is the not fully supported ide chipset. ide-generic is only a fallback and supports nothing of the module autoload infrastructure. You can 'repair' your system by either booting the rescue system or, I think, choosing the 'repair installed system' option from the boot menu. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=384275 User vodicka.petr@email.cz added comment https://bugzilla.novell.com/show_bug.cgi?id=384275#c3 --- Comment #3 from Petr Vodicka <vodicka.petr@email.cz> 2008-05-05 04:50:58 MST --- Thank you for your response. 'repair installed system' is not working in this case. I tried that with no luck. It checked system and nothing wrong was found. After that I tried to delete vmlinuz and initrd from /boot directory to make sure, that a lot is wrong and no success in repair again. I am not sure, if it show just "everything is ok" or "I am unable to repair", but I am sure, that it was not working. I repaired system already with editing initrd ramdisk manually, but when I was building new kernel because of DVB-T hardware, I accidentally rebuild initrd with wrong modules which I realized after next reboot (I have forgot that I was playing with /etc/sysconfig/kernel recently). I had to resurect system again, so I booted to 'rescue system' (boot from DVD to console, but not to system installed on disk) and I tried to mount root filesystem and chroot there and run mkinitrd, but chroot was not working (bash not found - even it was in /'chrotdir'/bin/bash, where it should be). So last chance before manually edit initrd ramdisk again was to copy kernel rpm from install DVD and "rpm -i --force kernel-xxxxx.rpm" to system and luckilly it was working. So I found 2 ways how to rebuild initrd, but I think, that some cleaner way should exist. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=384275 Greg Kroah-Hartman <gregkh@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|kernel-maintainers@forge.provo.novell.com |teheo@novell.com -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=384275 User teheo@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=384275#c4 Tejun Heo <teheo@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO Info Provider| |vodicka.petr@email.cz --- Comment #4 from Tejun Heo <teheo@novell.com> 2008-05-05 21:43:49 MST --- Petr, can you please post the result of "lspci -nn" w/ and w/o SATA enabled in BIOS? Thanks. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=384275 User vodicka.petr@email.cz added comment https://bugzilla.novell.com/show_bug.cgi?id=384275#c5 Petr Vodicka <vodicka.petr@email.cz> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW Info Provider|vodicka.petr@email.cz | --- Comment #5 from Petr Vodicka <vodicka.petr@email.cz> 2008-05-06 12:42:33 MST --- With SATA enabled: 00:00.0 Host bridge [0600]: VIA Technologies, Inc. P4M900 Host Bridge [1106:0364] 00:00.1 Host bridge [0600]: VIA Technologies, Inc. P4M900 Host Bridge [1106:1364] 00:00.2 Host bridge [0600]: VIA Technologies, Inc. P4M900 Host Bridge [1106:2364] 00:00.3 Host bridge [0600]: VIA Technologies, Inc. P4M900 Host Bridge [1106:3364] 00:00.4 Host bridge [0600]: VIA Technologies, Inc. P4M900 Host Bridge [1106:4364] 00:00.5 PIC [0800]: VIA Technologies, Inc. P4M900 I/O APIC Interrupt Controller [1106:5364] 00:00.6 Host bridge [0600]: VIA Technologies, Inc. P4M900 Security Device [1106:6364] 00:00.7 Host bridge [0600]: VIA Technologies, Inc. P4M900 Host Bridge [1106:7364] 00:01.0 PCI bridge [0604]: VIA Technologies, Inc. VT8237 PCI Bridge [1106:b198] 00:02.0 PCI bridge [0604]: VIA Technologies, Inc. P4M900 PCI to PCI Bridge Controller [1106:a364] (rev 80) 00:03.0 PCI bridge [0604]: VIA Technologies, Inc. P4M900 PCI to PCI Bridge Controller [1106:c364] (rev 80) 00:0f.0 IDE interface [0101]: VIA Technologies, Inc. Device [1106:5337] (rev 80) 00:0f.1 IDE interface [0101]: VIA Technologies, Inc. VT82C586A/B/VT82C686/A/B/VT823x/A/C PIPC Bus Master IDE [1106:0571] (rev 07) 00:10.0 USB Controller [0c03]: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller [1106:3038] (rev a0) 00:10.1 USB Controller [0c03]: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller [1106:3038] (rev a0) 00:10.2 USB Controller [0c03]: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller [1106:3038] (rev a0) 00:10.3 USB Controller [0c03]: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller [1106:3038] (rev a0) 00:10.4 USB Controller [0c03]: VIA Technologies, Inc. USB 2.0 [1106:3104] (rev 86) 00:11.0 ISA bridge [0601]: VIA Technologies, Inc. VT8237A PCI to ISA Bridge [1106:3337] 00:11.7 Host bridge [0600]: VIA Technologies, Inc. VT8251 Ultra VLINK Controller [1106:287e] 00:13.0 Host bridge [0600]: VIA Technologies, Inc. VT8237A Host Bridge [1106:337b] 00:13.1 PCI bridge [0604]: VIA Technologies, Inc. VT8237A PCI to PCI Bridge [1106:337a] 01:00.0 VGA compatible controller [0300]: VIA Technologies, Inc. Chrome9 HC IGP [1106:3371] (rev 01) 04:04.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ [10ec:8139] (rev 10) 04:06.0 Multimedia video controller [0400]: Brooktree Corporation Bt878 Video Capture [109e:036e] (rev 11) 04:06.1 Multimedia controller [0480]: Brooktree Corporation Bt878 Audio Capture [109e:0878] (rev 11) 80:01.0 Audio device [0403]: VIA Technologies, Inc. VIA High Definition Audio Controller [1106:3288] (rev 10) Without SATA: 00:00.0 Host bridge [0600]: VIA Technologies, Inc. P4M900 Host Bridge [1106:0364] 00:00.1 Host bridge [0600]: VIA Technologies, Inc. P4M900 Host Bridge [1106:1364] 00:00.2 Host bridge [0600]: VIA Technologies, Inc. P4M900 Host Bridge [1106:2364] 00:00.3 Host bridge [0600]: VIA Technologies, Inc. P4M900 Host Bridge [1106:3364] 00:00.4 Host bridge [0600]: VIA Technologies, Inc. P4M900 Host Bridge [1106:4364] 00:00.5 PIC [0800]: VIA Technologies, Inc. P4M900 I/O APIC Interrupt Controller [1106:5364] 00:00.6 Host bridge [0600]: VIA Technologies, Inc. P4M900 Security Device [1106:6364] 00:00.7 Host bridge [0600]: VIA Technologies, Inc. P4M900 Host Bridge [1106:7364] 00:01.0 PCI bridge [0604]: VIA Technologies, Inc. VT8237 PCI Bridge [1106:b198] 00:02.0 PCI bridge [0604]: VIA Technologies, Inc. P4M900 PCI to PCI Bridge Controller [1106:a364] (rev 80) 00:03.0 PCI bridge [0604]: VIA Technologies, Inc. P4M900 PCI to PCI Bridge Controller [1106:c364] (rev 80) 00:0f.0 IDE interface [0101]: VIA Technologies, Inc. Device [1106:5337] (rev 07) 00:10.0 USB Controller [0c03]: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller [1106:3038] (rev a0) 00:10.1 USB Controller [0c03]: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller [1106:3038] (rev a0) 00:10.2 USB Controller [0c03]: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller [1106:3038] (rev a0) 00:10.3 USB Controller [0c03]: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller [1106:3038] (rev a0) 00:10.4 USB Controller [0c03]: VIA Technologies, Inc. USB 2.0 [1106:3104] (rev 86) 00:11.0 ISA bridge [0601]: VIA Technologies, Inc. VT8237A PCI to ISA Bridge [1106:3337] 00:11.7 Host bridge [0600]: VIA Technologies, Inc. VT8251 Ultra VLINK Controller [1106:287e] 00:13.0 Host bridge [0600]: VIA Technologies, Inc. VT8237A Host Bridge [1106:337b] 00:13.1 PCI bridge [0604]: VIA Technologies, Inc. VT8237A PCI to PCI Bridge [1106:337a] 01:00.0 VGA compatible controller [0300]: VIA Technologies, Inc. Chrome9 HC IGP [1106:3371] (rev 01) 04:04.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ [10ec:8139] (rev 10) 04:06.0 Multimedia video controller [0400]: Brooktree Corporation Bt878 Video Capture [109e:036e] (rev 11) 04:06.1 Multimedia controller [0480]: Brooktree Corporation Bt878 Audio Capture [109e:0878] (rev 11) 80:01.0 Audio device [0403]: VIA Technologies, Inc. VIA High Definition Audio Controller [1106:3288] (rev 10) -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=384275 User coolo@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=384275#c6 --- Comment #6 from Stephan Kulow <coolo@novell.com> 2008-05-20 07:19:48 MST --- 2 weeks without action on a blocker bug tend to make me nervous - anything new for Petr to test? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=384275 User teheo@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=384275#c7 Tejun Heo <teheo@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO Info Provider| |vodicka.petr@email.cz --- Comment #7 from Tejun Heo <teheo@novell.com> 2008-05-20 22:33:36 MST --- Indeed, Petr, the problem is that sata_via and pata_via didn't detect the controllers for some reason. Can you please do the followings? 1. Boot the beta3 installation media w/o any parameter. If ATA detection fails, it will tell you as such and stop. Switch to vc9 (ctrl-alt-f9). It will give you a command console. 2. Plug in a usb stick. Running dmesg and reading the output will tell you which device node it got. If harddisk detection failed, it's likely get assigned /dev/sda. 3. Mount it under /mnt by running "mount /dev/sda1 /mnt". Depending on how the usb stick is formatted, you might need to load fs module. e.g. For ext3, modprobe ext3. 4. Run "cp /var/log/boot.msg /mnt; dmesg > /mnt/dmesg.out; lspci -nn > /mnt/lspci.out; cat /proc/interrupts > /mnt/interrupts.out; umount /mnt" 5. Post the result files here. Thanks. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=384275 User vodicka.petr@email.cz added comment https://bugzilla.novell.com/show_bug.cgi?id=384275#c8 Petr Vodicka <vodicka.petr@email.cz> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW Info Provider|vodicka.petr@email.cz | --- Comment #8 from Petr Vodicka <vodicka.petr@email.cz> 2008-05-26 00:06:57 MDT --- Created an attachment (id=218025) --> (https://bugzilla.novell.com/attachment.cgi?id=218025) boot.msg Sorry for the delay, but I was unable to make it faster... dmesg and lspci are not available after CD-ROM search fail, so I had to load ide-generic module manualy and start instalation from DVD. Then I was able to make this 2 logs too... -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=384275 User vodicka.petr@email.cz added comment https://bugzilla.novell.com/show_bug.cgi?id=384275#c9 --- Comment #9 from Petr Vodicka <vodicka.petr@email.cz> 2008-05-26 00:07:28 MDT --- Created an attachment (id=218026) --> (https://bugzilla.novell.com/attachment.cgi?id=218026) dmesg.out -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=384275 User vodicka.petr@email.cz added comment https://bugzilla.novell.com/show_bug.cgi?id=384275#c10 --- Comment #10 from Petr Vodicka <vodicka.petr@email.cz> 2008-05-26 00:07:55 MDT --- Created an attachment (id=218027) --> (https://bugzilla.novell.com/attachment.cgi?id=218027) interrupts.out -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=384275 User vodicka.petr@email.cz added comment https://bugzilla.novell.com/show_bug.cgi?id=384275#c11 --- Comment #11 from Petr Vodicka <vodicka.petr@email.cz> 2008-05-26 00:08:15 MDT --- Created an attachment (id=218028) --> (https://bugzilla.novell.com/attachment.cgi?id=218028) lspci.out -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=384275 User teheo@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=384275#c12 Tejun Heo <teheo@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO Info Provider| |vodicka.petr@email.cz --- Comment #12 from Tejun Heo <teheo@novell.com> 2008-05-26 01:29:39 MDT --- BAR1's size is 1. Very strange. Can you please post the output of "lspci -nnvvvxxx"? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=384275 User vodicka.petr@email.cz added comment https://bugzilla.novell.com/show_bug.cgi?id=384275#c13 Petr Vodicka <vodicka.petr@email.cz> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW Info Provider|vodicka.petr@email.cz | --- Comment #13 from Petr Vodicka <vodicka.petr@email.cz> 2008-05-26 10:47:21 MDT --- Created an attachment (id=218168) --> (https://bugzilla.novell.com/attachment.cgi?id=218168) lspci -nnvvvxxx lspci -nnvvvxxx -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=384275 Stephan Kulow <coolo@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Flag| |SHIP_STOPPER- -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=384275 User teheo@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=384275#c14 Tejun Heo <teheo@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO Info Provider| |vodicka.petr@email.cz --- Comment #14 from Tejun Heo <teheo@novell.com> 2008-05-27 02:16:28 MDT --- Please try the following kISO and report kernel boot log. http://htj.dyndns.org/export/kiso/SL110b3-x86_64-bug384275_dbg0.iso For more information on kISO. http://htj.dyndns.org/export/kiso/SL103-kISO-doc.txt -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=384275 User vodicka.petr@email.cz added comment https://bugzilla.novell.com/show_bug.cgi?id=384275#c15 Petr Vodicka <vodicka.petr@email.cz> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW Info Provider|vodicka.petr@email.cz | --- Comment #15 from Petr Vodicka <vodicka.petr@email.cz> 2008-05-27 14:11:56 MDT --- Created an attachment (id=218417) --> (https://bugzilla.novell.com/attachment.cgi?id=218417) boot.msg from kISO -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=384275 User teheo@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=384275#c16 Tejun Heo <teheo@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO Info Provider| |vodicka.petr@email.cz --- Comment #16 from Tejun Heo <teheo@novell.com> 2008-05-27 17:24:39 MDT --- Eeek... I inverted condition check. Here's fixed one. http://htj.dyndns.org/export/kiso/SL110b3-x86_64-bug384275_dbg1.iso Thanks. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=384275 User vodicka.petr@email.cz added comment https://bugzilla.novell.com/show_bug.cgi?id=384275#c17 --- Comment #17 from Petr Vodicka <vodicka.petr@email.cz> 2008-05-29 12:15:14 MDT --- Created an attachment (id=218959) --> (https://bugzilla.novell.com/attachment.cgi?id=218959) Another boot.msg from another kISO Eeek??? Don't you feel like a librarian ? ... Librarian with red hair ? Oook :) -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=384275 User vodicka.petr@email.cz added comment https://bugzilla.novell.com/show_bug.cgi?id=384275#c18 Petr Vodicka <vodicka.petr@email.cz> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW Info Provider|vodicka.petr@email.cz | --- Comment #18 from Petr Vodicka <vodicka.petr@email.cz> 2008-05-29 12:17:14 MDT --- .. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=384275 User teheo@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=384275#c19 --- Comment #19 from Tejun Heo <teheo@novell.com> 2008-05-29 22:31:06 MDT --- Heh.. I don't really get the librarian joke. Our culture doesn't have much meaning attached to librarian or red hair (well, almost all people have black hair here, so...) Anyways, hmmm... another failure. Stubborn bastard. Your controller doesn't have BAR5 mapped. Strange, that's where the SCR registers are supposed to be on vt6420 variants. I'm prepping another debug kISO, please standby a bit. Thanks. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=384275 Tejun Heo <teheo@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=384275 User teheo@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=384275#c20 Tejun Heo <teheo@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |NEEDINFO Info Provider| |vodicka.petr@email.cz --- Comment #20 from Tejun Heo <teheo@novell.com> 2008-06-09 04:33:49 MDT --- Sorry about the delay. Was off for the last week. Here's new kISO. http://htj.dyndns.org/export/kiso/SL110b3-x86_64-bug384275_dbg2.iso -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=384275 User vodicka.petr@email.cz added comment https://bugzilla.novell.com/show_bug.cgi?id=384275#c21 Petr Vodicka <vodicka.petr@email.cz> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |ASSIGNED Info Provider|vodicka.petr@email.cz | --- Comment #21 from Petr Vodicka <vodicka.petr@email.cz> 2008-06-09 07:21:25 MDT --- Created an attachment (id=221014) --> (https://bugzilla.novell.com/attachment.cgi?id=221014) new kISO Ok, here it is. But sata_via module detection took about 5 minutes. I allmost gived up. Sorry, I thought that Terry Pratchett's Discworld is famous all around the world, especially between high educated people like programmers. In our country I see several people to read book from him in subway everytime I go to work... -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=384275 User teheo@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=384275#c22 Tejun Heo <teheo@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |trenn@novell.com Status|ASSIGNED |NEEDINFO Info Provider| |vodicka.petr@email.cz --- Comment #22 from Tejun Heo <teheo@novell.com> 2008-06-24 01:13:07 MDT --- Sorry about the delay. Your BIOS assigned IRQ 0 to the controller. It looks like it could have messed up the BAR setting too. Is there any related settings in the BIOS setup menu? Thomas, the controller got assigned short BARs than expected and IRQ 0. Any ideas? Thanks. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=384275 User teheo@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=384275#c23 --- Comment #23 from Tejun Heo <teheo@novell.com> 2008-06-24 01:19:38 MDT --- Also, does it work if you specify "irqpoll" kernel parameter? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=384275 User stbinner@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=384275#c24 Stephan Binner <stbinner@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|Blocker |Major --- Comment #24 from Stephan Binner <stbinner@novell.com> 2008-07-28 02:58:23 MDT --- No Blocker according to http://en.opensuse.org/Bugs/Definitions -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=384275 User trenn@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=384275#c25 --- Comment #25 from Thomas Renninger <trenn@novell.com> 2008-07-28 09:28:31 MDT --- Can you try pci=noacpi boot param. Is there a newer BIOS for the machine? If yes, better update and try again. If you still see the issue, pls upload acpidump output. Even this is after Sata tries to grab IRQ0, everything is pointing to ACPI: <4>ACPI Exception (exoparg2-0442): AE_AML_PACKAGE_LIMIT, Index (0FFFFFFFF) is beyond end of object [20070126] <4>ACPI Error (psparse-0537): Method parse/execution failed [\_SB_.PCI0.PATA.GTM_] (Node ffff810019534e90), AE_AML_PACKAGE_LIMIT <4>ACPI Error (psparse-0537): Method parse/execution failed [\_SB_.PCI0.PATA.CHN0._GTM] (Node ffff810019534330), AE_AML_PACKAGE_LIMIT <3>ata1: ACPI get timing mode failed (AE 0x300d) <4>ACPI Exception (exoparg2-0442): AE_AML_PACKAGE_LIMIT, Index (0FFFFFFFF) is beyond end of object [20070126] <4>ACPI Error (psparse-0537): Method parse/execution failed [\_SB_.PCI0.PATA.GTM_] (Node ffff810019534e90), AE_AML_PACKAGE_LIMIT <4>ACPI Error (psparse-0537): Method parse/execution failed [\_SB_.PCI0.PATA.CHN1._GTM] (Node ffff810019534fd0), AE_AML_PACKAGE_LIMIT <3>ata2: ACPI get timing mode failed (AE 0x300d) Hmm, not sure what Tejun did to come at least that far. How old is the machine? If it is say, before 2003, maybe it works with acpi=off or noapic. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=384275 User aj@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=384275#c28 Andreas Jaeger <aj@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |RESOLVED Info Provider|vodicka.petr@email.cz | Resolution| |NORESPONSE --- Comment #28 from Andreas Jaeger <aj@novell.com> 2008-10-24 05:30:51 MDT --- The requested information has not been provided for over 4 weeks. The bug gets therefore closed as NORESPONSE. Please reopen the bug if you can supply the requested information. I would appreciate if you could test the current openSUSE 11.1 Beta first and see whether that one fixes the problem. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com