Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Wireless doesn't start with net.ethx command [SOLVED]
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
VinzC
Watchman
Watchman


Joined: 17 Apr 2004
Posts: 5098
Location: Dark side of the mood

PostPosted: Sat Mar 19, 2005 4:36 pm    Post subject: Wireless doesn't start with net.ethx command [SOLVED] Reply with quote

Hi.

I have a Dell Inspiron 6000 and an encrypted wireless LAN. On my laptop wireless starts only when I type the following command:
Code:
iwconfig eth1 essid MyAP key <My Key> && dhcpcd -h solo -D eth1

After that I can see and use the LAN. eth0 is a Broadcom 44xx series, which works fine, eth1 is the wlan interface. I'm using package ipw2200.

EDIT: When I boot the laptop, /etc/init.d/net.eth1 status reports net.eth1 has been started although I didn't add net.eth1 to any runlevel.

I've setup /etc/conf.d/net:
Code:
dhcpcd_eth0="-t 8"
fallback_eth0=( "192.168.5.10 netmask 255.255.255.0" )

and /etc.conf.d/wireless:
Code:
# Network selection on wireless interface
essid_eth1="any"
preferred_aps_eth1=( "MyAP" )
key_MyAP="<My Key>"
dhcpcd_defaults="-t 5"


I have
    Gentoo dev sources 2.6.11-gentoo-r3,
    net-wireless/wireless-tools-27,
    net-wireless/ipw2200-1.0.1,
    net-wireless/ipw2200-firmware-2.2,
    sys-apps/baselayout-1.11.10-r2,
    sys-apps/sysvinit-2.86,
    app-shells/bash-3.0-r8 and
    sys-libs/readline-5.0-r2.


if I run /etc/init.d/net.eth1 start, not only the init script fails but I also get this error in the logs:
Code:
Mar 19 16:48:39 solo ipw2200: Firmware error detected.  Restarting.
Mar 19 16:48:49 solo rc-scripts: Failed to configure wireless for eth1
.

Can anyone help? Thanks in advance.
_________________
Gentoo addict: tomorrow I quit, I promise!... Just one more emerge...
1739!


Last edited by VinzC on Sun Mar 20, 2005 1:42 pm; edited 1 time in total
Back to top
View user's profile Send private message
VinzC
Watchman
Watchman


Joined: 17 Apr 2004
Posts: 5098
Location: Dark side of the mood

PostPosted: Sun Mar 20, 2005 1:42 pm    Post subject: Reply with quote

I had to remove essid_eth1="any". Then it worked.
_________________
Gentoo addict: tomorrow I quit, I promise!... Just one more emerge...
1739!
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum