I'm receiving an error during the make of the contents of
kernel-2.6-driver.tar.gz on Fedora 6.  I think it is looking for a
usb-serial.h file in my kernel modules, but in that directory there is
only .o and .c files by that name.  Any help is much appreciated,
hopefully this is something simple and quick, eh?

Thanks,
Joseph

I installed Synce from package manager - I've attached a screen shot of
the manager after it was installed.


--------Kernel Version modules ----
*Note that no changes were made to default config during kernel rebuild
to kick ndiswrapper into place, I just editted the build name after
oldconfig and ran the make and make modules....
*see url for full description of prior steps taken if you need to (the
LONG entry)
--http://www.bitzenbytes.com/index.php?name=PNphpBB2&file=viewtopic&p=40079#40079

[EMAIL PROTECTED] modules]$ pwd
/lib/modules
[EMAIL PROTECTED] modules]$ ls
2.6.18-1.2798.fc6  2.6.18-ndis

** uname -r = 2.6.18-ndis as it should.


--------Phone Details-------
Audiovox PPC-6700
Win 5.1.1700
Sprint


--------USB proc file diff answer-----------
34,45d33
< 
< T:  Bus=01 Lev=01 Prnt=01 Port=00 Cnt=01 Dev#=  3 Spd=12  MxCh= 0
< D:  Ver= 2.00 Cls=ef(unk. ) Sub=01 Prot=01 MxPS=16 #Cfgs=  1
< P:  Vendor=0bb4 ProdID=0b02 Rev= 0.00
< S:  Manufacturer=HTC
< S:  Product=PocketPC USB Sync
< C:* #Ifs= 2 Cfg#= 1 Atr=c0 MxPwr=500mA
< I:  If#= 0 Alt= 0 #EPs= 1 Cls=ef(unk. ) Sub=01 Prot=01 Driver=(none)
< E:  Ad=81(I) Atr=03(Int.) MxPS=   8 Ivl=1ms
< I:  If#= 1 Alt= 0 #EPs= 2 Cls=0a(data ) Sub=00 Prot=00 Driver=(none)
< E:  Ad=82(I) Atr=02(Bulk) MxPS=  64 Ivl=0ms
< E:  Ad=03(O) Atr=02(Bulk) MxPS=  64 Ivl=0ms


--------My Makefile customization-----------

# Change this line if your linux source code is somewhere else
LINUX_SOURCE_PATH := /usr/src/linux-2.6.18.i686

# Use this VERSION line if your kernel is < 2.6.15
#VERSION = 2.6.13.3

# Use this VERSION line if your kernel is >= 2.6.15
VERSION = 2.6.15


--------Kernel Source------------------------
[EMAIL PROTECTED] serial]$ pwd
/usr/src/linux-2.6.18.i686/drivers/usb/serial
[EMAIL PROTECTED] serial]$ ls usb-serial.*
usb-serial.c  usb-serial.o

--------Error message after make--------------
[EMAIL PROTECTED] kernel-2.6-driver]# make
make: *** No rule to make target
`/usr/src/linux-2.6.18.i686/drivers/usb/serial/usb-serial.h', needed by
`usb-serial.h'.  Stop.

--------Searching for file------
This is the right command for performing an exhaustive search for that
file, right?---
[EMAIL PROTECTED] modules]#  find / -type f -name usb-serial.h -print
[EMAIL PROTECTED] modules]# 


Attachment: Screenshot.png
Description: PNG image

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Synce-devel mailing list
Synce-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synce-devel

Reply via email to