You are not logged in.
Pages: 1
I installed Arch on a machine using the new x86_64 core USB image and upon the first boot I found that my network would not initialize properly. Looking at my rc.conf I saw that no modules were listed and I realized that the installer never asked to automatically detect hardware. What happened to this feature? I can confirm that this also occurs on the i686 core USB image.
Offline
Is this line still in your rc.conf?
MOD_AUTOLOAD="yes"Because my module list consists of this:
MODULES=(fuse)Everything else the first line gets..
Offline
I've got MOD_AUTOLOAD enabled, my modules line is empty. Network refuses to start, I just get "eth0: timed out" and I know that it worked with the older release. Am I missing something?
Offline
Is your network configured correctly?
Try this in terminal:
sudo dhcpcd eth0Anything?
Offline
Okay, out of nowhere it started working, then stopped again. I tried enabling WOL and some other things suggested in the wiki but that didn't help. Something's causing it to flake out, maybe something in a recent kernel update?
Offline
I guess you are refering to hwdetect http://www.archlinux.org/pipermail/arch … 00322.html
There shouldn't be any reason to learn more editor types than emacs or vi -- mg (1)
[You learn that sarcasm does not often work well in international forums. That is why we avoid it. -- ewaller (arch linux forum moderator)
Offline
That clears things up, thanks. I think I've got some troubleshooting to do.
Offline
You can still use it if you want to, but its in [extra] now
There shouldn't be any reason to learn more editor types than emacs or vi -- mg (1)
[You learn that sarcasm does not often work well in international forums. That is why we avoid it. -- ewaller (arch linux forum moderator)
Offline
Pages: 1