You are not logged in.

#1 2008-04-17 21:54:15

19bab79
Member
Registered: 2008-04-17
Posts: 14

no network

i am completely new to arch and am having trouble getting it installed on my laptop. it does not detect network devices. i have checked the proper files and my network is configured properly. here are my steps to getting my network detected so far.
'hwdetect --show-net' which replies '/sys/devices is not present -- mount /sys first.' after that i do a 'mount /sys' and am answered with 'mount: can't find /sys in /etc/fstab or /etc/mtab'
can anyone help me out please.

Offline

#2 2008-04-18 11:01:53

Captain Spaulding
Member
Registered: 2006-11-16
Posts: 115
Website

Re: no network

/sys is a virtual filesystem and is populated at runtime. You are probably missing some essential services, that will do this for you. Check you /etc/rc.conf if you start the services dbus and hal. If not, add them after syslog-ng but before everything else.

Offline

#3 2008-04-18 12:51:06

19bab79
Member
Registered: 2008-04-17
Posts: 14

Re: no network

i added those two services and i am still getting the same exact messages.

Last edited by 19bab79 (2008-04-18 12:51:29)

Offline

#4 2008-04-21 11:41:38

Captain Spaulding
Member
Registered: 2006-11-16
Posts: 115
Website

Re: no network

Hmh, check if there is a directory called "sys" on the / level. If so, try mounting it by hand

mount -t sysfs sysfs /sys

Otherwise create the directory and try again. Report back.

Last edited by Captain Spaulding (2008-04-21 11:45:01)

Offline

#5 2008-04-21 14:02:12

19bab79
Member
Registered: 2008-04-17
Posts: 14

Re: no network

i did a re install to see if i just forgot something but i get the same thing. no device found. i did the above and i get 'mount: unknown filesystem type 'sysfs''. i have also done a /etc/rc.d/network start, but i get no such device. i also do a ifconfig eth0 and get an error fetching interface information: device not found. also  when powering off, when it lists the daemons it is shutting down, is shows my daemons along with no such file or directory on hal, alsa, gdm, pcmcia, hotplug, and dbus.

Last edited by 19bab79 (2008-04-21 14:06:03)

Offline

Board footer

Powered by FluxBB