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

Bug#761591: linux 3.16.2-3: missing usb platform modules in udeb



On Sun, Sep 14, 2014 at 10:31:56PM +0200, Karsten Merker wrote:

> the usb-modules udeb built by the linux 3.16.2-3 package does not
> contain the usb platform driver modules ehci-platform and
> ohci-platform.
> 
> Systems that have EHCI- or OHCI-compatible USB host controllers
> which are not implemented as PCI devices, but as platform
> devices, need these modules to provide the necessary glue to make
> ehci-hcd and ohci-hcd work.  Without them, there is no USB
> support in the Debian-installer on e.g. all sunxi-based devices.
> 
> Attached is a small patch that should add the necessary modules
> to the udeb (test build still running).

The test build has completed in the meantime and I have locally
built a debian-installer based on it.  Unfortunately my original
patch has not been sufficient - besides the (ehci|ohci)-platform
modules, on sunxi-based devices an additional phy driver 
(phy-sun4i-usb) appears to be required.

Follwing is a new version of my original patch - a test build
is running but due to the build host being rather slow, I
probably won't be able to actually test it in d-i before tomorrow
evening.

Index: debian/installer/modules/usb-modules
===================================================================
--- debian/installer/modules/usb-modules	(Revision 21845)
+++ debian/installer/modules/usb-modules	(Arbeitskopie)
@@ -1,7 +1,10 @@
 ehci-hcd ?
 ehci-pci ?
+ehci-platform ?
 ohci-hcd ?
 ohci-pci ?
+ohci-platform ?
 uhci-hcd ?
 xhci-hcd ?
 usbcore ?
+phy-sun4i-usb ?

Regards,
Karsten
-- 
Gem. Par. 28 Abs. 4 Bundesdatenschutzgesetz widerspreche ich der Nutzung
sowie der Weitergabe meiner personenbezogenen Daten für Zwecke der
Werbung sowie der Markt- oder Meinungsforschung.


Reply to: