From: "Sergey N. Yatskevich" <syatskevich@mail.ru> To: syatskevich@altlinux.ru, ALT Linux Sisyphus discussions <sisyphus@lists.altlinux.org> Subject: Re: [sisyphus] Сегодняшнее обновление: hal + NetworkManager Date: Sat, 22 Nov 2008 00:32:56 +0300 Message-ID: <1227303177.12586.62.camel@snc.2100.gosniias.ru> (raw) In-Reply-To: <1227297459.13668.11.camel@snc.2100.gosniias.ru> [-- Attachment #1: Type: text/plain, Size: 4739 bytes --] Вернуть систему в рабочее состояние удалось сняв разрешение запуска с /usr/libexec/hal/hald-addon-ipw-killswitch Теперь в логах пишется: Nov 21 23:23:59 snc NetworkManager: <WARN> killswitch_getpower_reply(): Error getting killswitch power: Method "GetPower" with signature "" on interface "org.freedesktop.Hal.Device.KillSwitch" doesn't exist . Но при этом WiFi сеть нормально стартует и работает. P.S. теперь мои соображения по тому, что происходит. Для включения/ выключения WiFi девайса в addon-ipw-killswitch.c используется запись 1/0 в файл /sys/class/net/%s/device/rf_kill где %s - это имя устройства (в моём случае - eth1) Весь прикол в том, что у меня в rf_kill находится значение 0 но если hald-addon-ipw-killswitch не запускается, то всё работает, так как NetworkManager не может получить текущее значение killswitch и по умолчанию считает, что WiFi карточка включена. Если разрешить запуск hald-addon-ipw-killswitch то NetworkManager успешно спрашивает у hal состояние killswitch и получив 0 считает, что WiFi карточка выключена со всеми вытекающими. Тем не менее iwlist eth1 scan даёт список доступных WiFi сетей. Если вручную записать в rf_kill значение 1 (не знаю как это делать средствами hal) то NetworkManager показывает, что WiFi устройство включается, но при этом не видит ни одну сеть. iwlist eth1 scan так же не показывает ни одной сети. Пошарив по инету нашёл следующее описание: http://ipw2100.sourceforge.net/#issues Полную цитату см. в конце письма. Кратко: % cat /sys/bus/pci/drivers/ipw2100/*/rf_kill The reported values mean: 0 = RF kill not enabled (radio on) 1 = SW based RF kill active (radio off) 2 = HW based RF kill active (radio off) 3 = Both HW and SW RF kill active (radio off) иначе говоря 0 в rf_kill (там всё провязано ссылками, но это один и тот же файл rf_kill, что используется в hald-addon-ipw-killswitch) для драйвера ipw2100 означает, что killswitch WiFi картой не поддерживается. И вообще для драйвера ipw2100 этот файл никакого отношения к включению/выключению WiFi карточки НЕ ИМЕЕТ!!!!!!!!!!!, а судя по http://rfswitch.sourceforge.net/?page=laptop_matrix способ включения/выключения WiFi является сильно Notebook specific и реализуется не в карте, а дополнительными железками к ней, ну и соответственно управляется совсем через другие драйвера. ------------------------------------------------------------------------ No packets! - RF kill switch If the module loads, but no packets are transferred you may have a SW based radio kill switch. All laptops have some capability to disable the radio via a button or switch. On some laptops that switch is physically tied to the IPW2100; simply toggling the switch should enable the radio. On other laptops, the switch is a button that when pressed requires some software driver to send some hardware command to some other piece of hardware on the laptop, that then controls the radio. To know if the radio is being disabled via the RF switch, perform the following: % cat /sys/bus/pci/drivers/ipw2100/*/rf_kill The reported values mean: 0 = RF kill not enabled (radio on) 1 = SW based RF kill active (radio off) 2 = HW based RF kill active (radio off) 3 = Both HW and SW RF kill active (radio off) The ipw2100 driver can not control the state of the HW based RF switches. -- Sergey N. Yatskevich <syatskevich@mail.ru> [-- Attachment #2: Эта часть сообщения подписана цифровой подписью --] [-- Type: application/pgp-signature, Size: 197 bytes --]
next prev parent reply other threads:[~2008-11-21 21:32 UTC|newest] Thread overview: 29+ messages / expand[flat|nested] mbox.gz Atom feed top 2008-11-21 19:57 Sergey N. Yatskevich 2008-11-21 21:32 ` Sergey N. Yatskevich [this message] 2008-11-22 12:15 ` Sergey N. Yatskevich 2008-11-22 12:35 ` Valery V. Inozemtsev 2008-11-22 12:51 ` Sergey N. Yatskevich 2008-11-22 12:55 ` Valery V. Inozemtsev 2008-11-22 13:27 ` Sergey N. Yatskevich 2008-11-22 13:34 ` Valery V. Inozemtsev 2008-11-22 14:11 ` Sergey N. Yatskevich 2008-11-22 14:29 ` Valery V. Inozemtsev 2008-11-22 16:15 ` Sergey N. Yatskevich 2008-11-22 16:17 ` Sergey N. Yatskevich 2008-11-22 16:23 ` Михаил Якушин 2008-11-22 16:25 ` Михаил Якушин 2008-11-22 16:35 ` Valery V. Inozemtsev 2008-11-22 16:41 ` Sergey N. Yatskevich 2008-11-22 16:50 ` Valery V. Inozemtsev 2008-11-22 20:01 ` Sergey N. Yatskevich 2008-11-22 23:31 ` Sergey Bolshakov 2008-11-23 10:04 ` Sergey N. Yatskevich 2008-11-23 13:45 ` Suetnov Kirill 2008-11-23 14:03 ` Sergey N. Yatskevich 2008-11-23 15:01 ` Suetnov Kirill 2008-11-23 15:28 ` Sergey Bolshakov 2008-11-22 13:36 ` Konstantin A. Lepikhov 2008-11-22 13:17 ` Sergey N. Yatskevich 2008-11-23 15:30 ` Sergey N. Yatskevich 2008-11-24 9:29 ` Max Ivanov 2008-11-24 13:05 ` Sergey N. Yatskevich
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=1227303177.12586.62.camel@snc.2100.gosniias.ru \ --to=syatskevich@mail.ru \ --cc=sisyphus@lists.altlinux.org \ --cc=syatskevich@altlinux.ru \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
ALT Linux Sisyphus discussions This inbox may be cloned and mirrored by anyone: git clone --mirror http://lore.altlinux.org/sisyphus/0 sisyphus/git/0.git # If you have public-inbox 1.1+ installed, you may # initialize and index your mirror using the following commands: public-inbox-init -V2 sisyphus sisyphus/ http://lore.altlinux.org/sisyphus \ sisyphus@altlinux.ru sisyphus@altlinux.org sisyphus@lists.altlinux.org sisyphus@lists.altlinux.ru sisyphus@lists.altlinux.com sisyphus@linuxteam.iplabs.ru sisyphus@list.linux-os.ru public-inbox-index sisyphus Example config snippet for mirrors. Newsgroup available over NNTP: nntp://lore.altlinux.org/org.altlinux.lists.sisyphus AGPL code for this site: git clone https://public-inbox.org/public-inbox.git