LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 06-21-2007, 04:39 AM   #1
wild_oscar
Member
 
Registered: Jan 2007
Distribution: OpenSuse 10.2
Posts: 56

Rep: Reputation: 15
Making SyncCE work with Windows Mobile 5 Smartphone - CONFIG_USB_NET_CDCETHER


I am following the how-to on http://www.synce.org/index.php/Conne...-rndis-lite%29
to make my smartphone sync with Evolution on a Ubuntu machine.

Unfortunately, I got stuck in this part:

Code:
 Compile and Install

Note: You need to have CONFIG_USB_NET_CDCETHER compiled either into the kernel, or as a module, in your kernel config. Located in Device Drivers -> USB support -> USB Gadget support -> Ethernet Gadget
I have no idea how to check if I have this module, or what to do if I don't have it - I have never recompiled the kernel and I don't even know how to.

Can anyone shed me some light on this matter?

Thank you!
 
Old 07-18-2007, 10:25 AM   #2
timscof
LQ Newbie
 
Registered: Jun 2006
Posts: 5

Rep: Reputation: 0
kernel config

To check this "grep CONFIG_USB_NET_CDCETHER /usr/src/linux/arch/<your architecture>/defconfig"

You will need to have the kernel-source package installed.

Hopefully you've solved your question already, but if not or if someone else is looking...

This works on my SuSE box. Other distributions should be similar.

Last edited by timscof; 07-18-2007 at 10:28 AM.
 
Old 08-25-2007, 02:03 PM   #3
extra302
LQ Newbie
 
Registered: Aug 2007
Posts: 5

Rep: Reputation: 0
usb-rndis

Hello timscof and wild_oscar,

I have the same problem so I tried:
Code:
sun:/home/extra302 # grep CONFIG_USB_NET_CDCETHER /usr/src/linux-2.6.18.8-0.5-obj/i386/defconfig
grep: /usr/src/linux-2.6.18.8-0.5-obj/i386/defconfig: No such file or directory
So I tried:
Code:
sun:/home/extra302 # grep CONFIG_USB_NET_CDCETHER /usr/src/linux-2.6.18.8-0.5-obj/i386
No errors so I tried make again but got the same message:
Code:
sun:/home/extra302/Desktop/synce-usb-rndis-lite-0.10.0 # make
make -C /lib/modules/2.6.18.8-0.5-bigsmp/build SUBDIRS=/home/extra302/Desktop/synce-usb-rndis-lite-0.10.0 modules
make[1]: Entering directory `/usr/src/linux-2.6.18.8-0.5-obj/i386/bigsmp'
make[1]: *** No rule to make target `modules'.  Stop.
make[1]: Leaving directory `/usr/src/linux-2.6.18.8-0.5-obj/i386/bigsmp'
make: *** [default] Error 2
sun:/home/extra302/Desktop/synce-usb-rndis-lite-0.10.0 #
I have installed the kernel-header package, but I got no idea what to do with below note:

You need to have CONFIG_USB_NET_CDCETHER compiled either into the kernel, or as a module, in your kernel config. Located in Device Drivers -> USB support -> USB Gadget support -> Ethernet Gadget

Who can help me to connect my WM5 PDA with USB to my SUSE 10.2 desktop?

Best regards,


Extra302

Last edited by extra302; 08-25-2007 at 02:06 PM.
 
Old 08-27-2007, 09:18 PM   #4
timscof
LQ Newbie
 
Registered: Jun 2006
Posts: 5

Rep: Reputation: 0
Quote:
Originally Posted by extra302 View Post
I have installed the kernel-header package, but I got no idea what to do with below note:
The defconfig file is in the kernel-source package for SuSE 10.2. You should just be able to proceed my version of the 10.2 kernel has CONFIG_USB_NET_CDCETHER enabled as a module. Your's should be the same.

I haven't had enough time to proceed much further than this point.

Tim
 
Old 08-29-2007, 01:57 AM   #5
extra302
LQ Newbie
 
Registered: Aug 2007
Posts: 5

Rep: Reputation: 0
Many thanks for your reply.

Unfortunately I can't see if the module is enabled or not. But by analysing the error message of the make command, I believe it's not enabled on my computer.

- How can I check this?
- If it's disabled, how can I turn it on?

Extra302
 
Old 08-30-2007, 09:42 PM   #6
timscof
LQ Newbie
 
Registered: Jun 2006
Posts: 5

Rep: Reputation: 0
need kernel-source

Quote:
Originally Posted by extra302 View Post
Unfortunately I can't see if the module is enabled or not. But by analysing the error message of the make command, I believe it's not enabled on my computer.

- How can I check this?
- If it's disabled, how can I turn it on?

Extra302
You mentioned before that you had installed the kernel-headers package. You need the kernel-source package. The file I mentioned earlier will tell you whether or not the module is enabled.

If it's disabled you will need the kernel-source mentioned above to compile your own kernel. You might want to take a look at http://susefaq.sourceforge.net/faq/compile.html for some guidelines. Between step 3 & 4 you will need to make sure the correct modules are enabled (They should be. They are enabled for my 10.2 SuSE kernel on x86_64)
 
Old 08-30-2007, 09:53 PM   #7
timscof
LQ Newbie
 
Registered: Jun 2006
Posts: 5

Rep: Reputation: 0
makefile errors

Your make file errors look like their due to not having the kernel-source package installed.
 
Old 09-20-2007, 02:36 AM   #8
extra302
LQ Newbie
 
Registered: Aug 2007
Posts: 5

Rep: Reputation: 0
Connecting your Windows Mobile 2005 device via USB (usb-rndis-lite)

Connecting your Windows Mobile 2005 device via USB (usb-rndis-lite)

Instructions for kernels < 2.6.21
1. Download synce-usb-rndis-lite-0.10.0.tar.gz
tar zxf synce-usb-rndis-lite-0.10.0.tar.gz
cd synce-usb-rndis-lite-0.10.0/

2. install kernel header:
yast -> software management -> linux-kernel-headers

3. You need to have CONFIG_USB_NET_CDCETHER compiled either into the kernel, or as a module, in your kernel config. Located in Device Drivers -> USB support -> USB Gadget support -> Ethernet Gadget

Who can help with step 3?
- How to execute?
- How to verify if it's done correct?
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Making Redhat Linux server work with Windows Server 2000 & 2003 vietdiesel Linux - Newbie 1 04-28-2006 12:36 AM
My mobile Motorola RAZRV3xv don't work on my Laptop ... couki Linux - Laptop and Netbook 1 03-21-2006 01:36 PM
LXer: Palmsource's mobile Linux shows up on Chinese smartphone LXer Syndicated Linux News 0 02-22-2006 08:31 PM
Making External HD work on Linux and Windows egingell Linux - Hardware 12 04-10-2005 07:20 AM
Does throttling work on non mobile processors? kaltag Linux - Laptop and Netbook 1 01-31-2004 03:03 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 12:07 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration