Module einbinden

ICEAGE

Neuer User
Mitglied seit
29 Mrz 2008
Beiträge
6
Punkte für Reaktionen
0
Punkte
0
Ich bastel gerade etwas an meine FB rum und möchte gern einen usb-serial-adapter anschließen. Soweit ich weiss, brauch ich dafür mind. das Modul usbserial. Daher meine Frage, wie bekomme ich das Modul in freetz eingebunden? (FritzBox 7170 29.04.49-freetz-devel-2061) :confused:
 
In the kernel config file 'make/linux/Config.ohio-8mb_26.04.49' it looks as if all the modules are already being compiled.
Code:
#
# USB Serial Converter support
#
CONFIG_USB_SERIAL=m
CONFIG_USB_SERIAL_GENERIC=y
# CONFIG_USB_SERIAL_AIRPRIME is not set
# CONFIG_USB_SERIAL_BELKIN is not set
# CONFIG_USB_SERIAL_WHITEHEAT is not set
# CONFIG_USB_SERIAL_DIGI_ACCELEPORT is not set
# CONFIG_USB_SERIAL_CP2101 is not set
# CONFIG_USB_SERIAL_CYPRESS_M8 is not set
# CONFIG_USB_SERIAL_EMPEG is not set
CONFIG_USB_SERIAL_FTDI_SIO=m
# CONFIG_USB_SERIAL_VISOR is not set
# CONFIG_USB_SERIAL_IPAQ is not set
# CONFIG_USB_SERIAL_IR is not set
# CONFIG_USB_SERIAL_EDGEPORT is not set
# CONFIG_USB_SERIAL_EDGEPORT_TI is not set
# CONFIG_USB_SERIAL_GARMIN is not set
# CONFIG_USB_SERIAL_IPW is not set
# CONFIG_USB_SERIAL_KEYSPAN_PDA is not set
# CONFIG_USB_SERIAL_KEYSPAN is not set
# CONFIG_USB_SERIAL_KLSI is not set
# CONFIG_USB_SERIAL_KOBIL_SCT is not set
# CONFIG_USB_SERIAL_MCT_U232 is not set
CONFIG_USB_SERIAL_PL2303=m
# CONFIG_USB_SERIAL_HP4X is not set
# CONFIG_USB_SERIAL_SAFE is not set
# CONFIG_USB_SERIAL_TI is not set
# CONFIG_USB_SERIAL_CYBERJACK is not set
# CONFIG_USB_SERIAL_XIRCOM is not set
# CONFIG_USB_SERIAL_OMNINET is not set

You could try the patch, but I can't guaranty that it will work...
Code:
Index: make/linux/Makefile.in
===================================================================
--- make/linux/Makefile.in      (revision 2061)
+++ make/linux/Makefile.in      (working copy)
@@ -42,6 +42,7 @@
        kernel/linux-2.6.13.1/drivers/atm/avm_atm/Makefile \
        kernel/linux-2.6.13.1/drivers/usb/ahci/Makefile \
        kernel/linux-2.6.13.1/drivers/usb/misc/usbauth/Makefile \
+       kernel/linux-2.6.13.1/drivers/usb/misc/serial/Makefile \
        kernel/linux-2.6.13.1/drivers/vinax/Makefile \
        kernel/linux-2.6.13.1/drivers/isdn/capi_codec/Makefile \
        kernel/linux-2.6.13.1/drivers/isdn/capi_oslib/Makefile \

After rebuilding the kernel the modules should be somewhere under build/modified/filesystem/lib/modules
Code:
 find build/modified/filesystem/lib/modules -name '*usb*'
 
Kostenlos!

Statistik des Forums

Themen
248,849
Beiträge
2,302,792
Mitglieder
378,498
Neuestes Mitglied
Gerdemha