Jump to content


skkrempell

Member Since 17 May 2012
Offline Last Active 20 Oct 2012 21:18
-----

Topics I've Started

cdc-acm bootup

17 May 2012 - 17:02

hatte heute eine Session mit mamba zwecks starten von atmolight oder boblight auf einer ET9000!
nachden er sich bei mir eingeloggt hatte war sein resumee:

"Meine Vermutung ist, dass ihr ein cdc_acm Module einsetzt, welche einen autoload-Bug hat. Sowas gab es schon mal in der Vergangenheit. Ihr setzt auf jeden Fall nicht das gleiche Module ein, wie die VU+ Gemeinde, d.h. nicht nur der Kernel ist ein anderer, sondern auch die Modul-Version.

root@vuultimo:~# opkg list|grep cdc
kernel-module-cdc-acm - 3.1.1-r5 - cdc-acm kernel module; USB Abstract Control Model driver for USB modems and ISDN adapters
root@vuultimo:~#

root@et9000:~# opkg list |grep cdc
kernel-module-cdc-acm - 3.3.0-r8.9 - cdc-acm kernel module; USB Abstract Control Model driver for USB modems and ISDN adapters
root@et9000:~#

_____________________

Als Fix empfehle ich dir in ein Bootscript einfach diese Zeile einzubauen:

modprobe cdc_acm

Dann ist das Module quasi "von Hand" geladen und das KL ist verfügbar.

Mamba"

Kann man das cdc-acm in die bootsequenz einbauen?

besten Dank

hm