jmethodius
Group: Members
Posts: 4
Joined: Jan. 2007 |
|
Posted: Jan. 03 2007,05:42 |
|
roberts,
Thanks for helping. I am now able to get my wireless up at boot but I am having a few anomolies. The lines I added to bootlocal.sh are:
modprobe ndiswrapper iwconfig wlan0 essid d1l05i9n6k23 ifconfig wlan0 192.168.0.105 ifconfig wlan0 netmask 255.255.255.0 broadcast 192.168.0.255 route add default gw 192.168.0.1
The boot screen throws an error when trying to set the ESSID, saying that wlan0 doesn't exist. However, I am connected when logged in. If I comment out the line setting the essid, I'm not connected after logging in. Also, the connection has the correct ESSID set, even after the error is thrown.
The other issue is packet loss. I am losing between 20% to 50% of packets when pinging the AP. The stack seems fine because I have no packet loss to loopback or local IP(127.0.0.1, 192.168.0.105). I don't believe it's the AP because tests with other computers are reporting no loss.
If you are able to further assist, I really appreciate it. If not, thanks for pointing me in the right direction. If I would've checked the WIKI, I wouldn't have had to ask in the first place(guess I'm too used to Google when trying to find solutions).
P.S. Don't know if this means anything, but the System Information on the desktop is not reporting any IP, but was when I was connected with enet. Is the information captured only in the boot process?
|