Skip to content

Cannot use eth0 #8

@cgkades

Description

@cgkades

This is the same issue as #5 (no idea why it was closed).
Here is the output from the 3.19 kernel boot:

[ ok ] Setting kernel variables ...done.
[   26.715120] random: dd urandom read with 96 bits of entropy available
[....] Configuring network interfaces...[   27.952596] NET: Registered protocol family 10
Internet Systems Consortium DHCP Client 4.2.2
Copyright 2004-2011 Internet Systems Consortium.
All rights reserved.
For info, please visit https://www.isc.org/software/dhcp/

Cannot find device "eth0"
Bind socket to interface: No such device
Failed to bring up eth0.
done.

Output from the 3.19 kernel lsmod

root@Galileo:~# lsmod
Module                  Size  Used by
ipv6                  264045  10 
usbhid                 22704  0 
btusb                  30304  0 
bluetooth             280108  1 btusb
iwlwifi                90488  0 
cfg80211              209000  1 iwlwifi
rfkill                 20937  2 cfg80211,bluetooth
ad7298                 12777  0 
industrialio_triggered_buffer    12686  1 ad7298
kfifo_buf              13146  1 industrialio_triggered_buffer
industrialio           49114  3 industrialio_triggered_buffer,ad7298,kfifo_buf
spidev                 13068  0 
i2c_dev                13144  0 
cy8c9540a              17584  0 
usb_storage            46782  0 
stmmac                 66103  0 
ptp                    18646  1 stmmac
pps_core               13808  1 ptp
usb_f_acm              13857  1 
u_serial               18041  6 usb_f_acm
g_serial               13449  0 
libcomposite           44129  2 usb_f_acm,g_serial
configfs               24915  3 usb_f_acm,libcomposite
pwm_pca9685            12922  0 
at24                   12959  0 
regmap_i2c             12998  1 pwm_pca9685
spi_pxa2xx_platform    22494  0 
ohci_pci               12930  0 
ehci_pci               12626  0 
ohci_hcd               31375  1 ohci_pci
ehci_hcd               44953  1 ehci_pci
efivars                13589  0 
gpio_sch               17990  0 
intel_qrk_gip          20127  1 
usbcore               157504  7 btusb,usb_storage,ohci_hcd,ohci_pci,ehci_hcd,ehci_pci,usbhid
uio                    14533  2 intel_qrk_gip,gpio_sch
spi_pxa2xx_pci         12971  0 
evdev                  17358  0 
pch_udc                27087  0 
udc_core               15047  2 libcomposite,pch_udc
usb_common             13225  3 udc_core,libcomposite,usbcore

Lsmod from the 3.8.7 kernel

root@Galileo:~# lsmod
Module                  Size  Used by
ipv6                  230713  12 
usbhid                 23097  0 
btusb                  17950  0 
bluetooth             188151  1 btusb
iwlwifi                73340  0 
cfg80211              171950  1 iwlwifi
rfkill                 20724  2 cfg80211,bluetooth
ad7298                 12726  0 
i2c_dev                13053  0 
cy8c9540a              17570  0 
usb_storage            46592  0 
g_serial               20109  5 
libcomposite           24059  1 g_serial
pch_udc                31862  0 
udc_core               14227  2 libcomposite,pch_udc
adc1x8s102             12766  0 
industrialio_triggered_buffer    12686  2 ad7298,adc1x8s102
kfifo_buf              13032  1 industrialio_triggered_buffer
industrialio           43160  4 industrialio_triggered_buffer,ad7298,adc1x8s102,kfifo_buf
spidev                 13053  0 
pca9685                13582  0 
regmap_i2c             12714  1 pca9685
at24                   12949  0 
gpio_pca953x           17384  3 
spi_pxa2xx             21688  0 
intel_qrk_gip          20101  3 
gpio_sch               17990  0 
uio                    14412  2 intel_qrk_gip,gpio_sch
spi_pxa2xx_pci         13049  1 spi_pxa2xx
evdev                  17378  0 
mmc_block              26513  2 
ehci_pci               12656  0 
ehci_hcd               40376  1 ehci_pci
ohci_hcd               26434  0 
sdhci_pci              18191  0 
sdhci                  27440  1 sdhci_pci
led_class              13282  1 sdhci
stmmac                 48422  0 
usbcore               140133  6 btusb,usb_storage,ohci_hcd,ehci_hcd,ehci_pci,usbhid
usb_common             12481  3 udc_core,libcomposite,usbcore
mmc_core               92969  3 mmc_block,sdhci,sdhci_pci

Output from ethtool on the working kernel (3.8.7)

root@Galileo:~# ethtool -i eth0
driver: st_gmac
version: Nov_2012
firmware-version: 
bus-info: 
supports-statistics: yes
supports-test: no
supports-eeprom-access: no
supports-register-dump: yes
supports-priv-flags: no

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions