On Wed, 2018-01-17 at 16:56 +0100, Ana Rodriguez Lopez wrote:
> Hi Thomas,
> 
> I activated the debug level trace, as you suggested. Here all usb0
> related logs, including some "unmanaged: flags set to". Does this
> tell
> you something?
> 

Hi,

  (usb0): unmanaged: flags set to 
[user-udev,!sleeping,!loopback,!platform-init,!user-settings=0x400/0x459/manageable/unrealized,
 set-managed [sleeping=0x1])


tells you that the device is marked as unmanaged via a UDev rule.
Likely /usr/lib/udev/rules.d/85-nm-unmanaged.rules

You can either modify/adjust/overwrite the udev-rule,

Or you configure it in NetworkManager.conf, something like

  [device-usb0]
  match=interface-name:usb0
  managed=1

Or, you change it only at runtime, with
  $ nmcli device set usb0 managed yes
This won't persist accross reboot (but on recent versions accross
restart of NetworkManager service).


best,
Thomas

Attachment: signature.asc
Description: This is a digitally signed message part

_______________________________________________
networkmanager-list mailing list
[email protected]
https://mail.gnome.org/mailman/listinfo/networkmanager-list

Reply via email to