You are not logged in.

#1 2009-08-27 12:07:07

shami
Member
From: SLOVAKIA
Registered: 2008-10-29
Posts: 11

netcfg

I trying set my network with netcfg, ethernet works fine, but wireless not finded while boot.

/etc/network.d/ethernet-dhcp

CONNECTION="ethernet-iproute"
DESCRIPTION="A basic dhcp ethernet connection using iproute"
INTERFACE="eth0"
IP="dhcp"

/etc/network.d/wireless-home

CONNECTION="wireless"
DESCRIPTION="home wireless"
INTERFACE="wlan0"
HOSTNAME="shami"
ESSID="shami"
IP="dhcp"

netcfg ethernet-dhcp --> works
netcfg wireless-home --> works

/etc/rc.conf

HOSTNAME="shami"

lo="lo 127.0.0.1"

gateway="default gw 192.168.0.254"
ROUTES=(!gateway)

NETWORKS=(ethernet-dhcp)

AUTO_NETWORKS=(auto-wireless wlan0)

DAEMONS=(preload hal @syslog-ng iptables net-profiles net-auto netfs @crond httpd mysqld alsa slim @cups)

Now while booting linux, it find ethernet conection, then finding wireless, but it write: "wireless not found".
I don't know why, it don't find wireless, when netcfg wireless-home works.

Sorry for my english hmm

Last edited by shami (2009-08-27 13:05:08)

Offline

#2 2009-08-28 20:28:13

djszapi
Member
From: Cambridge, United Kingdom
Registered: 2009-06-14
Posts: 1,439
Website

Re: netcfg

Hello shami!

Is it work with other way, not netcfg ?

Offline

#3 2009-08-29 04:12:21

Intrepid
Member
Registered: 2008-06-11
Posts: 254

Re: netcfg

Change your NETWORKS= line to include NETWORKS=(ethernet-dhcp wireless-home).

I'm 100% sure this will solve your problem!

Last edited by Intrepid (2009-08-29 04:12:43)


Intrepid (adj.): Resolutely courageous; fearless.

Offline

Board footer

Powered by FluxBB