[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

USB-Ethernet adapter an Pinebook



Hallo,

ich habe mir ein Pinebook (arm64 laptop) zugelegt und möchte diesen nun
auch per Ethernet ans Netz bringen.  Dazu habe ich mir einen

  UGREEN LAN Adapter USB 2.0 Netzwerk USB zu RJ45 Ethernet Adapter
 10/100Mbps geeignet für Surface Pro 3, MacBook, Rasberry Pi usw.
  kompatibel mit Windows 10, Win 8.1, Vista, XP, Mac OS X 10.5, Linux

gekauft.  Wenn ich das Ethernetkael einstecke, leuchten beide LEDs am
adapter.  Er wird auch "irgendwie" erkannt:

# ifconfig enx000ec6d8e80c:
enx000ec6d8e80c: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        ether 00:0e:c6:d8:e8:0c  txqueuelen 1000  (Ethernet)
        RX packets 411  bytes 18906 (18.4 KiB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 0  bytes 42772 (41.7 KiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

#  ethtool enx000ec6d8e80c
Settings for enx000ec6d8e80c:
    Supported ports: [ TP MII ]
    Supported link modes:   10baseT/Half 10baseT/Full
                            100baseT/Half 100baseT/Full
    Supported pause frame use: No
    Supports auto-negotiation: Yes
    Advertised link modes:  10baseT/Half 10baseT/Full
                            100baseT/Half 100baseT/Full
    Advertised pause frame use: No
    Advertised auto-negotiation: Yes
    Link partner advertised link modes:  10baseT/Half 10baseT/Full
                                         100baseT/Half 100baseT/Full
    Link partner advertised pause frame use: Symmetric
    Link partner advertised auto-negotiation: Yes
    Speed: 100Mb/s
    Duplex: Full
    Port: MII
    PHYAD: 16
    Transceiver: internal
    Auto-negotiation: on
    Supports Wake-on: pg
    Wake-on: d
    Current message level: 0x00000007 (7)
                   drv probe link
    Link detected: yes

Ich habe nun eine simple statische Konfiguration vorgenommen:

$ cat /etc/network/interfaces.d/enx000ec6d8e80c

allow-hotplug enx000ec6d8e80c
iface enx000ec6d8e80c inet static
    address  192.168.0.19
    netmask  255.255.255.0


Leider bringt ein

   ifconfig enx000ec6d8e80c up

oder ein

   /etc/init.d/networking restart

nichts - es wir keine IP-addresse zugewiesen.  Hat jemand eine
Idee, was ich sonst noch probieren könnte?  Debian Version ist
Stretch aber der Kernel ist noch Version 3.10.105 weil momentan
nur dieser Unterstützung für die Hardware bietet.

Viele Grüße

     Andreas

-- 
http://fam-tille.de


Reply to: