mi IP itd.
Za pomocą ndiswrapper wykonałem "pomost"
sterów WinXP.
Podaje wynik poleceń:
Code: Select all
#ifconfig wlan0
wlan0 Link encap:Ethernet HWaddr 00:0F:3D:62:CE:05
BROADCAST 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:e9010000-e9010fff
Code: Select all
#iwconfig wlan0
wlan0 IEEE 802.11b ESSID:off/any
Mode:Managed Frequency:2.442 GHz Access Point: 00:00:00:00:00:00
Bit Rate:11 Mb/s Tx-Power:0 dBm Sensitivity=0/3
RTS thr:4096 B Fragment thr:4095 B
Encryption key:off
Power Management:off
Link Quality:98/100 Signal level:-62 dBm Noise level:-256 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:2 Invalid misc:16 Missed beacon:
Code: Select all
#iwlist wlan0 scan
wlan0 Scan completed :
Cell 01 - Address: 00:0C:41:67:BD:B6
ESSID:"PBSI 13.1"
Protocol:IEEE 802.11FH
Mode:Managed
Frequency:2.442 GHz (Channel 7)
Quality:0/100 Signal level:77/154 Noise level:0/154
Encryption key:off
Bit Rate:1 Mb/s
Bit Rate:2 Mb/s
Bit Rate:5.5 Mb/s
Bit Rate:11 Mb/s
Extra:bcn_int=100
Extra:atim=0
Code: Select all
#lsmod
Module Size Used by
ndiswrapper 122268 0
Code: Select all
#dmesg
wlan0: ndiswrapper ethernet device......
Idąc za handbookiem z oficjalnej strony Gentoo
http://www.gentoo.org/doc/pl/handbook/h ... t=4&chap=1
Code: Select all
# cd /etc/init.d
# ln -s net.lo net.wlan0
Code: Select all
config_wlan0=( "dhcp" )
Code: Select all
# rc-update add net.wlan0 default
Code: Select all
127.0.0.1 localhost moja_nazwa_hosta
Pragnę zaznaczyć, że ponad rok temu
łączyłem się "typowo z palca", tzn.
Code: Select all
#iwconfig wlan0 essid "PBSI 13.1"
#iwconfig wlan0 channel 7
#ifconfig wlan0 192.168.131.196 up
#route add default gw 192.168.131.254
Code: Select all
192.168.131.254
80.55.205.178
194.204.151.1
acx100 potem zmieniałem tylko wpis w /etc/rc.conf
Code: Select all
ifconfig_acx0="dhcp ssid \"PBSI 13.1\""
Proszę o pomoc.

