View Issue Details

IDProjectCategoryView StatusLast Update
0001318Kali LinuxGeneral Bugpublic2015-08-18 12:45
Reporterjeff_pimenta Assigned Tosteev  
PrioritynormalSeveritytrivialReproducibilityalways
Status resolvedResolutionfixed 
PlatformarmhfOSKaliOS Version1.0
Product Version1.0.7 
Fixed in Version1.0.7 
Summary0001318: Ethernet drivers dont installed
Description

The image of Cubieboard2 interface does not recognize the ethernet interface. This also is a persistent problem in other images to the same interface. The NAND memory is also not recognized.

Activities

jeff_pimenta

jeff_pimenta

2014-06-01 14:05

reporter   ~0001961

Last edited: 2014-06-01 14:06

The board uses a Realtek RTL8201 chip.

steev

steev

2014-06-02 06:59

manager   ~0001966

Last edited: 2014-07-24 21:56

Assuming you mean the onboard, this will be fixed in 1.0.7 which should be released soon. Line 172 in the build script.

If you don't want to wait for the release, you can do the following to fix it.

echo "sunxi_emac" >> /etc/modules

And that should automatically load it. The problem is that the kernel driver doesn't properly specify it's dependencies so it doesn't get automatically loaded by udev.

As for the NAND, that's a known kernel issue and has to do with lack of documentation for the NAND device. If you absolutely have to have NAND support, you will need to use a different branch for the kernel, and that is covered in the sunxi wiki for using NAND. That is outside the scope of Kali.

Issue History

Date Modified Username Field Change
2014-06-01 14:02 jeff_pimenta New Issue
2014-06-01 14:05 jeff_pimenta Note Added: 0001961
2014-06-01 14:06 jeff_pimenta Note Edited: 0001961
2014-06-02 06:59 steev Note Added: 0001966
2014-06-04 15:19 karkassa Issue cloned: 0001337
2014-07-24 00:50 steev Status new => resolved
2014-07-24 00:50 steev Fixed in Version => 1.0.7
2014-07-24 00:50 steev Resolution open => fixed
2014-07-24 00:50 steev Assigned To => steev
2014-07-24 21:56 muts Note Edited: 0001966
2015-08-18 12:45 g0tmi1k Priority immediate => normal