[ GORSHTAK @ 13.03.2009. 20:03 ] @
Zdravo svima, problem je sledeći: sokoćalo je TP-Link TL-WN422G (usb), OS Debian 4. Instalirao sam firmver zd1211 iz repo-a, prekompajlirao najnoviji kernel uključivši sve moguće module za rad sa wl-om. Pa se dešava sledeće: wlan0_rename i eth2 su u povezani, tj. jedno te isto, ne znam zašto je prikazan kao dva uređaja Code: # iwconfig wlan0_rename essid 'XX' chan 1 # XX=any/mojRuter/bilo šta # iwconfig lo no wireless extensions. eth0 no wireless extensions. eth2 no wireless extensions. wlan0_rename IEEE 802.11bg ESSID:"XX" Mode:Managed Frequency:2.412 GHz Access Point: Not-Associated Tx-Power=27 dBm Retry min limit:7 RTS thr:off Fragment thr=2352 B Encryption key:off Power Management:off Link Quality:0 Signal level:0 Noise level:0 Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0 Tx excessive retries:0 Invalid misc:0 Missed beacon:0 ifconfig -a eth0 Link encap:Ethernet HWaddr xx:xx:xx:xx:xx:xx inet addr:192.168.1.7 Bcast:192.168.1.255 Mask:255.255.255.0 UP 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) Interrupt:20 Base address:0x2000 eth2 Link encap:UNSPEC HWaddr xx-xx-xx-xx-xx-xx-xx-xx-xx-xx-xx-xx-xx-xx-xx-xx 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) lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 inet6 addr: ::1/128 Scope:Host UP LOOPBACK RUNNING MTU:16436 Metric:1 RX packets:56 errors:0 dropped:0 overruns:0 frame:0 TX packets:56 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:3960 (3.8 KiB) TX bytes:3960 (3.8 KiB) wlan0_rename Link encap:Ethernet HWaddr xx:xx:xx:xx:xx:xx 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) # ifconfig wlan0_rename 192.168.1.2 netmask 255.255.255.0 SIOCSIFFLAGS: Connection timed out Kad ovo nije uspelo, preko gnoma sam upisao adrese Code: # ifconfig wlan0_rename wlan0_rename Link encap:Ethernet HWaddr xx:xx:xx:xx:xx:xx inet addr:192.168.1.2 Bcast:192.168.1.255 Mask:255.255.255.0 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) # ifconfig wlan0_rename up SIOCSIFFLAGS: Connection timed out zatim: Code: # iwconfig wlan0_rename ap any channel auto retry 16 # ifup wlan0_rename SIOCSIFFLAGS: Connection timed out SIOCSIFFLAGS: Connection timed out Failed to bring up wlan0_rename. Probao sam čak i kombunacije: eth2: ip-192.168.1.3 gw-192.168.1.1 wlan: ip-192.168.1.2 gw-192.168.1.3 i suprotno, da su oba sa istim ip-om, dhcp i opet ništa Jel ima neko ideju? |