Bugzilla – Bug 112907
SLP Installation fails with IBM iSeries ThinkPad
Last modified: 2007-06-05 09:37:13 UTC
I've got an iSeries ThinkPad that does not install via SLP: Hardware: - "Type 2651" ThinkPad, P III 500 MHz, 256 MB - "level one" 10 MBit PCMCIA Ethernet adapter How to reproduce: - start mini ISO - select "Installation" - SLP installation starts with loading kernel from mini ISO - PCMCIA device is activated (connect and traffic LEDs indicate correct function) - Installation fails: "Could not find the SUSE Linux Installation Source. Activating manual setup program." Console output (Ctrl-Alt-F3): insmod /modules/piix.ko Ok, that seems to have worked. :-) Looking for a network server... Ok, that didn't work; see if we can activate another network device... No further network cards found; giving up. Automatic setup not possible.
Linuxrc problem. Maybe your network is broken.
Try manual mode and load the pcmcia module yourself. Does it work then? What does 'hwinfo --pcmcia' say?
I've checked with Christian Zoz. Loading the module seems to work (no errors), but network does not work afterwards. We tried with a tulip card. That one works. So the issue is with the network card, not the laptop as a whole. I agree that it is no blocker as only some PCMCIA cards seem to be affected, but it's at least major because it is a regression during installation, with no known workaround.
Christian seems to have problems with his own test machine as well. For me it works.
*** Bug 114029 has been marked as a duplicate of this bug. ***
PCMCIA bridges behave differently. With some of them you have to initialize the socket explicitely (add io and mem resources) before the card can be initialized. But since there is another a way to detect the presence of a card, we now initialize sockets, if there is a card. We don't want to initialize them always, because this might also crash some machines, if static io and mem ranges in config.opts do fit that machine. Joeachim, please confirm, that it works with beta4. Your PC-card is at my table.
Last sentence in first paragrah: " ... do _not_ fit ..."