On Mon, 2005-12-19 at 17:03 -0500, Simon Wu wrote: > On 12/19/05, Arjan van de Ven <arjan@xxxxxxxxxxxxx> wrote: > > On Mon, 2005-12-19 at 16:43 -0500, Simon Wu wrote: > > > Hello, > > > > > > I am new to kernel driver stuff. > > > > > > Basically, I would like to change the number of allowed devices for > > > USB cdc_acm driver (it only allow 32, I want 128). > > > > what are the 2 vermagics? > > the difference should give you a hint on what is not right... > > > > > The original one is 2.6.9-1.667smp SMP 686 REGPARM 4KSTACKS gcc-3.4 > The new one is 2.6.9-1.667 686 REGPARM 4KSTACKS gcc-3.4 you're mixing a SMP kernel with non-SMP modules.. that ain't gonna work... -- Kernelnewbies: Help each other learn about the Linux kernel. Archive: http://mail.nl.linux.org/kernelnewbies/ FAQ: http://kernelnewbies.org/faq/