Configure Network button is greyed out during install
I am installing a newly-purchased subscription of RHEL 6, using the 6.0 media kit provided by Red Hat. My symptom is identical to that described here: https://access.redhat.com/site/discussions/467643, although I have no solution.
Trying with the 6.4 media (Anaconda 13.21.195) the system hangs on 'Waiting for hardware to initialize...'. The 6.0 media (Anaconda 13.21.82) breezes past this, but does not recognize either wired or wireless network devices - symptom is greyed out 'Configure Network' button.
My concern of course is that the newly-purchased hardware I'm using isn't compatible with the rather old kernel. The system spec is here: http://www.toshiba.com/us/computers/laptops/qosmio/X70/X75-A7290. Before wiping out Windows, I confirmed that I had a wired connection, i.e. I know there's no hardware fault as such.
Some other diagnostics:
> lspci -nnk
07:00.0 Network controller [0280]: Intel Corporation Device [8086:0887] (rev c4)
Subsystem: Intel Corporation Device [8086:4062]
0d:00.0 Ethernet controller [0200]: Atheros Communications Device [1969:1091] (rev 10)
Subsystem: Toshiba America Info Systems Device [1179:fa77
> dmesg| grep intel
platform microcode: firmware: requesting intel-ucode/06-3c-0
Any suggestions would be most appreciated. And apologies for my ignorance.
Responses
Are you hoping to use only a wired or also a wireless connection?
(And is there any particular reason why you are using 6.0 instead of the newest update?)
According to the vendor:device ID pairing [1], your network device is supported by the alx driver provided by ELRepo's kmod-alx [2]. Please see ELRepo's home page for more info about this repository. Download the package from one of the mirrors and install it using rpm. These kmod packages are kABI-tracking, meaning they survive kernel updates transparently.
[1] http://elrepo.org/tiki/DeviceIDs
[2] http://elrepo.org/tiki/kmod-alx
[3] http://elrepo.org
I had run into a similar issue with IBM hardware, which turned out that it was searching for a floppy. I would try to figure out why the 6.4 install is not working.
reboot, and when the first screen appears, press tab
and after
> vmlinuz initrd=initrd.img
add
> vmlinuz initrd=initrd.img floppy.allowed_drive_mask=0
You should be able to press ALT-F2 (or F3, etc..) to see what it is hung up on and provide that back to this thread, it may help us figure out what additional boot flags you need.
I'm kind of flighty... I didn't even notice we were talking about a laptop. Anywho ;-)
Had you found any documentation on noapic or noprobe and apci=off? The problem I have found with the laptops is how they seem to consolidate many functions to one chipset (apparently). So, if you disable what you think is bluetooth, the WLAN is no longer working too, etc... I imagine you can try to disable some of the onboard components, at least to get the OS, installed, and then go from there? I would disable the onboard sound (like you had eluded to).
It's been a while since I had installed RHEL on a laptop, so I'm afraid I'm a bit rusty. Feel free to check out this page, and try some of the options:
https://access.redhat.com/site/documentation/en-US/Red_Hat_Enterprise_Linux/6/html/Installation_Guide/sn-bootoptions-hardware.html#sn-bootoptions-hwdetection
Hey Bruce, I just recalled one other tremendously annoying aspect of Laptops built for a windows-centric world. There was something related to whether you had disabled a component while in Windows (via software) and rebooted to Linux and there was no way to re-enable the component again in Linux. I'll keep digging. Not that it is impacting you at the moment, but I thought I would mention it.
Were you able to get the system patched to current? There are some additional packages that deal with the fans and sensors, which may actually add kernel modules that may allow you to run acpi again.
I agree that the potential for issues by disabling power management might not be worth the risk. Hopefully somebody has some additional guidance.