rock64/ubuntu start-up - Printable Version +- PINE64 (https://forum.pine64.org) +-- Forum: ROCK64 (https://forum.pine64.org/forumdisplay.php?fid=85) +--- Forum: Linux on Rock64 (https://forum.pine64.org/forumdisplay.php?fid=88) +--- Thread: rock64/ubuntu start-up (/showthread.php?tid=6172) |
RE: rock64/ubuntu start-up - MrPosull - 06-27-2018 (06-15-2018, 12:26 PM)pas059 Wrote: Concerning the wifi, my wifi dongle is detected, but as i did not find a way to use it, i installed the package "network-manager-gnome". After that i have a icon in the taskbar but the icon has a little red cross over it. A clic on it, shows a menu in wich there is an item corresponding to my wifibox. But selecting this item do nothing; if i select the 'Edit connections...' item, a window is open showing my wifi box, but once again trying to edit these connections do nothing. Well, probably it is necessary to install another packages, but which? I'm running Ayufan's Bionic-LXDE 0.6.44 and had the same issue with the WiFi and tried installing "network-manager-gnome" but that didn't work. What worked for me was installing Wicd network manager "sudo apt-get install wicd", then I was able to select what wifi network to connect to, etc. Cheers RE: rock64/ubuntu start-up - pas059 - 06-27-2018 Hi, I did not have such line Code: name resolve order = bcast host Code: smbclient -L 192.168.1.72 thanks for your help regards RE: rock64/ubuntu start-up - fire219 - 06-27-2018 (06-27-2018, 12:36 PM)pas059 Wrote: Hi, This is starting to frustrate me as much as it is probably doing to you. I've got one last idea. In smb.conf again, add: Code: client min protocol = SMB2 Save and restart smbd/nmbd. RE: rock64/ubuntu start-up - pas059 - 06-28-2018 Hi fire219 with SMBD2/3 as min/max protocol, now smbclient -L 192.168.1.72 gives: Code: Sharename Type Comment the errors 'NT_STATUS_REVISION_MISMATCH' is always here, i made an apt aupdate/upgrade but this change nothing for smclient. Perhaps something wrong with bionic-LXDE, but what? regards RE: rock64/ubuntu start-up - pfeerick - 06-28-2018 Is "WORKGROUP\rock64" a valid user for the network shares? Maybe do the following instead (substituting your username for <WinUsername>) smbclient -L 192.168.1.72 -U<WinUsername> RE: rock64/ubuntu start-up - pas059 - 06-28-2018 Hi, there is a difference; $smbclient -L 192.168.1.72 -U winusername gives: Code: Sharename Type Comment and if i set min/max protocol to SMB2/3 in smb.conf, this gives: Code: Sharename Type Comment regards RE: rock64/ubuntu start-up - pas059 - 06-28-2018 better news, i tested the connection to the rock from a pc. To do this i added these lines Code: [test] Code: $mkdir /export/samba/test Thanks to all of you for your helps and sorry if i made you lose time. regards |