Date: Thu, 13 Apr 2017 11:46:31 +0200 From: Polytropon <freebsd@edvax.de> To: freebsd-questions@freebsd.org Subject: Re: wifimgr (was: Re: Networkmgr) Message-ID: <20170413114631.253daae3.freebsd@edvax.de> In-Reply-To: <20170413092850.GA3751@c720-r314251> References: <af9c26ae-d233-d2bd-1fd7-903323e2e153@gmail.com> <20170412073851.0ab81213.freebsd@edvax.de> <CA%2ByoEx9KONHzZfjOgMMcK92=uZh2hrQHLmkmoQGxMY8EbGwNNA@mail.gmail.com> <20170412173019.GA3842@c720-r314251> <e81baa0f-a5d7-f01d-186b-b1155c4f5251@passap.ru> <20170413112041.9c54ae63.freebsd@edvax.de> <20170413092850.GA3751@c720-r314251>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 13 Apr 2017 11:28:50 +0200, Matthias Apitz wrote: > El d=EDa jueves, abril 13, 2017 a las 11:20:41a. m. +0200, Polytropon esc= ribi=F3: >=20 > > > box), then boils out with the gui dialog message "There is no wifi > > > adapters defined at /etc/rc.conf" (which is true). > >=20 > > Exactly that is where I get with that particular program. >=20 > I figured out what the problem is: the pw dialog window is opened > *behind* the xterm window on my KDE desktop and that's why I did not saw > it. :-( In /etc/rc.conf, I currently have only: wlans_wpi0=3D"wlan0". There is no /etc/wpa_supplicant.conf because per defailt, this file does not exist - and wifimgr should be the interface to that kind of configuration. The WLAN interface is started as "no carrier" after boot as expected. In X, when I start "wifimgr", it asks (in German!) for the root password, then complains about no WiFi interface being configured in rc.conf. What amount of configuration does it expect? The program then exits. Sidenote 1: The "wpa_gui" program displays just fine (not in German), but none of the buttons does do anything; "Scan" oens a "Scan results" window with an empty list, pressing the "Scan" button doesn't change that. Sidenote 2: The "networkmgr" program doesn't show anything on screen, but the terminal I started it from contains: % networkmgr Your wired network card is already configured. Your wired network card is already configured. Traceback (most recent call last): File "/usr/local/bin/netcardmgr", line 96, in <module> autoConfigure() File "/usr/local/bin/netcardmgr", line 63, in __init__ ifwifi =3D wifiscards[0].rstrip() IndexError: list index out of range ^C Traceback (most recent call last): File "/usr/local/bin/networkmgr", line 13, in <module> i.tray() File "/usr/local/share/networkmgr/trayicon.py", line 335, in tray gtk.main() KeyboardInterrupt I'm using fvwm2, there is no tray... And note that it mentions twice (!) that the wired network card is already configured - that card isn't connected to anything (rc.conf has DHCP). Am I missing something? --=20 Polytropon Magdeburg, Germany Happy FreeBSD user since 4.0 Andra moi ennepe, Mousa, ...
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20170413114631.253daae3.freebsd>