VinzC Watchman
![Watchman Watchman](/images/ranks/rank-G-2-watchman.gif)
![](images/avatars/92679028148bc3f0ff1e99.jpg)
Joined: 17 Apr 2004 Posts: 5098 Location: Dark side of the mood
|
Posted: Sat Mar 19, 2005 4:36 pm Post subject: Wireless doesn't start with net.ethx command [SOLVED] |
|
|
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 |
|