rock64/ubuntu start-up
#31
(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
  Reply
#32
Hi,

I did not have such line 

Code:
name resolve order = bcast host
in my smb.conf file, so i added it. Unfortunatly this change only the error message from "connection refused" to "invalid argument" Huh . So, i executed the command smbclient and i got this:
Code:
smbclient -L 192.168.1.72
WARNING: The "syslog" option is deprecated
Enter WORKGROUP\rock64's password:
Anonymous login successful

    Sharename       Type      Comment
    ---------       ----      -------
smb1cli_req_writev_submit: called for dialect[SMB2_10] server[192.168.1.72]
Error returning browse list: NT_STATUS_REVISION_MISMATCH
Reconnecting with SMB1 for workgroup listing.
Connection to 192.168.1.72 failed (Error NT_STATUS_RESOURCE_NAME_NOT_FOUND)
Failed to connect with SMB1 -- no workgroup available

thanks for your help
regards
  Reply
#33
(06-27-2018, 12:36 PM)pas059 Wrote: Hi,

I did not have such line 

Code:
name resolve order = bcast host
in my smb.conf file, so i added it. Unfortunatly this change only the error message from "connection refused" to "invalid argument" Huh . So, i executed the command smbclient and i got this:
Code:
smbclient -L 192.168.1.72
WARNING: The "syslog" option is deprecated
Enter WORKGROUP\rock64's password:
Anonymous login successful

    Sharename       Type      Comment
    ---------       ----      -------
smb1cli_req_writev_submit: called for dialect[SMB2_10] server[192.168.1.72]
Error returning browse list: NT_STATUS_REVISION_MISMATCH
Reconnecting with SMB1 for workgroup listing.
Connection to 192.168.1.72 failed (Error NT_STATUS_RESOURCE_NAME_NOT_FOUND)
Failed to connect with SMB1 -- no workgroup available

thanks for your help
regards

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
client max protocol = SMB3


Save and restart smbd/nmbd.
Community administrator and sysadmin for PINE64
(Translation: If something breaks on the website, forum, or chat network, I'm a good person to yell at about it)

  Reply
#34
Hi fire219
with SMBD2/3 as min/max protocol, now smbclient -L 192.168.1.72 gives:
Code:
    Sharename       Type      Comment
    ---------       ----      -------
smb1cli_req_writev_submit: called for dialect[SMB2_10] server[192.168.1.72]
Error returning browse list: NT_STATUS_REVISION_MISMATCH
SMB1 disabled -- no workgroup available

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
  Reply
#35
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> 
  Reply
#36
Hi,
there is a difference; $smbclient -L 192.168.1.72 -U winusername gives:
Code:
    Sharename       Type      Comment
    ---------       ----      -------
    ADMIN$          Disk      Administration �� distance
    C$              Disk      Partage par d��faut
    Documents publics Disk      
    IPC$            IPC       IPC distant
    Logiciels       Disk      
    Users           Disk      
Reconnecting with SMB1 for workgroup listing.
Connection to 192.168.1.72 failed (Error NT_STATUS_RESOURCE_NAME_NOT_FOUND)
Failed to connect with SMB1 -- no workgroup available

and if i set min/max protocol to SMB2/3 in smb.conf, this gives:
Code:
    Sharename       Type      Comment
    ---------       ----      -------
    ADMIN$          Disk      Administration �� distance
    C$              Disk      Partage par d��faut
    Documents publics Disk      
    IPC$            IPC       IPC distant
    Logiciels       Disk      
    Users           Disk      
SMB1 disabled -- no workgroup available

regards
  Reply
#37
better news,

i tested the connection to the rock from a pc. To do this i added these lines
Code:
[test]
    comment = For testing only, please
    path = /export/samba
    read only = no
    guest ok = yes
to smb.conf file, and
Code:
$mkdir /export/samba/test
$chmod 777 /export/samba/test
and this works  Smile . So i suspected a problem on the PC (on windows7), so i tested with another pc (on widows 10), and this works WinkHuh . Of course, i have no problem to  connect from one pc to each other. In all cases i use my WinUsername/Password. Perhaps i have to verify some things on the win7 pc Confused 
Thanks to all of you for your helps and sorry if i made you lose time.
regards
  Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  irradium (based on crux linux) Rock64 riscv64, aarch64 mara 0 53 03-24-2024, 01:07 PM
Last Post: mara
  Rock64 v2 - did not work song / audio sqw200zu 2 1,237 03-14-2024, 03:09 AM
Last Post: dmitrymyadzelets
  Rock64 won't boot dstallmo 0 243 12-27-2023, 10:34 AM
Last Post: dstallmo
  HDMI doesn't work on rock64 Noung1991 1 511 11-21-2023, 08:33 AM
Last Post: as365n4
  Rock64 + Klipper + KlipperScreen Instructions godzilla62 0 511 10-22-2023, 01:52 AM
Last Post: godzilla62
  Rock64 Debian 11 (Bullseye) install problem jbize 15 7,962 10-12-2023, 05:14 PM
Last Post: tpaul
  slarm64 (unofficial slackware) Rock64 RK3328 (aarch64) mara 133 186,433 10-09-2023, 03:31 AM
Last Post: mara
  arch rock64 does not boot nemnob 0 510 07-09-2023, 03:28 AM
Last Post: nemnob
  RXDP from Win10 to Armbian on Rock64 Transportsicherung 0 564 05-27-2023, 06:11 AM
Last Post: Transportsicherung
  DietPi OS for ROCK64 MichaIng 41 31,733 12-07-2022, 08:22 PM
Last Post: luminosity7

Forum Jump:


Users browsing this thread: 1 Guest(s)