libera/#devuan/ Friday, 2021-05-28

RadhityaHalo! I have problem with network manager in my Devuan Beowulf SysVinit.. anyone want to help me?02:06
Radhityauh.. hello?02:08
rwpRadhitya, What type of problem are you having with Network Manager?02:10
Radhitya@rwp : thanks for asking. my network manager wont show wifi list. I have tried all the methods, starting from changing networkmanager.conf.02:11
Radhityaby the way, the wifi driver is safe from problems .. I connect wifi between wicd-client and wpa_supplicant .. (I download and connect wifi with both ..)02:12
rwpI don't happen to use NetworkManager so while I will try to help I am hoping that others in the channel will see my flailing around and will jump in when they see something they can help with about it.02:13
rwpThat's one of the reasons why it is always better to just ask your question on IRC than to ask if you can ask.  Because people will respond if they see something they know about.02:14
rwpThe way you describe your setup sounds unusual.  Because you also mention WICD.  I am using WICD and can help with it.  But WICD is not NetworkManager.  So this is confusing.02:15
Radhityasad :(... thanks for asking and respond my question..02:15
Radhityayes.. its different02:16
Radhityaanyone who use network manager, please help me :sad:02:16
rwpRadhitya, If you have a specific problem then ask about that problem.  That works much better than just asking for people for general "help" as that does not help others to help you.02:18
Radhityaok.. thanks for advice rwp02:19
Radhityaso i have problem with network manager, which is my networkmanager wont show wifi list02:20
rwpFirst, what type of WiFi device do you have?02:20
Radhityaintel wifi, i forget the name of program02:20
rwpIntel WiFi is probably close enough.  It's a good NIC.02:20
rwpIs your system on a wired network at the moment?  So that we can easily extract information from it?02:21
Radhityabut i thought its not problem.. since i can connect wifi with my wicd/wpa_supplicant ((i installed and configured both to connect with my wif))02:21
rwpIf wicd is working for you then I highly recommend just using wicd.  That's what I use myself and I find it works well.02:22
Radhityano, i dont use wired connection02:22
rwpI find it confusing that you say you had to install wpa_supplicant since that should have been installed as a dependency automatically.02:22
Radhityaya.. :D its urgent, i use network manager for cheating exam HAHAHAHA02:22
Radhitya@rwp : sorry, i forget it02:23
rwpRight.  I am sure you were joking.02:23
rwpCan you pastebin?  If you run this command it will pastebin the output and then that URL can be shared with us: ip addr show | nc termbin.com 999902:24
rwpAnd then another useful tidbit of information is to see if your WiFi device can scan for other networks: iw dev wlan0 scan | grep SSID:..02:25
rwpThat's just providing a baseline of information about your system to prove that there isn't something really messed up.02:25
Radhityahttps://termbin.com/7c8702:25
rwpThen I guessed the name of your device to be wlan0 correctly!02:26
Radhityaits worked for iw dev wlan0 scan | grep SSID..02:26
rwpGood!  So your hardware is working correctly.  And also "rfkill" is not causing problems.  So that is good.  It reduces the scope of the possible problems.02:27
Radhityayaa... thats why i ask it here.... HAHAHA.. i confused02:28
rwpSince you are using wicd already...  Do you have wicd-gtk package installed?  If so that is the graphical interface to wicd.  Is that what you are using so far?02:28
Radhityayes, i use wicd-gtk02:28
rwpThe terminal curses interface is wicd-curses and it works well too.  (I use the curses interface.  But most people like the mouse interface.)02:28
rwpDoes wicd-gtk list out the other networks from scanning?02:29
Radhityayes, it does02:29
rwpI am thinking that only one of either WICD or NM can grab access to the wlan0 device at a time.  And since WICD is using it then it is busy for NM and therefore NM won't be able to use it.  I think.02:32
rwpAnd that's about the limit of what I will be able to help with about NetworkManager.02:33
Radhityahuh.. okay.. thanks for your explanation02:33
sadsnorkI may be tellin' tales out of school, but doesn't NM have problems accessing interfaces listed in /etc/network/interfaces?02:33
sadsnorkIf your wifi adapter is listed there, maybe remove it and try it again?02:33
rwpThe same is true of wicd too though.  Both ignore anything listed in /etc/network/interfaces.02:34
sadsnork... or perhaps comment it out rather than removing it02:34
rwpSince it is working for wicd I assume (perhaps wrongly) that wlan0 is NOT listed in /etc/network/interfaces file.02:34
Radhityabut doesn't NM have problems accessing interfaces listed in /etc/network/interfaces?02:34
Radhityalel.. wrong chat02:34
Radhityai dont know if nm have problems with interfaces02:35
Radhityayes, i remove it from /etc/network/interfaces02:35
Radhityaonly "auto lo, iface lo inet loopback" in there02:35
sadsnorkDang, I was hoping it would be an easy fix. :-(02:36
Radhityaits ok sadsnork :)02:37
sadsnorkPS: Thanks rwp ... and BTW, so for your use of wicd your /e/n/i is essentially blank (other than lo)?02:37
rwpsadsnork, Correct.  I only have "auto lo" and "iface lo inet loopback" in that file.02:38
rwpThere are a godzillian different strategies possible.  But the mass consumer strategy is usually leaving interfaces file empty and letting either NM or WICD or connman or other manage the wlan0 device fully itself.02:39
rwp[[ For IoT devices I prefer to list the configuration in /e/n/i file and to use wpa_supplicant to connect.  That works great.02:40
rwpBasically the difference between interactively selecting a network from a dynamically scanned list interactively and setting up a non-interactive configuration using files.02:41
sadsnorkI may have to give that [wicd] a try the next time I fiddle with my laptop.  I went the other way on that one and have been using manual ssid and psk entries in my /e/n/i file since I don't change networks very frequently.02:41
rwpIf you are always connecting to the same network then what you are doing works great.  Recommended for IoT devices!02:42
rwpBut for people who like to pick from a dynamic selection then one of the utilities that provides that is more interactive and hand-holding.02:42
sadsnorkSorry Radhitya, hopefully someone who knows NM better than I do will have some ideas.02:42
rwpExcept I hate Network Manager because traditionally upon package upgrade for security upgrades it would take the network offline.02:43
rwpAnd then forget to bring it back online leaving me locked out of the system and requiring me to drive into the datacenter!02:43
rwpAnd that is for wired network connections.02:43
Xenguyrwp, Wouldn't it make sense to test your 'only-1-daemon-at-a-time' theory?03:33
XenguyRadhitya, ^^03:33
Xenguye.g. turn off wicd, and then test NM again?03:33
Radhityaok, i try later03:36
Radhityathanks for advice03:36
MinecrafterWill Devuan ever support as many architectures as Debian, if there were testers?08:41
MinecrafterDo you think there will be Devuan/HURD if someone stepped up to the task?08:47
schillingklausuhmmm does HURD already provide for cgroups to permit systemd?08:48
GyrosGeieryeah, it's a problem of manpower, not a technical one09:52
mirdaHello11:28
gnarfacehello mirda, it's a slow channel most the time.  if you have any questions just ask them and wait.13:32
gnarface(if you're a regular and you already knew that, i apologize)13:32
mirdagnarface: I don't need to ask anything now, I was connected to the old channel too :)13:33

Generated by irclog2html.py 2.17.0 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!