Jump to content

Kenji

Members
  • Posts

    2
  • Joined

  • Last visited

  1. I create a file 98-use-serial.rules under folder /etc/udev/rules.d . But symlink not created . My purpose is to fix USB port names, As COM1 COM2 COM3 This is the content of 98-usb-serial.rules: SUBSYSTEM=="tty",ATTRS{busnum}=="1",ATTRS{devnum}=="2",SYMLINK+="COM1" SUBSYSTEM=="tty",ATTRS{busnum}=="4",ATTRS{devnum}=="2",SYMLINK+="COM2" SUBSYSTEM=="tty",ATTRS{busnum}=="5",ATTRS{devnum}=="2",SYMLINK+="COM3" I used to fix the USB port on Asus Tinker S, Khada_VIM3 , all worked fine. I have no idea why Orange Pi 4 LTD not working.
  2. Scan ssid by mobile phone the SSID can be seen . but always in password loop. I've installed hostapd V2.7 and dnsmasq V2.79. and wpa_supplicant and networkmanager are stopped. The config files are as below: 1: etc/hostapd/hostapd.conf interface=wlan0 driver=nl80211 ssid=TinkerNet hw_mode=g channel=7 wmm_enabled=0 macaddr_acl=0 auth_algs=1 ignore_broadcast_ssid=0 wpa=3 wpa_passphrase=mypassphrase wpa_key_mgmt=WPA-PSK wpa_pairwise=TKIP rsn_pairwise=CCMP 2:/etc/dnsmasq.conf interface=wlan0 # Use the require wireless interface - usually wlan0 dhcp-range=192.168.1.2,192.168.1.254,255.255.255.0,12h Then I try armbian-config ...strange thing, there is not hotspot option in network. Anyone could explain how to config hotspot on Tinkerborad S with Ubuntu 18.04?
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines