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 _______________________________________________ linux-usb-devel@lists.sourceforge.net To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-devel