bernid wrote: 
> Thans for replay.
> I installed Arch on BBB again and will investigate issue with pluging
> USB devices (including wiFi usb dongle).
> 
> 
> I followed instruction from post 1 this thread regarding manual
> installation without issues. eg installed Arch on BBB and then SOA . 
> 
> 
> I will try experiments with manual installation of netctl.

For reference, after installing SOA on a RPi, the network setup looks
like this when using a wired connection with a DHCP server running
elsewhere:


Code:
--------------------
    
  [root@soa-rpi ~]# systemctl -t service | grep net
  [email protected]                loaded active exited  A basic dhcp 
ethernet connection
  
  
--------------------



Code:
--------------------
    
  root@soa-rpi ~]# cd /etc/netctl/
  [root@soa-rpi netctl]# ls -l
  total 16
  -rw-r--r-- 1 root root  222 Feb 17 11:34 eth0
  drwxr-xr-x 2 root root 4096 Jan  1  1970 examples
  drwxr-xr-x 2 root root 4096 Jan 21 10:58 hooks
  drwxr-xr-x 2 root root 4096 Jan 21 10:58 interfaces
  [root@soa-rpi netctl]# cat eth0
  Description='A basic dhcp ethernet connection'
  Interface=eth0
  Connection=ethernet
  IP=dhcp
  #DHCPClient=dhcpcd
  #DHCPReleaseOnStop=no
  ## for DHCPv6
  #IP6=dhcp
  #DHCP6Client=dhclient
  ## for IPv6 autoconfiguration
  #IP6=stateless
  
--------------------



Code:
--------------------
    
  [root@soa-rpi /]# systemctl list-unit-files | egrep "net|plug"
  [email protected]                   disabled
  [email protected]                disabled
  netctl-sleep.service                   disabled
  netctl.service                         disabled
  [email protected]                        static
  [email protected]                    enabled
  systemd-networkd-wait-online.service   disabled
  systemd-networkd.service               disabled
  [email protected]                        static
  telnet.socket                          disabled
  network-online.target                  static
  network-pre.target                     static
  network.target                         static
  
--------------------


------------------------------------------------------------------------
Krisbee's Profile: http://forums.slimdevices.com/member.php?userid=59080
View this thread: http://forums.slimdevices.com/showthread.php?t=101624

_______________________________________________
unix mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/unix

Reply via email to