Code: Select all
ndiswrapper -mCode: Select all
dmesg | grep eth0
#repeat for eth1, eth2Code: Select all
/etc/init.d/net.eth0 start
#...and if it works, to make it start at boot...#
rc-update add net.eth0 defaultCode: Select all
cd /etc/init.d
ln -s net.lo net.wlan0
rc-update add net.wlan0 defaultCode: Select all
modprobe ndiswrappercopy /etc/conf.d/wireless.example to /etc/conf.d/wireless and configure it to your needs, if you don' t understand how, give me some info about your accesspoint, are you using WEP, WPA, nothing...Blue-Steel wrote:okay... lets double check this
kernel wireless settings are :
<*> 802.1d Ethernet Bridging
<*> 802.1Q VLAN Support
my wireless windows driver is :
Version V2.7.1.2 2005/02/16 update
OS WinXP / Win2003
Description Marvell WiFi Driver V2.7.1.2 beta client for windows 64bit XP/2003.
File Size 2.25 (MBytes)
from : http://dlsvr03.asus.com/pub/ASUS/lan/wi ... _64bit.zip
# iwconfig
lo no wireless extensions.
sit0 no wireless extensions.
ip6tnl0 no wireless extensions.
eth0 no wireless extensions.
eth1 no wireless extensions.
eth2 no wireless extensions.
vmnet1 no wireless extensions.
vmnet8 no wireless extensions.
Warning: Driver for device wlan0 recommend version 18 of Wireless Extension,
but has been compiled with version 17, therefore some driver features
may not be available...
wlan0 IEEE 802.11FH ESSID:off/any
Mode:Managed Channel:0 Access Point: 00:00:00:00:00:00
Bit Rate=54 Mb/s Sensitivity=-200 dBm
RTS thr:off Fragment thr:off
Encryption key:off
Power Management:off
Link Quality:100 Signal level:0 Noise level:0
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:2 Missed beacon:0
ifconfig gives me :
wlan0 Link encap:Ethernet HWaddr 00:11:D8:2A:53:FE
inet6 addr: fe80::211:d8ff:fe2a:53fe/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
Memory:caca0000-cacaffff
# lsmod
Module Size Used by
ndiswrapper 184176 0
# ndiswrapper -l
Installed ndis drivers:
mrv8knt driver present, hardware present
# dmesg | grep ndiswrapper
ndiswrapper (wrapper_worker_proc:1095): wlan0 is being reset
# /etc/init.d/net.wlan0 restart
* Starting wlan0
* Configuring wireless network for wlan0
* no access points found
* Couldn't find any access points on wlan0
* Failed to configure wireless for wlan0
The only thing i am missing now is one .conf
this : /etc/conf.d/wireless
I have /etc/conf.d/wireless.example but i would like to see one simple working conf from anyone if possible.
If everything is ok and all i am missing now is to do /etc/conf.d/wireless conf; let me know.
There is also one other detail about my wireless nic. it can work as a wireless router too, but right now i just want to client to work.
mobo : http://www.asus.com/products/mb/socket7 ... erview.htm
Code: Select all
config_wlan0=( "192.168.0.2 netmask 255.255.255.0" )
routes_wlan0=( "default gw 192.168.0.1" )
essid_wlan0="myAPname"
mode_wlan0="managed"
key_wlan0="AAAAAAAAAAAAAAAAAAAA"