Hi
I've tried this patch it tonight, and I've got this error :
Mar 31 00:19:22 localhost modprobe: FATAL: Error inserting speedtch (/lib/modules/2.6.12-rc1/kernel/drivers/usb/atm/speedtch.ko): Unknown symbol in module, or unknown parameter (see dmesg) Mar 31 00:19:22 localhost modprobe: FATAL: Error inserting speedtch (/lib/modules/2.6.12-rc1/kernel/drivers/usb/atm/speedtch.ko): Unknown symbol in module, or unknown parameter (see dmesg)
I've checked in my .config file: [EMAIL PROTECTED] linux-2.6.12-rc1]# grep FW .config CONFIG_FW_LOADER=m CONFIG_IP_ROUTE_FWMARK=y CONFIG_NET_CLS_FW=m CONFIG_ATM_FORE200E_PCA_DEFAULT_FW=y
The config seems to be ok. It's late, I'll try again tomorrow.
thanks for your help, Philippe
Stephen Hemminger wrote:
On Wed, 30 Mar 2005 10:33:02 -0800 [EMAIL PROTECTED] wrote:
http://bugme.osdl.org/show_bug.cgi?id=4424
Summary: modem speedtouch USB don't work on amd64 with kernel 2.6.12-rc1 Kernel Version: 2.6.12-rc1 Status: NEW Severity: normal Owner: [EMAIL PROTECTED] Submitter: [EMAIL PROTECTED]
Distribution: mandrakelinux cooker
Hardware Environment: amd64
Software Environment: Problem Description:
when I boot with kernel 2.6.12-rc1, my modem speedtouch (USB)
don't work.
Steps to reproduce:
install a mandrakelinux cooker amd64 with a modem speedtouch USB
compile and install a kernel 2.6.16-rc1 with default option
restart and it fails at boot
I've found this lines in /var/log/messages :
Mar 30 20:00:30 localhost modprobe: FATAL: Error inserting speedtch
(/lib/modules/2.6.12-rc1/kernel/drivers/us
b/atm/speedtch.ko): Unknown symbol in module, or unknown parameter (see dmesg) Mar 30 20:00:30 localhost usb.agent[1698]: ... can't load module speedtch Mar 30 20:00:30 localhost usb.agent[1698]: missing kernel or user mode driver
speedtch
Mar 30 20:00:38 localhost kernel: speedtch: Unknown symbol release_firmware Mar 30 20:00:38 localhost kernel: speedtch: Unknown symbol request_firmware
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
Try this it forces the firmware loader to be configured. ------------
diff -Nru a/drivers/usb/atm/Kconfig b/drivers/usb/atm/Kconfig --- a/drivers/usb/atm/Kconfig 2005-03-30 11:09:57 -08:00 +++ b/drivers/usb/atm/Kconfig 2005-03-30 11:09:57 -08:00 @@ -8,6 +8,7 @@ tristate "Generic USB ATM/DSL core I/O support" depends on USB && ATM select CRC32 + select FW_LOADER default n help This provides a library which is used for packet I/O by USB DSL
------------------------------------------------------- This SF.net email is sponsored by Demarc: A global provider of Threat Management Solutions. Download our HomeAdmin security software for free today! http://www.demarc.com/info/Sentarus/hamr30 _______________________________________________ [email protected] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-devel
