Re: Compiling 2.4.18 kernel for U1

2002-08-07 Thread Stuart Yarrow
>Disable USB and the Input interfaces. Make sure you disable IEEE1394
>aswell.

disabling the input interfaces solved my problems. the kernel package I am
using is available here, in case anyone with an Ultra 1 (or possibly 2)
finds it useful.  it has no Creator support, as mine is a plain U1.

http://www.outpost.org.uk/linux/





Re: Compiling 2.4.18 kernel for U1

2002-07-31 Thread jmt
What I did (for a U5) :
compare kernel config from menuconfig | xconfig and the standard kernel 
config with diff.

Some options can then be better understood.


On Wednesday 31 July 2002 19:09, Stuart Yarrow wrote:
> Hi
>
> Having had problems installing Woody on my U1 (possibly due to unnecessary
> drivers compiled into the kernel) I have been trying to compile a more
> stripped down version (minus PCI, IDE, etc).  I am running a fairly minimal
> install of Potato while I'm trying to do this.
>
> The compile fails with:
>
> in function 'emulate_raw'
> undefined reference to 'handle_scancode'
>
> in function 'keybdev_init'
> undefined reference to 'kbd_ledfunc'
>
> I found a reference on another list that suggested it could be a USB issue,
> but all the USB options in menuconfig seem to be inactive.  I am new to
> kernel compiling, but I am reasonably sure I have set everything up
> properly; kernel-package and so on.
>
> ...appreciate any advice
>
> -Stu



Re: Compiling 2.4.18 kernel for U1

2002-07-31 Thread Ben Collins
On Wed, Jul 31, 2002 at 06:09:36PM +0100, Stuart Yarrow wrote:
> Hi
> 
> Having had problems installing Woody on my U1 (possibly due to unnecessary
> drivers compiled into the kernel) I have been trying to compile a more
> stripped down version (minus PCI, IDE, etc).  I am running a fairly minimal
> install of Potato while I'm trying to do this.
> 
> The compile fails with:
> 
> in function 'emulate_raw'
> undefined reference to 'handle_scancode'
> 
> in function 'keybdev_init'
> undefined reference to 'kbd_ledfunc'

Disable USB and the Input interfaces. Make sure you disable IEEE1394
aswell.

-- 
Debian - http://www.debian.org/
Linux 1394 - http://linux1394.sourceforge.net/
Subversion - http://subversion.tigris.org/
Deqo   - http://www.deqo.com/



Compiling 2.4.18 kernel for U1

2002-07-31 Thread Stuart Yarrow
Hi

Having had problems installing Woody on my U1 (possibly due to unnecessary
drivers compiled into the kernel) I have been trying to compile a more
stripped down version (minus PCI, IDE, etc).  I am running a fairly minimal
install of Potato while I'm trying to do this.

The compile fails with:

in function 'emulate_raw'
undefined reference to 'handle_scancode'

in function 'keybdev_init'
undefined reference to 'kbd_ledfunc'

I found a reference on another list that suggested it could be a USB issue,
but all the USB options in menuconfig seem to be inactive.  I am new to
kernel compiling, but I am reasonably sure I have set everything up
properly; kernel-package and so on.

...appreciate any advice

-Stu