Yes. That's what I experienced a few weeks ago. More precisely, the symptom was as follows:
- Cold boot to Linux: NO_CARRIER
- Cold boot to Windows and reboot to Linux: IT'S WORKING!(what?)
Darn. Which curse did make my box as dull as possible like this? First I blamed my lovely bleeding-edge Arch Linux and built Gentoo stable, and later blamed dhcpcd and installed dhclient(in dhcp ebuild). I thought I got it with Gentoo+dhclient, but I was mistaken. Neither was the devil within.
I googled and in Arch Linux forum I found that there are several people with same issue, and it was NOT only atl1c module either. Some were using Marvel chipsets, some used the same Qualcomm Atheros, and so on. Their "collective intelligence" found out a solution, but it was of no effect to me(and some others in the forum), and I found yet the other cause for the issue.
So, here I leave things I found you can try(both googled ones and my own finding):
- (My own finding)
Disable "power up from PCI device" feature from BIOS. Yes. From BIOS. And it's done. Other "power up from....." settings(e.g. keyboard, mouse) were actually not related to the issue in any way(still I enable "power up from USB keyboard" feature). - (from https://bbs.archlinux.org/viewtopic.php?pid=994513#p994513)
Send "on" message to the PCI system. e.g. echo on > /sys/bus/pci/devices/0000:00:XX.0/power/control
Simple, huh?
Hope this helps others with same symptom.
No comments:
Post a Comment