[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Try to use DKU2 with 0.6.8
From: |
Peter Schütt |
Subject: |
Try to use DKU2 with 0.6.8 |
Date: |
Thu, 18 Aug 2005 11:17:09 +0200 |
User-agent: |
KNode/0.8.2 |
Hallo,
I try to use a dku2-cable and I follow the docs.
I use Debian/Testing/Kernel 2.6.11-k1 .
When I make I get the following messages:
PetersLinux:/home/peter/gnokii-0.6.8/patches/kernel_2.6# make
make[1]: Entering directory `/usr/src/kernel-headers-2.6.11-1-k7'
CC [M] /home/peter/gnokii-0.6.8/patches/kernel_2.6/nokia_dku2.o
/home/peter/gnokii-0.6.8/patches/kernel_2.6/nokia_dku2.c:36:24: error:
usb-serial.h: Datei oder Verzeichnis nicht gefunden
/home/peter/gnokii-0.6.8/patches/kernel_2.6/nokia_dku2.c:56: warning:
'struct usb_serial' declared inside parameter list
/home/peter/gnokii-0.6.8/patches/kernel_2.6/nokia_dku2.c:56: warning: its
scopeis only this definition or declaration, which is probably not what you
want
/home/peter/gnokii-0.6.8/patches/kernel_2.6/nokia_dku2.c:71: error:
'usb_serial_probe' undeclared here (not in a function)
/home/peter/gnokii-0.6.8/patches/kernel_2.6/nokia_dku2.c:72: error:
'usb_serial_disconnect' undeclared here (not in a function)
/home/peter/gnokii-0.6.8/patches/kernel_2.6/nokia_dku2.c:76: error: variable
'nokia_device' has initializer but incomplete type
/home/peter/gnokii-0.6.8/patches/kernel_2.6/nokia_dku2.c:77: error: unknown
field 'owner' specified in initializer
/home/peter/gnokii-0.6.8/patches/kernel_2.6/nokia_dku2.c:77: warning: excess
elements in struct initializer
/home/peter/gnokii-0.6.8/patches/kernel_2.6/nokia_dku2.c:77: warning: (near
initialization for 'nokia_device')
/home/peter/gnokii-0.6.8/patches/kernel_2.6/nokia_dku2.c:78: error: unknown
field 'name' specified in initializer
/home/peter/gnokii-0.6.8/patches/kernel_2.6/nokia_dku2.c:78: warning: excess
elements in struct initializer
/home/peter/gnokii-0.6.8/patches/kernel_2.6/nokia_dku2.c:78: warning: (near
initialization for 'nokia_device')
/home/peter/gnokii-0.6.8/patches/kernel_2.6/nokia_dku2.c:79: error: unknown
field 'id_table' specified in initializer
/home/peter/gnokii-0.6.8/patches/kernel_2.6/nokia_dku2.c:79: warning: excess
elements in struct initializer
/home/peter/gnokii-0.6.8/patches/kernel_2.6/nokia_dku2.c:79: warning: (near
initialization for 'nokia_device')
/home/peter/gnokii-0.6.8/patches/kernel_2.6/nokia_dku2.c:80: error: unknown
field 'num_interrupt_in' specified in initializer
/home/peter/gnokii-0.6.8/patches/kernel_2.6/nokia_dku2.c:80: warning: excess
elements in struct initializer
/home/peter/gnokii-0.6.8/patches/kernel_2.6/nokia_dku2.c:80: warning: (near
initialization for 'nokia_device')
/home/peter/gnokii-0.6.8/patches/kernel_2.6/nokia_dku2.c:81: error: unknown
field 'num_bulk_in' specified in initializer
/home/peter/gnokii-0.6.8/patches/kernel_2.6/nokia_dku2.c:81: warning: excess
elements in struct initializer
/home/peter/gnokii-0.6.8/patches/kernel_2.6/nokia_dku2.c:81: warning: (near
initialization for 'nokia_device')
/home/peter/gnokii-0.6.8/patches/kernel_2.6/nokia_dku2.c:82: error: unknown
field 'num_bulk_out' specified in initializer
/home/peter/gnokii-0.6.8/patches/kernel_2.6/nokia_dku2.c:82: warning: excess
elements in struct initializer
/home/peter/gnokii-0.6.8/patches/kernel_2.6/nokia_dku2.c:82: warning: (near
initialization for 'nokia_device')
/home/peter/gnokii-0.6.8/patches/kernel_2.6/nokia_dku2.c:83: error: unknown
field 'num_ports' specified in initializer
/home/peter/gnokii-0.6.8/patches/kernel_2.6/nokia_dku2.c:83: warning: excess
elements in struct initializer
/home/peter/gnokii-0.6.8/patches/kernel_2.6/nokia_dku2.c:83: warning: (near
initialization for 'nokia_device')
/home/peter/gnokii-0.6.8/patches/kernel_2.6/nokia_dku2.c:84: error: unknown
field 'probe' specified in initializer
/home/peter/gnokii-0.6.8/patches/kernel_2.6/nokia_dku2.c:85: warning: excess
elements in struct initializer
/home/peter/gnokii-0.6.8/patches/kernel_2.6/nokia_dku2.c:85: warning: (near
initialization for 'nokia_device')
/home/peter/gnokii-0.6.8/patches/kernel_2.6/nokia_dku2.c:91: warning:
'struct usb_serial' declared inside parameter list
/home/peter/gnokii-0.6.8/patches/kernel_2.6/nokia_dku2.c:92: error:
conflictingtypes for 'nokia_probe'
/home/peter/gnokii-0.6.8/patches/kernel_2.6/nokia_dku2.c:56: error: previous
declaration of 'nokia_probe' was here
/home/peter/gnokii-0.6.8/patches/kernel_2.6/nokia_dku2.c: In function
'nokia_probe':
/home/peter/gnokii-0.6.8/patches/kernel_2.6/nokia_dku2.c:97: error:
dereferencing pointer to incomplete type
/home/peter/gnokii-0.6.8/patches/kernel_2.6/nokia_dku2.c:101: error:
dereferencing pointer to incomplete type
/home/peter/gnokii-0.6.8/patches/kernel_2.6/nokia_dku2.c:102: error:
dereferencing pointer to incomplete type
/home/peter/gnokii-0.6.8/patches/kernel_2.6/nokia_dku2.c:105: error:
dereferencing pointer to incomplete type
/home/peter/gnokii-0.6.8/patches/kernel_2.6/nokia_dku2.c: In function
'nokia_init':
/home/peter/gnokii-0.6.8/patches/kernel_2.6/nokia_dku2.c:117: warning:
implicitdeclaration of function 'usb_serial_register'
/home/peter/gnokii-0.6.8/patches/kernel_2.6/nokia_dku2.c:121: warning:
implicitdeclaration of function 'usb_serial_deregister'
make[2]: *** [/home/peter/gnokii-0.6.8/patches/kernel_2.6/nokia_dku2.o]
Fehler 1
make[1]: *** [_module_/home/peter/gnokii-0.6.8/patches/kernel_2.6] Fehler 2
make[1]: Leaving directory `/usr/src/kernel-headers-2.6.11-1-k7'
make: *** [module] Fehler 2
Thanks for any hints.
Ciao
Peter Schütt
--
www.pstt.de
Die E-Mail-Adresse funktioniert, kann aber u.U. in Zukunft mal abgeschaltet
werden. Ohne "_remove_this_" wird sie auch in Zukunft noch funktionieren.
- Try to use DKU2 with 0.6.8,
Peter Schütt <=
- Re: Try to use DKU2 with 0.6.8, Chris Kemp, 2005/08/18
- Re: Try to use DKU2 with 0.6.8, Pawel Kot, 2005/08/18
- Re: Try to use DKU2 with 0.6.8, Arun Chadda, 2005/08/18
- Re: Try to use DKU2 with 0.6.8, Pawel Kot, 2005/08/18
- Re: Try to use DKU2 with 0.6.8, Arun Chadda, 2005/08/19
- Re: Try to use DKU2 with 0.6.8, Pawel Kot, 2005/08/19
- Re: Try to use DKU2 with 0.6.8, Arun Chadda, 2005/08/20
- Re: Try to use DKU2 with 0.6.8, Pawel Kot, 2005/08/20
- Re: Try to use DKU2 with 0.6.8, Arun Chadda, 2005/08/23