Re: [linux-usb-devel] cdc-acm fails to hotplug in 2.6.xx

2004-01-04 Thread Steve Bangert
On Sun, 2004-01-04 at 12:15, David Brownell wrote: > Steve Bangert wrote: > > > device, my /lib/modules/2.6.1-rc1/modules.usbmap has nothing but zeros > > for cdc-acm entries, so i'll refer you back to my original post to > > That'd be a problem. It's supposed to have six "non-zeroes" entires.

Re: [linux-usb-devel] cdc-acm fails to hotplug in 2.6.xx

2004-01-04 Thread David Brownell
What module_init_tools version are you using? "insmod -V" tells me I've got 0.9.14, and my modules.usbmap looks fine. I,m using modutils-2.4.25-10 from: http://people.redhat.com/arjanv/2.5/RPMS.kernel/ Then try module_init_tools 0.9.14 from kernel.org, or maybe a newer release. That's one of th

Re: [linux-usb-devel] cdc-acm fails to hotplug in 2.6.xx

2004-01-04 Thread Steve Bangert
On Fri, 2004-01-02 at 13:34, David Brownell wrote: > > I'm using 2.6.1-rc1, still no hotpluging. > > Well then, forward the information about how/why it's failing > now that you've resolved the "can't modprobe" problem (yes?) Yes > which was the basic error the first time around. There were

Re: [linux-usb-devel] cdc-acm fails to hotplug in 2.6.xx

2004-01-04 Thread David Brownell
Steve Bangert wrote: device, my /lib/modules/2.6.1-rc1/modules.usbmap has nothing but zeros for cdc-acm entries, so i'll refer you back to my original post to That'd be a problem. It's supposed to have six "non-zeroes" entires. What module_init_tools version are you using? "insmod -V" tells me

Re: [linux-usb-devel] cdc-acm fails to hotplug in 2.6.xx

2004-01-02 Thread Steve Bangert
On Fri, 2004-01-02 at 14:05, Duncan Sands wrote: > Do you have the most recent version of hotplug (2003-08-05)? > > Ciao, > > Duncan. Yes, the Redhat/Fedora version. Steve --- This SF.net email is sponsored by: IBM Linux Tutorials. Become a

Re: [linux-usb-devel] cdc-acm fails to hotplug in 2.6.xx

2004-01-02 Thread Duncan Sands
Do you have the most recent version of hotplug (2003-08-05)? Ciao, Duncan. --- This SF.net email is sponsored by: IBM Linux Tutorials. Become an expert in LINUX or just sharpen your skills. Sign up for IBM's Free Linux Tutorials. Learn every

Re: [linux-usb-devel] cdc-acm fails to hotplug in 2.6.xx

2004-01-02 Thread David Brownell
I'm using 2.6.1-rc1, still no hotpluging. Well then, forward the information about how/why it's failing now that you've resolved the "can't modprobe" problem (yes?) which was the basic error the first time around. Ideally, capture the hotplug invocations; /sbin/hotplug has a DEBUG option that'll s

Re: [linux-usb-devel] cdc-acm fails to hotplug in 2.6.xx

2004-01-02 Thread Steve Bangert
On Fri, 2004-01-02 at 12:48, David Brownell wrote: > Steve Bangert wrote: > > > > Dave, > > > > Rebuilding the kernel fixed the mismatch problem, however the hotplug > > issue still exists, any idea's? > > There's a change in 2.6.1-rc1 that should eliminate the need, > which 2.6.0 had, to > >

Re: [linux-usb-devel] cdc-acm fails to hotplug in 2.6.xx

2004-01-02 Thread David Brownell
Steve Bangert wrote: Dave, Rebuilding the kernel fixed the mismatch problem, however the hotplug issue still exists, any idea's? There's a change in 2.6.1-rc1 that should eliminate the need, which 2.6.0 had, to # echo 2 > /sys/bus/usb/devices/.../bConfigurationValue for devices (which yours)

