Hi, I do ifconfig wlan0 up results in files: console-frkill-1-iwconfig.txt dmesg-2.6.26-rc7_2008-06-24-rfkill-1-ifconfig.txt net - script config net.lo - run script How to run my wifi? W liście datowanym na wtorek, 24 czerwca 2008, Zhu Yi pisze: >ZY On Tue, 2008-06-24 at 05:37 +0200, Michał Kudła wrote: >ZY > laptok ~ # cat /sys/bus/pci/drivers/iwl4965/0000\:04\:00.0/rfkill >ZY > \:rfkill1/state >ZY > 0 >ZY > laptok ~ # echo "1"> /sys/bus/pci/drivers/iwl4965/0000\:04 >ZY > \:00.0/rfkill\:rfkill1/state >ZY > laptok ~ # iwconfig wlan0 txpower on >ZY > laptok ~ # /etc/init.d/net.wlan0 restart >ZY > * Service net.wlan0 starting >ZY > Failed to configure wireless for wlan0 >ZY > [ !! ] * ERROR: net.wlan0 failed to start >ZY >ZY Looks like the wireless config scripts in your distro did something >ZY (probably txpower off) to disable the SW radio. Can you try the >ZY following commands after wlan0 restart? >ZY >ZY $ cat /sys/bus/pci/drivers/iwl4965/0000\:04\:00.0/rfkill\:rfkill1/state >ZY $ echo 1 > /sys/bus/pci/drivers/iwl4965/0000\:04\:00.0/rfkill >ZY \:rfkill1/state >ZY $ ifconfig wlan0 up >ZY >ZY Thanks, >ZY -yi >ZY >ZY