[Bug 4424] New: modem speedtouch USB don't work on amd64 with
kernel 2.6.12-rc1
Duncan Sands
duncan.sands at free.fr
Wed Mar 30 15:12:55 EST 2005
This change was discussed some time ago on the usbatm list -
David Woodhouse didn't like it IIRC, but perhaps he has changed
his mind? I think his main objection to "select" was that it is
hard to work out just who is selecting a given option (but doesn't
menuconfig tell you that?).
Duncan.
On Wed, 2005-03-30 at 11:12 -0800, Stephen Hemminger wrote:
> On Wed, 30 Mar 2005 10:33:02 -0800
> bugme-daemon at osdl.org 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: shemminger at osdl.org
> > Submitter: tremyfr at yahoo.fr
> >
> >
> > 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
More information about the Usbatm
mailing list