Re: [linux-usb-devel] cdc-acm fails to hotplug in 2.6.xx

2004-01-02 Thread Steve Bangert
Dave, Rebuilding the kernel fixed the mismatch problem, however the hotplug issue still exists, any idea's? Steve On Thu, 2004-01-01 at 11:14, David Brownell wrote: > > Since "usbaudio" loaded successfully, it's clear those symbols > exist ... but that, as these messages say, you've got sym

Re: [linux-usb-devel] cdc-acm fails to hotplug in 2.6.xx

2004-01-01 Thread Steve Bangert
Well cdc-acm _was_ built with the same kernel, however i forgot to do "make oldconfig" before i built the kernel, I use "make rpm" to build my kernels, and "make oldconfig" was removed from the "make rpm" script in 2.6, I'm rebuilding the kernel now and will let you know later tonight. However th

Re: [linux-usb-devel] cdc-acm fails to hotplug in 2.6.xx

2004-01-01 Thread David Brownell
Steve Bangert wrote: The same hardware hotplugs in 2.4, In 2.6.1-rc1 if I try to manually load the cdc-acm module I get: [EMAIL PROTECTED] class]# /sbin/insmod cdc-acm.ko Error inserting 'cdc-acm.ko': -1 Unknown symbol in module What symbol did syslog report was "unknown"? ... cdc_acm: disagrees a

Re: [linux-usb-devel] cdc-acm fails to hotplug in 2.6.xx

2004-01-01 Thread Peter Stuge
On Wed, Dec 31, 2003 at 02:15:53PM -0800, Steve Bangert wrote: > Please disregard the last post, here's dmesg when insmoding cdc-acm It looks like you don't have USB or TTY support in the kernel properly. Try loading cdc-acm using modprobe instead, which should automatically load any neccessary d

Re: [linux-usb-devel] cdc-acm fails to hotplug in 2.6.xx

2003-12-31 Thread Steve Bangert
On Wed, 2003-12-31 at 13:24, David Brownell wrote: > Steve Bangert wrote: > > > > > > The same hardware hotplugs in 2.4, In 2.6.1-rc1 if I try to manually > > load the cdc-acm module I get: > > > > [EMAIL PROTECTED] class]# /sbin/insmod cdc-acm.ko > > Error inserting 'cdc-acm.ko': -1 Unknown

Re: [linux-usb-devel] cdc-acm fails to hotplug in 2.6.xx

2003-12-31 Thread Steve Bangert
On Wed, 2003-12-31 at 13:24, David Brownell wrote: > Steve Bangert wrote: > > > > > > The same hardware hotplugs in 2.4, In 2.6.1-rc1 if I try to manually > > load the cdc-acm module I get: > > > > [EMAIL PROTECTED] class]# /sbin/insmod cdc-acm.ko > > Error inserting 'cdc-acm.ko': -1 Unknown

Re: [linux-usb-devel] cdc-acm fails to hotplug in 2.6.xx

2003-12-31 Thread Greg KH
On Wed, Dec 31, 2003 at 12:24:18PM -0800, Steve Bangert wrote: > > The same hardware hotplugs in 2.4, In 2.6.1-rc1 if I try to manually > load the cdc-acm module I get: > > [EMAIL PROTECTED] class]# /sbin/insmod cdc-acm.ko > Error inserting 'cdc-acm.ko': -1 Unknown symbol in module What does y

[linux-usb-devel] cdc-acm fails to hotplug in 2.6.xx

2003-12-31 Thread Steve Bangert
The same hardware hotplugs in 2.4, In 2.6.1-rc1 if I try to manually load the cdc-acm module I get: [EMAIL PROTECTED] class]# /sbin/insmod cdc-acm.ko Error inserting 'cdc-acm.ko': -1 Unknown symbol in module I had no trouble manually loading the module and using cdc-acm in 2.6.0-bk2. Steve